code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
html {
--toggle: hsl(230deg 17% 85%);
--bggradient: url("../src/assets/images/bg.png");
--bgcolor: none;
--colorPrimary: #000;
--filterHeading: #000;
--selectBg : #fff;
--selectText : #000;
}
html[data-theme=dark] {
--toggle: linear-gradient(90deg, hsl(216deg 52% 48%), hsl(51deg 100% 60%));
--bggradi... | src/index.css | html {
--toggle: hsl(230deg 17% 85%);
--bggradient: url("../src/assets/images/bg.png");
--bgcolor: none;
--colorPrimary: #000;
--filterHeading: #000;
--selectBg : #fff;
--selectText : #000;
}
html[data-theme=dark] {
--toggle: linear-gradient(90deg, hsl(216deg 52% 48%), hsl(51deg 100% 60%));
--bggradi... | 0.407923 | 0.077938 |
html{
font-family: '<NAME>', sans-serif;
}
h2, h1{
color:#FFFFFF;
margin: 0;
padding: 0;
}
body {
background-color:#181A1F;
margin: 0;
font-size: 18px;
background-color: #181A1F;
}
html, body {
max-width: 100%;
overflow-x: hidden;
}
#container {
background-color:#21252B;
width: 1900px;
ma... | old/website.css | html{
font-family: '<NAME>', sans-serif;
}
h2, h1{
color:#FFFFFF;
margin: 0;
padding: 0;
}
body {
background-color:#181A1F;
margin: 0;
font-size: 18px;
background-color: #181A1F;
}
html, body {
max-width: 100%;
overflow-x: hidden;
}
#container {
background-color:#21252B;
width: 1900px;
ma... | 0.326701 | 0.060836 |
body {
background: #131e2a;
font-size: 14px;
color: #8c949f;
padding: 40px;
}
a, a:visited {
color: #8c949f;
text-decoration: none;
}
a:hover, a:active {
color: #8c949f;
text-decoration: underline;
}
.box {
background: #1a2836;
padding: 30px;
border-radius: 10px;
box-shadow: inset 0 0 0 2px rgba(255, 255,... | public/css/style.css | body {
background: #131e2a;
font-size: 14px;
color: #8c949f;
padding: 40px;
}
a, a:visited {
color: #8c949f;
text-decoration: none;
}
a:hover, a:active {
color: #8c949f;
text-decoration: underline;
}
.box {
background: #1a2836;
padding: 30px;
border-radius: 10px;
box-shadow: inset 0 0 0 2px rgba(255, 255,... | 0.446253 | 0.079496 |
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Press Start 2P", sans-serif;
background-color: #000;
color: lime;
}
img {
width: 80px;
height: 80px;
margin: 5px;
}
... | styles.css | @import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
* {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: "Press Start 2P", sans-serif;
background-color: #000;
color: lime;
}
img {
width: 80px;
height: 80px;
margin: 5px;
}
... | 0.371707 | 0.103024 |
* {
padding: 0;
margin: 0;
}
body {
font-family: 'Open Sans';
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Anton';
}
section {
padding-bottom: 20px;
border-bottom: 2px solid red;
margin-bottom: 60px;
}
section h3 {
margin-top: 20px
}
h1 {
margin-bottom: 20p... | style.css | * {
padding: 0;
margin: 0;
}
body {
font-family: 'Open Sans';
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: 'Anton';
}
section {
padding-bottom: 20px;
border-bottom: 2px solid red;
margin-bottom: 60px;
}
section h3 {
margin-top: 20px
}
h1 {
margin-bottom: 20p... | 0.562657 | 0.108898 |
body {
background-color: lightpink
}
.info-bar {
display: flex;
justify-content: space-around;
}
.info-bar div {
font-size: 35px;
}
.time {
padding-left: 50%;
}
.instructions h1,
.instructions p,
.button-control,
.question-block {
display: flex;
justify-content: center;
}
.instruction-box {
padding... | assests/css/styles.css | body {
background-color: lightpink
}
.info-bar {
display: flex;
justify-content: space-around;
}
.info-bar div {
font-size: 35px;
}
.time {
padding-left: 50%;
}
.instructions h1,
.instructions p,
.button-control,
.question-block {
display: flex;
justify-content: center;
}
.instruction-box {
padding... | 0.597843 | 0.09645 |
.clearfix:after{
content: '';
display: block;
clear: both;
height: 0;
}
.search{width: 100%;height: 0.88rem;position: fixed;z-index: 11;top: 0;background: white;padding: 0.11rem 0;}
.search_logo{text-align: center;width: 1.08rem;height: 100%;margin:0 0.2rem 0 0.3rem;}
.search_logo img{width: 1.08rem;height:... | public/static/index/appBack/css/index.css | .clearfix:after{
content: '';
display: block;
clear: both;
height: 0;
}
.search{width: 100%;height: 0.88rem;position: fixed;z-index: 11;top: 0;background: white;padding: 0.11rem 0;}
.search_logo{text-align: center;width: 1.08rem;height: 100%;margin:0 0.2rem 0 0.3rem;}
.search_logo img{width: 1.08rem;height:... | 0.281307 | 0.061904 |
.list-container table th.editable {
color: #F93AF9;
}
.list-container table th.editable a {
color: #F93AF9;
}
.list-container table th.editable a:hover {
color: #06C;
}
.list-container table td a.link {
color: #E3E;
}
.list-container table td a.link:hover {
color: #06C;
}
/*搜索样式*/
.list-container .s... | common/widgets/static/css/table.css | .list-container table th.editable {
color: #F93AF9;
}
.list-container table th.editable a {
color: #F93AF9;
}
.list-container table th.editable a:hover {
color: #06C;
}
.list-container table td a.link {
color: #E3E;
}
.list-container table td a.link:hover {
color: #06C;
}
/*搜索样式*/
.list-container .s... | 0.32338 | 0.113629 |
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap");
body {
margin: 0;
font-family: "Raleway", "Sans serif";
}
a {
text-decoration: none;
color: inherit;
}
/* BEGIN HEADER */
.header {
display: flex;
align-items: center;
max-width: 1440p... | style/style.css | @import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700;800;900&display=swap");
body {
margin: 0;
font-family: "Raleway", "Sans serif";
}
a {
text-decoration: none;
color: inherit;
}
/* BEGIN HEADER */
.header {
display: flex;
align-items: center;
max-width: 1440p... | 0.414543 | 0.075756 |
*{
margin: 0px;
}
body{
background: rgb(0, 255, 179);
color: seashell;
font-family: 'Nunito', sans-serif;
}
ul{
list-style:none;
margin: 0px;
padding: 0px;
display: flex;
height: inherit;
}
h1{
font-family: 'Nunito', sans-serif;
font-size: 30px;
}
h1 strong{
col... | estilo2.css | *{
margin: 0px;
}
body{
background: rgb(0, 255, 179);
color: seashell;
font-family: 'Nunito', sans-serif;
}
ul{
list-style:none;
margin: 0px;
padding: 0px;
display: flex;
height: inherit;
}
h1{
font-family: 'Nunito', sans-serif;
font-size: 30px;
}
h1 strong{
col... | 0.328422 | 0.055875 |
.hidden
{
display: none;
}
body
{
font-family: "Montserrat", Helvetica, sans-serif;
font-weight: 400;
font-size: 14px;
color: #707070;
background-color: #fff;
}
h2, h3
{
font-family: "Montserrat", Times, serif;
}
p
{
line-height: 24px;
}
a
{
text-decoration: none;
}
#container
{
width: 1170px;
padding-l... | css/main.css | .hidden
{
display: none;
}
body
{
font-family: "Montserrat", Helvetica, sans-serif;
font-weight: 400;
font-size: 14px;
color: #707070;
background-color: #fff;
}
h2, h3
{
font-family: "Montserrat", Times, serif;
}
p
{
line-height: 24px;
}
a
{
text-decoration: none;
}
#container
{
width: 1170px;
padding-l... | 0.327023 | 0.052038 |
@font-face {
font-family: Avenir-Regular;
src: url('/assets/fonts/avenir-roman.ttf');
}
@font-face {
font-family: Montserrat-Bold;
src: url('/assets/fonts/Montserrat-Bold.ttf');
}
body {
margin: 0;
padding: 0;
background-color: #000;
color: #fff;
font-family: 'Avenir-Regular', sans-serif;
box-si... | assets/styles/styles.css | @font-face {
font-family: Avenir-Regular;
src: url('/assets/fonts/avenir-roman.ttf');
}
@font-face {
font-family: Montserrat-Bold;
src: url('/assets/fonts/Montserrat-Bold.ttf');
}
body {
margin: 0;
padding: 0;
background-color: #000;
color: #fff;
font-family: 'Avenir-Regular', sans-serif;
box-si... | 0.365004 | 0.075961 |
@font-face {
font-family: 'OstrichSansCondensedLight';
src: url('ostrich-light-webfont.eot');
src: url('ostrich-light-webfont.eot?#iefix') format('embedded-opentype'),
url('ostrich-light-webfont.woff') format('woff'),
url('ostrich-light-webfont.ttf') format('truetype'),
url('ostri... | data/webservice/static/webfonts/stylesheet.css | @font-face {
font-family: 'OstrichSansCondensedLight';
src: url('ostrich-light-webfont.eot');
src: url('ostrich-light-webfont.eot?#iefix') format('embedded-opentype'),
url('ostrich-light-webfont.woff') format('woff'),
url('ostrich-light-webfont.ttf') format('truetype'),
url('ostri... | 0.426322 | 0.080755 |
body{
background-color: #F1F3F5 !important;
}
.post-wrap{
width: 90%;
font-family: 'Raleway', sans-serif;
border-radius: 5px;
border: 1px solid ghostwhite;
background-color: white;
}
.post-wrap:hover{
box-shadow: 0 0 35px -2px rgba(0,0,0,.2);
}
.blue{
background-color: #d1ecf1;
}
.p... | web/css/posts.css | body{
background-color: #F1F3F5 !important;
}
.post-wrap{
width: 90%;
font-family: 'Raleway', sans-serif;
border-radius: 5px;
border: 1px solid ghostwhite;
background-color: white;
}
.post-wrap:hover{
box-shadow: 0 0 35px -2px rgba(0,0,0,.2);
}
.blue{
background-color: #d1ecf1;
}
.p... | 0.585575 | 0.087486 |
.layer_popup {
z-index: 900;
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.layer_popup.alert {
z-index: 1000;
}
.layer_popup .dimmed {
z-index: 910;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
min-height: 100%;
t... | alphaseat/pc/resource/css/common.css | .layer_popup {
z-index: 900;
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
}
.layer_popup.alert {
z-index: 1000;
}
.layer_popup .dimmed {
z-index: 910;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
min-height: 100%;
t... | 0.323273 | 0.068537 |
@import url('https://fonts.googleapis.com/css2?family=Syne+Mono&family=Trispace&display=swap');
html, body {
margin: 0;
padding: 0;
font-family: 'Times New Roman';
}
h1, section.intro h2 {
font-family: 'Syne Mono', monospace;
}
h2, h3, h4, h5 {
font-family: 'Trispace', sans-serif;
}
div.page-wrapper {
padding-to... | example_3/style.css | @import url('https://fonts.googleapis.com/css2?family=Syne+Mono&family=Trispace&display=swap');
html, body {
margin: 0;
padding: 0;
font-family: 'Times New Roman';
}
h1, section.intro h2 {
font-family: 'Syne Mono', monospace;
}
h2, h3, h4, h5 {
font-family: 'Trispace', sans-serif;
}
div.page-wrapper {
padding-to... | 0.327776 | 0.07333 |
.hs-wrapper {
width: 210px;
height: 210px;
position: relative;
margin: 10 auto;
overflow: hidden;
}
.hs-wrapper1 {
width: 270px !important;
height: 270px !important;
}
.hs-wrapper2 {
width: 250px !important;
height: 250px !important;
}
.hs-wrapper img {
top: 0px;
left: 0px... | css/fasthover.css | .hs-wrapper {
width: 210px;
height: 210px;
position: relative;
margin: 10 auto;
overflow: hidden;
}
.hs-wrapper1 {
width: 270px !important;
height: 270px !important;
}
.hs-wrapper2 {
width: 250px !important;
height: 250px !important;
}
.hs-wrapper img {
top: 0px;
left: 0px... | 0.414543 | 0.074231 |
@charset "UTF-8";
/* ---------------------------------
* Core Stylesheet
* Created by the Web Standards Project
* --------------------------------- */
/* ---------------------------------
* Reset Stylesheet
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain)
* --------... | c/main.css | @charset "UTF-8";
/* ---------------------------------
* Core Stylesheet
* Created by the Web Standards Project
* --------------------------------- */
/* ---------------------------------
* Reset Stylesheet
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain)
* --------... | 0.276105 | 0.042483 |
header{
background-color: black;
height: 50px;
}
footer{
background-color: black;
padding: 20px 20px 0px 20px;
width: 100%;
position: fixed;
bottom: 0;
height: 50px;
}
form{
height: 60%;
width: 85%;
margin-left: 10%;
}
input{
height: 50px;
}
select{
height: 50px;
}
... | css/style2.css | header{
background-color: black;
height: 50px;
}
footer{
background-color: black;
padding: 20px 20px 0px 20px;
width: 100%;
position: fixed;
bottom: 0;
height: 50px;
}
form{
height: 60%;
width: 85%;
margin-left: 10%;
}
input{
height: 50px;
}
select{
height: 50px;
}
... | 0.406626 | 0.127273 |
* Couchtuner, Daymode ~
*
* This is based on my other style
* Couchtuner, Elegant~ and shares all
* of the same features. The difference
* is that Couchtuner, Daymode~ is meant
* for use during daytime viewing. Save
* your eyes!
*
*
*
* --------------------------------------- */
... | data/usercss/126098.user.css | * Couchtuner, Daymode ~
*
* This is based on my other style
* Couchtuner, Elegant~ and shares all
* of the same features. The difference
* is that Couchtuner, Daymode~ is meant
* for use during daytime viewing. Save
* your eyes!
*
*
*
* --------------------------------------- */
... | 0.279042 | 0.088033 |
html {
height: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
max-width: 1440px;
margin: 0 auto;
color: #ffffff;
background-color: #2185C5;
font-family: 'Raleway', sans-serif;
}
/* Special background color for the main header and footer*/
header.main-header {
bac... | Project/css/style.css | html {
height: 100%;
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
max-width: 1440px;
margin: 0 auto;
color: #ffffff;
background-color: #2185C5;
font-family: 'Raleway', sans-serif;
}
/* Special background color for the main header and footer*/
header.main-header {
bac... | 0.232484 | 0.079746 |
.album--artist-name-fit {
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
.album--card {
width: 120px;
margin-right: 20px;
margin-top: 20px;
background: white;
border-radius: 15px;
}
@media only screen and (min-width: 401px) { /* 769 */
.album--card {
widt... | src/Album/Album.css | .album--artist-name-fit {
white-space: nowrap;
overflow: hidden;
text-overflow:ellipsis;
}
.album--card {
width: 120px;
margin-right: 20px;
margin-top: 20px;
background: white;
border-radius: 15px;
}
@media only screen and (min-width: 401px) { /* 769 */
.album--card {
widt... | 0.473657 | 0.125762 |
@charset "UTF-8";
/**
* MTV.com CSS Drop-Down Menu Theme
*
* @file default.css
* @name MTV
* @version 0.1
* @type transitional
* @browsers Windows: IE6+, Opera7+, Firefox1+
* Mac OS: Safari2+, Firefox2+
*
* @link http://www.lwis.net/
* @copyright 2008 Live Web Institute
*
* Module ... | protected/extensions/emenu/free-css-drop-down-menu/css/dropdown/themes/mtv.com/default.css | @charset "UTF-8";
/**
* MTV.com CSS Drop-Down Menu Theme
*
* @file default.css
* @name MTV
* @version 0.1
* @type transitional
* @browsers Windows: IE6+, Opera7+, Firefox1+
* Mac OS: Safari2+, Firefox2+
*
* @link http://www.lwis.net/
* @copyright 2008 Live Web Institute
*
* Module ... | 0.346873 | 0.046227 |
body {
}
.desktop-main-box {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.desktop-main-header {
position: absolute;
left: 0px;
top: -100px;
width: 100%;
height: 50px;
background: #262626;
opacity: 0;
/*background: linear-gradien... | wwwroot/res/Desktop/Main/page.css | body {
}
.desktop-main-box {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
}
.desktop-main-header {
position: absolute;
left: 0px;
top: -100px;
width: 100%;
height: 50px;
background: #262626;
opacity: 0;
/*background: linear-gradien... | 0.384565 | 0.053974 |
html.bootstrap-admin-vertical-centered {
height: 100%;
overflow: hidden;
min-height: 100%;
min-width: 100%;
width: 100%;
}
html.bootstrap-admin-vertical-centered body{
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
html.bootstrap-admin-vertical-centered .container{
display: ... | MvcAdminTemplate/Content/Theme/css/bootstrap-admin-theme.css | html.bootstrap-admin-vertical-centered {
height: 100%;
overflow: hidden;
min-height: 100%;
min-width: 100%;
width: 100%;
}
html.bootstrap-admin-vertical-centered body{
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
html.bootstrap-admin-vertical-centered .container{
display: ... | 0.570571 | 0.047316 |
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/******** RUBIK *********/
/* rubik-300normal - latin */
@font-face {
font-family: 'Rubik';
font-style: normal;
font-display: swap;
... | static/fonts.css | @import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/******** RUBIK *********/
/* rubik-300normal - latin */
@font-face {
font-family: 'Rubik';
font-style: normal;
font-display: swap;
... | 0.182098 | 0.056418 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;600;900&display=swap');
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url('./resources/font/MaterialIcons-Regular.ttf'); /* For IE6-8 */
src: local('Material Icons'),
local('Mat... | style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;600;900&display=swap');
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url('./resources/font/MaterialIcons-Regular.ttf'); /* For IE6-8 */
src: local('Material Icons'),
local('Mat... | 0.364438 | 0.07521 |
.navbars {
width: 100%;
height: 48px;
position: fixed !important;
left: 0;
bottom: 0;
/* box-shadow: 0 0 1px 0.5px #cccccc; */
display: table;
background-color: #ffffff;
z-index: 10;
}
.navbars .navitem {
width: 25%;
height: 100%;
display: table-cell;
color: #bababb;
position: relative;
}
.... | src/style/common.css |
.navbars {
width: 100%;
height: 48px;
position: fixed !important;
left: 0;
bottom: 0;
/* box-shadow: 0 0 1px 0.5px #cccccc; */
display: table;
background-color: #ffffff;
z-index: 10;
}
.navbars .navitem {
width: 25%;
height: 100%;
display: table-cell;
color: #bababb;
position: relative;
}
.... | 0.398406 | 0.055438 |
.card__list {
margin: 45px 0 0 0;
padding: 0;
list-style: none;
display: flex;
justify-content: center;
@media screen and (max-width: 1024px) {
flex-flow: column nowrap;
align-items: center;
}
}
.card__list-item {
width: 360px;
background: #fff;
box-shadow: 0em ... | src/css/imports/_card.css | .card__list {
margin: 45px 0 0 0;
padding: 0;
list-style: none;
display: flex;
justify-content: center;
@media screen and (max-width: 1024px) {
flex-flow: column nowrap;
align-items: center;
}
}
.card__list-item {
width: 360px;
background: #fff;
box-shadow: 0em ... | 0.45641 | 0.104432 |
@import url(//db.onlinewebfonts.com/c/ba9019aa1b39b36ff007750ecf8296bf?family=LibertyW01-SC);
@import url(//db.onlinewebfonts.com/c/9747fc2954ba98094cf43359cc1b1354?family=Romantiques);
@import url(//db.onlinewebfonts.com/c/d92d3fc882e0851f06c69388573d7e99?family=Money+Money+Plus);
@font-face {
font-family: "Money Mo... | src/Navbar.css | @import url(//db.onlinewebfonts.com/c/ba9019aa1b39b36ff007750ecf8296bf?family=LibertyW01-SC);
@import url(//db.onlinewebfonts.com/c/9747fc2954ba98094cf43359cc1b1354?family=Romantiques);
@import url(//db.onlinewebfonts.com/c/d92d3fc882e0851f06c69388573d7e99?family=Money+Money+Plus);
@font-face {
font-family: "Money Mo... | 0.28398 | 0.103295 |
@-moz-document domain("agar.io") {
/****************************************************
Thème créer par eXo-Necro pour le jeu Agar.io
/* Game */
#canvas, #debug-overlay{
-webkit-filter: brightness(60%) contrast(200%); /* Chrome, Safari, Opera */
filter: brightness(50%) contrast(200%); /* Firefox */... | data/usercss/124562.user.css | @-moz-document domain("agar.io") {
/****************************************************
Thème créer par eXo-Necro pour le jeu Agar.io
/* Game */
#canvas, #debug-overlay{
-webkit-filter: brightness(60%) contrast(200%); /* Chrome, Safari, Opera */
filter: brightness(50%) contrast(200%); /* Firefox */... | 0.18418 | 0.04982 |
.accordion_toggle {
display: block;
height: 30px;
border: 1px solid #E1E1E1;
padding: 0 10px 0 10px;
line-height: 30px;
color: #ffffff;
font-weight: normal;
text-decoration: none;
outline: none;
font-size: 12px !important;
color: #000000 !important;
cursor: pointer;
margin: 0 0 0 0 !important;
background:#F4F4F4;
text-... | css/templates/blue/accordion_toggle.css | .accordion_toggle {
display: block;
height: 30px;
border: 1px solid #E1E1E1;
padding: 0 10px 0 10px;
line-height: 30px;
color: #ffffff;
font-weight: normal;
text-decoration: none;
outline: none;
font-size: 12px !important;
color: #000000 !important;
cursor: pointer;
margin: 0 0 0 0 !important;
background:#F4F4F4;
text-... | 0.299412 | 0.140454 |
.iconbox-side2 {
padding: 10px;
}
.iconbox-side2.style2 .iconbox-content {
max-width: 450px;
}
.iconbox-side2.style2 .iconbox-side2-container{
width:100%;
float: none;
position: relative;
margin:0 0 15px;
display: table;
}
.iconbox-side2.style2 .icon-container,
.iconbox-s... | web/app/themes/massive-dynamic/lib/shortcodes/md_iconbox_side2/style.css | .iconbox-side2 {
padding: 10px;
}
.iconbox-side2.style2 .iconbox-content {
max-width: 450px;
}
.iconbox-side2.style2 .iconbox-side2-container{
width:100%;
float: none;
position: relative;
margin:0 0 15px;
display: table;
}
.iconbox-side2.style2 .icon-container,
.iconbox-s... | 0.365457 | 0.062818 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
/*
===============
Variables
===============
*/
:root {
... | public/stylesheets/styles.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
/*
===============
Variables
===============
*/
:root {
... | 0.409103 | 0.095729 |
@-moz-document domain("www.slackware.com") {
/* version 0.2 */
body {
background: #eaebec;
}
body > center > table {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
}
td {
background: #f1f1f1;
}
a {
color: #1f70a8;
text-decoration... | data/usercss/128224.user.css | @-moz-document domain("www.slackware.com") {
/* version 0.2 */
body {
background: #eaebec;
}
body > center > table {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
}
td {
background: #f1f1f1;
}
a {
color: #1f70a8;
text-decoration... | 0.378 | 0.072407 |
body{
background-color: #f5f1e9;
}
h1{
text-align: center;
}
.espaco{
margin-bottom: 100px;
}
.espacamento{
margin-top: 50px;
}
.cartao{
border: 2px solid grey;
border-radius: 25px;
width: 350px;
height: 350px;
margin-bottom:10px;
}
.imgpatro{
text-align: center;
bor... | public/css/contactos.css | body{
background-color: #f5f1e9;
}
h1{
text-align: center;
}
.espaco{
margin-bottom: 100px;
}
.espacamento{
margin-top: 50px;
}
.cartao{
border: 2px solid grey;
border-radius: 25px;
width: 350px;
height: 350px;
margin-bottom:10px;
}
.imgpatro{
text-align: center;
bor... | 0.370339 | 0.11129 |
@font-face {
font-family: 'Boogaloo';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/boogaloo/v12/kmK-Zq45GAvOdnaW6y1C9ys.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+219... | Stackoverflow Survey 2020_files/css.css | @font-face {
font-family: 'Boogaloo';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/boogaloo/v12/kmK-Zq45GAvOdnaW6y1C9ys.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+219... | 0.338514 | 0.123948 |
.sepiaFW-cards-flexSize-container {
background: #e5e5e5; /*rgba(0, 0, 0, 0.10);*/
position: relative;
margin: 5px 0px;
border-radius: 3px;
transition: min-height 0.3s;
padding: 5px 0px 0px 0px;
overflow: hidden;
flex: 1 0 100%;
}
@media screen and (min-width: 480px) {
body.big-screen .sepiaFW-cards-flexSize... | www/css/sepiaFW-cards.css | .sepiaFW-cards-flexSize-container {
background: #e5e5e5; /*rgba(0, 0, 0, 0.10);*/
position: relative;
margin: 5px 0px;
border-radius: 3px;
transition: min-height 0.3s;
padding: 5px 0px 0px 0px;
overflow: hidden;
flex: 1 0 100%;
}
@media screen and (min-width: 480px) {
body.big-screen .sepiaFW-cards-flexSize... | 0.18363 | 0.043711 |
.pada-1{
padding:1px;
}
.pada-2{
padding:2px;
}
.pada-3{
padding:3px;
}
.pada-4{
padding:4px;
}
.pada-5{
padding:5px;
}
.pada-10{
padding:10px;
}
.pada-15{
padding:15px;
}
.pada-20{
padding:20px;
}
.pada-25{
padding:25px;
}
.pada-30{
padding:30px;
}
/* ******* Padding TOP ******* */
.padt-1{
padding-top:1px... | assets/css/structure.css | .pada-1{
padding:1px;
}
.pada-2{
padding:2px;
}
.pada-3{
padding:3px;
}
.pada-4{
padding:4px;
}
.pada-5{
padding:5px;
}
.pada-10{
padding:10px;
}
.pada-15{
padding:15px;
}
.pada-20{
padding:20px;
}
.pada-25{
padding:25px;
}
.pada-30{
padding:30px;
}
/* ******* Padding TOP ******* */
.padt-1{
padding-top:1px... | 0.190573 | 0.09451 |
* {
margin: 0;
padding: 0;
}
html,
body {
height: 100%;
}
body {
font-family: 'Roboto', sans-serif;
background-color: #ECECEC;
}
.material-head {
background: #4285f4;
box-shadow: 0 -10px 4px 10px rgba(0, 0, 0, 0.14), 0 -6px 8px 10px rgba(0, 0, 0, 0.28);
min-height: 56px;
}
.material-head span {
color:... | assets/css/app.css | * {
margin: 0;
padding: 0;
}
html,
body {
height: 100%;
}
body {
font-family: 'Roboto', sans-serif;
background-color: #ECECEC;
}
.material-head {
background: #4285f4;
box-shadow: 0 -10px 4px 10px rgba(0, 0, 0, 0.14), 0 -6px 8px 10px rgba(0, 0, 0, 0.28);
min-height: 56px;
}
.material-head span {
color:... | 0.423935 | 0.095055 |
.md-checkbox {
width: auto;
margin: 16px 8px 16px 0;
display: -ms-inline-flexbox;
display: inline-flex;
position: relative;
}
.md-checkbox:not(.md-disabled) {
cursor: pointer;
}
.md-checkbox:not(.md-disabled) .md-checkbox-label {
cursor: pointer;
}
.md-checkbox .md-checkbox-container {
width: 20... | dist/components/mdCheckbox/index.css | .md-checkbox {
width: auto;
margin: 16px 8px 16px 0;
display: -ms-inline-flexbox;
display: inline-flex;
position: relative;
}
.md-checkbox:not(.md-disabled) {
cursor: pointer;
}
.md-checkbox:not(.md-disabled) .md-checkbox-label {
cursor: pointer;
}
.md-checkbox .md-checkbox-container {
width: 20... | 0.555676 | 0.059757 |
body{
background: black;
color: white;
font-family: 'Roboto Mono', monospace;
}
title{
background: white;
color: black;
border-radius: 12px;
}
hr{
color: white;
background: white;
border: 2px solid white;
border-radius: 12px;
}
audio{
visibility: hidden;
}
*{
padding: 0;
margin: 0;
}
html, body{
... | style.css | body{
background: black;
color: white;
font-family: 'Roboto Mono', monospace;
}
title{
background: white;
color: black;
border-radius: 12px;
}
hr{
color: white;
background: white;
border: 2px solid white;
border-radius: 12px;
}
audio{
visibility: hidden;
}
*{
padding: 0;
margin: 0;
}
html, body{
... | 0.33928 | 0.104752 |
.NAV {
display: none;
}
/*coupon_popup_start*/
.NAV_coupon {
position: fixed;
top: 0;
left: 0;
display: none;
width: 100%;
height: 100%;
margin: 0 auto;
background-color: var(--bgColor039);
z-index: 999;
}
.NAV_coupon .pupop_content {
width: 400px;
height: 200px;
position: absolute;
top: 50%;
left: 50%... | Content/Views/Shared/popup.css | .NAV {
display: none;
}
/*coupon_popup_start*/
.NAV_coupon {
position: fixed;
top: 0;
left: 0;
display: none;
width: 100%;
height: 100%;
margin: 0 auto;
background-color: var(--bgColor039);
z-index: 999;
}
.NAV_coupon .pupop_content {
width: 400px;
height: 200px;
position: absolute;
top: 50%;
left: 50%... | 0.252937 | 0.107134 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input, select {
outline: none;
}
body {
font-family: Microsoft Jhenghei, STXihei, Microsoft Yahei, 微软雅黑, Tahoma, Arial, Helvetic... | nifi-nar-bundles/nifi-standard-bundle/nifi-put-tcp-ui/src/main/webapp/css/index.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input, select {
outline: none;
}
body {
font-family: Microsoft Jhenghei, STXihei, Microsoft Yahei, 微软雅黑, Tahoma, Arial, Helvetic... | 0.408277 | 0.122917 |
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital@1&display=swap');
html,
body {
height: 100%;
color: #666666;
font-family: 'Raleway', sans-serif;
-webkit-font-smoothing: antialiased;
margin: 0;
}
a {
display: inline-block;
list-style: none;
text-decoration: none;
... | MainView/static/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Raleway:ital@1&display=swap');
html,
body {
height: 100%;
color: #666666;
font-family: 'Raleway', sans-serif;
-webkit-font-smoothing: antialiased;
margin: 0;
}
a {
display: inline-block;
list-style: none;
text-decoration: none;
... | 0.431584 | 0.059976 |
body {
overflow: hidden;
-webkit-animation: scroll-lock 3s forwards;
-moz-animation: scroll-lock 3s forwards;
animation: scroll-lock 3s forwards;
}
header,
section {
height: 100vh;
}
header {
color: white;
overflow: hidden;
position: relative;
}
header > * {
height: 100vh;
width: 100vw;
positio... | css/header.css | body {
overflow: hidden;
-webkit-animation: scroll-lock 3s forwards;
-moz-animation: scroll-lock 3s forwards;
animation: scroll-lock 3s forwards;
}
header,
section {
height: 100vh;
}
header {
color: white;
overflow: hidden;
position: relative;
}
header > * {
height: 100vh;
width: 100vw;
positio... | 0.529507 | 0.063919 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
:root {
--blanc: #fff;
--bt: #FFFFFFDF;
--vert: #ADD981;
}
body {
margin: 0;
padding: 0;
font-family: 'Monserrat', sans-serif;
}
html {
s... | LapsStore/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
:root {
--blanc: #fff;
--bt: #FFFFFFDF;
--vert: #ADD981;
}
body {
margin: 0;
padding: 0;
font-family: 'Monserrat', sans-serif;
}
html {
s... | 0.408277 | 0.079531 |
.hero {
text-align: left;
padding-top: 88px;
padding-bottom: 120px;
}
.inner-hero {
display: flex;
justify-content: space-between;
}
.hero-left {
padding-top: 40px;
/* padding-right: 48px;
min-width: 448px;
max-width: 512px; */
z-index: 1;
position: relative;
flex-basis: 50%;
flex-grow: 0;
... | src/css/hero.css | .hero {
text-align: left;
padding-top: 88px;
padding-bottom: 120px;
}
.inner-hero {
display: flex;
justify-content: space-between;
}
.hero-left {
padding-top: 40px;
/* padding-right: 48px;
min-width: 448px;
max-width: 512px; */
z-index: 1;
position: relative;
flex-basis: 50%;
flex-grow: 0;
... | 0.471953 | 0.12749 |
* Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
/* You can override the default Infima variables here. */
:root {
--color-primary: #1C75DB;
--color-secondary: #ED297A;
--color-white: #... | src/css/custom.css | * Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
/* You can override the default Infima variables here. */
:root {
--color-primary: #1C75DB;
--color-secondary: #ED297A;
--color-white: #... | 0.266166 | 0.054049 |
#top {
border-width: 0 0 1px 0;
border-color: #cacaca;
border-style: solid;
}
#titlearea {
padding: 10px;
margin: 0px;
float: left;
border: none;
width: initial;
}
#projectlogo {
vertical-align: top;
}
/** Links **/
a {
color: #15804B;
font-weight... | content/doc/3.2.2/stylesheet.css |
#top {
border-width: 0 0 1px 0;
border-color: #cacaca;
border-style: solid;
}
#titlearea {
padding: 10px;
margin: 0px;
float: left;
border: none;
width: initial;
}
#projectlogo {
vertical-align: top;
}
/** Links **/
a {
color: #15804B;
font-weight... | 0.281702 | 0.076891 |
.topnav {
/* border: 2px solid;*/
/*background-color: darkblue;**/
line-height: 0;
margin-left: auto;
margin-right: auto;
}
/* select all the topnav-list classes */
.topnav-list {
display: flex;
flex-direction: row;
margin: 0;
padding:0;
list-style: none;
line-height: 1;
}
/* select all the topnav-li... | intro-to-responsive-design/style/navbar/navbar.css | .topnav {
/* border: 2px solid;*/
/*background-color: darkblue;**/
line-height: 0;
margin-left: auto;
margin-right: auto;
}
/* select all the topnav-list classes */
.topnav-list {
display: flex;
flex-direction: row;
margin: 0;
padding:0;
list-style: none;
line-height: 1;
}
/* select all the topnav-li... | 0.318697 | 0.078855 |
html, body{
/*background-color: #DEE9EF;*/
box-sizing: border-box;
font-size: 1.15em;
}
img{
width: 100%;
/*-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.12);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.12);*/
}
*, *:before, *:after {
... | src/styles/styles.css | html, body{
/*background-color: #DEE9EF;*/
box-sizing: border-box;
font-size: 1.15em;
}
img{
width: 100%;
/*-webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.12);
box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.12);*/
}
*, *:before, *:after {
... | 0.335895 | 0.08374 |
:root {
--background-color-white: #FFFFFF;
--title-text-color: #212121;
--main-text-color: #757575;
--hover-color: #2196F3;
}
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
background-color: var(--background-color-white);
font-family... | css/style.css | :root {
--background-color-white: #FFFFFF;
--title-text-color: #212121;
--main-text-color: #757575;
--hover-color: #2196F3;
}
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
background-color: var(--background-color-white);
font-family... | 0.446977 | 0.120827 |
@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
/*Theme Colors*/
/**
* Table Of Content
*
* 1. Color system
* 2. Options
* 3. Body
* 4. Typography
* 5. Breadcrumbs
* 6. Cards
* 7. Dropdowns
* 8. Buttons
* 9. Typography
* 10. Progress bars
* 11. Tables
* 12. Forms
* 14. ... | assets/dist_sub/css/responsive.css | @import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
/*Theme Colors*/
/**
* Table Of Content
*
* 1. Color system
* 2. Options
* 3. Body
* 4. Typography
* 5. Breadcrumbs
* 6. Cards
* 7. Dropdowns
* 8. Buttons
* 9. Typography
* 10. Progress bars
* 11. Tables
* 12. Forms
* 14. ... | 0.369543 | 0.048182 |
* {
margin: 0;
padding: 0;
color: rgb(159, 178, 191);
font-family: "Source Serif Pro", "Noto Serif SC", -apple-system, "SF UI Text", "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
font-weight: 400;
}
html,
body {
height: 100%;
background-color: rgb(33, 37, 43);
}
a {
... | css/style.css | * {
margin: 0;
padding: 0;
color: rgb(159, 178, 191);
font-family: "Source Serif Pro", "Noto Serif SC", -apple-system, "SF UI Text", "PingFang SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
font-weight: 400;
}
html,
body {
height: 100%;
background-color: rgb(33, 37, 43);
}
a {
... | 0.424651 | 0.110519 |
*{
margin: 0;
padding: 0;
text-decoration: none;
text-decoration-line: none;
list-style: none;
}
.header{
width: 80%;
height: 10%;
margin: 1% 0 1% 0;
background-image: url("../img/capa_beatles.jpg");
background-size: 100% 30%;
background-attachment: fixed;
background-repeat: no-repeat;
border: solid 1px ... | files/doug/css/beatles.css | *{
margin: 0;
padding: 0;
text-decoration: none;
text-decoration-line: none;
list-style: none;
}
.header{
width: 80%;
height: 10%;
margin: 1% 0 1% 0;
background-image: url("../img/capa_beatles.jpg");
background-size: 100% 30%;
background-attachment: fixed;
background-repeat: no-repeat;
border: solid 1px ... | 0.186947 | 0.06216 |
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital@1&family=Raleway:wght@600&display=swap');
* {
margin: 0;
padding: 0;
font-size: 10px;
box-sizing: border-box;
}
body {
background-image: linear-gradient(to right top, #dedede, #e1e1e1, #e3e3e3, #e6e6e6, #e9e9e9, #ebebeb, #ececec, #eeee... | css/flexbox.css | @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital@1&family=Raleway:wght@600&display=swap');
* {
margin: 0;
padding: 0;
font-size: 10px;
box-sizing: border-box;
}
body {
background-image: linear-gradient(to right top, #dedede, #e1e1e1, #e3e3e3, #e6e6e6, #e9e9e9, #ebebeb, #ececec, #eeee... | 0.26322 | 0.137706 |
.mainColor_bg {
background-color: #995E2E !important;
color: #ffffff !important;
}
.mainColor_color {
color: #995E2E !important;
}
.mainColor_border {
border-color: #995E2E !important;
}
.overColor_bg {
background-color: #7F4E26 !important;
}
.overColor_color {
color: #7F4E26 !important;
}
.ove... | o2server/servers/webServer/o2_core/o2/xDesktop/$Default/tan/style-skin.css | .mainColor_bg {
background-color: #995E2E !important;
color: #ffffff !important;
}
.mainColor_color {
color: #995E2E !important;
}
.mainColor_border {
border-color: #995E2E !important;
}
.overColor_bg {
background-color: #7F4E26 !important;
}
.overColor_color {
color: #7F4E26 !important;
}
.ove... | 0.209146 | 0.131926 |
.headerAppHeader {
height: 70px;
padding: 10px 0px;
}
.headerApp {
display: flex;
align-items: center;
}
.headerAppUser {
flex: 1;
display: flex;
align-items: center;
justify-content: flex-end;
}
.headerAppCalendarArea {
position: relative;
flex: 3;
display: flex;
flex-direction: column;
align... | public/assets/css/app/styleHeaderApp.css | .headerAppHeader {
height: 70px;
padding: 10px 0px;
}
.headerApp {
display: flex;
align-items: center;
}
.headerAppUser {
flex: 1;
display: flex;
align-items: center;
justify-content: flex-end;
}
.headerAppCalendarArea {
position: relative;
flex: 3;
display: flex;
flex-direction: column;
align... | 0.389314 | 0.075244 |
.discord-message {
color: #dcddde;
display: flex;
flex-direction: column;
font-size: 0.9em;
margin: 1em 0;
padding: 0.25em 1em 0;
}
.discord-message:hover {
background-color: #32353b;
}
.discord-compact-mode .discord-message {
margin: 0.15em 0;
padding-left: 0.25em;
padding-right: 0.25em;
}
.discord-light-... | packages/core/src/styles/discord-message.css | .discord-message {
color: #dcddde;
display: flex;
flex-direction: column;
font-size: 0.9em;
margin: 1em 0;
padding: 0.25em 1em 0;
}
.discord-message:hover {
background-color: #32353b;
}
.discord-compact-mode .discord-message {
margin: 0.15em 0;
padding-left: 0.25em;
padding-right: 0.25em;
}
.discord-light-... | 0.507812 | 0.048699 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
height: 100%;
width: 100%;
background-image: linear-gradient(#03021c, #044459);
background-repeat: no-repeat;
background-attachment: fixed;
}
#header {
position: fixed;
left: 0;
top: 0;
bottom: 0;
w... | portfolio/src/main/webapp/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
height: 100%;
width: 100%;
background-image: linear-gradient(#03021c, #044459);
background-repeat: no-repeat;
background-attachment: fixed;
}
#header {
position: fixed;
left: 0;
top: 0;
bottom: 0;
w... | 0.393968 | 0.087408 |
.itemsContainer{
min-height: 1000px; /* aprox ~ editable (min height) */
}
.itemDemoChange {
display: none;
}
/* For each view class is necessary define css properties !! */
/* ---------------------- DEMOs CSS -------------------------- */
body {
background-color: #101010;
color: #9E9E9E;
}
body .well {
... | _plugins/cool-change-cols/demo/css/cool-change-cols.css |
.itemsContainer{
min-height: 1000px; /* aprox ~ editable (min height) */
}
.itemDemoChange {
display: none;
}
/* For each view class is necessary define css properties !! */
/* ---------------------- DEMOs CSS -------------------------- */
body {
background-color: #101010;
color: #9E9E9E;
}
body .well {
... | 0.233095 | 0.07843 |
.HeroSection {
padding: 2% 0 20px;
margin: 0;
max-width: 100vw;
width: 100%;
}
.HeroContainer {
/*background-image: url('../../../images/floral_border.png')*/
background-position: top;
background-size: cover;
min-height: 40rem;
margin: auto;
}
.Signature {
width: 80%;
marg... | src/components/PageComponents/About/about.module.css | .HeroSection {
padding: 2% 0 20px;
margin: 0;
max-width: 100vw;
width: 100%;
}
.HeroContainer {
/*background-image: url('../../../images/floral_border.png')*/
background-position: top;
background-size: cover;
min-height: 40rem;
margin: auto;
}
.Signature {
width: 80%;
marg... | 0.295128 | 0.116412 |
.user_font_modern{font-family:"Helvetica Neue",Helvetica,Arial,"Liberation Sans",sans-serif;}
.user_font_classic{font-family:Tahoma,Arial,sans-serif;}
.user_font_wide{font-family:Verdana,sans-serif;}
.user_font_system{font-family:"Segoe UI","Lucida Sans",sans-serif;}
P,TH,TD,DIV,SELECT,INPUT[type=text],INPUT[type=passw... | _o/dev/box/framework/dotphp/DelMaster/_source/xend/bunch/playbox/formate/_form/zimbra/blue/zhtml.css | .user_font_modern{font-family:"Helvetica Neue",Helvetica,Arial,"Liberation Sans",sans-serif;}
.user_font_classic{font-family:Tahoma,Arial,sans-serif;}
.user_font_wide{font-family:Verdana,sans-serif;}
.user_font_system{font-family:"Segoe UI","Lucida Sans",sans-serif;}
P,TH,TD,DIV,SELECT,INPUT[type=text],INPUT[type=passw... | 0.281998 | 0.098512 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
ul {
list-style: none;
margin-bottom: 0;
}
*/
/*body{
min-width: rem(320px);
max-width: 100%;
background-color: $body-color;
}
a{
text-decoration: none;
&:hover{
text-decoration: underline;
}
}
img, svg {
displa... | public/css/styles.css | * {
box-sizing: border-box;
padding: 0;
margin: 0;
}
ul {
list-style: none;
margin-bottom: 0;
}
*/
/*body{
min-width: rem(320px);
max-width: 100%;
background-color: $body-color;
}
a{
text-decoration: none;
&:hover{
text-decoration: underline;
}
}
img, svg {
displa... | 0.191517 | 0.073264 |
.f_loader_container {
position: absolute;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
background-color: rgba(255,255,255,0.8);
z-index: 999999999999;
}
.s_photos {
/* Prevent vertical gaps */
line-height: 0;
-webkit-column-count: 2;
-webkit-column-gap: 0px;
-moz-colu... | public/assets/css/loader.css | .f_loader_container {
position: absolute;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
background-color: rgba(255,255,255,0.8);
z-index: 999999999999;
}
.s_photos {
/* Prevent vertical gaps */
line-height: 0;
-webkit-column-count: 2;
-webkit-column-gap: 0px;
-moz-colu... | 0.433262 | 0.062588 |
@charset "utf-8";
.hero-banner {
height: 304px;
margin: 0 0 26px 0;
background-repeat: no-repeat;
background-image: url(../img/wind-banner.jpg);
}
.train-hero {
width: 690px;
height: 352px;
margin: 30px 0 34px 0;
position: relative;
}
.train-hero .more-mes {
width: 690px;
height: 30px;
background-image: u... | css/hero_game.css | @charset "utf-8";
.hero-banner {
height: 304px;
margin: 0 0 26px 0;
background-repeat: no-repeat;
background-image: url(../img/wind-banner.jpg);
}
.train-hero {
width: 690px;
height: 352px;
margin: 30px 0 34px 0;
position: relative;
}
.train-hero .more-mes {
width: 690px;
height: 30px;
background-image: u... | 0.202522 | 0.057971 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Ubuntu', sans-serif;
}
html, body {
overflow-x: hidden;
}
body
{
background: #fff;
position: relative;
font-size: 17px;
}
h2
{
font-size: 25px;
font-family: 'IBM Plex Sans Arabic', sans-serif;
}
p
{
font-size: 16px... | farmblr/static/stylesheets/marketplacestylesheets/landing.css |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Ubuntu', sans-serif;
}
html, body {
overflow-x: hidden;
}
body
{
background: #fff;
position: relative;
font-size: 17px;
}
h2
{
font-size: 25px;
font-family: 'IBM Plex Sans Arabic', sans-serif;
}
p
{
font-size: 16px... | 0.409929 | 0.072308 |
:root {
--Media-cell-gutter: 20px;
}
/* Base
========================================================================== */
.Media {
box-sizing: border-box;
display: flex;
}
/**
* Modifiers: Gutters
*/
.Media--withGutter {
margin-left: calc(var(--Media-cell-gutter) * -1);
}
.Media--withGutter >... | src/css/components/media/media.css | :root {
--Media-cell-gutter: 20px;
}
/* Base
========================================================================== */
.Media {
box-sizing: border-box;
display: flex;
}
/**
* Modifiers: Gutters
*/
.Media--withGutter {
margin-left: calc(var(--Media-cell-gutter) * -1);
}
.Media--withGutter >... | 0.693992 | 0.138026 |
@keyframes move_wave {
0% {
transform: translateX(0) translateZ(0) scaleY(1)
}
50% {
transform: translateX(-5%) translateZ(0) scaleY(0.55)
}
100% {
transform: translateX(-50%) translateZ(0) scaleY(1)
}
}
.waveWrapper {
overflow: hidden;
position: absolute;
lef... | src/components/about-us/about-us.css | @keyframes move_wave {
0% {
transform: translateX(0) translateZ(0) scaleY(1)
}
50% {
transform: translateX(-5%) translateZ(0) scaleY(0.55)
}
100% {
transform: translateX(-50%) translateZ(0) scaleY(1)
}
}
.waveWrapper {
overflow: hidden;
position: absolute;
lef... | 0.61451 | 0.14554 |
html, body {
height:100%;
margin:0;
}
body {
background: #fff;
color: #000000;
}
body, textarea, input, select, td, th {
font-family:helvetica,arial,verdana,sans-serif;
font-size:14px;
}
input, select, textarea { /* Allows overriding native style of form elements on iPad */
... | web/lib/javaxt/light.css | html, body {
height:100%;
margin:0;
}
body {
background: #fff;
color: #000000;
}
body, textarea, input, select, td, th {
font-family:helvetica,arial,verdana,sans-serif;
font-size:14px;
}
input, select, textarea { /* Allows overriding native style of form elements on iPad */
... | 0.376623 | 0.068133 |
html,
body {
overflow-x: hidden;
box-sizing: border-box;
}
:root {
--red: #f72210;
--yellow: #ffe400;
--body-background: #f4f5f6;
--black: #000;
--white: #fff;
}
a {
text-decoration: none;
color: var(--black);
}
body {
background-color: var(--body-background);
}
img {
width: 100%;
}
.brand {
... | style.css | html,
body {
overflow-x: hidden;
box-sizing: border-box;
}
:root {
--red: #f72210;
--yellow: #ffe400;
--body-background: #f4f5f6;
--black: #000;
--white: #fff;
}
a {
text-decoration: none;
color: var(--black);
}
body {
background-color: var(--body-background);
}
img {
width: 100%;
}
.brand {
... | 0.484624 | 0.066904 |
@-moz-document url-prefix(https://www3.animeflv.net/) {
body{
background-color:#464646;
background:#464646;
overflow-x:hidden;
}
.Header{
height: 63px;
margin-top: -10px;
}
.Header>.Mid{
height: 63px;
}
.Container{
width:100vw !important;
min-width: 100%;
padding: 0 4px;
... | data/usercss/187835.user.css | @-moz-document url-prefix(https://www3.animeflv.net/) {
body{
background-color:#464646;
background:#464646;
overflow-x:hidden;
}
.Header{
height: 63px;
margin-top: -10px;
}
.Header>.Mid{
height: 63px;
}
.Container{
width:100vw !important;
min-width: 100%;
padding: 0 4px;
... | 0.167491 | 0.055669 |
@import url("./Styles/Home/style.css");
@import url("./Styles/Projects/style.css");
@import url("./Styles/Contact/style.css");
@import url("./Styles/Guidelines/style.css");
@import url("./Styles/Events/style.css");
@import url("./General/Header.css");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans&disp... | src/Theme/main.css | @import url("./Styles/Home/style.css");
@import url("./Styles/Projects/style.css");
@import url("./Styles/Contact/style.css");
@import url("./Styles/Guidelines/style.css");
@import url("./Styles/Events/style.css");
@import url("./General/Header.css");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans&disp... | 0.261142 | 0.040541 |
body {
background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/assets/images/background.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat; }
form.login fieldset {
position: relative; }
form.login fieldset:not(:first-of-t... | assets/admin/css/auth/login.css | body {
background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/assets/images/background.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat; }
form.login fieldset {
position: relative; }
form.login fieldset:not(:first-of-t... | 0.323915 | 0.085901 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-size: 1vw;
}
main {
margin: 0 2em;
}
.hidden {
display: none;
visibility: hidden;
}
/* NAVIGATION HEADER */
.page-nav {
height: 13em;
margin-bottom: 1px;
display: flex;
padding: 0.5em;
font-family: 'Varela Round', sans-serif;
... | css/style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-size: 1vw;
}
main {
margin: 0 2em;
}
.hidden {
display: none;
visibility: hidden;
}
/* NAVIGATION HEADER */
.page-nav {
height: 13em;
margin-bottom: 1px;
display: flex;
padding: 0.5em;
font-family: 'Varela Round', sans-serif;
... | 0.473901 | 0.122287 |
@charset "UTF-8";
.header {
width: 100%;
background-color: #fff;
}
.heading {
font-size: 2rem;
text-align: center;
padding: 20px 0;
}
@media screen and (max-width:767px) {
.heading {
font-size: 1.5rem;
}
}
.container {
padding: 20px;
}
.title {
font-size: 25px;
margin: 50px auto 20px;
}
.ti... | complete/css/style.css | @charset "UTF-8";
.header {
width: 100%;
background-color: #fff;
}
.heading {
font-size: 2rem;
text-align: center;
padding: 20px 0;
}
@media screen and (max-width:767px) {
.heading {
font-size: 1.5rem;
}
}
.container {
padding: 20px;
}
.title {
font-size: 25px;
margin: 50px auto 20px;
}
.ti... | 0.263979 | 0.092934 |
body{
line-spacing: 1px;
}
p {
font-size: 16px;
line-height: 1.5;
text-align: justify;
font-weight: 300;
}
.navbar {
font-size: 15px;
}
.navbar-nav > li >a{
font-size: 16px;
font-weight: 300;
}
.navbar-nav > li >a:hover {
font-size: 17px;
font-weight: 500;
}
.dropdown-menu > li >a {
f... | public/css/style-2.css | body{
line-spacing: 1px;
}
p {
font-size: 16px;
line-height: 1.5;
text-align: justify;
font-weight: 300;
}
.navbar {
font-size: 15px;
}
.navbar-nav > li >a{
font-size: 16px;
font-weight: 300;
}
.navbar-nav > li >a:hover {
font-size: 17px;
font-weight: 500;
}
.dropdown-menu > li >a {
f... | 0.334698 | 0.07267 |
html { overflow-y: scroll; }
body { margin: 0; padding: 0; }
#header {
background: url(/images/header.png) repeat-x bottom #004284;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100px;
}
#header-wrap { width: 960px; margin: 0 auto; }
#subheader { position: fixed; top: 100px; background-col... | public/stylesheets/main.css | html { overflow-y: scroll; }
body { margin: 0; padding: 0; }
#header {
background: url(/images/header.png) repeat-x bottom #004284;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100px;
}
#header-wrap { width: 960px; margin: 0 auto; }
#subheader { position: fixed; top: 100px; background-col... | 0.477067 | 0.182298 |
@font-face {
font-family: Cataclysmo;
src: url('../fonts/Cataclysmo.otf');
}
@font-face {
font-family: Conthrax;
src: url('../fonts/conthrax-sb.ttf');
}
/* General */
* {
padding: 0;
margin: 0;
font-family: Conthrax;
}
body {
background-image: url('../images/background.jpg');
background-color: #000000;
bac... | css/style.css | @font-face {
font-family: Cataclysmo;
src: url('../fonts/Cataclysmo.otf');
}
@font-face {
font-family: Conthrax;
src: url('../fonts/conthrax-sb.ttf');
}
/* General */
* {
padding: 0;
margin: 0;
font-family: Conthrax;
}
body {
background-image: url('../images/background.jpg');
background-color: #000000;
bac... | 0.26827 | 0.050705 |
html, body {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
overflow: hidden;
font-size: 3mm;
font-family: Arial, sans-serif;
color: #18191A;
}
body {
display: flex;
flex-flow: column;
}
.toolbar {
padding: 3px;
border-bottom: 1px solid rgba(0, 0, 0, .2);
min-height: 23px;
}
.toolbar but... | data/panel.css | html, body {
padding: 0;
margin: 0;
width: 100%;
height: 100%;
overflow: hidden;
font-size: 3mm;
font-family: Arial, sans-serif;
color: #18191A;
}
body {
display: flex;
flex-flow: column;
}
.toolbar {
padding: 3px;
border-bottom: 1px solid rgba(0, 0, 0, .2);
min-height: 23px;
}
.toolbar but... | 0.572603 | 0.072407 |
.user-management {
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family: 'Oxygen', sans-serif;
}
.user-management::after {
content: '';
width: 100%;
height: 5%;
}
.user-management > .title {
width: 100%;
height: 20%;... | school_register/tomatoapp/public/stylesheets/adminpanel/user-management/user-management.css | .user-management {
color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family: 'Oxygen', sans-serif;
}
.user-management::after {
content: '';
width: 100%;
height: 5%;
}
.user-management > .title {
width: 100%;
height: 20%;... | 0.552057 | 0.115911 |
.mp_infos{position: absolute;top:0;left:20%;width:60%;min-height:100px ;text-align: center;}
.mp_infos img{width: 20%;margin-top: 18%;}
.mp_infos h4{color: #fff;font-size: 26px;font-weight: normal;}
.mp_ques{position: absolute;top:30px;right:20px;color: #fff;font-size: 13px;}
.mp_ques i{display: inline-block;width: 18... | public/static/old/css/mine.css | .mp_infos{position: absolute;top:0;left:20%;width:60%;min-height:100px ;text-align: center;}
.mp_infos img{width: 20%;margin-top: 18%;}
.mp_infos h4{color: #fff;font-size: 26px;font-weight: normal;}
.mp_ques{position: absolute;top:30px;right:20px;color: #fff;font-size: 13px;}
.mp_ques i{display: inline-block;width: 18... | 0.318061 | 0.054803 |
@CHARSET "UTF-8";
.sairicon{
padding-top: 8px;
}
.alert{
padding-top: 55px;
}
.menu-title{
color: white;
margin-right: 5px;
}
.navbar-brand{
padding-top: 12px;
}
.ms-banner{
margin-left: 10px;
margin-right: 10px;
}
.panel-default{
margin-left: 10px;
margin-right: 10px;
}
.navbar {
background-color: #1... | InfnetOpiniao/src/main/resources/static/css/main.css | @CHARSET "UTF-8";
.sairicon{
padding-top: 8px;
}
.alert{
padding-top: 55px;
}
.menu-title{
color: white;
margin-right: 5px;
}
.navbar-brand{
padding-top: 12px;
}
.ms-banner{
margin-left: 10px;
margin-right: 10px;
}
.panel-default{
margin-left: 10px;
margin-right: 10px;
}
.navbar {
background-color: #1... | 0.203708 | 0.067026 |
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600&display=swap");
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
background-color: #F6F8FC;
font-family: 'Nunito Sans';
}
header {
background-color: white;
color: black;
-webkit-box-shadow: 4px 4px 9px... | public/src/css/konsultasi.css | @import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600&display=swap");
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
background-color: #F6F8FC;
font-family: 'Nunito Sans';
}
header {
background-color: white;
color: black;
-webkit-box-shadow: 4px 4px 9px... | 0.353986 | 0.065157 |
.ol-overlay {
position: absolute;
top: 0;
left: 0;
width:100%;
height: 100%;
background-color: rgba(0,0,0,0.4);
padding: 1em;
color: #fff;
box-sizing: border-box;
z-index: 1;
opacity: 0;
display: none;
cursor: default;
overflow: hidden;
-webkit-transition: all 0.5s;
transition: all 0.5s;... | src/control/Overlay.css | .ol-overlay {
position: absolute;
top: 0;
left: 0;
width:100%;
height: 100%;
background-color: rgba(0,0,0,0.4);
padding: 1em;
color: #fff;
box-sizing: border-box;
z-index: 1;
opacity: 0;
display: none;
cursor: default;
overflow: hidden;
-webkit-transition: all 0.5s;
transition: all 0.5s;... | 0.543348 | 0.093844 |
@-moz-document domain("coinkeeper.me") {
/*! Coinkeeper Dark 1.0.0 */
/*! License: https://creativecommons.org/licenses/by-sa/4.0/ */
/*[[border-radius]]*/
:root {
--gray-dark: #222222;
--gray: #272727;
--gray-light: #303030;
--text: #959595;
--light: #AAAAAA;
}
/* Filters */
... | data/usercss/165830.user.css | @-moz-document domain("coinkeeper.me") {
/*! Coinkeeper Dark 1.0.0 */
/*! License: https://creativecommons.org/licenses/by-sa/4.0/ */
/*[[border-radius]]*/
:root {
--gray-dark: #222222;
--gray: #272727;
--gray-light: #303030;
--text: #959595;
--light: #AAAAAA;
}
/* Filters */
... | 0.428712 | 0.064065 |
.toggle-show-password{
cursor:pointer;
}
.hide-on-start{
display:none;
}
/*********************************************************/
/*************** TABLE STYLING ***************************/
/*********************************************************/
.mdl-data-table td {
position: relative;
height: 48... | public/css/admin.css |
.toggle-show-password{
cursor:pointer;
}
.hide-on-start{
display:none;
}
/*********************************************************/
/*************** TABLE STYLING ***************************/
/*********************************************************/
.mdl-data-table td {
position: relative;
height: 48... | 0.371251 | 0.065098 |
article[data-custom-element="Pure.Posts.Thumbnail.D.Container"]{
position : relative;
width : 25em;
margin : 1em 0.5em;
border : solid 1px rgba(0,0,0,0.2);
box-sizing : border-box;
background : rgb(255,255,255);
}
/*===EVENT==================================================... | templates/posts/thumbnails/css/d.css | article[data-custom-element="Pure.Posts.Thumbnail.D.Container"]{
position : relative;
width : 25em;
margin : 1em 0.5em;
border : solid 1px rgba(0,0,0,0.2);
box-sizing : border-box;
background : rgb(255,255,255);
}
/*===EVENT==================================================... | 0.324985 | 0.087136 |
* Base structure
*/
/* Move down content because we have a fixed navbar that is 50px tall */
body {
background-color: #121212;
color: white;
}
/*
* Top navigation
* Hide default border to remove 1px line.
*/
.navbar-fixed-top {
border-bottom: 2px solid;
border-color: #121212;
background-c... | src/public/assets/css/dashboardcustom.css | * Base structure
*/
/* Move down content because we have a fixed navbar that is 50px tall */
body {
background-color: #121212;
color: white;
}
/*
* Top navigation
* Hide default border to remove 1px line.
*/
.navbar-fixed-top {
border-bottom: 2px solid;
border-color: #121212;
background-c... | 0.532668 | 0.068164 |
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
:root {
--theme-primary-color: #000;
--theme-heading-color: #000;
--theme-text-color: #333;
--theme-main-bg: #fff;
--theme-secondary-bg: #f8f9fa;
}
:root .dark-theme {
--theme-primary-color: #fff;
--theme-text-color: #ff... | src/styles/globals.css | html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
:root {
--theme-primary-color: #000;
--theme-heading-color: #000;
--theme-text-color: #333;
--theme-main-bg: #fff;
--theme-secondary-bg: #f8f9fa;
}
:root .dark-theme {
--theme-primary-color: #fff;
--theme-text-color: #ff... | 0.487307 | 0.077762 |
html,
body { height: 100%; width: 100%; overflow: hidden; background: #000;}
body { position: relative; height: 720px; width: 1280px; font-family: 'Open Sans', 'Arial', sans-serif; padding: 0; margin: 0 auto; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; -moz-user-select: none;}
ul {mar... | styles.css |
html,
body { height: 100%; width: 100%; overflow: hidden; background: #000;}
body { position: relative; height: 720px; width: 1280px; font-family: 'Open Sans', 'Arial', sans-serif; padding: 0; margin: 0 auto; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; -moz-user-select: none;}
ul {mar... | 0.273477 | 0.068413 |
@charset "UTF-8";
body {
display: flex;
align-items: center;
justify-content: center;
flex-flow: column wrap;
height: 100vh;
background-image: linear-gradient(-45deg, #e6c7cd, #d3ec8b);
font-family: "Lato", sans-serif;
}
.chat {
height: 300px;
width: 900px;
padding: 1.5rem;
background-color: rgba... | dist/style.css | @charset "UTF-8";
body {
display: flex;
align-items: center;
justify-content: center;
flex-flow: column wrap;
height: 100vh;
background-image: linear-gradient(-45deg, #e6c7cd, #d3ec8b);
font-family: "Lato", sans-serif;
}
.chat {
height: 300px;
width: 900px;
padding: 1.5rem;
background-color: rgba... | 0.455441 | 0.064624 |
body {
overflow-x: hidden;
/*background-color: #eeeeee;*/
/*font-family: 'Roboto', sans-serif;*/
font-size: 14px;
margin:0;
padding:0;
color: #333333;
}
p {
/*font-family: 'Roboto', sans-serif;*/
font-size: 14px;
padding: 10px;
margin: 0;
/*color: #666666;*/
}
li {
... | css/real.css | body {
overflow-x: hidden;
/*background-color: #eeeeee;*/
/*font-family: 'Roboto', sans-serif;*/
font-size: 14px;
margin:0;
padding:0;
color: #333333;
}
p {
/*font-family: 'Roboto', sans-serif;*/
font-size: 14px;
padding: 10px;
margin: 0;
/*color: #666666;*/
}
li {
... | 0.44746 | 0.077762 |
body {
font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color:#888;
margin:0;
background:url(../images/body.jpg) top repeat-x #121212;
background-attachment:fixed;
}
#wrapper1 {
background:#1e1e1e;
padding:0 10px 10px 10px;
width:760px;
margin:0 auto;
}
#wrapper2 {
back... | events/PBD13/css/1.css | body {
font: 62.5%/1.6em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
color:#888;
margin:0;
background:url(../images/body.jpg) top repeat-x #121212;
background-attachment:fixed;
}
#wrapper1 {
background:#1e1e1e;
padding:0 10px 10px 10px;
width:760px;
margin:0 auto;
}
#wrapper2 {
back... | 0.220259 | 0.097176 |
body {
font-family: Arial;
font-size: 16px;
margin: 0px;
padding: 0px;
}
a {
color: #0000cc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
blockquote {
border: 1px solid #aac;
background-color: #e8e8ff;
padding: 5px 10px;
}
.drop-list {
cursor: default;
-webkit-user-select: no... | war/css/main.css | body {
font-family: Arial;
font-size: 16px;
margin: 0px;
padding: 0px;
}
a {
color: #0000cc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
blockquote {
border: 1px solid #aac;
background-color: #e8e8ff;
padding: 5px 10px;
}
.drop-list {
cursor: default;
-webkit-user-select: no... | 0.348978 | 0.049017 |
body {
font-family: "Open Sans", sans-serif;
color: #444444;
margin: auto;
}
a {
color: #5696e9;
}
a:hover {
color: #006eff;
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Raleway", sans-serif;
}
.back-to-top {
position: fixed;
display: none;
right: 15px;
... | assets/css/vagas.css | body {
font-family: "Open Sans", sans-serif;
color: #444444;
margin: auto;
}
a {
color: #5696e9;
}
a:hover {
color: #006eff;
text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Raleway", sans-serif;
}
.back-to-top {
position: fixed;
display: none;
right: 15px;
... | 0.551815 | 0.090816 |
.cgl-container {
text-align: center; }
/* line 50, /Users/admin/Project/jquery.guiding-light/src/jquery.guiding-light.sass */
.cgl-container h2 {
font-size: 36px;
color: #5b3333; }
/* line 54, /Users/admin/Project/jquery.guiding-light/src/jquery.guiding-light.sass */
.cgl-container .cgl-section {
... | jquery.guiding-light.css | .cgl-container {
text-align: center; }
/* line 50, /Users/admin/Project/jquery.guiding-light/src/jquery.guiding-light.sass */
.cgl-container h2 {
font-size: 36px;
color: #5b3333; }
/* line 54, /Users/admin/Project/jquery.guiding-light/src/jquery.guiding-light.sass */
.cgl-container .cgl-section {
... | 0.250179 | 0.040503 |
/* spinner-circles */
.spinner-circles {
width: 40px;
height: 40px;
position: relative;
margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #fff;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-b... | TestData.App.UI/app-ui/src/components/loaders/rotating-spinner.css | /* spinner-circles */
.spinner-circles {
width: 40px;
height: 40px;
position: relative;
margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #fff;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;
-webkit-animation: sk-b... | 0.370567 | 0.087564 |
:root {
--font: 'Do Hyeon', sans-serif;
--main-container-background-color: #e5f8f7;
--button-background-color: #272929;
--button-text-color: rgb(76, 227, 218);
--button-hover-background-color:rgb(76, 227, 218);
--button-hover-text-color: #272929;
}
/*===============메인컨테이너(가장 바깥 컨테이너)===================... | 04_FinalCodes/PROJECT_Codes/SEMI_GoodBall_CEK_ver02/WebContent/resources/css/boardList.css | :root {
--font: 'Do Hyeon', sans-serif;
--main-container-background-color: #e5f8f7;
--button-background-color: #272929;
--button-text-color: rgb(76, 227, 218);
--button-hover-background-color:rgb(76, 227, 218);
--button-hover-text-color: #272929;
}
/*===============메인컨테이너(가장 바깥 컨테이너)===================... | 0.272121 | 0.132066 |