text stringlengths 1 1.04M |
|---|
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300");
a {
text-decoration: none;
color:black;
}
.card {
display: inline-block;
text-align: center;
margin: 0 1rem;
}
.thumbnail {
position: relative;
width: 150px;
height: 250px;
border-radius: 6%;
box-shadow: 0 5px 5px -3px rgba... |
html {
box-sizing: border-box;
}
* {
box-sizing: inherit;
}
body {
display: grid;
max-width: 600px;
min-width: 290px;
grid-template-areas:
"header header"
"aside main"
"footer footer";
grid-template-columns: 100px auto;
gap: 10px;
}
header {
grid-area: header;
}
main {
grid-area: mai... |
/* Container for BookShelf /*/
#bookshelf {
margin-top:50px;
}
.bs-container {
max-width: 850px;
margin: 0 auto;
background:#FFFFFF;
overflow:hidden;
margin-bottom:0px;
text-align:center;
}
/* Description for BookShelf /*/
.bs-description{
font-family:Tahoma, Helvetica, sans-serif;
margin-bot... |
.breadcrumbs {
font-size: 13px;
color: #666;
padding: 20px 20px 50px 20px;
border-top: 1px solid #dedede;
bottom: 1px solid #dedede;
}
.breadcrumbs a,
.breadcrumbs a:hover,
.breadcrumbs a:visited {
color: #0288d1;
}
/* Career #page-id-20037 */
.page-id-20037 .page-header {
text-align: cent... |
@media print{
@page {
size: 107mm 165mm ;
margin:0;
}
body{
margin: 0;
}
.borderer
{
display: none !important;
}
.padding-5{ /*--- v ---*/
max-width:97mm;
max-height:155mm;
padding:5mm;
margin:auto;
page-break-after: always;
}
} |
.Logo {
max-width: 168px;
}
@media (max-width: 800px) {
.Logo {
max-width: 105px;
}
}
.Menu {
width: 100%;
height: 94px;
z-index: 100;
display: flex;
justify-content: space-between;
align-items: center;
... |
body{
background-color: ivory;
width: 960px;
height: 750px;
/* vertical-align: center; */
display: inline-flex;
/* justify-content:flex-end; */
/* flex-flow: row-reverse wrap; */
/* align-items: center; */
}
*{
box-sizing: border-box;
border: 1px solid black;
} |
/*--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-tra... |
/* $Id$ */
svg.dot {
color: #eee;
}
svg.dot path, svg.dot polygon, svg.dot circle {
stroke: #444;
}
svg.dot polygon {
fill: #555;
}
svg.dot path {
fill: none ! important;
}
svg.dot a {
text-decoration: none;
cursor: pointer;
}
svg.dot a text {
font-family: verdana, sans-serif;
fill: #444;
}
/* this gives... |
.mdl-layout__header-row {
padding: 0 20px 0 2.1rem;
}
.mdl-layout {
height: auto;
}
.mdl-card {
width: 100%;
height: auto;
} |
/*
* @NOTE: Prepend a `~` to css file paths that are in your node_modules
* See https://github.com/webpack-contrib/sass-loader#imports
*/
@import '~@fortawesome/fontawesome-free/css/all.css';
@import '~antd/dist/antd.css';
@import '~react-image-gallery/styles/css/image-gallery.css';
/* body {
position: rel... |
@media screen and (max-width: 600px) {
.page-wrapper .desktop-version {
display: none;
width: 0;
height: 0;
}
} |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;500&display=swap');
body{
padding: 0px;
margin: 0px;
}
#main{
text-overflow: hidden;
min-height: 100vh;
min-width: 100vh;
background-color: #131313;
display: flex;
justify-content: center;
color: white;
font-fa... |
.button_sp_area{
width: 50%;
margin: auto;
}
/*-------------------------
Simple reset
--------------------------*/
*{
margin:0;
padding:0;
}
/*-------------------------
General Styles
--------------------------*/
html{
/*background:url('../img/tile_bg.jpg') #b0b0b0;*/
position:relative;... |
:root{
--main-color : red;
--font-family: 'Poppins', sans-serif;
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
outline: none !important;
list-style: none;
}
body {
color: #00000a;
line-height: 1.3;
font-weight: 400;
font-size: 14px;
font-family:... |
/*! Amaze UI v2.0.0 | by Amaze UI Team | (c) 2014 AllMobilize, Inc. | Licensed under MIT | 2014-12-05T02:12:50 UTC */
/* ==========================================================================
Component: Base
============================================================================ */
/**
* Fix the flawed CS... |
/*! jQuery UI - v1.10.0 - 2013-01-17
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.u... |
.App {
background: #bde0fe;
color: #000;
overflow: hidden;
}
a {
color: #fff !important;
}
#particle-container {
display: flex;
}
.particles {
background: #757575f8;
display: flex;
vertical-align: bottom;
width: 100%;
min-height: 100vh;
background-repeat: no-repeat;
background-size: cover;
... |
/**
* Black theme for reveal.js.
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
/*********************************************
* GLOBAL S... |
/*
Configuração barra de progresso
*/
#formulario ul{
margin:0;
padding:0;
}
.next{
background-color:rgba(4, 82, 4, 0.931) !important;
}
#formulario #progress{
margin:0px;
margin-bottom: 10px;
overflow: hidden;
counter-reset: step;
}
#formulario #progress li{
list-style-type: non... |
.header {
@apply container-fluid py-4;
grid-area: header;
}
:global(.dark) .header {
@apply bg-blueGray-800 bg-opacity-95;
}
.left {
@apply flex items-center justify-between w-full md:w-auto;
}
.navigation {
@apply flex flex-auto justify-between items-center text-left;
}
.hamburger {
@apply md:hidden;
}... |
* { box-sizing: border-box; } body {margin: 0;}.row{display:flex;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;padding:10px;}.cell{min-height:75px;flex-grow:1;flex-basis:100%;}#i6io{height:944px;}#i1989{flex-basis:90.24%;}#iyqr9{flex-basis:80.26%;background-image:linear-gradient(90deg, #d983a6 0%, #71... |
.lbf-textarea { position:relative; display:inline-block; *display:inline; *zoom:1; width:200px; height:60px; padding:5px 6px; *padding:0;/* ie7 */ border:1px solid #d9d9d9; border-top-color:#a0a0a0; overflow:hidden; font:12px arial,sans-serif; background:#ffffff;
border-radius: 4px;
box-shadow: inset 0px 1px 2p... |
/* ==========================================================================
#FONT
========================================================================== */
.font-robo {
font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
}
.font-poppins {
font-family: "Poppins", "Arial", "Helvetica Neue", san... |
html,
body {
height: 100%;
background-color: #f7dc6f;
}
h1 {
text-align: center;
color: #c0392b;
}
#burger-img {
display: block;
height: 200px;
width: 200px;
margin-left: auto;
margin-right: auto;
}
ul {
list-style-type: none;
}
textarea,
#newBurgerButton {
display: block;
margin-left: auto;... |
/*!
* Start Bootstrap - SB Admin 2 v4.0.3 (https://startbootstrap.com/template-overviews/sb-admin-2)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin-2/blob/master/LICENSE)
*/
/*!
* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 201... |
body { background:#140F0F; }
h1 { color: #8CD2EB }
div#logo h1 { color: #8CD2EB }
#menu-links ul > li a { color: #73b9d2 }
#breadcrumbs { color: #73b9d2 }
#breadcrumbs a { color: #73b9d2; }
table.album-showcast .release-date { color: #69afc8 }
table.album-showcast .summary { color: #7dc3dc }
table.album-showcast a { co... |
.period11{
grid-column-start: 2;
grid-column-end: 2;
grid-row-start: 2;
grid-row-end: 2;
}
.period12{
grid-column-start: 3;
grid-column-end: 3;
grid-row-start: 2;
grid-row-end: 2;
}
.period13{
grid-column-start: 4;
grid-column-end: 4;
grid-row-start: 2;
gr... |
.hljs{display:block;overflow-x:auto;padding:.5em;color:#333;background:#f8f8f8}.hljs-comment,.hljs-quote{color:#998;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#333;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag .hljs-attr,.hljs-template-variable,.hljs-variable{color:teal}.hljs-doctag,.hl... |
/******************************
*** Home Page
******************************/
/* home content section
***********************************/
#gallery .gallery-grid {
display: block;
width: 102%;
}
/*item*/
#gallery .gallery-grid-item {
width: calc(99.4%/3);
display: inline-block;
padding: 0;
border: 1px solid ... |
/*!
* Bootstrap v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Font Awesome Free 5.0.7 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/lic... |
:root {
--cubic1: cubic-bezier(0.55, 0.085, 0.68, 0.53);
--cubic2: cubic-bezier(0.6, -0.28, 0.735, 0.045);
} |
/* NAVBAR OPACITY */
/* Opaque navbar using the rgba assignment */
/* Note: this may all change with bootstrap 4 */
.navbar-flip {
background-color:rgba(0, 0, 0, 0.75) !important;
} |
.SidebarPusherChildren {
padding-top: 60px;
} |
.background {
color: #323232;
}
.num {
color: #ffa0a0;
}
.str {
color: #ffa0a0;
}
.com {
color: #ffa500;
}
.opt {
color: #dedede;
}
.std {
color: #dedede;
}
.kwa {
color: #f0e68c;
}
.kwb {
color: #bdb66b;
}
.kwc {
color: #8b95f0;
}
.kwd {
color: #f25252;
} |
#footerLinks {
@apply w-12 h-12 text-white border-2 border-white rounded-xl p-2 mx-2;
@apply hover:ring-2 hover:ring-white;
} |
html {
overflow: hidden;
}
.burger {
position: fixed;
top: 10px;
left: 10px;
/*box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);*/
}
.is-menu-page {
overflow-y: auto;
width: 80vw;
display: block;
}
.is-menu-page > .columns:last-child {
margin-bottom: 0;
}
... |
@font-face {
font-family: 'Arlon';
src: url('../assets/fonts/Arlon-Regular.otf');
font-weight: 200;
}
@font-face {
font-family: 'Arlon';
src: url('../assets/fonts/Arlon-Bold.otf');
font-weight: 200;
}
@font-face {
font-family: 'Arlon';
src: url('../assets/fonts/Arlon-SemiBold.otf');
font-weight: 200... |
html, body {
height: 100%;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
padding: 0;
margin: 0;
overflow: hidden;
}
.ui-container {
position: fixed;
display: flex;
flex-direction: row;
/* avoid browser level touch actions */
height: 100%;
width: 100... |
@-webkit-keyframes lms_hover_expo {
0% {
opacity: 0;
-webkit-transform: scale(1.1);
-webkit-transition: ease-in;
}
100% {
opacity: 1;
-webkit-transition: ease-out;
}
}
.type-20 a {
color: #000;
}
.type-20 a:hover,
.type-20 a:focus {
color: #ff9933;
text-decoration: none;
}
.type-20 .le... |
* {
margin: 0;
padding: 0
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
font-family: "Microsoft Yahei";
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset, img {
border:... |
.container {
margin-top: 30px;
}
input.ng-invalid.ng-touched{
border: 1px solid red;
} |
body{
background-color: olivedrab;
}
.page_sidebar
{
width: 225px;
background-color: #dd0c0c;
height: 100%;
position: absolute;
}
.page_content{
} |
/* ANIMATIONS */
@keyframes aeon-glow {
0% { box-shadow:0 0 20px 11px #F00; }
50% { box-shadow:0 0 25px 15px #F00; }
100% { box-shadow:0 0 20px 11px #F00; }
}
/* tio chases mishy to the left */
@keyframes tioRunLeft {
0% { left:0 }
100% { left:-100% }
}
@keyframes mishyRunLeft {
0% { left:0 }
100% { le... |
.nav-panel{
width:800px;
background-color: #EEE;
border:1px solid #bbb;
}
.nav-row{
border-bottom:1px solid #999;
padding:0;
}
.nav-row:after{
content:"";
clear:both;/*清除浮动*/
width:0;
height:0;
display:block;/*确保该元素是一个块级元素*/
}
.nav-title{
width:80px;
padding-left:8px;
line-height:42px;
heigh... |
body
{
margin:0;
padding:0;
}
*,*::after,*::before
{
box-sizing:border-box;
}
:root
{
font-size:100%;
text-rendering: optimizeLegibility;
}
.webHeader,.webHeader__topBlock,.webHeader__bottomBlock,.webHeader__listBox,.greenvaseBlock,.greenvaseBlock__center
{
width:100%;
display:inline-flex;
/* flex-flow:... |
/*# sourceMappingURL=app.13daf040c3836eac70dffa62b097efb6.css.map */ |
{% include css/bootstrap.min.css %}
{% include css/grayscale.css %} |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
background: url('img/bg.jpg') no-repeat;
background-size: cover;
}
.box {
width: 500px;
background: rgba(0, 0, 0, .4);
padding: 20px;
text-align: center;
margin: 0 auto;
margin-top: 4%;
color: white;
font-family: 'Century Gothic', s... |
@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@500;600&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities; |
.dataTables_wrapper {
position: relative;
}
.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 250px;
margin-left: -125px;
margin-top: -15px;
padding: 10px;
border: 1px solid #ddd;
text-align: center;
color: #999;
font-size: 14px;
background-color: white;
z-index: 1;
}
... |
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.commentable-section {
position: relative;
}
.commentable-section:hover .side-comment .marker {
display: block;
}
.side-comment {
position: absolute;
... |
.season-head {
margin: 0;
cursor: pointer;
width: max-content;
}
.season-head-number {
margin: 20px;
cursor: pointer;
}
.season-selector {
overflow: hidden;
width: 95vw;
}
.season-wrap {
width: 100%;
display: flex;
justify-content: flex-start;
flex-direction: column;
p... |
#footer {
text-align: center
} |
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override the default boot... |
.action-bar {
margin-top: 20px;
} |
.rondet {
font-size: 900%;
position: absolute;
top: 50%;
left: 50%;
background-color: rgba(0, 0, 0, 0.5);
padding: 5px;
border-radius: 10px;
transform: translate(-1000%, -50%);
animation: run ease 5s;
animation-iteration-count: infinite;
}
@keyframes run {
20% { transform: translate(-50%, -50%); ... |
/* 1.0 - General */
body{margin: 0; background: #FFFFFF; }
video::-webkit-media-controls-start-playback-button {
display: none;
}
table,div{font-family: 'Montserrat'; font-size:16px; color:#000; line-height:26px;}
a{color: #333333; text-decoration: none; transition: all .2s ease-in-out;}
a:hover{color: #333333; tex... |
html, body {
margin: 0;
padding: 0;
background-color: blueviolet;
width: 100%;
height: 100%;
}
body {
}
.white {
background-color: white;
}
.red {
background-color: tomato;
}
.green {
background-color: blueviolet;
}
div {
display: flex;
}
/* NESTING STYLES */
body {
background-... |
.ExerciseList {
width: 100%;
margin: 16px auto;
border: 1px solid #eee;
box-shadow: 0 2px 3px #ccc;
padding: 16px;
text-align: center;
}
table {
font-size: 16px;
}
@media (min-width: 500px) {
.ExerciseList {
width: '450px';
}
} |
.window {
position: absolute;
border-radius: 5px;
color: white;
width: 526px;
min-width: 320px;
font-family: GothamPro;
}
.window-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-color: #220f28;
width: 100%;
height: 55px;
-webkit-box-align: center;
-ms-flex-... |
.navbar-nav a{
font-size: 18px
} |
@charset "UTF-8";
/*
@package sunset-theme-alamin
*/
/*
Import
------------------------------------------------
*/
/*
@package sunsettheme
*/
/*
Variables
------------------------------------------------
*/
/*
@package sunsettheme
*/
/*
Mixins
------------------------------------------------
*/
@keyframes spin... |
/* ==UserStyle==
@name Enjoy Facebook Skin (610)
@namespace USO Archive
@author fbskin
@description `Enjoy Facebook Skin by FBSkin.comURL: http://fbskin.com/shorts-facebook-skin.htmlFor more facebook skin please visit: www.fbskin.com`
@version 20100726.4.15
@license NO-REDISTRIBU... |
@import url('./__container/header__container.css');
@import url('./__logo/header__logo.css');
.header {
color: white;
background-color: #4a76a8;
} |
/* You can add global styles to this file, and also import other style files */
.body{
font-family: 'Oswald', sans-serif;
} |
.lists {
padding-left: 0;
display: flex;
align-items: flex-start;
} |
body.react-confirm-alert-body-element{overflow:hidden}.react-confirm-alert-blur{filter:url(#gaussian-blur);filter:blur(2px);-webkit-filter:blur(2px)}.react-confirm-alert-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:99;background:hsla(0,0%,100%,.9);display:-moz-flex;display:-ms-flex;display:-o-flex;displ... |
#BodyBackground
{
min-width:0px;
}
#JelloExpander, .IE7 #JelloExpander, .IE8 #JelloExpander, .IE9 #JelloExpander
{
padding-left:0px;
padding-right:0px;
}
#JelloSizer
{
margin: 0 auto;
max-width: 0px;
padding: 0;
width: 100%;
}
/* Global Styles */
body
{
font-size:0.75em;
}
h1
{
... |
/*! UIkit 2.13.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ |
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body { font-family: 'Droid Serif','Ubuntu'; }
h1, h2, h3 {
font-family: 'Yano... |
/*!
* Cropper.js v1.5.9
* https://fengyuanchen.github.io/cropperjs
*
* Copyright 2015-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2020-09-10T13:16:21.689Z
*/
.cropper-container {
direction: ltr;
font-size: 0;
line-height: 0;
position: relative;
-ms-touch-action: none;
... |
/*
* jQuery UI CSS Framework 1.8.18
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden
{
display:... |
.snackbar-preview {
display: flex;
flex-direction: column;
}
.snackbar {
background-color: var(--color-lynx-gray);
padding: 1rem;
display: flex;
align-items: center;
border-radius: 5px;
justify-content: space-around;
width: 28rem;
}
.snackbar-top-right {
position: fixed;
to... |
#cards-view {
visibility: hidden;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: opacity 0.5s ease, visibility 0.5s ease;
opacity: 0;
-moz-user-select: none;
overflow: hidden;
background-color: rgba(0, 0, 0, 1);
}
@media not all and (-moz-physical-home-button) {
#sc... |
.title1{
font-family: "Open Sans", sans-serif;
background-color: #042e60;
font-family: "Open Sans", sans-serif;
font-weight: 700;
height: 64px;
line-height: 15px;
text-transform: uppercase;
padding-top: 10px;
color: gray;
}
.title2{
font-family: "Open Sans", sans-serif;
backg... |
body {
background-color: #4CC3D9;
font-family: Helvetica; /*Changes font of entire website to Helvetica*/
display: block;
margin: 0px 10%0 10%; /*remember top, right, bottom, left*/
color: #0000b3; /*refers to font colour dark bluiiiiish :) */
font-size: 20px;
}
h1{
color: white; /*change color of H1 to tealiiish*/
... |
.new-post{
padding: 16px 0;
border-bottom: 1px solid #ccc;
}
.new-post header,
.posts header{
margin-bottom: 20px;
}
.posts .post{
padding-left: 10px;
border-left: 3px solid #a21b24;
margin-bottom: 30px;
}
.posts .post .info{
color: #aaa;
font-style: italic;
}
.error,
.success{
text-align: center;
}
.error{... |
.App {
text-align: center;
}
.container {
width: 80%;
max-width: 1200px;
margin: 0 auto;
}
.sub-container {
text-decoration: none;
display: flex;
flex-direction: column;
flex-wrap: wrap;
align-items: center;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
}
.App-logo {
animation... |
* {
box-sizing: border-box;
font-family: 'Open sans condensed', sans-serif;
}
body {
margin: 0;
background: url('images/fond.jpg');
user-select: none;
}
button {
width: 85px;
height: 40px;
border-radius: 30px 30px 0 0;
outline: none;
}
#colors,
#nb {
display: none;
}
.container {
position: relati... |
* {
background-color: black;
}
html,
body,
#container {
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
box-sizing: border-box;
overflow: hidden;
}
body {
font-family: Tahoma, Geneva, sans-serif;
width: 100%;
height: 100%;
margin: 0px;
}
.indicator {
position: ab... |
body{
background: #eee;
color: #333;
font-family: sans-serif;
font-size:15px;
}
#wrapper{
background: #fff;
width: 1100px;
margin: 20px auto;
}
#wrapper header{
background: #232323;
padding: 20px;
}
#wrapper header hgroup{
float: left;
color: #fff;
}
#wrapper header nav{ ... |
html {
position: relative;
min-height: 100%;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
hr {
border-color: #ddd;
}
[hidden] {
display: none !important;
}
.body {
/* Margin bottom by footer height */
margi... |
/* ==UserStyle==
@name Darren Criss - Tumblr Theme #3
@namespace USO Archive
@author youngalaskas
@description `darren criss background.`
@version 20121124.23.10
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain(tumblr.com) {
#dashboard_index,... |
#backdrop {
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.75);
z-index: 10;
pointer-events: none;
display: none;
}
#backdrop.visible {
display: block;
pointer-events: all;
}
#todo-action_modal {
display: none;
flex-direction: column;
position: fixe... |
code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-w... |
/*
*===============================================
*@desc default style reset
*@author Jason
*@time
*===============================================
*/
html,
body {
margin: 0;
padding: 0;
position: relative;
width: 100%;
height: 100%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
... |
@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------------
Template Name: Hair Salon Website Templates Free Download
Version: 1.0.0
Created Date: 30/03/2017
Author: Jitu Chauhan
-------------------------------------------------------... |
/*!
* Bootstrap v2.2.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
conte... |
.wssimg{
align-content: center;
max-width: 100%;
height: auto;
} |
/*
Flaticon icon font: Flaticon
Creation date: 12/03/2020 16:26
*/
@font-face {
font-family: "Flaticon";
src: url("../fonts/Flaticon.eot");
src: url("../fonts/Flaticond41d.eot?#iefix") format("embedded-opentype"),
url("../fonts/Flaticon.woff2") format("woff2"),
url("../fonts/Flaticon.woff"... |
/*
* Copyright 2022 LSD Information Technology (Pty) Ltd
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless... |
body {background-color:white;}
h1{color:grey; font:verdana}
.maindiv{background-color:white;color:black;width:300px;padding:20px;
border-radius: 25px;text-align: center;} |
#sample-filter__wrap{
}
#sample-filter__wrap *{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.sample-filter__form-item, .sample-filter__form-item.form-actions{
width: 300px;
display: inline-block;
vertical-align: top;
padding: 0 10px;
margin-bottom: 20px;
}
... |
@import "../node_modules/dress-code/dist/css/dress-code.min.css";
@import "../node_modules/font-awesome/css/font-awesome.min.css";
.dc-row
{
margin-top: 2em;
}
.dc-tab__element--right
{
float: right;
}
.dc-tab__element--right input
{
margin-bottom: 0;
width: 24em;
}
.dc-textarea
{
font: fixed;
fon... |
/**
* This injects Tailwind's base styles, which is a combination of
* Normalize.css and some additional base styles.
*
* You can see the styles here:
* https://github.com/tailwindcss/tailwindcss/blob/master/css/base.css
*
* If using `postcss-import`, use this import instead:
*
* @import "tailwindcss/base";
*... |
/*Maintained by leoandreotti -> github.com/leoandreotti*/
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');
body {
font-family: "OpenDyslexic", Georgia, serif !important;
text-rendering: optimizeLegibility important;
word-spacing: -1px;
-webkit-font-smoothing: auto;
}
.supports... |
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) |
.switcher {
margin: 0;
padding: 0;
list-style: none;
touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}
.switcher > :not(.active) {
display: none;
} |
h1 {
color: blue;
font-weight: bold;
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.