text stringlengths 1 1.04M |
|---|
/* ==UserStyle==
@name Startpage, IxQuick - Simple, Efficient, White
@namespace USO Archive
@author alexander255
@description `This stylesheet will display IxQuick and StartPage search results in a very efficient and simple way. It resembles the way the Scroogle result pages used to look like.... |
html, body, header, footer, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, p, input {
margin: 0;
padding: 0;
}
body {
font-family: "Microsoft YaHei",Arial, Helvetica, sans-serif;
}
a {
text-decoration: none;
}
b {
font-weight: 500;
}
i {
font-style: normal;
}
ul {
list-style: none;
}
.small-font {... |
/* BEM support Func
-------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/... |
.rodape-componente{
background-color: #3f51b5;
display: flex;
justify-content: center;
color: white;
font-weight: bold;
} |
/* import fonts */
@import url(https://fonts.googleapis.com/css?family=Lato);
body {
padding: 0;
margin: 0;
font-family: "Lato";
text-align: center;
}
/* ! Title */
#info {
position: absolute;
left: 5%;
}
/* 整页 */
.section {
padding-top: 40px;
font-size: 1em;
text-align: center;
background: #f1ede3... |
/* ==UserStyle==
@name Yosemite Firefox
@namespace USO Archive
@author Tim Nguyen
@description `To make Firefox match Yosemite's design.`
@version 20150505.0.31
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.mozilla.org/keymaster/gateke... |
.checked {
color: orange;
}
.fa-star {
cursor: pointer;
}
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
.card-columns .card:hover .card-img {
opacity: 1;
}
.ca... |
/* MEGAMENU STYLE
=================================*/
nav.bootsnav .dropdown.megamenu-fw {
position: static;
}
nav.bootsnav .container {
position: relative;
}
nav.bootsnav .megamenu-fw .dropdown-menu {
left: auto;
}
nav.bootsnav .megamenu-content {
padding: 15px;
width: 100% !important;
}
nav.bo... |
.male {
color: rgb(0, 162, 255);
}
.female {
color: rgb(253, 142, 160);
}
.tof {
border-radius: 3px;
}
.toto {
font-size: 1.2em;
margin-top: 15%;
text-align: right;
} |
@charset "utf-8";
@import url(../lib/layui/css/layui.css);
*{
margin: 0px;
padding: 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a{
text-decoration: none;
}
html{
width: 100%;
height: 100%;
overflow-x:hidden;
overflow-y:auto;
}
body{
width: 100%;
min-heigh... |
#is {
display: flex;
flex-direction: column;
margin: 0;
height: 100%;
}
body {
background: rgb(238,238,238); /* Old browsers */
}
.is-nav {
background-color: #00AAFF!important;
min-height: 60px;
}
.is-white {
color: white!important;
}
.is-white :hover {
color: #396e82!important;
}
a ... |
/*
See ab2p.common.css for sources info
*/ |
/*
Template Name: Venedor - Responsive E-Commerce Template
Template URI: www.themeforest.net/user/SW-THEMES/portfolio
Description: A Responsive modern and premium ecommerce template
Version:1.4
*/
/* ===================================================
--------------- Table of Contents ------------------
1. General... |
.btn{
padding: 12px;
cursor: pointer;
-webkit-transition: width 2s ease-in-out, height 4s ease-in-out; /* For Safari 3.1 to 6.0 */
transition: width 1s ease-in-out, height 2s ease-in-out;
width: 60%;
height: 60px;
border-radius: 10px;
border: none;
background-color:#8f5675;
color... |
/*!
* # Semantic UI 2.3.0 - Label
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
* |
.text__container {
font-size: 1.5em;
}
.text__container div {
font-size: 1.5em;
} |
@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";
/*!
* Bootstrap v4.5.0 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #3490d... |
/*!
* Datepicker for Bootstrap v1.7.1 (https://github.com/uxsolutions/bootstrap-datepicker)
*
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0) |
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
h1 {
text-align: center;
}
footer {
text-align: center;
padding: 1em;
}
.status {
text-align: center;
}
.grid {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: space-between;
width: 302px;... |
.quote {
font-size: 1.5rem;
padding: 0 3rem;
font-weight: bold;
} |
body {
margin: 0;
text-align: center;
}
hr {
margin-top: 40px;
border-style: dotted none none;
border-color: grey;
border-width: 5px;
width: 5%;
}
h1 {
color: #00A19D;
font-family: 'Allison', cursive;
font-size: 90px;
width: 25%;
margin: 50px auto 0 auto;
}
h2 {
font-family: 'MedievalSharp'... |
.dir-dep {
color: grey;
} |
:root {
--table-display: grid;
--table-cell-divider-text-shadow: 2px 0 0 #000;
}
table-container {
display: var(--table-display);
position: relative;
overflow-y: hidden;
}
/*
TABLE CONTROLS
Hide radios */
table-container > input {display: none;}
table-container > input:checked + label {color: var(--page-text-... |
body {
text-align: center;
padding: 10px;
}
button {
min-width: 100px;
margin: 10px;
font-size: 18px;
padding: 10px;
background: inherit;
border-radius: 10px;
outline: none;
background-position: 100% 0;
background-size: 300%;
transition: 0.4s;
}
button:disabled {
background: #eae7e7;
borde... |
.textfield {
padding-top: 20px;
margin-left: 50px;
}
.introduction-text-h1 {
font-size: 64px;
margin-top: 70px;
margin-left: 50px;
margin-right: 50px;
margin-bottom: 20px;
line-height: 1em;
}
.main-text-container-p {
margin-right: 60px;
margin-left: 50px;
}
.main-button-presentation-page {
width: ... |
/*
Dark style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>
*/
pre code {
display: block; padding: 0.5em;
background: #444;
}
pre .keyword,
pre .literal,
pre .change,
pre .winutils,
pre .flow,
pre .lisp .title,
pre .clojure .built_in,
pre .nginx .title,
pre .tex .special {
color: whi... |
/**
* AODAfixes.css
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Summary: Quickfixes for WCAG errors.
* Author: Nic Durish <nic.durish@guelph.com>
* Author_URI: nicdurish.ca
* Date: 2020-03-17
*
* Copyright (c) 2020 Nic Durish
*/
/**************** CSS used for admin panel *******... |
body, caption{
background-color: azure;
text-transform: initial;
text-align: center;
color: rgba(243, 27, 20, 0.89);
}
table, th, td {
border: 2px solid rgb(231, 47, 47);
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
background-color: blueviolet;
color: antiquewhite;
padding: 20... |
.nav {
/* padding: 0 70px; */
background-color: #20232a;
border-bottom: 1px solid #e8e8e8;
border-bottom-color: #1a1b23;
padding: 15px 80px;
color: white;
}
.nav a {
color: white;
}
.nav a:hover {
color: #61dafb;
}
/* .navbar a {
margin-top: 12px;
} */
/* .navbar a,
.navbar a:hover {
color: whit... |
/**
* material-design-lite - Material Design Components in CSS, JS and HTML
* @version v1.1.1
* @license Apache-2.0
* @copyright 2015 Google, Inc.
* @link https://github.com/google/material-design-lite
*/ |
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;... |
.md-nav {
font-size: 14px;
line-height: 1.4;
}
.md-grid {
max-width: initial;
}
.md-typeset {
font-size: .7rem;
line-height: 1.5;
}
.md-typeset code,
.md-typeset pre {
white-space: pre;
color: var(--code-color);
}
.text-center {
text-align: center !important;
}
.md-typeset table:no... |
.course-review-root__submissions-list-container {
@apply flex-1 md:overflow-y-auto;
overflow-anchor: none;
} |
html,body{
height:100%;
overflow:hidden;
/* background-color:#121212;*/
font-family: PingFangSC-Regular;
}
/*当日成交头部*/
#todayCjheader{
width:100%;
height:1.706667rem;
overflow:hidden;
}
#todayCjheader p{
margin-top:0.786667rem;
font-size:0.48rem;
color:#333333;
text-align:center;
position:relative;
}
#todayCj... |
@keyframes flip {
0% {
transform: perspective(400px) translateZ(0) rotateY(-360deg) scale(1);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px)... |
.orders {
padding: 20px 80px;
}
.orders > h1 {
margin: 30px 0;
} |
@charset "utf-8";
body{
background-color: #786BFF;
font-family: Arial, Helvetica, sans-serif;
}
h1#principal{
color: white;
text-align: center;
}
h1{color: #6BFBFF;
}
h2{
color: #FFEA6C;
}
.basico{
color: violet;
}
.intermediario{
color: rgba(245, 23, 245, 0.733);
}
.avançado{
color: rgb(... |
/* latin-ext */
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/dPJ5r9gl3kK6ijoeP1IRsvY6323mHUZFJMgTvxaG2iE.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF,... |
/* mise en forme du DIV */
#mapid{
height : 100%;
width : 100%;
}
/* mise en forme des popups de la carte Leaflet */
.leaflet-popup-tip,
.leaflet-popup-content-wrapper {
background: #7EBCB9;
color: #222327;
} |
.required{
color: red;
}
.done {
background-color: #5cb85c;
color: #fff;
}
.form_search{
}
#select_print_task{
color: #000;
}
.overflow_list{
height: 50px;
overflow-y: auto;
}
.left_list{
float: left;
}
.right_list{
float: right;
}
.project_home{
height: 230px;
overflow-y: hidden;
}
#ads{
... |
#form {
margin-top: 30px;
padding: 10px 20px 20px 20px;
}
#submit {
margin: 10px 0 15px 0;
}
#toggle {
color: darkblue;
cursor: pointer;
}
#toggle span:not(:last-child) {
margin-right: 30px;
}
#dialog {
margin-top: 20px;
padding: 20px;
} |
@import url("./css/animate.css");
.container {
background: white;
padding-bottom: 2em;
}
/* Lightbox */
div.ml_box {
position: fixed;
top: 0;
bottom: 0;
right: 0;
left: 0;
background: rgba(75, 75, 75, 0.95);
text-align: center;
}
div.ml_box img {
max-width: 90%;
max-height... |
.chapterTitle {
@apply text-sm uppercase tracking-wider font-semibold mb-2;
}
.link {
@apply relative block py-1 mb-2 font-semibold leading-snug;
}
.linkActive {
&::before {
@apply absolute bg-nubots-500 rounded w-2 h-2;
content: '';
left: -16px;
top: 12px;
animation: fade-and-scale-in 0.3s ... |
/*
* botui 0.3.4
* A JS library to build the UI for your bot
* https://botui.org
*
* Copyright 2017, Moin Uddin
* Released under the MIT license.
*/
a.botui-message-content-link:focus{outline:thin dotted}a.botui-message-content-link:focus:active,a.botui-message-content-link:focus:hover{outline:0}form.botui-actio... |
h1 {
color : red;
background-color : brown;
text-align ; center;
}
ul {}
padding-left : 10px;
margin :50px;
}
text-align: center;
color : blue;
}
body {
background-color: green;
} |
/* Enter Your Styles Here */ |
@font-face {
font-family: BigJohn;
font-style: normal;
font-weight: normal;
src: url('../fontes/BIG JOHN.otf');
}
* {
margin: 0;
padding:0;
}
body, html {
width: 100%;
font-family: Arial, cursive, sans-serif;
}
.ilu_background {
background-image: url('../imagens/foguete_fases/rr1.... |
body {
background-color: red;
font-family: 'Times New
color: blue;
border: none;
} |
body {
font-family: "Open Sans", serif;
padding-top: 54px;
color: #868e96;
}
@media (min-width: 992px) {
body {
padding-top: 0;
padding-left: 17rem;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Saira Extra Condensed", serif;
font-weight: 700;
text-transform: uppercase;
color: #343a40;
}
h1 {
f... |
.note{
background-color: #feff9c;
position: relative;
color: black;
height: 160px;
width: 160px;
margin: 16px;
padding: 16px;
text-decoration: none;
display: flex;
flex-direction: column;
transform: rotate(-6deg);
z-index: 1;
transition: all ease .3s;
box-shadow: ... |
body {
background-color: #470433;
}
.App {
text-align: center;
max-width: 728px;
margin: 0 auto;
}
.App header {
background-color: #181717;
height: 10vh;
min-height: 50px;
color: white;
position: fixed;
width: 100%;
max-width: 728px;
top: 0;
display: flex;
align-items: center;
justify-co... |
.small-video {
background: #222;
margin: 0 0 20px 0;
width: 320px;
height: 240px;
}
.small-canvas {
background-color: #ccc;
width: 320px;
height: 240px;
border-color: #ccc;
border-width: 1px;
border-style: solid;
} |
h1 {
text-align: center;
}
.text {
float: left;
width: 50%;
margin-left: 390px;
margin-right: 10px;
margin-bottom: 20px;
} |
/** layui-v2.4.3 MIT License By https://www.layui.com */ |
body {
margin: 0;
padding: 0;
}
#webContent {
width: 700px;
padding: 15px;
}
header > img {
vertical-align: middle;
}
header {
background-color: #3d3d3d;
border-bottom: 2px solid #222222;
display: inline-block;
color: #ffffff;
font-size: 25px;
padding: 20px 10px 20px;
width:... |
.ql-container .qlbt-selection-line.qlbt-selection-line-left::before {
position: absolute;
left: -2px;
top: -2px;
content: '';
width: 5px;
height: 5px;
background-color: #0589f3;
border-radius: 5px; }
.ql-container .qlbt-selection-line.qlbt-selection-line-right::before {
position: absolute;
right: -... |
div.dataTables_length label {
font-weight: normal;
float: left;
text-align: left;
}
div.dataTables_length select {
width: 75px;
}
div.dataTables_filter label {
font-weight: normal;
float: right;
}
div.dataTables_filter input {
width: 16em;
}
div.dataTables_info {
padding-top: 8px;
}
div.dataTables_paginate... |
.article {}
.article__header {
grid-column-start: 1;
grid-column-end: -1;
background-color: var(--accent-color);
}
.article__header-inner {
box-sizing: border-box;
padding: var(--offset);
padding-top: clamp(20px, 8%, 130px);
}
.article__title {
margin: 0;
font-size: var(--font-size-xl);
line-height... |
@keyframes slideUp {
to {
transform: initial;
opacity: initial;
}
}
.cookie-container {
position: fixed;
bottom: 40px;
left: 40px;
background: #ffffff;
box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
border-radius: 5px;
padding: 40px;
transform: translateY(-30px);... |
.btn {
cursor: pointer;
}
.btn.no-border {
border: none; }
.btn-sm {
cursor: pointer;
font-size: 0.875rem;
line-height: 1.5;
min-height: 30px; }
.btn-round {
border-radius: 10rem; }
.btn-rect {
border-radius: 0; }
.btn > .icon {
display: inline-flex;
align-items: center... |
.tagsWrapper {
display: flex;
align-items: center;
}
.tagsWrapper img {
height: auto;
display: block;
max-width: 30%;
max-height: 60px;
padding-right: 15px;
}
.tagsWrapper img:last-child {
padding: 0;
} |
@import url('https://fonts.googleapis.com/css?family=Exo+2|Montserrat');
.flex-container {
padding: 0;
margin: 0;
list-style: none;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: space-around;
}
.f... |
*, *::before, *::after {
box-sizing: border-box;
}
body{
--hue: var(--hue-neutral);
padding: 0;
margin: 0;
background-color: hsl(var(--hue), 100%, 20%);
display: flex;
width: 100vw;
height: 100vh;
align-items: center;
justify-content: center;
}
:root {
--hue-neutral: 200;
... |
html,
body {
font-family: 'Fira Sans', sans-serif;
}
.spinner {
height: 50vh;
width: 100vh;
display: flex;
align-items: center;
justify-content: center;
}
.App {
padding: 50px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-size: 20px;
}
.dog-pic {
... |
/* ==UserStyle==
@name Restore Twitter Tweet Action Order & Alignment
@namespace USO Archive
@author chudesnov
@description `If your Twitter account was recently updated to the new design theme and you're not really happy with the new RT/Favorite action placement, here's a little fix. Optional... |
.xy-switch{margin:0;padding:0;color:rgba(0,0,0,.65);font-size:14px;list-style:none;font-feature-settings:"tnum";position:relative;display:inline-block;box-sizing:border-box;min-width:44px;height:22px;line-height:20px;vertical-align:middle;background-color:rgba(0,0,0,.25);border:1px solid transparent;border-radius:100px... |
body{box-sizing:border-box;margin:0}.viewer-container{display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;background-color:#eee;padding:.5rem 0;min-height:100vh} |
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700');
/*--------------------------
Navigation Dropdown
-----------------------------*/
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
position: absolute;
background-col... |
#body-contact{
background-color: rgb(0, 0, 0);
background-image: url(imagens/77d78134db72b56aa1f07c7ed64c0b6a.gif);
background-repeat: no-repeat;
background-size: 670px;
background-position: center 1px;
}
#seta{
max-width: 50px;
position: absolute;
top: 15px;
left: 270px;
trans... |
/**
* 商品添加-搜索列表
*/
.goods-add-container {
height: 100%;
}
.forth-selection-container select.forth-selection-form-category {
display: -webkit-inline-box;
}
.forth-selection-container .forth-selection-form-category, .forth-selection-container .chosen-container, .forth-selection-container .forth-selection-form-k... |
.icon-accept {
background-image:url(../icons/accept.png) !important;
}
.icon-add {
background-image:url(../icons/add.png) !important;
}
.icon-anchor {
background-image:url(../icons/anchor.png) !important;
}
.icon-application {
background-image:url(../icons/application.png) !important;
}
.icon-applicati... |
body {
background-color: #d3d3d1;
}
a {
color: white !important;
}
.row {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 20px 0px 20px 0px !important;
}
.card {
padding: 5px;
border: 5px solid #343a40;
color: white;
background-color: #2d4221;
margin: 15px;
}
.text {
pad... |
@keyframes blinker {
50% {
opacity: 0.5; } }
@keyframes opacity-appearance {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes opacity-appeared {
0% {
opacity: 1; }
100% {
opacity: 1; } }
@-webkit-keyframes loading-spin {
from {
transform: ro... |
:host{display:flex;position:relative;text-overflow:ellipsis;white-space:wrap}.img-container{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;text-overflow:ellipsis;white-space:wrap}.img-container .rect{position:relative;width:22vw;height:22vw;margin:0 5p... |
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
.header {
height: 4em;
font-family: 'Secular One', sans-serif;
color: white;
padding-left: 0px;
padding-right: 0px;
background: #174059;
}
.header .logo-container {
height: 100%;
width: 10em;
display: -webkit-box;
display: fl... |
.review-side-panel .seafile-comment {
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
background-color: #fff;
}
.seafile-comment-resizing {
user-select: none;
}
.seafile-comment-title {
border-bottom: 1px solid #e5e5e5;
line-height: 2em;
padding: 2px 1em;
display: flex;
position:... |
* {
box-sizing: border-box;
}
*:focus {
outline: none;
}
body {
font-family: Arial;
background-color: #F2E682;
padding: 50px;
}
.login {
margin: 20px auto;
width: 300px;
}
.login-screen {
background-color: #FFF;
padding: 20px;
border-radius: 5px
}
.app-title {
text-align: center;
color: #777;
}
.login-form {
text... |
.title{
text-align: center;
font-size: 18px;
}
.date{
color: #ccc;
line-height: 35px;
text-align: center;
}
.art{
width: 90%;
margin-left: 5%;
}
.art>p{
width: 100%;
text-indent: 2em;
color: #808080;
margin-bottom: 15px;
} |
body {
font-family: "Poppins", sans-serif; }
@media (min-width: 1200px) {
.container {
max-width: 1200px; } }
[class*="text-color-hover-"] {
transition: ease all 300ms; }
[class*="bg-color-hover-"] {
transition: ease background 300ms; }
@media (min-width: 768px) {
.custom-max-width-1 {
max-width: 387px; } ... |
/*
* Version: 1.7
* Red Color: #e74c3c;
* Red Hover Color: #c0392b;
* Additional color: #f9e6e6;
# rgba(231, 76, 60, 1);
*/
a {
color: #e74c3c;
}
a:focus,
a:hover,
a:active {
color: #e74c3c;
}
.color-green {
color: #e74c3c;
}
a.read-more:hover {
color:#e74c3c;
}
.linked:hover {
color:#e74c3c;
}
/* Header... |
/*!
* Template Name: Developer - Responsive Website Template for Developers
* Version: 2.1
* Author: Xiaoying Riley
* Twitter: @3rdwave_themes
* License: Creative Commons Attribution 3.0 License
* Website: https://themes.3rdwavemedia.com/
*/
body {
font-family: 'Lato', arial, sans-serif;
color: #434343;
... |
.aboutDiv {
display: flex;
flex-direction: column;
width: 90%;
height: 90%;
justify-content: space-around;
margin-left: 8%;
margin-right: 5%;
}
.innerDiv {
display: flex;
justify-content: flex-start;
width: 90%;
height: 100%;
align-self: center;
}
h1,
p,
li {
align-self: flex-start;
text-a... |
/* checkboxes */
.checkbox {
position: relative;
& label {
position: relative;
margin-bottom: var(--hiq-checkbox-margin-bottom);
padding: 0 var(--hiq-checkbox-label-padding-horizontal);
font-weight: var(--hiq-checkbox-label-font-weight) !important;
line-height: 1;
cursor: pointer;
user... |
/*
* ___
* /\_ \
* _____ ___ ___\//\ \ __
* /\ '__`\ / __`\ / __`\\ \ \ /'__`\
* \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/
* \ \ ,__/\ \____/\ \____//\____\ \____\
* \ \ \/ \/___/ \/___/ \/____/\/____/
* \ \_\
* \/_/
*
* Designed, built,... |
/* ==UserStyle==
@name Zero Two - Risuze Reaz
@namespace USO Archive
@author Reza Janwar
@description `Author : Risuze Reaz`
@version 20210605.5.50
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("facebook.com")
{
/* ========================... |
/*!
* Start Bootstrap - One Page Wonder v5.0.7 (https://startbootstrap.com/template-overviews/one-page-wonder)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE)
:root {
--input-padding-x: 1.5rem;
--input-padding-y:... |
/*!
* Bootstrap v3.3.4 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-a... |
body {
margin: 0;
padding: 0;
}
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
nav,
section,
summary {
display: block;
}
audio,
canvas,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
nav ul,
nav ol {
list-style: none none;
}
img {
border: 0;
}
im... |
#map {
height: 720px;
position: relative;
}
.clear-margin{
margin: 0!important;
}
.clear-padding{
padding: 0!important;
}
.list-group{
border-bottom: #A6A6A6 solid 1px;
}
.logo{
max-height: 3em;
}
.navbar-header{
padding-bottom: 10px;
padding-top: 10px;
}
.btn-group{
box-shadow: none;
}
@media... |
@import url('https://fonts.googleapis.com/css2?family=Caveat&family=DM+Sans&family=Patrick+Hand&family=Permanent+Marker&family=Rubik&display=swap');
*{
font-family: 'Rubik', sans-serif;
} |
/*-----------------------------------------------------------------------------------
CSS INDEX
=========================================
01. header css here
02. slider area css here
03. product section css here
04. banner section css here
05. blog area css here
06. newsletter area css... |
/* Example CSS file */
body {
font-family: sans-serif;
font-weight: normal;
font-size: 14px;
line-height: 1.4;
color: gray;
}
.monospace {
font-family: Monaco, monospace;
font-weight: normal;
font-size: 16px;
line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
color: black;
}
.supe... |
.link-table {
position: relative;
}
.rowlink::before {
content: "";
display: block;
height: inherit; /* don't forget to set the height! */
left: 0;
margin-top: -5px;
position: absolute;
width: 100%;
}
.rowlink:hover::before {
background-color: #EAEAEA;
background-color: rgba(51... |
.imagelist{
max-height: 150px;
overflow-y: scroll;
overflow-x: hidden;
} |
#calcInvest label,
#calcInvest input {
display: block;
width: 100%;
}
#calcInvest input {
text-align: center;
padding: 0;
margin-bottom: -3px;
position: absolute;
right: 10px;
margin-top: -5px;
margin-left: 10px;
width: 80px;
}
#calcInvest .calc-form {
/* ... */
}
#calcInv... |
.fuelux-icon-add-hover, .fuelux-icon-add:hover, button:hover > .fuelux-icon-add , .glyphicon-add-hover, .glyphicon-add:hover, button:hover > .glyphicon-add { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAhJJREFUOI21lc1rE1EUx... |
/******************\
* *
* Comment Header *
* *
\******************/
/*
Comment
*/
/*
* Comment Test
*
* - cloudhead (http://cloudhead.net)
*
*/
/* Colors
* ------
* #EDF8FC (background blue)
* #166C89 (darkest blue)
*
* Text:
* #333 (standard text) // A commen... |
/*!
* Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
* Copyright 2022 Fonticons, Inc.
*/ |
/**
* Template Name: Gp - v2.1.0
* Template URL: https://bootstrapmade.com/gp-free-multipurpose-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
----------------------------------------------... |
.EssayPreamble {
background-color: #efefef;
color: #555;
font-size: 13px;
padding: 2px 30px;
font-weight: 500;
}
.EssayPreamble svg {
height: 0.7em;
width: 0.7em;
margin-right: 1em;
}
.EssayPreamble a {
color: inherit;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.