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
#breadcrumb, #triangle, .colonna ul { display: none; } .listProd span, #risric h1, .colonna, .colonna:hover .show, .colonna:active .show { display: block; } .notifica, .intestW, .boxW, .boxA, #faq, #question, #who, #history , #contacts , #where , #legal, #box_singolo, .card{ width: 95%; } .boxW, .boxA, #faq, #que...
index/style/mobile.css
#breadcrumb, #triangle, .colonna ul { display: none; } .listProd span, #risric h1, .colonna, .colonna:hover .show, .colonna:active .show { display: block; } .notifica, .intestW, .boxW, .boxA, #faq, #question, #who, #history , #contacts , #where , #legal, #box_singolo, .card{ width: 95%; } .boxW, .boxA, #faq, #que...
0.143338
0.084871
@import "../../../dojo/dgrid/css/dgrid.css"; @import "../../../dojo/dojo/resources/dojo.css"; /* @import "../../../dojo/dijit/tests/css/dijitTests.css"; */ .infusion .leftPane .nowrapTabStrip.dijitTabContainerTop-tabs { z-index: 10 !important; } /* REMOVE ALL TAB PADDING */ .claro .dijitTabContainerTop-t...
html/plugins/infusion/css/infusion.css
@import "../../../dojo/dgrid/css/dgrid.css"; @import "../../../dojo/dojo/resources/dojo.css"; /* @import "../../../dojo/dijit/tests/css/dijitTests.css"; */ .infusion .leftPane .nowrapTabStrip.dijitTabContainerTop-tabs { z-index: 10 !important; } /* REMOVE ALL TAB PADDING */ .claro .dijitTabContainerTop-t...
0.22482
0.042682
body { background-color: #fff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #000; letter-spacing: normal; word-spacing: normal; text-align: left; text-indent: 0pt; margin: 0; height: 100%; } p { margin-bottom: 0px; } div.body_content { ma...
Web/src/localized/help/en/style/adsk.cpm.css
body { background-color: #fff; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; color: #000; letter-spacing: normal; word-spacing: normal; text-align: left; text-indent: 0pt; margin: 0; height: 100%; } p { margin-bottom: 0px; } div.body_content { ma...
0.413596
0.089137
@import url("https://fonts.googleapis.com/css2?family=Comfortaa&family=Montserrat&family=Fredoka+One&family=Patua+One&display=swap"); :root { --milkDark: #16161d; --milkLight: #e9e9e2; --milkBlue: #346ba0; --milkOrange: #ff8000; } body { background-color: var(--milkDark) !important; color: var(--milkLight...
src/styles/global.css
@import url("https://fonts.googleapis.com/css2?family=Comfortaa&family=Montserrat&family=Fredoka+One&family=Patua+One&display=swap"); :root { --milkDark: #16161d; --milkLight: #e9e9e2; --milkBlue: #346ba0; --milkOrange: #ff8000; } body { background-color: var(--milkDark) !important; color: var(--milkLight...
0.300643
0.083591
@font-face { font-family: 'icomoon'; src:url('../../fonts/icomoon.eot'); src:url('../../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../../fonts/icomoon.woff') format('woff'), url('../../fonts/icomoon.ttf') format('truetype'), url('../../fonts/icomoon.svg#icomoon') format('svg'); font-weight: ...
css/lib/icomoon.css
@font-face { font-family: 'icomoon'; src:url('../../fonts/icomoon.eot'); src:url('../../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../../fonts/icomoon.woff') format('woff'), url('../../fonts/icomoon.ttf') format('truetype'), url('../../fonts/icomoon.svg#icomoon') format('svg'); font-weight: ...
0.35488
0.058373
.pagenavi { clear: both; padding:15px 0 10px 0; text-align:center; font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; height:30px; font-size:0.75em; /* This may need changed to suit your theme */ -webkit-font-smoothing:antialiased; /* smooths the font in webkit, optional */ } .pagenavi a, .pagenavi sp...
web/css/pagenavi-css.css
.pagenavi { clear: both; padding:15px 0 10px 0; text-align:center; font-family:'Helvetica Neue',Helvetica,Arial,sans-serif; height:30px; font-size:0.75em; /* This may need changed to suit your theme */ -webkit-font-smoothing:antialiased; /* smooths the font in webkit, optional */ } .pagenavi a, .pagenavi sp...
0.174235
0.088308
@charset "UTF-8"; /*Configurando Esquema de caracteres que reconhece ç,`,*/ @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); /*Embedando fontes do google fontes*/ @font-face { /*Importantado fonte do diretório*/ font-family: 'Android'; src: url(../fontes/idroid.otf) format(...
site-android/estilos/style.css
@charset "UTF-8"; /*Configurando Esquema de caracteres que reconhece ç,`,*/ @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); /*Embedando fontes do google fontes*/ @font-face { /*Importantado fonte do diretório*/ font-family: 'Android'; src: url(../fontes/idroid.otf) format(...
0.296043
0.110952
a { text-decoration: none !important; -webkit-transition: all 225ms ease; -moz-transition: all 225ms ease; transition: all 225ms ease; } header { position: relative; background: #222; height: 50px; } header a { color: #777; } header a:hover { color: #fff; } header .logo { display...
src/javascripts/third-party/scotch/website/demos/loading-buttons/style.css
a { text-decoration: none !important; -webkit-transition: all 225ms ease; -moz-transition: all 225ms ease; transition: all 225ms ease; } header { position: relative; background: #222; height: 50px; } header a { color: #777; } header a:hover { color: #fff; } header .logo { display...
0.291586
0.113432
*{ box-sizing: border-box; } html{ scroll-behavior: smooth; /**Efeito de suavização da pagina*/ } body{ margin: 0px; padding: 0px; } /*Inicia ajuste na minha foto*/ .avatar { vertical-align: middle; width: 220px; height: 220px; border-radius: 50%; margin: 100px; } ...
css/style.css
*{ box-sizing: border-box; } html{ scroll-behavior: smooth; /**Efeito de suavização da pagina*/ } body{ margin: 0px; padding: 0px; } /*Inicia ajuste na minha foto*/ .avatar { vertical-align: middle; width: 220px; height: 220px; border-radius: 50%; margin: 100px; } ...
0.285571
0.060724
.#megaMenu ul.megaMenu #menu-item-52 ul.sub-menu-1{ display:block; } #megaMenu ul.megaMenu{ background:#ffc231 url(../images/orange_top.png) bottom left repeat-x; /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc231', endColorstr='#ff5b00')";*/ background:-moz-linear-gradient(top, #ffc23...
data/ffck_org/wp-content/plugins/ubermenu/standard/styles/skins/legacy/orange.css
.#megaMenu ul.megaMenu #menu-item-52 ul.sub-menu-1{ display:block; } #megaMenu ul.megaMenu{ background:#ffc231 url(../images/orange_top.png) bottom left repeat-x; /*-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc231', endColorstr='#ff5b00')";*/ background:-moz-linear-gradient(top, #ffc23...
0.137851
0.057071
@import "https://fonts.googleapis.com/css?family=Montserrat:300, 400, 700&display=swap"; @import url("https://fonts.googleapis.com/css2?family=Galada&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Atma:wght@300&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Mina:wght@700...
CSS/style.css
@import "https://fonts.googleapis.com/css?family=Montserrat:300, 400, 700&display=swap"; @import url("https://fonts.googleapis.com/css2?family=Galada&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Atma:wght@300&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Mina:wght@700...
0.351756
0.060947
@import url(http://fonts.googleapis.com/css?family=Arvo); @import url(http://fonts.googleapis.com/css?family=Fenix); @import url('https://fonts.googleapis.com/css?family=Lato'); body { max-width: 100%; width: 80%; margin-left: auto; margin-right: auto; margin-top: 50px; margin-bottom:100px; font-family: 'L...
old/css/sponsors.css
@import url(http://fonts.googleapis.com/css?family=Arvo); @import url(http://fonts.googleapis.com/css?family=Fenix); @import url('https://fonts.googleapis.com/css?family=Lato'); body { max-width: 100%; width: 80%; margin-left: auto; margin-right: auto; margin-top: 50px; margin-bottom:100px; font-family: 'L...
0.403332
0.107578
@charset "UTF-8"; *{ margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif; display: flex; } .side-bar { background-color: #404040; height: 100%; position: sticky; top: 0px; left: 0px; width: fit-content; text-align: center; ...
estilo/style.css
@charset "UTF-8"; *{ margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif; display: flex; } .side-bar { background-color: #404040; height: 100%; position: sticky; top: 0px; left: 0px; width: fit-content; text-align: center; ...
0.572364
0.115561
html { background: -webkit-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* Chrome 10+, Saf5.1+ */ background: -moz-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* FF3.6+ */ background: -ms-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* IE10 */ background: -o-linear-gradient(90deg, #F0C2...
app/app.css
html { background: -webkit-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* Chrome 10+, Saf5.1+ */ background: -moz-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* FF3.6+ */ background: -ms-linear-gradient(90deg, #F0C27B 10%, #4B1248 90%); /* IE10 */ background: -o-linear-gradient(90deg, #F0C2...
0.422266
0.098166
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Montserrat'; font-size: 12px; overflow: hidden; background-repeat: no-repeat; background-size: cover; height: 100...
picha/static/css/landing.css
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Montserrat'; font-size: 12px; overflow: hidden; background-repeat: no-repeat; background-size: cover; height: 100...
0.443359
0.106924
.postpreview { overflow: scroll; margin-left: 40px; width: 48vw; position: -webkit-sticky; position: sticky; top: 0; height: 100vh; } .postpreview .article { display: flex; flex-direction: column; } .postpreview #article-title { font-family: futura-pt, sans-serif; font-size: 45px; ...
build/index.esm.css
.postpreview { overflow: scroll; margin-left: 40px; width: 48vw; position: -webkit-sticky; position: sticky; top: 0; height: 100vh; } .postpreview .article { display: flex; flex-direction: column; } .postpreview #article-title { font-family: futura-pt, sans-serif; font-size: 45px; ...
0.440469
0.056862
.fsp-schedule { border-radius: 2px; background-color: #FFFFFF; -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04); box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04); margin-bottom: 8px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-a...
Schedules/Assets/css/fsp-schedules.css
.fsp-schedule { border-radius: 2px; background-color: #FFFFFF; -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04); box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.04); margin-bottom: 8px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-a...
0.329176
0.096025
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); * { box-sizing: border-box; margin: 0; padding: 0; } .navbar-body { font-family: 'Open Sans', sans-serif; } /* rgb(202, 195, 195) */ .nav-container1 { color: rgb(207, 199, 199); max-width: 1200px; margin: 0 auto; height: 60px; } .nav...
client/src/components/Navbar/navbar.css
@import url('https://fonts.googleapis.com/css?family=Open+Sans'); * { box-sizing: border-box; margin: 0; padding: 0; } .navbar-body { font-family: 'Open Sans', sans-serif; } /* rgb(202, 195, 195) */ .nav-container1 { color: rgb(207, 199, 199); max-width: 1200px; margin: 0 auto; height: 60px; } .nav...
0.446253
0.069384
body { padding-top: 50px; } /* * Top navigation * Hide default border to remove 1px line. */ .navbar-fixed-top { border: 0; background-color: #AFA8A1; color: #000000; } /* Sidebar */ .sidebar { display: none; } @media (min-width: 768px) { .sidebar { position: fixed; top: 51px; bottom: 0; ...
public/css/notes.css
body { padding-top: 50px; } /* * Top navigation * Hide default border to remove 1px line. */ .navbar-fixed-top { border: 0; background-color: #AFA8A1; color: #000000; } /* Sidebar */ .sidebar { display: none; } @media (min-width: 768px) { .sidebar { position: fixed; top: 51px; bottom: 0; ...
0.425128
0.0729
html, body { height: 100%; background-image: url("../img/fondo.gif"); background-size: 100% 100%; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; ba...
web/css/site.css
html, body { height: 100%; background-image: url("../img/fondo.gif"); background-size: 100% 100%; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; ba...
0.311636
0.063686
.dp_logo { width: 130px; margin-top: -26px; cursor: pointer; margin-left: 25px; } #believe-nav{ padding:20px 0 !important; } .nav_change{ margin-right: 10px; } .text-widget p{ margin-top: 0px !important; } .button_see_more{ padding: 40px; } .see_m{ line-height:1em; letter-spacing...
public/assets/css/custom_design.css
.dp_logo { width: 130px; margin-top: -26px; cursor: pointer; margin-left: 25px; } #believe-nav{ padding:20px 0 !important; } .nav_change{ margin-right: 10px; } .text-widget p{ margin-top: 0px !important; } .button_see_more{ padding: 40px; } .see_m{ line-height:1em; letter-spacing...
0.463444
0.115811
*/ /* Modal */ /* ------------------------------------------------------------ */ .gm-page-overlay { width: 100%; height: 100vh; position: fixed; overflow-y: scroll; background: linear-gradient(45deg, rgba(13,25,40,0.96) 0%,rgba(0,0,0,0.96) 100%); animation: fadeInOverlay 0.2s ease 1 forward...
core/server/lib/members/static/auth/styles/components.css
*/ /* Modal */ /* ------------------------------------------------------------ */ .gm-page-overlay { width: 100%; height: 100vh; position: fixed; overflow-y: scroll; background: linear-gradient(45deg, rgba(13,25,40,0.96) 0%,rgba(0,0,0,0.96) 100%); animation: fadeInOverlay 0.2s ease 1 forward...
0.564339
0.073165
*{ margin: 0; padding: 0; } ol,ul,li{ list-style: none; } a{ text-decoration: none; color: #333; } img{ display: block; } input{ outline: none; border: none; color: #333; font-family: "microsoft yahei"; } html,body{ background: #fff; width: 100%; height: 100%; color: #333; font-family: "microsoft yahei";...
public/Agent/css/index.css
*{ margin: 0; padding: 0; } ol,ul,li{ list-style: none; } a{ text-decoration: none; color: #333; } img{ display: block; } input{ outline: none; border: none; color: #333; font-family: "microsoft yahei"; } html,body{ background: #fff; width: 100%; height: 100%; color: #333; font-family: "microsoft yahei";...
0.232833
0.047184
.reveal section img { border: 0; background: none; box-shadow: none; } .reveal section img[alt=SecurityIcon], .reveal section img[alt=RobustIcon], .reveal section img[alt=RobustIcon2], .reveal section img[alt=AuditIcon], .reveal section img[alt=AuditIcon2], .reveal section img[alt=AuditIcon3] { width: ...
container-camp-virtual-2020/css/presentation.css
.reveal section img { border: 0; background: none; box-shadow: none; } .reveal section img[alt=SecurityIcon], .reveal section img[alt=RobustIcon], .reveal section img[alt=RobustIcon2], .reveal section img[alt=AuditIcon], .reveal section img[alt=AuditIcon2], .reveal section img[alt=AuditIcon3] { width: ...
0.389314
0.085061
@font-face { font-family: Bebasneue; src: url(../third_party/font/BebasNeue.woff); } @font-face { font-family: museo; src: url(../third_party/font/museo300-regular.otf); } html, body{ height:100%; background-color:#3b404b; min-width:600px; } .topnav_bar{ width:100%; position:fixed; background-color:#E1...
css/style.css
@font-face { font-family: Bebasneue; src: url(../third_party/font/BebasNeue.woff); } @font-face { font-family: museo; src: url(../third_party/font/museo300-regular.otf); } html, body{ height:100%; background-color:#3b404b; min-width:600px; } .topnav_bar{ width:100%; position:fixed; background-color:#E1...
0.300643
0.060502
body { background: #1c92d2; /* fallback for old browsers */ background: -webkit-linear-gradient( to right, #f2fcfe, #1c92d2 ); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient( to right, #f2fcfe, #1c92d2 ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+...
musicplayer/assets/css/style.css
body { background: #1c92d2; /* fallback for old browsers */ background: -webkit-linear-gradient( to right, #f2fcfe, #1c92d2 ); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient( to right, #f2fcfe, #1c92d2 ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+...
0.446736
0.087486
{ display: flex; margin-top: 40px; } .App { text-align: center; font-family: ProximaNova,Arial,Helvetica Neue,sans-serif; margin-bottom: 0px; } #d1{ width:100%; } #d11{ width:50%; margin-top: 5%; margin-left: 2%; } #dec1{ margin-left: 0; text-align: left; width: 100%; } #h11::before { color:#282c3...
src/App.css
{ display: flex; margin-top: 40px; } .App { text-align: center; font-family: ProximaNova,Arial,Helvetica Neue,sans-serif; margin-bottom: 0px; } #d1{ width:100%; } #d11{ width:50%; margin-top: 5%; margin-left: 2%; } #dec1{ margin-left: 0; text-align: left; width: 100%; } #h11::before { color:#282c3...
0.486575
0.076098
*{ margin: 0; padding:0; box-sizing: border-box; font-family: 'Oswald', sans-serif; } body,html{ height: 100%; } /*** Classes Auxiliares ***/ .clear{clear: both;} .center{ max-width: 1280px; margin: 0 auto; } .btn1{ width: 150px; line-height: 40px; background-color:...
Projeto 05 - Site Institucional (Loja de Carros)/css/style.css
*{ margin: 0; padding:0; box-sizing: border-box; font-family: 'Oswald', sans-serif; } body,html{ height: 100%; } /*** Classes Auxiliares ***/ .clear{clear: both;} .center{ max-width: 1280px; margin: 0 auto; } .btn1{ width: 150px; line-height: 40px; background-color:...
0.362405
0.077622
body { background: #19f radial-gradient(transparent, #02c); font-family: Arial; color: #fff; display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; align-items: flex-end; -webkit-align-items: flex-end; justify-content: flex-end; -webkit-justify-content: flex-...
css/style.css
body { background: #19f radial-gradient(transparent, #02c); font-family: Arial; color: #fff; display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; align-items: flex-end; -webkit-align-items: flex-end; justify-content: flex-end; -webkit-justify-content: flex-...
0.512449
0.079496
@media screen and (max-width: 1024px) { footer { padding-bottom: 1em; padding-top: 0; margin:auto; } footer h3{ font-size: 16px; font-weight: 700; padding-top: 1em ; padding-bottom: 0.5em ; } footer .wrap{ width: 85%; margin:auto; } .info img{ width:21px; ali...
CSS/footer_responsive.css
@media screen and (max-width: 1024px) { footer { padding-bottom: 1em; padding-top: 0; margin:auto; } footer h3{ font-size: 16px; font-weight: 700; padding-top: 1em ; padding-bottom: 0.5em ; } footer .wrap{ width: 85%; margin:auto; } .info img{ width:21px; ali...
0.338624
0.09236
@charset "UTF-8"; @font-face { font-family: "FontAwesome"; src: url(/fonts/fontawesome-webfont.eot?455808250694e5760bd92b3ce1f070b6); src: url(/fonts/fontawesome-webfont.eot?455808250694e5760bd92b3ce1f070b6) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff?21f212f94a9db6a0e3847c921842aa19) format...
public/css/app.css
@charset "UTF-8"; @font-face { font-family: "FontAwesome"; src: url(/fonts/fontawesome-webfont.eot?455808250694e5760bd92b3ce1f070b6); src: url(/fonts/fontawesome-webfont.eot?455808250694e5760bd92b3ce1f070b6) format("embedded-opentype"), url(/fonts/fontawesome-webfont.woff?21f212f94a9db6a0e3847c921842aa19) format...
0.303835
0.063599
@charset "utf-8"; html{ overflow-x: hidden; width: 100%; height: 100%; background-image: linear-gradient(to bottom,#ABDCFF 10%,#0396FF 80%); } body{ width: 100%; height: 100%; } #wrap{ width: 100%; height: 100%; } #main{ position: relative; width: 10rem; height: 100%; background:url('../imag...
public/m/css/style.css
@charset "utf-8"; html{ overflow-x: hidden; width: 100%; height: 100%; background-image: linear-gradient(to bottom,#ABDCFF 10%,#0396FF 80%); } body{ width: 100%; height: 100%; } #wrap{ width: 100%; height: 100%; } #main{ position: relative; width: 10rem; height: 100%; background:url('../imag...
0.346652
0.070624
word-break: break-word; line-height: 1.75; font-weight: 400; font-size: 15px; overflow-x: hidden; color: #333; } #markdown h1, #markdown h2, #markdown h3, #markdown h4, #markdown h5, #markdown h6 { line-height: 1.5; margin-top: 35px; margin-bottom: 10px; padding-bottom: 5px; } #markdown h1 { font-...
src/themes/juejin.markdown.css
word-break: break-word; line-height: 1.75; font-weight: 400; font-size: 15px; overflow-x: hidden; color: #333; } #markdown h1, #markdown h2, #markdown h3, #markdown h4, #markdown h5, #markdown h6 { line-height: 1.5; margin-top: 35px; margin-bottom: 10px; padding-bottom: 5px; } #markdown h1 { font-...
0.429788
0.095434
.mainpanel{ height:150px; width:100%; background-image:url('images/5.jpg'); background-repeat:no-repeat; background-size: cover; position:absolute; margin-top:0px; overflow: hidden; } .navbar ul { padding-top:5px; } .navbar li { display: inline; margin ...
ui2.css
.mainpanel{ height:150px; width:100%; background-image:url('images/5.jpg'); background-repeat:no-repeat; background-size: cover; position:absolute; margin-top:0px; overflow: hidden; } .navbar ul { padding-top:5px; } .navbar li { display: inline; margin ...
0.277669
0.036288
@charset 'UTF-8'; /* * Typesetting-cjk.css * @Baigei-Gu * @date 2021-02-23 * @version v0.13-alpha(2) */ @import url('https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.css'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@700&display=swap'); @import url('https://fonts.googleapis.c...
src/Typesetting-cjk.css
@charset 'UTF-8'; /* * Typesetting-cjk.css * @Baigei-Gu * @date 2021-02-23 * @version v0.13-alpha(2) */ @import url('https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.css'); @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@700&display=swap'); @import url('https://fonts.googleapis.c...
0.351534
0.092976
.experiencia { max-width: 1200px; padding: 40px 20px; margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr; gap: 100px; } .experiencia .subtitulo { color: #e0e0e0; } .experiencia-texto { font-size: 1.5rem; line-height: 1.33; max-width: 40ch; margin-bottom: 60px; color: #525252; } .ex...
css/experiencia.css
.experiencia { max-width: 1200px; padding: 40px 20px; margin: 0 auto; display: grid; grid-template-columns: 1fr 2fr; gap: 100px; } .experiencia .subtitulo { color: #e0e0e0; } .experiencia-texto { font-size: 1.5rem; line-height: 1.33; max-width: 40ch; margin-bottom: 60px; color: #525252; } .ex...
0.426322
0.134776
.checkContainer { position: relative; width: 100%; display: flex; flex-direction: row; } .checkHeader { width: 40%; font-weight: 700; font-size: 32px; line-height: var(--line-height-header); color: var(--headerColor); } .checkParagraph { width: 60%; font-size: 16px; line-height: var(--line-hei...
src/components/Projects/projects.module.css
.checkContainer { position: relative; width: 100%; display: flex; flex-direction: row; } .checkHeader { width: 40%; font-weight: 700; font-size: 32px; line-height: var(--line-height-header); color: var(--headerColor); } .checkParagraph { width: 60%; font-size: 16px; line-height: var(--line-hei...
0.592195
0.11221
body { font-family: sans-serif; font-size: 12px; background-color: #ddd; margin: 0px; padding: 0px; color: #555; filter: invert(0%); } img { vertical-align:text-top; } input[type="text"], input[type="password"], input[type="email"], select, option { color: #555; font-size: 12px; line-height: 1; ...
programdata/gfx/style.css
body { font-family: sans-serif; font-size: 12px; background-color: #ddd; margin: 0px; padding: 0px; color: #555; filter: invert(0%); } img { vertical-align:text-top; } input[type="text"], input[type="password"], input[type="email"], select, option { color: #555; font-size: 12px; line-height: 1; ...
0.257578
0.072571
html, body { width: 100%; height: 100%; } body { font-family: Merriweather,'Helvetica Neue',Arial,sans-serif; } hr { max-width: 50px; border-color: rgb(217, 164, 41); border-width: 3px; } hr.light { max-width: 150px; border-color: #fff; } a { color: #f05f40; -webkit-transitio...
public/css/creative.css
html, body { width: 100%; height: 100%; } body { font-family: Merriweather,'Helvetica Neue',Arial,sans-serif; } hr { max-width: 50px; border-color: rgb(217, 164, 41); border-width: 3px; } hr.light { max-width: 150px; border-color: #fff; } a { color: #f05f40; -webkit-transitio...
0.436862
0.07221
.header{ display: flex; justify-content: space-between; align-items: center; margin: 0px !important; max-width: 100%; background-color: rgba(67, 209, 207, 0.35); } .ifra{ width:100%; height:700px; } .header p{ padding-right: 20px; margin: 0px; } .header ul{ list-style: non...
public/styles/faleConosco.css
.header{ display: flex; justify-content: space-between; align-items: center; margin: 0px !important; max-width: 100%; background-color: rgba(67, 209, 207, 0.35); } .ifra{ width:100%; height:700px; } .header p{ padding-right: 20px; margin: 0px; } .header ul{ list-style: non...
0.137924
0.061763
.wiz-container{ margin:0;padding:0; width:920px; height: 400px; left: 5%; right:5%; top:20px; margin:1px; background:#F8F8F8; overflow:hidden; /*position:relative;*/ border:#E0E0E0 solid 1px; padding:0; /*12px 0px 2px 5px;*/ color:#919C...
plugins/gwiki-pagetemplates/src/main/resources/static/css/style_wizard.css
.wiz-container{ margin:0;padding:0; width:920px; height: 400px; left: 5%; right:5%; top:20px; margin:1px; background:#F8F8F8; overflow:hidden; /*position:relative;*/ border:#E0E0E0 solid 1px; padding:0; /*12px 0px 2px 5px;*/ color:#919C...
0.253953
0.062818
@import url("packages/spark_widgets/common/spark_widget.css"); @import url("third_party/font_awesome/css/font-awesome.min.css"); @import url("spark_common.css"); #splitView { border-top: 1px solid #ddd; bottom: 0; left: 0; position: absolute; right: 0; top: 0; } [beforeSplit] { box-shadow: rgba(0, 0, ...
ide/web/spark_polymer_ui.css
@import url("packages/spark_widgets/common/spark_widget.css"); @import url("third_party/font_awesome/css/font-awesome.min.css"); @import url("spark_common.css"); #splitView { border-top: 1px solid #ddd; bottom: 0; left: 0; position: absolute; right: 0; top: 0; } [beforeSplit] { box-shadow: rgba(0, 0, ...
0.304869
0.071009
.o-ui-select-trigger { outline: none; appearance: none; border: none; background: none; color: var(--o-ui-alias-text-1); transition: all .2s ease-in; display: flex; justify-content: flex-end; align-items: center; min-height: var(--o-ui-global-scale-hotel); overflow: hidden; ...
packages/react-components/src/select/src/Select.css
.o-ui-select-trigger { outline: none; appearance: none; border: none; background: none; color: var(--o-ui-alias-text-1); transition: all .2s ease-in; display: flex; justify-content: flex-end; align-items: center; min-height: var(--o-ui-global-scale-hotel); overflow: hidden; ...
0.311636
0.038902
@media(max-width:1366px) { p.para { line-height:25px; font-size:15px; } .about-heading h3 { font-size:18px; } .container-intro { margin:0 auto; width:95%; } } /*------------------------------------------*/ /* Max Width "1024px" /*------------------------------------------*/ @media(max-width:1...
rotaract3142/public/css/responsive.css
@media(max-width:1366px) { p.para { line-height:25px; font-size:15px; } .about-heading h3 { font-size:18px; } .container-intro { margin:0 auto; width:95%; } } /*------------------------------------------*/ /* Max Width "1024px" /*------------------------------------------*/ @media(max-width:1...
0.253399
0.04005
* { padding: 0; margin: 0; box-sizing: border-box; } html, body { margin: 0; padding: 0; height: 100%; } /* Hide submenu, leave this to kmom02 */ .rm-desktop ul { display: none; } /* Hide responsive/mobile menu, leave this to kmom02 */ .rm-navbar-max { display: none; } .site-logo...
htdocs/css/kmom01.css
* { padding: 0; margin: 0; box-sizing: border-box; } html, body { margin: 0; padding: 0; height: 100%; } /* Hide submenu, leave this to kmom02 */ .rm-desktop ul { display: none; } /* Hide responsive/mobile menu, leave this to kmom02 */ .rm-navbar-max { display: none; } .site-logo...
0.567457
0.124959
body { margin:0px; background-image:none; position:relative; left:-0px; width:1336px; margin-left:auto; margin-right:auto; text-align:left; } .form_sketch { border-color:transparent; background-color:transparent; } #base { position:absolute; z-index:0; } #u189 { border-widt...
container/files/axure_prototype/student/files/achievements/styles.css
body { margin:0px; background-image:none; position:relative; left:-0px; width:1336px; margin-left:auto; margin-right:auto; text-align:left; } .form_sketch { border-color:transparent; background-color:transparent; } #base { position:absolute; z-index:0; } #u189 { border-widt...
0.275617
0.044245
.anchor { position: relative; width: 100%; } .anchor-img { width: 100%; } .anchor-con { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .anchor-item { position: absolute; left: 0; top: 0; transform: translate(-6px, -6px); } .anc...
node_modules/@smt-ui/component/src/anchor-img/src/index.css
.anchor { position: relative; width: 100%; } .anchor-img { width: 100%; } .anchor-con { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .anchor-item { position: absolute; left: 0; top: 0; transform: translate(-6px, -6px); } .anc...
0.580352
0.087486
:root { /* Variables */ /* Orange */ --color_primary: #fdb81c; --color_primary2: #FDD068; --color_primary3: #d76523; /* Black */ --color_secondary: #333f48; --color_secondary2: #272e33; --color_secondary3: #1B1F21; /* White */ --color_tertiary: #f1f5f7; --color_tertiary2: #D9DCDE; --color_tertiary3: #6...
FoodJournal/Content/theme/css/core.css
:root { /* Variables */ /* Orange */ --color_primary: #fdb81c; --color_primary2: #FDD068; --color_primary3: #d76523; /* Black */ --color_secondary: #333f48; --color_secondary2: #272e33; --color_secondary3: #1B1F21; /* White */ --color_tertiary: #f1f5f7; --color_tertiary2: #D9DCDE; --color_tertiary3: #6...
0.218003
0.06663
.input-sm select.input-sm { height: 44px; line-height: 24px; } .input-sm textarea.input-sm, .input-sm select[multiple].input-sm { height: auto; } .form-group-sm .form-control { height: 24px; padding: 3px 0; font-size: 11px; line-height: 1.5; } .form-group-sm select.form-control { height: 24px; line-h...
backend_3/assets/css/material-bootstrap-wizard.css
.input-sm select.input-sm { height: 44px; line-height: 24px; } .input-sm textarea.input-sm, .input-sm select[multiple].input-sm { height: auto; } .form-group-sm .form-control { height: 24px; padding: 3px 0; font-size: 11px; line-height: 1.5; } .form-group-sm select.form-control { height: 24px; line-h...
0.462959
0.06357
body { display: flex; justify-content: center; align-items: center; z-index: 0; flex-wrap: wrap; } /* Awesome shop starts https://dribbble.com/shots/4120267-Shop */ .img-1 { display: flex; justify-content: center; align-items: center; width: 100vw; height: 100vh; } .img-1 .container-2 { position:...
Awesome Shop/styles.css
body { display: flex; justify-content: center; align-items: center; z-index: 0; flex-wrap: wrap; } /* Awesome shop starts https://dribbble.com/shots/4120267-Shop */ .img-1 { display: flex; justify-content: center; align-items: center; width: 100vw; height: 100vh; } .img-1 .container-2 { position:...
0.677154
0.073364
::-webkit-media-controls { display:none !important; } .video::-webkit-media-controls { display:none !important; } .video::-webkit-media-controls-enclosure { display:none !important; } .video{ width: 100%; } .c-video{ width: 100%; max-width: 800px; position: relative; overflow: hidden; ...
css/style.css
::-webkit-media-controls { display:none !important; } .video::-webkit-media-controls { display:none !important; } .video::-webkit-media-controls-enclosure { display:none !important; } .video{ width: 100%; } .c-video{ width: 100%; max-width: 800px; position: relative; overflow: hidden; ...
0.435181
0.074299
top: 0; bottom: 0; right: 0; left: 0; z-index: 9 } #xLoader .audio-wave { position: relative; left: 50%; top: 50% } #xLoader .audio-wave span { display: block; bottom: 0; width: 9px; height: 5px; background: #9b59b6; position: absolute; -webkit-animation: xL...
client/stylesheets/xloader.css
top: 0; bottom: 0; right: 0; left: 0; z-index: 9 } #xLoader .audio-wave { position: relative; left: 50%; top: 50% } #xLoader .audio-wave span { display: block; bottom: 0; width: 9px; height: 5px; background: #9b59b6; position: absolute; -webkit-animation: xL...
0.577972
0.121686
* {box-sizing: border-box;} body { /*background: #fcfcfc;*/ background-image: url(../images/4.jpg); font: 12px 'PT Sans', Helvetica, Arial, sans-serif; } a { color: #f06060; text-decoration: none; -moz-transition: 0.1s all ease-in-out; -o-transition: 0.1s all ease-in-out; -webkit-transition: 0.1s all ea...
SpiderMan/server/web/templates/static/css/index_style.css
* {box-sizing: border-box;} body { /*background: #fcfcfc;*/ background-image: url(../images/4.jpg); font: 12px 'PT Sans', Helvetica, Arial, sans-serif; } a { color: #f06060; text-decoration: none; -moz-transition: 0.1s all ease-in-out; -o-transition: 0.1s all ease-in-out; -webkit-transition: 0.1s all ea...
0.327023
0.107672
.box-gallery, .box-gallery div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; user-select: none; } .box-gallery .box-panel { z-index: 0; -webkit-perspective: 1200px; perspective: 1200px; } .box-gallery, .box-gallery .bg-tile, .box-gallery .bg-img { overflow: hidden; } .box-gall...
src/styles.css
.box-gallery, .box-gallery div { position: absolute; top: 0; left: 0; width: 100%; height: 100%; user-select: none; } .box-gallery .box-panel { z-index: 0; -webkit-perspective: 1200px; perspective: 1200px; } .box-gallery, .box-gallery .bg-tile, .box-gallery .bg-img { overflow: hidden; } .box-gall...
0.52829
0.081374
.imagen-svg { position: absolute; justify-content: right; width: 100%; height: 100%; z-index: 1; top: 0; } .login { position: relative; top: 200px; background: #0D1A3A; border-radius: 12px; height: 550px; transition: 1.2s; width: 50%; /* position: absolute; display: flex; justify-co...
public/css/cssLogin.css
.imagen-svg { position: absolute; justify-content: right; width: 100%; height: 100%; z-index: 1; top: 0; } .login { position: relative; top: 200px; background: #0D1A3A; border-radius: 12px; height: 550px; transition: 1.2s; width: 50%; /* position: absolute; display: flex; justify-co...
0.442637
0.098296
.ng - table th { text - align: center; - webkit - touch - callout: none; - webkit - user - select: none; - moz - user - select: none; - ms - user - select: none; user - select: none }.ng - table th.sortable { cursor: pointer }.ng - table th.sortable.sort - indicator { padding - right: 18 px; position: relative }.n...
view/assets/css/ng-table.min.css
.ng - table th { text - align: center; - webkit - touch - callout: none; - webkit - user - select: none; - moz - user - select: none; - ms - user - select: none; user - select: none }.ng - table th.sortable { cursor: pointer }.ng - table th.sortable.sort - indicator { padding - right: 18 px; position: relative }.n...
0.482917
0.082846
body{ margin: 0px; padding: 0px; background-image: url(../assets/backrose.webp); background-repeat: no-repeat; background-size:cover; background-attachment: fixed; /*font*/ font-family: 'Roboto Slab', serif; font-size: 1.2vw; } /*-------------Cabeçalho-----------*/ .header{ b...
style/galeria-style.css
body{ margin: 0px; padding: 0px; background-image: url(../assets/backrose.webp); background-repeat: no-repeat; background-size:cover; background-attachment: fixed; /*font*/ font-family: 'Roboto Slab', serif; font-size: 1.2vw; } /*-------------Cabeçalho-----------*/ .header{ b...
0.366703
0.103612
.navbar { transition: all 400ms ease-in-out; animation: fadeIn 1000ms; position: sticky; top: 0; margin-top: -80px; z-index: 1000; } .navbar__wrapper { display: flex; justify-content: space-between; align-items: center; max-width: 968px; margin-right: auto; margin-left: auto; height: 80px; p...
frontend/src/components/Navbar/NavbarElements.css
.navbar { transition: all 400ms ease-in-out; animation: fadeIn 1000ms; position: sticky; top: 0; margin-top: -80px; z-index: 1000; } .navbar__wrapper { display: flex; justify-content: space-between; align-items: center; max-width: 968px; margin-right: auto; margin-left: auto; height: 80px; p...
0.510496
0.060641
html, body { min-width: 100%; height: 100%; min-height: 100%; margin: 0; } body { background-color: white; } * { font-family: Roboto, Verdana, sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; } input:focus, textarea:focus { outline: 0; } .btn { border: 0; ...
public/extension/css/common.css
html, body { min-width: 100%; height: 100%; min-height: 100%; margin: 0; } body { background-color: white; } * { font-family: Roboto, Verdana, sans-serif; -webkit-font-smoothing: antialiased; font-size: 14px; } input:focus, textarea:focus { outline: 0; } .btn { border: 0; ...
0.519278
0.093678
@charset "utf-8"; .col_w16 { width: 16%; } /*** * @authors jun.wang * @description account_balance style * @date 2015年10月15日 11:44:57 */ .balance .message { position: relative; padding: 29px 0; height: 40px; line-height: 40px; text-align: center; margin-bottom: 20px; } .balance .message .num {...
Template1/pc/soubao/Static/css/balance.css
@charset "utf-8"; .col_w16 { width: 16%; } /*** * @authors jun.wang * @description account_balance style * @date 2015年10月15日 11:44:57 */ .balance .message { position: relative; padding: 29px 0; height: 40px; line-height: 40px; text-align: center; margin-bottom: 20px; } .balance .message .num {...
0.271059
0.060225
* { /* border: 1px solid #000; */ } body{ padding: 50px; display: flex; justify-content: center; background-color: #02005B; color: rgba(255,255,255,0.8); font-size: 15px; line-height: 28px; letter-spacing: 1px; } /* 複寫區 */ ul{ padding: 0; list-style:none; } h2{ margin: 0; margin-bottom: 25...
css/style.css
* { /* border: 1px solid #000; */ } body{ padding: 50px; display: flex; justify-content: center; background-color: #02005B; color: rgba(255,255,255,0.8); font-size: 15px; line-height: 28px; letter-spacing: 1px; } /* 複寫區 */ ul{ padding: 0; list-style:none; } h2{ margin: 0; margin-bottom: 25...
0.312265
0.071916
*{ margin:0; padding:0; box-sizing: border-box; } html{ font-size: 10px; font-family:'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: #eee; } body{ width: 100%; height:100%; background : url("images/finalcover.png") no-repeat center fixed; background-size: c...
style.css
*{ margin:0; padding:0; box-sizing: border-box; } html{ font-size: 10px; font-family:'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: #eee; } body{ width: 100%; height:100%; background : url("images/finalcover.png") no-repeat center fixed; background-size: c...
0.488527
0.07024
@font-face { font-family: 'Ubuntu-B'; src: url("Ubuntu-B.ttf") format('truetype'); } .root { -dark : rgb(29, 34, 44); -backBlue : rgb(41, 54, 65); -menuBlue : rgb(50, 66, 80); -topBlue : rgb(66, 93, 117); -t...
src/test/java/resources/FlatRed.css
@font-face { font-family: 'Ubuntu-B'; src: url("Ubuntu-B.ttf") format('truetype'); } .root { -dark : rgb(29, 34, 44); -backBlue : rgb(41, 54, 65); -menuBlue : rgb(50, 66, 80); -topBlue : rgb(66, 93, 117); -t...
0.457379
0.088112
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */ a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; } /* Sticky footer styles -------...
KeepFitStore/KeepFitStore.WEB/wwwroot/css/site.css
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */ a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; } /* Sticky footer styles -------...
0.549157
0.078642
@charset "utf-8"; /* CSS Document */ *{ font-family:"微软雅黑"; } nav #search{ position:relative; } .search-remind{ border: 1px solid #B0C4DE; position: absolute; width:226px; background-color: #fff; z-index: 999; display: none; } .search-remind ul{ padding:0px; } .search-remind ul li{ list-...
public/static/css/index.css
@charset "utf-8"; /* CSS Document */ *{ font-family:"微软雅黑"; } nav #search{ position:relative; } .search-remind{ border: 1px solid #B0C4DE; position: absolute; width:226px; background-color: #fff; z-index: 999; display: none; } .search-remind ul{ padding:0px; } .search-remind ul li{ list-...
0.25303
0.041191
.demo{ background-color: #dbdbdb; } .main-timeline{ font-family: 'Roboto', sans-serif; } .main-timeline:before{ content: ''; background-color: #e7e7e7; height: 100%; width: 15px; border-radius: 10px; transform: translateX(-50%); position: absolute; left: 50%; top: 0; } .main-timeline...
css/timeline2.css
.demo{ background-color: #dbdbdb; } .main-timeline{ font-family: 'Roboto', sans-serif; } .main-timeline:before{ content: ''; background-color: #e7e7e7; height: 100%; width: 15px; border-radius: 10px; transform: translateX(-50%); position: absolute; left: 50%; top: 0; } .main-timeline...
0.419529
0.087955
ul, li { list-style: none; margin-left: 0; padding-left: 0; } p { margin: 0px; } .avatar-img { border-radius: 100%; } .spliter { border-top: 1px solid #a2a2a2; width: 100%; margin-bottom: 5px; margin-top: 5px; } .post-thumb { height: 60px; width: 80px; } .pull-action { text-align: center; heig...
Mob/Static/css/apps/blog.css
ul, li { list-style: none; margin-left: 0; padding-left: 0; } p { margin: 0px; } .avatar-img { border-radius: 100%; } .spliter { border-top: 1px solid #a2a2a2; width: 100%; margin-bottom: 5px; margin-top: 5px; } .post-thumb { height: 60px; width: 80px; } .pull-action { text-align: center; heig...
0.288168
0.067917
@import url("https://fonts.googleapis.com/css?family=Pacifico&display=swap"); @import url("https://fonts.googleapis.com/css?family=Courgette|Pacifico|Shadows+Into+Light&display=swap"); #first{ margin-left:10px; margin-top:30px; text-align:left; } #first2{ margin-left:10px; text-align:left; ...
resources/js/components/style.css
@import url("https://fonts.googleapis.com/css?family=Pacifico&display=swap"); @import url("https://fonts.googleapis.com/css?family=Courgette|Pacifico|Shadows+Into+Light&display=swap"); #first{ margin-left:10px; margin-top:30px; text-align:left; } #first2{ margin-left:10px; text-align:left; ...
0.400867
0.090374
.btn-m15 { margin: 15px; margin-top: 25px; } .btn-m10 { margin: 10px; } /* bootstrap 4 */ .nav { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; padding: 0.5rem 1...
public/css/personalizado.css
.btn-m15 { margin: 15px; margin-top: 25px; } .btn-m10 { margin: 10px; } /* bootstrap 4 */ .nav { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; padding: 0.5rem 1...
0.363195
0.043834
.movie{ display: flex; justify-content: center; align-items: center; } .botones{ display: flex; justify-content: space-evenly; align-items: flex-end; } .peli{ display: flex; justify-content: center; align-items: center; } .peli2{ display: flex; justify-content: cente...
src/Components/PeliculasItem/PeliculasItem.css
.movie{ display: flex; justify-content: center; align-items: center; } .botones{ display: flex; justify-content: space-evenly; align-items: flex-end; } .peli{ display: flex; justify-content: center; align-items: center; } .peli2{ display: flex; justify-content: cente...
0.474631
0.178669
.launchTopGird { padding: 130px 0 10px; margin-bottom: 10px; } .launchTopGird .leftWrap { float: left; width: 813px; height: 320px; overflow: hidden; } .launchTopGird .rightWrap { float: right; width: 340px; height: 320px; overflow: hidden; } .launchTopGird .extendBox { height: 100px; border-...
ruoyi-blog/src/main/resources/static/blog/avatar/css/dgy.group.css
.launchTopGird { padding: 130px 0 10px; margin-bottom: 10px; } .launchTopGird .leftWrap { float: left; width: 813px; height: 320px; overflow: hidden; } .launchTopGird .rightWrap { float: right; width: 340px; height: 320px; overflow: hidden; } .launchTopGird .extendBox { height: 100px; border-...
0.495361
0.117243
.myButton { background-color: green; float: left; height: 200px; overflow:hidden; width:300px; } .myDiv { background-color:rgba(0,0,0,.6); color: #fff; height: 200px; display: none; padding-top: 70px; position: absolute; text-align: center; vertical-align: middle; ...
public_html/css/custom.css
.myButton { background-color: green; float: left; height: 200px; overflow:hidden; width:300px; } .myDiv { background-color:rgba(0,0,0,.6); color: #fff; height: 200px; display: none; padding-top: 70px; position: absolute; text-align: center; vertical-align: middle; ...
0.431345
0.093347
.edui-image-wrapper{font-size: 12px;margin: 15px;} /*upload*/ .edui-image-upload1{position: absolute;top:50%;left:50%;width:668px;height:250px;margin-top:-100px; margin-left: -335px;border: 1px dashed #ffffff} .edui-image-upload2{position:relative;float:left;width:120px;height:120px;margin:5px 5px 0 0;} .edui-image-f...
public/javascripts/dialogs/image/image.css
.edui-image-wrapper{font-size: 12px;margin: 15px;} /*upload*/ .edui-image-upload1{position: absolute;top:50%;left:50%;width:668px;height:250px;margin-top:-100px; margin-left: -335px;border: 1px dashed #ffffff} .edui-image-upload2{position:relative;float:left;width:120px;height:120px;margin:5px 5px 0 0;} .edui-image-f...
0.301568
0.064742
/ *!normalize.css v6.0.0 | MIT许可证| github.com/necolas/normalize.css * / / *文件 ================================================== ======================== * / / ** * 1.更正所有浏览器中的行高。 * 2.防止方向改变后调整字体大小 * Windows Phone和iOS中的IE。 * / html { 行高:1.15; / * 1 * / -ms-text-size-adjust:100%; / * 2 * / ...
css/normalize.css
/ *!normalize.css v6.0.0 | MIT许可证| github.com/necolas/normalize.css * / / *文件 ================================================== ======================== * / / ** * 1.更正所有浏览器中的行高。 * 2.防止方向改变后调整字体大小 * Windows Phone和iOS中的IE。 * / html { 行高:1.15; / * 1 * / -ms-text-size-adjust:100%; / * 2 * / ...
0.26588
0.072341
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; } body, button, input, select, textarea { font: 12px/1.5tahoma, arial, \5b8b\4f53; } /* h1, h2, h3, h4, h5, h6{ font-size:100%; } */ address, cit...
themes/rainbond/static/css/goodrain.css
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; } body, button, input, select, textarea { font: 12px/1.5tahoma, arial, \5b8b\4f53; } /* h1, h2, h3, h4, h5, h6{ font-size:100%; } */ address, cit...
0.47025
0.095139
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:400,700'); *{ margin:0; padding: 0; box-sizing: border-box; font-family: 'Asap Condensed', sans-serif; } body { } h1 { font-family: 'Staatliches', cursive; color: #fff; padding-top: 10px; font-weight: normal; font-size: 1.4rem; } .image ...
css/style.css
@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:400,700'); *{ margin:0; padding: 0; box-sizing: border-box; font-family: 'Asap Condensed', sans-serif; } body { } h1 { font-family: 'Staatliches', cursive; color: #fff; padding-top: 10px; font-weight: normal; font-size: 1.4rem; } .image ...
0.433981
0.105487
.main { margin: 10px 0; } em,i { font-style: normal; } .bread,.selector,.type-wrap,.value { overflow: hidden; } .bread,.details,.hot-sale { margin-bottom: 5px; } .selector { margin-bottom: 25px; } .bread .form-dark { margin-bottom: 5px; } .hot-sale,.selector,.filter { border: 1px solid #ddd; } .key { pad...
code/express/01demo/pyg/assets/css/page-list.css
.main { margin: 10px 0; } em,i { font-style: normal; } .bread,.selector,.type-wrap,.value { overflow: hidden; } .bread,.details,.hot-sale { margin-bottom: 5px; } .selector { margin-bottom: 25px; } .bread .form-dark { margin-bottom: 5px; } .hot-sale,.selector,.filter { border: 1px solid #ddd; } .key { pad...
0.317638
0.085671
body{ font-family: 'Cabin', sans-serif; font-size:12px; background-image: url("/static/images/brushed-metal.jpg"); background-repeat: repeat; /* background-color: rgba(100,100,100,1); */ } .icon { font-family: FontAwesome; cursor: default; } #quackerHeader { width: 100%; } #uiPluginCont...
src/main/webapp/static/styles/main.css
body{ font-family: 'Cabin', sans-serif; font-size:12px; background-image: url("/static/images/brushed-metal.jpg"); background-repeat: repeat; /* background-color: rgba(100,100,100,1); */ } .icon { font-family: FontAwesome; cursor: default; } #quackerHeader { width: 100%; } #uiPluginCont...
0.486575
0.096068
body { padding: 20px; font-family: 'Lora', serif; } ul { position: relative; vertical-align: middle; padding: 0; list-style: none; display: inline-block; } li { position: relative; white-space: nowrap; text-overflow: ellipsis; } p { margin: 8px 0; transform: translateY...
app/app.css
body { padding: 20px; font-family: 'Lora', serif; } ul { position: relative; vertical-align: middle; padding: 0; list-style: none; display: inline-block; } li { position: relative; white-space: nowrap; text-overflow: ellipsis; } p { margin: 8px 0; transform: translateY...
0.630002
0.113826
body { background: black; /*background: #2575fc; background: -webkit-linear-gradient(left, #6a11cb, #2575fc); background: -o-linear-gradient(left, #6a11cb, #2575fc); background: -moz-linear-gradient(left, #6a11cb, #2575fc); background: linear-gradient(left, #6a11cb, #2575fc); */ } h1,h2,h3,h4 { color: #f...
Webcontents/mystyle.css
body { background: black; /*background: #2575fc; background: -webkit-linear-gradient(left, #6a11cb, #2575fc); background: -o-linear-gradient(left, #6a11cb, #2575fc); background: -moz-linear-gradient(left, #6a11cb, #2575fc); background: linear-gradient(left, #6a11cb, #2575fc); */ } h1,h2,h3,h4 { color: #f...
0.276691
0.075687
:root { --primary-color: #822cec; --editor-bg: #f9f9f9; } [data-theme="dark"] { --primary-color: #822cec; --editor-bg: #2d2d2d; } [data-theme="dark"] .codeflask { background: var(--editor-bg); } [data-theme="dark"] .codeflask.codeflask--has-line-numbers:before { background: #363636; } [data-theme="dark"...
packages/teleport-repl-component/src/components/editor/editor.css
:root { --primary-color: #822cec; --editor-bg: #f9f9f9; } [data-theme="dark"] { --primary-color: #822cec; --editor-bg: #2d2d2d; } [data-theme="dark"] .codeflask { background: var(--editor-bg); } [data-theme="dark"] .codeflask.codeflask--has-line-numbers:before { background: #363636; } [data-theme="dark"...
0.401453
0.130784
body{ background: #D8D7D7; } .container { /*max-width: 50rem;*/ padding-left: 1rem; padding-right: 1rem; margin-left: auto; margin-right: auto; } .posts{ } .page, .post { margin-bottom: 2em; background: white; padding: 1em; font-size: 125%; font-weight: 300; l...
public/css/post.css
body{ background: #D8D7D7; } .container { /*max-width: 50rem;*/ padding-left: 1rem; padding-right: 1rem; margin-left: auto; margin-right: auto; } .posts{ } .page, .post { margin-bottom: 2em; background: white; padding: 1em; font-size: 125%; font-weight: 300; l...
0.559771
0.069985
@font-face { font-family: Roboto Bold; font-weight: 700; font-style: normal; src: url('../media/fonts/Roboto-Bold.ttf'); } @font-face { font-family: Roboto MediumItalic; font-style:italic; font-weight: 500; src: url('../media/fonts/Roboto-MediumItalic.ttf'); } @...
css/style.css
@font-face { font-family: Roboto Bold; font-weight: 700; font-style: normal; src: url('../media/fonts/Roboto-Bold.ttf'); } @font-face { font-family: Roboto MediumItalic; font-style:italic; font-weight: 500; src: url('../media/fonts/Roboto-MediumItalic.ttf'); } @...
0.272799
0.056679
.status-bar-container { text-align: center; font-size: 0; margin-top: 65px; margin-bottom: 80px; } .status-bar-container .status-icon:first-child { width: 5%; min-width: 38px; } .status-bar-container .status-icon { display: inline-block; vertical-align: middle; width: 16%; text-a...
public/modules/core/css/20.status-bar-container.css
.status-bar-container { text-align: center; font-size: 0; margin-top: 65px; margin-bottom: 80px; } .status-bar-container .status-icon:first-child { width: 5%; min-width: 38px; } .status-bar-container .status-icon { display: inline-block; vertical-align: middle; width: 16%; text-a...
0.464659
0.053725
*{ font-family: century; margin: 0px; padding: 0px; } html, body{ scroll-behavior: smooth; } h2{ color: #1fa3cf; text-align: center; text-decoration: none; font-size: 2rem; margin-bottom: 100px; font-family:"playfair display", serif; } hr{ margin:...
style.css
*{ font-family: century; margin: 0px; padding: 0px; } html, body{ scroll-behavior: smooth; } h2{ color: #1fa3cf; text-align: center; text-decoration: none; font-size: 2rem; margin-bottom: 100px; font-family:"playfair display", serif; } hr{ margin:...
0.275325
0.042822
body { font:18px ClioRegular; background:#f7f7f7; text-shadow: rgba(0,0,0,0.2) 0 0 1px; } #container { max-width:1400px; margin:0 auto; background:#fff; } #contentContainer { width:1020px; clear:both; padding-top:5px; margin:10px auto; } a { color:#d82727; } a:hover,a:vis...
ankieta/static/css/style.css
body { font:18px ClioRegular; background:#f7f7f7; text-shadow: rgba(0,0,0,0.2) 0 0 1px; } #container { max-width:1400px; margin:0 auto; background:#fff; } #contentContainer { width:1020px; clear:both; padding-top:5px; margin:10px auto; } a { color:#d82727; } a:hover,a:vis...
0.366703
0.088899
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li,...
!arh/landing/65_landings_templates/3/css/style.css
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dialog, div, dl, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li,...
0.410402
0.109277
@media (max-width: 720px) { .sectionAll { font-family: "MontserratRegular"; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; } .rightSection { margin-top: 5%; text-align: center; font-siz...
Projekt/assets/css/login.css
@media (max-width: 720px) { .sectionAll { font-family: "MontserratRegular"; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; } .rightSection { margin-top: 5%; text-align: center; font-siz...
0.287668
0.083329
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); /* BARRA DE ROLAGEM */ ::-webkit-scrollbar{ width: 10px; } ::-webkit-scrollbar-track{ background-color: transparent; } ::-webkit-scrollbar-thumb{ background-color: #aaa; border-radius: 20px; } body{ box-sizing: border...
assets/home.css
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap'); /* BARRA DE ROLAGEM */ ::-webkit-scrollbar{ width: 10px; } ::-webkit-scrollbar-track{ background-color: transparent; } ::-webkit-scrollbar-thumb{ background-color: #aaa; border-radius: 20px; } body{ box-sizing: border...
0.376165
0.074064
.Main{ border-style: groove; border-top-width: 3mm;border-left-width: 1px;border-right-width: 2px;border-bottom-width: 1mm; border-top-left-radius: 3mm;border-top-right-radius: 3mm;border-bottom-left-radius: 3mm;border-bottom-right-radius: 3mm; border-color:#6666ff; } .Ftitle{ font-family: algerian;...
web/CSS/login.css
.Main{ border-style: groove; border-top-width: 3mm;border-left-width: 1px;border-right-width: 2px;border-bottom-width: 1mm; border-top-left-radius: 3mm;border-top-right-radius: 3mm;border-bottom-left-radius: 3mm;border-bottom-right-radius: 3mm; border-color:#6666ff; } .Ftitle{ font-family: algerian;...
0.364551
0.115411
html { line-height: 1.6; width: 100%; height: 100%; padding: 0; margin: 0; background-color: #fff; } body { width: 100%; height: 100%; margin: 0; font-family: 'Montserrat', sans-serif; } a { text-decoration: none; } /*--------------HEADER/NAV-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#*/ header.home...
old version (without bootstrap)/assets/css/index.css
html { line-height: 1.6; width: 100%; height: 100%; padding: 0; margin: 0; background-color: #fff; } body { width: 100%; height: 100%; margin: 0; font-family: 'Montserrat', sans-serif; } a { text-decoration: none; } /*--------------HEADER/NAV-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#*/ header.home...
0.318379
0.056809
@charset "UTF-8"; /* ========================================================================== Normalize.scss settings ========================================================================== */ /** * Includes legacy browser support IE6/7 * * Set to false if you want to drop support for IE6 and IE7 */ /* B...
application/templates/css/style.css
@charset "UTF-8"; /* ========================================================================== Normalize.scss settings ========================================================================== */ /** * Includes legacy browser support IE6/7 * * Set to false if you want to drop support for IE6 and IE7 */ /* B...
0.670932
0.104386
@-moz-document url-prefix(http://www.google.com/search), url-prefix(http://www.google.com/swr), url-prefix(http://www.google.com/advanced_search), url-prefix(http://www.google.com/language_tools), url-prefix(http://www.google.com/preferences), ...
data/usercss/4344.user.css
@-moz-document url-prefix(http://www.google.com/search), url-prefix(http://www.google.com/swr), url-prefix(http://www.google.com/advanced_search), url-prefix(http://www.google.com/language_tools), url-prefix(http://www.google.com/preferences), ...
0.314471
0.09899
.navbar-brand.navbar-title { margin-top: -3px; margin-right: 20px; } .navbar-title > span { font-family: 'Patua One', cursive; font-size: 25px; color: white; } .navbar-menu { font-weight: 300; font-size: 16px; } .navbar-inverse .navbar-nav > li > a.navbar-menu-notebook:focus { background-color: tran...
smartsuites-web/src/app/components/navbar/navbar.component.css
.navbar-brand.navbar-title { margin-top: -3px; margin-right: 20px; } .navbar-title > span { font-family: 'Patua One', cursive; font-size: 25px; color: white; } .navbar-menu { font-weight: 300; font-size: 16px; } .navbar-inverse .navbar-nav > li > a.navbar-menu-notebook:focus { background-color: tran...
0.489503
0.066418
@font-face { font-family: "open"; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff'); } @import url('https://fonts.googleapis.com...
src/app/entreprise/entreprise.component.css
@font-face { font-family: "open"; font-style: normal; font-weight: 300; src: local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff'); } @import url('https://fonts.googleapis.com...
0.485112
0.121503
@font-face { font-family: 'Raleway', sans-serif; font-family: 'Roboto', sans-serif; font-family: 'Poppins', sans-serif; } img { display: block; margin: auto; max-width: 100%; max-height: 500px; width: auto\9; /* ie8 */ } h1 { font-family: 'Raleway', sans-serif; text-align: center; font-size: 40px; margin:...
css/style.css
@font-face { font-family: 'Raleway', sans-serif; font-family: 'Roboto', sans-serif; font-family: 'Poppins', sans-serif; } img { display: block; margin: auto; max-width: 100%; max-height: 500px; width: auto\9; /* ie8 */ } h1 { font-family: 'Raleway', sans-serif; text-align: center; font-size: 40px; margin:...
0.128061
0.043123
html, body { height: 100%; } body { margin: 0px; padding: 0px; font-family: 'Didact Gothic', sans-serif; font-size: 12pt; font-weight: 200; } h1, h2, h3 { margin: 0; padding: 0; } p, ol, ul { margin-top: 0; } ol, ul { padding: 0; list-style: none...
preference.css
html, body { height: 100%; } body { margin: 0px; padding: 0px; font-family: 'Didact Gothic', sans-serif; font-size: 12pt; font-weight: 200; } h1, h2, h3 { margin: 0; padding: 0; } p, ol, ul { margin-top: 0; } ol, ul { padding: 0; list-style: none...
0.223547
0.045501
box-sizing: border-box; font-family: Helvetica, Arial, sans-serif; } /*styles for all blocks*/ .c-count { border-bottom: 1px solid #d5d6da; color: #222; font-size: 16px; font-weight: 700; margin-bottom: 15px; padding-bottom: 10px; } .c-img { left: 0; position: absolute; top...
src/app/design/frontend/Sm/autostore/Magefan_Blog/web/css/comments.css
box-sizing: border-box; font-family: Helvetica, Arial, sans-serif; } /*styles for all blocks*/ .c-count { border-bottom: 1px solid #d5d6da; color: #222; font-size: 16px; font-weight: 700; margin-bottom: 15px; padding-bottom: 10px; } .c-img { left: 0; position: absolute; top...
0.459076
0.087837
.about-content .h-title, .contact-content .h-title { margin-bottom: 3rem; } .about-content p.description, .contact-content p.description { width: 50%; min-width: 14rem; margin: 0 auto 2rem auto; line-height: 1.8; } .about-content p::first-letter, .contact-content p::first-letter { font-size: 2rem; line-...
assets/css/contents.css
.about-content .h-title, .contact-content .h-title { margin-bottom: 3rem; } .about-content p.description, .contact-content p.description { width: 50%; min-width: 14rem; margin: 0 auto 2rem auto; line-height: 1.8; } .about-content p::first-letter, .contact-content p::first-letter { font-size: 2rem; line-...
0.475605
0.078219
:host, :host *, :host *:before, :host *:after { box-sizing: border-box; } :host { display: block; color: var(--color); font-size: 1.6rem; --color: var(--theme-base6); --hover: var(--theme-base9); text-align: center; contain: content; } :host .pagination-container { display: flex; flex-wrap: wrap; ...
src/components/ui/pagination/pagination.css
:host, :host *, :host *:before, :host *:after { box-sizing: border-box; } :host { display: block; color: var(--color); font-size: 1.6rem; --color: var(--theme-base6); --hover: var(--theme-base9); text-align: center; contain: content; } :host .pagination-container { display: flex; flex-wrap: wrap; ...
0.75392
0.122209