text stringlengths 1 1.04M |
|---|
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
background-color: #d9dcd6;
font-size: 16px;
}
/* Header Styling */
header {
padding: 20px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-color: #2a607c;
c... |
.icon-widgetkit {
position: relative;
top: 4px;
width: 24px;
height: 24px;
background: url(../images/widgetkit-24-j.svg) 50% 50% no-repeat
}
.btn-widgetkit > i {
width: 18px;
height: 18px;
margin: -4px 0 -4px -2px;
background: url(../images/widgetkit-18-j.svg) 50% 50% no-repeat
}
.... |
.codehilite .hll { background-color: #333333 }
.codehilite { background: #111111; color: #ffffff }
.codehilite .c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */
.codehilite .err { color: #ffffff } /* Error */
.codehilite .esc { color: #ffffff } /* Escape */
.codehilite .g { color: #fff... |
*{padding: 0; margin: 0;}
body{
font-family: Roboto;
background-color: #000;
}
.header{
display: flex;
flex-direction: row-reverse;
}
.main-icon img{
display: flex;
justify-content: flex-end;
max-width: 90%;
padding-top: 60px;
padding-right: 200px;
}
.main-title h1{
color: #fff;
... |
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 3, 2015 */
@font-face {
font-family: 'dragon_is_coming';
src: url('/assets/dragon_is_coming/dragon_is_coming-webfont.eot');
src: url('/assets/dragon_is_coming/dragon_is_coming-webfont.eot?#iefix') format('embedded-opentype'),
url(... |
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,400);
body {
font-family:'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif /*{body-font-family}*/;
font-size: 14px /*{body-font-size}*/;
color: #333333 /*{body-font-colour}*/;
background-image: none /*{body-background-image}*/;
background-... |
.card-dropdown-shadow {
box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.card-dropdown-container {
/* position: relative; */
display: grid;
grid-template-areas: 'left-avatar main right-dropdown-icon';
grid-template-columns: 1fr 4fr 1fr;
grid-template-rows: 1fr;
background-color: white;
width: 316.34px;
he... |
@import url("assets/import.css"); |
.login {
background-color: #f8f8f8;
height: 100vh;
width:100vw;
display:grid;
place-items: center;
}
.login_container {
padding:100px;
text-align: center;
background-color: white;
border-radius: 10px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px;
}
.login_container > button ... |
/*@import url(http://fonts.googleapis.com/css?family=Droid+Serif);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);*/
div.insomnia
{
margin:30px 40px;
}
div.insomnia h1
{
font-family: 'Droid Serif', Helvetica, Arial, sans-serif;
font-weight: bold;
line-height: 55px;
}
div.insomnia h2
{
... |
/*
Journal - Advanced Opencart Theme Framework
Version 2.8.7
Copyright (c) 2016 Digital Atelier
http://journal.digital-atelier.com/
*/
.information-page #content > p + div {
margin-top: 20px; }
/******************************
SHOPPING CART
*******************************/
.cart-info .stock {
color: red; }... |
a {
color: #0000A0;
}
.highlight > * {
border-color: #E0E0E0;
}
:not(pre) > code {
/* inline code elements */
background-color: rgba(25, 25, 25, 0.05);
}
a > code {
background-color: rgba(15, 15, 150, 0.05);
}
.section-list li > * {
background-color: rgba(25, 25, 25, 0.05);
}
.section-list li > a {
backgrou... |
@charset "utf-8";
/* CSS Document */
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,address,big,cite,code,del,em,font,img,ins,small,strong,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend{margin:0;padding:0; font-family:"微软雅黑";}ol,ul{list-style:none}:focus{outline:0}a img{border:0}img{vert... |
html {
overflow-y: scroll;
}
html, body, pre {
margin: 0;
padding: 0;
font-family: Helvetica, Arial, Sans;
font-size: 14px;
}
.wrapper {
width: 900px;
margin: auto;
position: relative;
}
header {
display: block;
background: #333;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);... |
.spinner-arrow
{
background-color: #f5f5f5;
display: inline-block;
overflow: hidden;
vertical-align: top;
margin: 0;
padding: 0;
opacity: 1.0;
filter: alpha(opacity=100);
width: 18px;
}
.spinner-arrow-up,
.spinner-arrow-down
{
opacity: 0.6;
filter: alpha(opacity=60);
dis... |
body {
font-family: sans-serif;
margin: 0;
background: #f2f2f2;
}
h1 {
text-align: center;
margin-top: 50px;
}
p {
text-align: center;
margin-bottom:60px;
}
h4{
text-align:center;
line-height:80px;
font-weight:normal;
}
.masonry { /* Masonry cont... |
@charset "utf-8";
@font-face {
/*font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
src: url(fonts/robot/Roboto-Regular.ttf) format("truetype");
src: url(fonts/robot/Roboto-Light.ttf) format("truetype");
src: url(fonts/robot/Roboto-Thin.ttf) format("truetype");
font-display: swap;*/
font-f... |
body {background-color:black;
font-family:arial;
color:white}
h1{color:grey;
font-family:verdana}
.maindiv{
background-color:white;
width:300px;
padding:20px
border:25px
align-items: center;
justify-content: center;
} |
/*[ FONT SIZE ]
///////////////////////////////////////////////////////////
*/
.fs-1 {font-size: 1px;}
.fs-2 {font-size: 2px;}
.fs-3 {font-size: 3px;}
.fs-4 {font-size: 4px;}
.fs-5 {font-size: 5px;}
.fs-6 {font-size: 6px;}
.fs-7 {font-size: 7px;}
.fs-8 {font-size: 8px;}
.fs-9 {font-size: 9px;}
.fs-10 {font-size: 10px;}... |
.breadcrumb {
list-style: none;
overflow: hidden;
font: 16px Sans-Serif;
}
.breadcrumb li {
float: left;
}
.breadcrumb li a {
color: rgb(0, 0, 0);
text-decoration: none;
padding: 10px 0 10px 50px;
background: rgb(230, 224, 224);
position: relative;
display: block;
float: left;
}
.breadcrumb li a:... |
/*!
* Bootstrap v4.5.2 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red... |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
background-color: #f1f1f1;
font-family: 'Montserrat', sans-serif;
}
.btn {
text-decoration: none;
background-color: #dfe6e9;
width: 300px;
heig... |
/* animations.css */
@keyframes sunShine {
100% {
-webkit-transform: scale(1.2, 1.2);
transform: scale(1.2, 1.2);
}
}
@keyframes sunSpin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes navdotPulse {
100% {
-webkit-transform: scale(1.2, 1.2);
transform: scale(1... |
/*
* Imagebox • JavaScript Application
* Version 2.0.0
* http://codecanyon.net/item/imagebox-image-viewing-script/89035
*
* Copyright (c) 2009-2012, Sarathi Hansen
*
*/
/* @group Structure */
#ib-container {
position: absolute;
background: #fff;
z-index: 1000;
padding: 10px;
-webkit-border-radiu... |
/*!
* # Semantic UI 2.2.4 - Comment
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
* |
* AdminLTE v2.3.0
* Author: Almsaeed Studio
* Website: Almsaeed Studio <http://almsaeedstudio.com>
* License: Open source - MIT
* Please visit http://opensource.org/licenses/MIT for more information
!*/
html,body
{
min-height:100%;
}
.layout-boxed html,
.layout-boxed body
{
height:100%;
}
bo... |
/*
* Copyright 2020 InfAI (CC SES)
*
* 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 required by applicable law or agreed ... |
.v-listbuilder .v-listbuilder-buttons .v-button:first-child .v-button-wrap:before {
font-family: FontAwesome;
content: "\f054";
}
.v-listbuilder .v-listbuilder-buttons .v-button-wrap:before {
font-family: FontAwesome;
content: "\f053";
}
.v-listbuilder .v-listbuilder-updown-buttons .v-button:first-child .v-button... |
html {
/* Always show scrollbars */
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
body {
background-image: url('../img/striped_background.png');
background-repeat: repeat;
}
.vertical-space {
margin-top: 20px;
}
.header-container {
height: 500px;
background-image: url('../... |
.logo_kooning{
width: 150%!important;
height: 100%!important;
background: url(../img/icons/icon.svg) no-repeat 3px 14px transparent/425%!important;
} |
/*Zona De generalidades */
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html{
font-size: 62.5px;
}
/*Las anclas no tienen subrayado */
a{
text-decoration: none;
} |
@font-face{
font-family: fuenteloca;
src: url(leadcoat.ttf);
}
.FUENTEB{
font-family: fuenteloca;
font-size: 24px;
font-weight: bold;
}
@font-face{
font-family: MiFuentea;
src: url(COMICATE.TTF);
}
.FUENTEA{
font-family: MiFuentea;
font-size: 24px;
font-weight: bold;
}
@font-face{
font-family: fuenpi;
sr... |
@import url('global/_base.css');
@import url('global/_header.css');
@import url('global/_footer.css'); |
/**
* Copyright 2021 The AMP HTML Authors. All Rights Reserved.
*
* 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 require... |
.music-albums {
background-color: #f1f2f4;
border-right: 1px solid #dddfe3;
}
.music-albums__item {
display: block;
position: relative;
padding: 0 30px;
height: 40px;
line-height: 40px;
color: #444446;
cursor: pointer;
overflow: hidden;
}
.music-albums__item:hover {
text-decoration: none;
backgr... |
/* eczar-devanagari-variable-wghtOnly-normal */
@font-face {
font-family: 'EczarVariable';
font-style: normal;
font-display: swap;
font-weight: 400 800;
src: url('./files/eczar-devanagari-variable-wghtOnly-normal.woff2') format('woff2');
unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+2... |
.image {
width: 200px;
} |
#content {
background-image: url("/img?json={%22x%22:-1.0221004461908865,%22y%22:0.37353728027791605,%22pix_x%22:0.000002985021213376194,%22pix_y%22:0.000002985021213376194,%22width%22:1670,%22height%22:1490,%22max_depth%22:2500,%22darken%22:true,%22renderer%22:%22fpga%22,%22colors%22:3604480,%22modes%22:194}");
ba... |
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.1.1-master-f7ecb4f
*/md-toast.md-THEME_NAME-theme .md-toast-content{background-color:#323232;color:'{{background-50}}'}md-toast.md-THEME_NAME-theme .md-toast-content .md-button{color:'{{background-50}}'}md-toast.md-THEME_NAME-t... |
body{
background-color: orange;
font-family: 'Monaco', sans-serif;
color: white;
}
body a{
color: white;
}
header{
text-align: center;
margin-top: 50px;
}
h3{
color: red;
}
header-img{
width: 400px;
}
header-words{
line-height: 10px;
font-size: 50px;
font-family: 'Monaco', sans-serif;
margi... |
.tv-ticker {
display: inline;
position: absolute;
width: 13px;
height: 27px;
margin: 0 -13px 0 0;
}
.tv-ticker__btn {
width: 7px;
height: 8px;
padding: 2px;
border: 1px solid;
border-color: #dadde0;
background: #fff;
fill: #9db2bd;
}
html.theme-dark .tv-ticker__btn {
background: #131722;
bor... |
body{
background-image : url("Ice.jpg");
} |
.searchInput {
position: relative;
}
.searchResultsContainer {
display: flex;
width: calc(100vw - 48rem);
max-width: var(--max-content-width);
position: fixed;
left: calc(50% - 18rem);
top: 54rem;
transform: translate(-50%, 0%);
background-color: #fff;
border-radius: 12rem;
max-height: calc(100vh... |
:root {
--asphalt: #170808;
--baby-powder: #fcfcfc;
--black: #000000;
--burnt-maroon: #440000;
--coconut: #fefefe;
--dove-gray: #707070;
--maroon: #7a0000;
--white: #ffffff;
--wild-sand: #f8f4f4;
--font-size-l: 15px;
--font-size-m: 10px;
--font-size-xl: 20px;
--font-size-xxl: 25px;
--font... |
/*!
* Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
/* Global Styles */
@import url(http://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.co... |
#leafContainer > div
{
position: absolute;
width: 100px;
height: 100px;
/* We use the following properties to apply the fade and drop animations to each leaf.
Each of these properties takes two values. These values respectively match a setting
for fade and drop.
*/
-webkit-animati... |
.form-group {
margin-bottom: 1px;
}
/*label {
display: inline-block;
max-width: 100%;
margin-bottom: 2px;
font-weight: 400;
}
.input-sm {
height: 25px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
border-radius: 3px;
}*/
.vertical {
/*writing-mode:tb-rl;*/
-we... |
@font-face{
font-family: RenosRough-Regular;
src : url('assets/fonts/RenosRough-Regular.otf');
}
@font-face{
font-family: American Purpose;
src : url('assets/fonts/American Purpose.otf');
}
.sign-in{
font-family: RenosRough-Regular;
padding-top: 25px;
}
.nav-link{
color: #999999;
font-size: 18px;
font-weigh... |
@charset "utf-8";
/* CSS Document */
/* Patient Info Insurance Page Css Start */
.input-group-addon{ padding:6px;}
.insurcase{ background-color:#2e4b76; padding:5px;}
.inshead{ border-bottom:1px solid rgba(255,255,255,0.20); padding-bottom:10px ; margin-bottom:10px;}
.inshead h2{ padding:8px 0px 8px 44px; margin:0px; ... |
:root {
--header-color: #2a2e3e;
--blue-color: #2644bc;
--text-color: #5f6783;
--light-color: #f2f2f2;
--white-color: #ffffff;
--weight300: 300;
--weight400: 400;
--weight500: 500;
--weight700: 700;
--font70: 70px;
--font28: 32px;
--font33: 35px;
--font20: 23px;
}
.line.focus {
background-... |
.edit-post-button {
color: #FFF;
background: #03A9F4;
padding: 8px 16px;
text-decoration: none;
border-radius: 1000px;
float: right;
}
.form {
display: none;
background: #FAFAFA;
padding: 32px 0;
border: 1px solid #eee;
border-radius: 4px;
}
.form-content{
width: 100%;
max-width: 600px;
ma... |
/* ---------------- template styles ------------------------- */
table#main-table{
width:100%;
}
table#main-table td#header {
background-image: url( ../images/is-header-region-bg.gif);
background-repeat: repeat-x;
background-position: left top;
height: 100px;
}
table#main-table td#menu-panel {
border-r... |
button {
padding: 10px;
}
input {
font-size: large;
} |
/* iCheck.js Square skin
----------------------------------- */
.icheckbox_square,
.iradio_square {
display: block;
margin: 0;
padding: 0;
width: 22px;
height: 22px;
background: url(../../../../img/plugins/icheck/square/square.png) no-repeat;
border: none;
cursor: pointer;
}
.icheckbox_... |
NavBar {
border: 1px solid rgba(124, 124, 148, 255);
}
NavBarHeader {
background-color: QLinearGradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(168, 167, 191, 255), stop:1 rgba(113, 112, 145, 255));
color: #ffffff;
font-size: 14px;
font-weight: bold;
padding-left: 3px;
border: 0px;
}... |
/*
* Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fa... |
.RecipeTile{
margin: 6px 8px;
border: 1px solid rgb(100, 100, 100);
padding: 5px;
border-radius: 3px;
box-shadow: 3px 2px 2px rgb(148, 148, 148);
cursor:pointer;
}
.RecipeTile>img{
object-fit:contain;
}
.RecipeTile__label{
text-align: center;
} |
@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic");
/*
Landed by HTML5 UP html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
html, body, div, span, applet, object,
iframe, h1, h2,... |
@charset "UTF-8";
/*
Template Name: Hyper - Responsive Bootstrap 5 Admin Dashboard
Version: 1.6.0
Author: CoderThemes
Email: support@coderthemes.com
File: Icons Css File
*/
@font-face {
font-family: "unicons";
src: url("../fonts/unicons.eot?34404611");
src: url("../fontsunicons.eot?34404611#iefix") format("embedd... |
body {
margin: 0;
background-color: #242952;
color: white;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code ... |
/* The MIT License */
.dropzone,
.dropzone *,
.dropzone-previews,
.dropzone-previews * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.dropzone {
position: relative;
border: 1px solid rgba(0,0,0,0.08);
background: rgba(0,0,0,0.02);
padding: 1em;
}
.dropzone.dz-cli... |
@import url('https://fonts.googleapis.com/css?family=Acme|Open+Sans');
*
{
background-color: lightblue;
margin: 0 0;
font-family: 'Open Sans', sans-serif;
}
.body
{
display:flex;
margin: 3rem 3rem 3rem 3rem;
} |
li.indent-li {
margin-left: 40px;
}
#placeHolder {
width: 10px;
height: 500px;
}
#loader {
position: absolute;
left: 50%;
top: 50%;
z-index: 1;
margin: -40px 0 0 -40px;
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 80px;
heig... |
* {
box-sizing: border-box;
}
:root {
font-family: "Source Sans Pro", sans-serif;
font-size: 20px;
line-height: 1.45;
--rhythm: calc(20px * 1.45);
}
body {
margin: 0;
padding: 0;
}
main {
max-width: calc(var(--rhythm) * 24);
margin: 0 auto;
padding: calc(var(--rhythm) / 2);
}
p {
margin: 0 0 var(-... |
.redesocial {
display: flex;
}
.bxrede {
position: relative;
width: 60px;
height: 60px;
margin: 0px 30px;
transform: rotate(-35deg) skew(25deg);
background: #ccc;
}
.bxrede span {
position: absolute;
width: 100%;
height: 100%;
transition: all 0.5s;
display: flex !import... |
/*
Elegance Template
https://templatemo.com/tm-528-elegance
==================================================
CSS SITEMAP >>>>
01. GENERAL CSS
02. HEADER CSS
03. SOCIAL ICONS CSS
04. WELCOME BLOCK CSS
05. ABOUT BLOCK CSS
06. SERVICES BLOCK CSS
07. WORK BLOCK CSS
08. CONTACT BLOCK CSS
09. TESTIMON... |
.todobutton{
background-color: aquamarine;
width: 50px;
height: 25px;
border: none;
}
input{
border: none;
border-bottom: 5px solid rgb(20, 207, 67);
width: 230px;
height: 30px;
}
* {
box-sizing: border-box;
}
body {
background: linear-gradient(to right,... |
/*! jQuery UI - v1.11.0 - 2014-07-16
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To ... |
body {
font-family: 'Times New Roman', sans-serif;
color: #ffffff;
background-color: #000000;
}
h1 {
font-size: 64px;
text-align: center;
padding: 10px;
}
h2 {
font-size: 32px;
text-shadow: 4px 4px 2px #808080;
}
p {
font-size: 24px;
padding-top: 15px;
}
img {
display: bl... |
img{
width: 250px;
}
h3 {
font-family: 'Great Vibes', cursive;
} |
/* ==UserStyle==
@name google meet sword art online 24
@namespace USO Archive
@author maximomeep789
@description `hola`
@version 20210929.21.50
@license CC-BY-NC-ND-4.0
@preprocessor uso
==/UserStyle== */
div {
font-face: "/*[[font]]*/" !important;
} |
.Element,
.InactiveSelectedElement,
.SelectedElement,
.HoveredElement {
color: var(--color-component-name);
}
.HoveredElement {
background-color: var(--color-background-hover);
}
.InactiveSelectedElement {
background-color: var(--color-background-inactive);
}
.Wrapper {
padding: 0 0.25rem;
white-space: nowra... |
/* Preload images */
body:after {
content: url(../../imagenes/close.png) url(../../imagenes/loading.gif) url(../../imagenes/prev.png) url(../../imagenes/next.png);
display: none;
}
body.lb-disable-scrolling {
overflow: hidden;
}
.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
ba... |
.link-box {
margin:10px 35px;
width:250px;
float:left;
height:80px;
}
.link-heading a {
font-weight:bold;
color:#900;
}
.link-descr {
margin-top:5px;
color:#666;
font-size:14px;
}
#box{
width:700px;
margin:0px auto;
}
.box{
width:960px;
margin:0px auto;
} |
@import url(fonts/clear-sans.css);
html, body {
margin: 0;
padding: 0;
background: #faf8ef;
color: #776e65;
font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 18px; }
body {
margin: 80px 0; }
.heading:after {
content: "";
display: block;
clear: both; }
h1.title {
font-si... |
html {
box-sizing: border-box;
font-family: "Arial Rounded MT Bold","Helvetica Rounded",Arial,sans-serif
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
margin: 0;
min-height: 100vh;
background:
linear-gradient(45deg, hsla(340, 100%, 55%, 1) 0%, hsla(340, 100%, 55%, 0) 70%),
linear-gradient... |
/* title header */
.titleheader-area {
position: relative;
z-index: 10;
width: 100%;
height: 345px; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.titleheader-area {
height: 270px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
.titleheader-area ... |
.react-multi-email {
margin: 0;
max-width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
outline: 0;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
text-align: left;
line-height: 1.21428571em;
padding: 0.4em 0.5em;
background: #fff;
border: 1px solid rgba(34, 36, 38, 0.15)... |
/*
Project: Bass - A smart, lightweight responsive grid, built with Sass
Project URI: http://timpotter.github.io/bass-grid
Version: 1.1.1
Updated: 20th November 2014
Author: Tim Potter
Author URI: http://littlethunder.co
*/
/* HTML5 Reset
---------------------------------------------------------... |
/* home page styles */
.categories {
display: flex;
padding: 0.5rem;
justify-content: center;
flex-wrap: wrap;
}
.category-home-link {
border: 3px solid var(--primary-color-1);
border-radius: 50%;
padding: 1rem;
margin: 0.5rem;
height: 100px;
width: 100px;
display: flex;
justify-content: cente... |
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Open+Sans:300,400,600,700');
*{
margin:0;
padding:0;
text-decoration:none;
list-style:none;
}
/* Scroll Bar Css Starts */
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background-color: #ffffff;
box... |
/* --------------------------------
Primary style
-------------------------------- */
html * {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a {
color: #... |
/* +----------------------------------------------------+
TABLE OF CONTENTS
+----------------------------------------------------+
[1] MODULE SUPPER CATEGORIES
*/
.so-sp-cat {
margin: 0;
padding: 0;
overflow: hidden;
}
.so-sp-cat .pre-text,
.so-sp-cat .post-text {
margin: 10px 0p... |
body {
background-color: #123456;
color: silver;
} |
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
.yui-skin-sam .yui-log{padding:1em;width:31em;background-color:#AAA;color:#000;border:1px solid black;font-family:monospace;font-size:77%;text-align:left;z-index:900... |
/* MaterialDesignIcons.com */
@font-face {
font-family: "Material Design Icons";
src: url("../font/mdi/materialdesignicons-webfont.eot");
src: url("../font/mdi/materialdesignicons-webfont.eot?#iefix") format("embedded-opentype"), url("../font/mdi/materialdesignicons-webfont.woff2") format("woff2"), url("../font/m... |
/**
* 描 述: 定义常用组件样式
* 作用范围: 公共,组件模块
* 默认包含组件: 表单,表格,按钮,标签页导航,面包屑,分页,分类管理树形菜单
* 模块搜索关键字: =
*/
/* = 表单
------------------------------------------ */
/* 表单组件 */
.text,.textarea {
padding: 4px;
border: 1px solid #eeeeee;
background-color: #fff;
transition: all .3s linear;
}
.text {
width: 220px;
height: 2... |
.white {
background-color: #ffffff;
padding-bottom: 20px;
}
.copy {
padding-top: 20px;
}
.flogo {
padding-top: 10px;
}
footer h3 {
margin-bottom:10px;
}
.pull-left {
float: left!important;
}
.pull-right {
float: right!important;
}
.img-big {
margin-right: 20px;
}
.img-footer {
margin-top: 15px;
}
.m... |
:root {
--spectrum-list-background-color: var(--spectrum-global-color-gray-75);
--spectrum-list-focus-indicator-color: var(--spectrum-alias-border-color-focus);
--spectrum-list-text-color: var(--spectrum-global-color-gray-800);
--spectrum-list-background-color-hover: var(--spectrum-alias-background-color-hover-... |
/* spectral-vietnamese-200-normal*/
@font-face {
font-family: 'Spectral';
font-style: normal;
font-display: swap;
font-weight: 200;
src: url('./files/spectral-vietnamese-200-normal.woff2') format('woff2'), url('./files/spectral-vietnamese-200-normal.woff') format('woff');
} |
*{
font-family: Arial;
font-size: 16px;
}
body {
background-color: antiquewhite;
}
main {
background-color: white;
width: 500px;
margin: auto;
padding: 10px 40px 100px;
box-shadow: 3px 3px 5px #000;
}
h2 {
color: blue;
font-size: 30px;
}
img.logo-curso {
float: right;
} |
/* themes */
.ashes-dark {
--base-background: #1c2023;
--base-foreground: #c7ccd1;
--command-color-complementary: var(--base-background);
--command-color-highlight-foreground: var(--base-foreground);
--command-color-lightness: 68%;
--command-color-saturation: 25%;
--help-command-background: #272e32;
}
.... |
:root {
--light-hl-0: #001080;
--dark-hl-0: #9CDCFE;
--light-hl-1: #000000;
--dark-hl-1: #D4D4D4;
--light-hl-2: #098658;
--dark-hl-2: #B5CEA8;
--light-hl-3: #0070C1;
--dark-hl-3: #4FC1FF;
--light-hl-4: #AF00DB;
--dark-hl-4: #C586C0;
--light-hl-5: #A31515;
--dark-hl-5: #CE... |
#trace_show {
cursor: pointer;
float: right;
}
.trace_list {
margin: 0px;
margin-bottom: 10px;
padding: 0px;
list-style-type: none;
}
.trace_list .trace_list {
border-top: 1px solid;
margin-bottom: 0px;
}
.trace_list li {
margin: 3px;
padding: 0px;
}
.trace_head {
font-weight: bold;
margin: ... |
/*!
* elFinder - file manager for web
* Version 2.0 rc1 (2012-04-10)
* http://elfinder.org
*
* Copyright 2009-2012, Studio 42
* Licensed under a 3 clauses BSD license
*/
.elfinder-dialog-resize{margin-top:.3em}
.elfinder-resize-type{float:left;margin-bottom:.4em}
.elfinder-resize-control{padding-top:3em}
.elfin... |
a {
font-size: 14px;
line-height: 1.7;
color: #666666;
margin: 0px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
}
a:focus {
outline: none !important;
}
a:hover {
text-decoration: none;
color: #0fb9b1;
border-co... |
#browser-detection {
background: #FFFFE5;
color: #333333;
position: fixed;
_position: absolute;
padding: 10px 15px;
font-size: 13px;
font-family: "Trebuchet MS", "Segoe UI", Arial, Tahoma, sans-serif;
border-radius: 5px;
border: 1px solid #D6D6C1;
-moz-border-radius: 5px;
width: 700px;
z-index:1001;
}
#brow... |
h1 {
text-align: center;
}
#page {
text-align: center;
}
#recent-images {
display: flex;
flex-wrap: wrap;
}
#recent-images .image-box {
width: 140px;
height: 140px;
padding: 5px;
}
.image-box {
text-align: center;
} |
:host {
box-sizing: border-box;
height:100%;
display:flex;
padding:20px;
}
dashboard {
flex:0 1 auto;
}
rower-list {
flex:1 1 auto;
} |
.logo{
height: 2em;
vertical-align: middle;
display: inline;
margin: 1em;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color: #f49739;
}
.btn-danger {
background... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.