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
.__center_block { display: table; margin-bottom: 0; margin-left: auto; margin-right: auto; margin-top: 0; position: relative; width: auto } .__center_block1 { display: table; margin-bottom: 0; margin-left: auto; margin-right: auto; margin-top: 0; max-width: 100%; ...
szg_html/style.css
.__center_block { display: table; margin-bottom: 0; margin-left: auto; margin-right: auto; margin-top: 0; position: relative; width: auto } .__center_block1 { display: table; margin-bottom: 0; margin-left: auto; margin-right: auto; margin-top: 0; max-width: 100%; ...
0.724578
0.160167
@tailwind base; @tailwind components; @tailwind utilities; .dark { --bg-primary: #1A202C; --text-primary: #F7FAFC; background-color: var(--bg-primary); color: var(--text-primary); } .light { --bg-primary: #F7FAFC; --text-primary: #1A202C; } /* Your own custom utilities */ .header-def { @apply flex justi...
styles/index.css
@tailwind base; @tailwind components; @tailwind utilities; .dark { --bg-primary: #1A202C; --text-primary: #F7FAFC; background-color: var(--bg-primary); color: var(--text-primary); } .light { --bg-primary: #F7FAFC; --text-primary: #1A202C; } /* Your own custom utilities */ .header-def { @apply flex justi...
0.476336
0.098252
@font-face { font-family: 'Junction'; src: url('../fonts/junction-bold.eot'); src: url('../fonts/junction-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/junction-bold.woff') format('woff'), url('../fonts/junction-bold.ttf') format('truetype'), url('../fonts/junction-...
rc/static/css/recast.css
@font-face { font-family: 'Junction'; src: url('../fonts/junction-bold.eot'); src: url('../fonts/junction-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/junction-bold.woff') format('woff'), url('../fonts/junction-bold.ttf') format('truetype'), url('../fonts/junction-...
0.33112
0.061283
#reservations-div { width: 800px; background-color: rgba(0, 0, 0, 0.85); margin: 100px auto; text-align: center; border-radius: 20px; border: 2px solid rgb(195, 161, 104); overflow: hidden; box-sizing: border-box; padding: 20px 0px; } #reservations-div > h2 { text-align: le...
assets/css/reservations.css
#reservations-div { width: 800px; background-color: rgba(0, 0, 0, 0.85); margin: 100px auto; text-align: center; border-radius: 20px; border: 2px solid rgb(195, 161, 104); overflow: hidden; box-sizing: border-box; padding: 20px 0px; } #reservations-div > h2 { text-align: le...
0.593609
0.142649
.skill-item .chart[data-percent="0"].animated .outer { stroke-dashoffset: 535; -webkit-animation: skill_show0 2s; animation: skill_show0 2s; } @-webkit-keyframes skill_show0 { from { stroke-dashoffset: 535; } to { stroke-dashoffset: 535; } } @keyframes skill_show0 { fro...
dist/images/circle_animations.css
.skill-item .chart[data-percent="0"].animated .outer { stroke-dashoffset: 535; -webkit-animation: skill_show0 2s; animation: skill_show0 2s; } @-webkit-keyframes skill_show0 { from { stroke-dashoffset: 535; } to { stroke-dashoffset: 535; } } @keyframes skill_show0 { fro...
0.487063
0.169372
@font-face { font-family: 'Custom-VT323'; font-style: normal; font-weight: 700; src: url('chrome-extension://__MSG_@@extension_id__/fonts/VT323-Regular.ttf'); } body { background: grey; padding: 0; width: 100vw; height: 100%; margin: 0; } #sources { position: fixed; background: grey; z-index: 400...
game/game.css
@font-face { font-family: 'Custom-VT323'; font-style: normal; font-weight: 700; src: url('chrome-extension://__MSG_@@extension_id__/fonts/VT323-Regular.ttf'); } body { background: grey; padding: 0; width: 100vw; height: 100%; margin: 0; } #sources { position: fixed; background: grey; z-index: 400...
0.511229
0.091992
.grid_1200 .the-title,.grid_1200 .the-username,.grid_1200 .the-email,.grid_1200 .video_id,.grid_1200 .the-textarea,.grid_1200 .taglist .input input,.grid_1200 .form-style-5.form-style input[type="text"],.grid_1200 .form-style-5.form-style input[type="email"],.grid_1200 .form-style-5.form-style input[type="password"]...
myassets/css/responsive.css
.grid_1200 .the-title,.grid_1200 .the-username,.grid_1200 .the-email,.grid_1200 .video_id,.grid_1200 .the-textarea,.grid_1200 .taglist .input input,.grid_1200 .form-style-5.form-style input[type="text"],.grid_1200 .form-style-5.form-style input[type="email"],.grid_1200 .form-style-5.form-style input[type="password"]...
0.240239
0.095941
.color-picker .spectrum { position: relative; /* To position pin, luminosity filter */ background: linear-gradient(gray, transparent), linear-gradient(90deg, red, #ff2b00, #ff5500, #ff8000, #ffaa00, #ffd500, yellow, #d4ff00, #aaff00, #80ff00, #55ff00, #2bff00, lime, #00ff2b, #00ff55, #00ff80, #00ffaa, #00ffd5, cy...
vendor/assets/stylesheets/color-picker.css
.color-picker .spectrum { position: relative; /* To position pin, luminosity filter */ background: linear-gradient(gray, transparent), linear-gradient(90deg, red, #ff2b00, #ff5500, #ff8000, #ffaa00, #ffd500, yellow, #d4ff00, #aaff00, #80ff00, #55ff00, #2bff00, lime, #00ff2b, #00ff55, #00ff80, #00ffaa, #00ffd5, cy...
0.437103
0.132908
body {background:#fff url(../i/px.gif) no-repeat; background-attachment: fixed;} textarea {overflow:auto} #container,#footer {width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?"1000px":"auto")} #content .wrap,#country .wrap,#footer .wrap,#search .wrap,#ie-warning .wrap {width:expr...
web/css/ie6.css
body {background:#fff url(../i/px.gif) no-repeat; background-attachment: fixed;} textarea {overflow:auto} #container,#footer {width:expression((document.documentElement.clientWidth||document.body.clientWidth)<1000?"1000px":"auto")} #content .wrap,#country .wrap,#footer .wrap,#search .wrap,#ie-warning .wrap {width:expr...
0.145661
0.054374
body { margin:0px; background-image:none; position:relative; left:-102px; width:398px; margin-left:auto; margin-right:auto; text-align:left; } #base { position:absolute; z-index:0; } #u0 { position:absolute; left:148px; top:145px; width:232px; height:320px; } #u0_img { position:absolute...
css/styles.css
body { margin:0px; background-image:none; position:relative; left:-102px; width:398px; margin-left:auto; margin-right:auto; text-align:left; } #base { position:absolute; z-index:0; } #u0 { position:absolute; left:148px; top:145px; width:232px; height:320px; } #u0_img { position:absolute...
0.392453
0.052838
@font-face { font-family: "SairaStencilOne-Regular"; src: url("../css/ttf/SairaStencilOne-Regular.ttf"); } @font-face { font-family: "heroesassemblegrad"; src: url("../css/ttf/heroesassemblegrad.ttf"); } @font-face { font-family: "heroesassembleital2"; src: url("../css/ttf/heroesassembleital2....
public/css/app1.css
@font-face { font-family: "SairaStencilOne-Regular"; src: url("../css/ttf/SairaStencilOne-Regular.ttf"); } @font-face { font-family: "heroesassemblegrad"; src: url("../css/ttf/heroesassemblegrad.ttf"); } @font-face { font-family: "heroesassembleital2"; src: url("../css/ttf/heroesassembleital2....
0.417984
0.075687
body { height: 100vh; width: 100%; display: flex; align-items: center; justify-content: center; background-image: linear-gradient(to bottom right, rgb(140, 255, 221), rgb(0, 140, 255)); flex-direction: column; } h1 { font-size: 1.5rem; } h3 { font-family: sans-serif; text-s...
assets/style.css
body { height: 100vh; width: 100%; display: flex; align-items: center; justify-content: center; background-image: linear-gradient(to bottom right, rgb(140, 255, 221), rgb(0, 140, 255)); flex-direction: column; } h1 { font-size: 1.5rem; } h3 { font-family: sans-serif; text-s...
0.515864
0.108378
height:100%; width:100% } rect.workspace-background{ fill:#e0e0e0 } rect.workspace-background.child-layer{ fill:#7d7e7e } rect.module.content{ fill:rgb(100, 100, 100); stroke:black; stroke-width:2; transition: fill 0.3s; rx:10px; ry:10px } .fill-none{ fill:none }...
src/app/style-svg.css
height:100%; width:100% } rect.workspace-background{ fill:#e0e0e0 } rect.workspace-background.child-layer{ fill:#7d7e7e } rect.module.content{ fill:rgb(100, 100, 100); stroke:black; stroke-width:2; transition: fill 0.3s; rx:10px; ry:10px } .fill-none{ fill:none }...
0.476823
0.121399
#nice { line-height: 1.6; letter-spacing: .034em; color: rgb(63, 63, 63); font-size: 16px; word-break:all; } #nice p { padding-top: 23px; color: rgb(74,74,74); line-height: 1.75em; } /* 一级标题 */ #nice h1 { text-align:center; background-image: url(https://my-wechat.mdnice.com/mountain_2.png); bac...
mdnice-tag.css
#nice { line-height: 1.6; letter-spacing: .034em; color: rgb(63, 63, 63); font-size: 16px; word-break:all; } #nice p { padding-top: 23px; color: rgb(74,74,74); line-height: 1.75em; } /* 一级标题 */ #nice h1 { text-align:center; background-image: url(https://my-wechat.mdnice.com/mountain_2.png); bac...
0.138142
0.071624
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap'); @import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap"); :root { --main-color: #fc302b; --font: "Space Grotesk", sans-serif; --border-color: #08090a; } *, *:before, *:after { bo...
css/styleSnow.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap'); @import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap"); :root { --main-color: #fc302b; --font: "Space Grotesk", sans-serif; --border-color: #08090a; } *, *:before, *:after { bo...
0.329931
0.08548
.content-empty{ height:501px; text-align: center; } .empty-tip-wrapper{ padding-top: 120px; } .empty-tip-wrapper span{ display: block; width:100px; height:90px; background: transparent url(/assets/images/1/sad.png) no-repeat; margin: 0 auto; } .empty-tip-wrapper p>a{ color:#409ae3; } ...
app/assets/css/new/applist.css
.content-empty{ height:501px; text-align: center; } .empty-tip-wrapper{ padding-top: 120px; } .empty-tip-wrapper span{ display: block; width:100px; height:90px; background: transparent url(/assets/images/1/sad.png) no-repeat; margin: 0 auto; } .empty-tip-wrapper p>a{ color:#409ae3; } ...
0.125654
0.043083
@media (min-width: 1200px) { } /* md */ @media (min-width: 992px) and (max-width: 1199px) { #header .navbar-nav.navbar-right >li { padding: 0 15px; } } /* sm */ @media (min-width: 768px) and (max-width: 991px) { #header .navbar-nav.navbar-right li{ padding: 0 10px; } #header .navbar-nav.navb...
public/static/index/css/responsive.css
@media (min-width: 1200px) { } /* md */ @media (min-width: 992px) and (max-width: 1199px) { #header .navbar-nav.navbar-right >li { padding: 0 15px; } } /* sm */ @media (min-width: 768px) and (max-width: 991px) { #header .navbar-nav.navbar-right li{ padding: 0 10px; } #header .navbar-nav.navb...
0.272411
0.076442
box-sizing: border-box; } #project, #project:after, #project:before { box-sizing: inherit; } #project { margin: 0; } #project section { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-alig...
static/css/details.css
box-sizing: border-box; } #project, #project:after, #project:before { box-sizing: inherit; } #project { margin: 0; } #project section { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-alig...
0.235988
0.065815
ngx-guided-tour .guided-tour-user-input-mask { position: fixed; top: 0; left: 0; display: block; height: 100%; width: 100%; max-height: 100vh; text-align: center; opacity: 0; } ngx-guided-tour .guided-tour-spotlight-overlay { position: fixed; box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7), 0 0 1.5re...
dist/ngx-guided-tour/css/guided-tour.component.css
ngx-guided-tour .guided-tour-user-input-mask { position: fixed; top: 0; left: 0; display: block; height: 100%; width: 100%; max-height: 100vh; text-align: center; opacity: 0; } ngx-guided-tour .guided-tour-spotlight-overlay { position: fixed; box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7), 0 0 1.5re...
0.654343
0.066025
:host { --ccn-width: 100px; --ccn-height: 100px; --ccn-bounce-length: 45; --ccn-bounce-duration: 0.4s; --ccn-bounce-count: 0; /* Don not set properties below by hand, it's calculated automatically */ --ccn-bounce-first-stop: 30px; --ccn-width-deformed: 115px; --ccn-height-deformed: ...
src/components/ccn-bouncing/ccn-bouncing.css
:host { --ccn-width: 100px; --ccn-height: 100px; --ccn-bounce-length: 45; --ccn-bounce-duration: 0.4s; --ccn-bounce-count: 0; /* Don not set properties below by hand, it's calculated automatically */ --ccn-bounce-first-stop: 30px; --ccn-width-deformed: 115px; --ccn-height-deformed: ...
0.688573
0.13759
width: 1200px; position: relative; z-index: 100; margin: 0 auto; height: 530px; min-width: 950px; border: 1px solid #aaa; } #innerwrapper { width: 1198px; height: 520px; margin-top: 10px; } #preview { width: 398px; margin: 20px 20px 0; float: left; position: ...
src/details.css
width: 1200px; position: relative; z-index: 100; margin: 0 auto; height: 530px; min-width: 950px; border: 1px solid #aaa; } #innerwrapper { width: 1198px; height: 520px; margin-top: 10px; } #preview { width: 398px; margin: 20px 20px 0; float: left; position: ...
0.388734
0.082438
@-moz-document url-prefix("https://www.facebook.com/"), domain("facebook.com"){ * { transition: background-color 0.2s linear !important; } body.liquid { overflow: hidden !important; } body.fbx, .regCmsContainer { /*background-image: url('http://i.imgur.com/Ngf1Jy1.png') !important; background-repeat: rep...
data/usercss/123524.user.css
@-moz-document url-prefix("https://www.facebook.com/"), domain("facebook.com"){ * { transition: background-color 0.2s linear !important; } body.liquid { overflow: hidden !important; } body.fbx, .regCmsContainer { /*background-image: url('http://i.imgur.com/Ngf1Jy1.png') !important; background-repeat: rep...
0.377885
0.098947
@font-face{ font-family: "titulo"; src: url(fuentes/titulo.ttf) format('truetype'); font-weight: normal; font-style: normal; } *{ margin: 0px; padding: 0px; font-family: Helvetica, Arial; text-decoration: none; } .clearfix{ clear: both; float: none; } body{ background: url...
public/css/estilos.css
@font-face{ font-family: "titulo"; src: url(fuentes/titulo.ttf) format('truetype'); font-weight: normal; font-style: normal; } *{ margin: 0px; padding: 0px; font-family: Helvetica, Arial; text-decoration: none; } .clearfix{ clear: both; float: none; } body{ background: url...
0.301465
0.129568
* { margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } /*p { font-family:'raleway', 'Arial', 'sans-serif'; }*/ .secciones { padding: 3em 0; text-align: center; } .portafolio { height: auto; padding-bottom: 5em; } .item { display: flex; flex-wrap: wrap;...
content/themes/maycon-theme/assets/css/style_about.css
* { margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } /*p { font-family:'raleway', 'Arial', 'sans-serif'; }*/ .secciones { padding: 3em 0; text-align: center; } .portafolio { height: auto; padding-bottom: 5em; } .item { display: flex; flex-wrap: wrap;...
0.438064
0.105303
::selection { background: #888A9F; } * { margin: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; color: white; } *::-webkit-scrollbar { width: 5px; } *::-webkit-scrollbar-track { background: #0e1111; } *::-webkit-scrollbar-thumb { background-color: white; border-radius: 10px; } html {...
style.css
::selection { background: #888A9F; } * { margin: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; color: white; } *::-webkit-scrollbar { width: 5px; } *::-webkit-scrollbar-track { background: #0e1111; } *::-webkit-scrollbar-thumb { background-color: white; border-radius: 10px; } html {...
0.547464
0.070432
body{width:100%; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-image: url("../images/bg.png"); background-repeat: repeat; background-attachment: scroll; background-position: 0% 0%; background-clip: border-box; background-origin: padding-box; background-size: ...
css/stylesheet.css
body{width:100%; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-image: url("../images/bg.png"); background-repeat: repeat; background-attachment: scroll; background-position: 0% 0%; background-clip: border-box; background-origin: padding-box; background-size: ...
0.299925
0.105257
@import url("https://lolstatic-a.akamaihd.net/awesomefonts/1.0.0/lol-fonts.css"); @import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=aa5057cd-9af8-4717-b4bf-02ab591e984f"); /* line 5, ../../scss/sass/_fonts.scss */ html body { font-family: "Spiegel"; line-height: 1.5em; } /* line 1, ../../scss/sass/...
Match History2_files/styles.normal.css
@import url("https://lolstatic-a.akamaihd.net/awesomefonts/1.0.0/lol-fonts.css"); @import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=aa5057cd-9af8-4717-b4bf-02ab591e984f"); /* line 5, ../../scss/sass/_fonts.scss */ html body { font-family: "Spiegel"; line-height: 1.5em; } /* line 1, ../../scss/sass/...
0.190536
0.064565
.d-in { display: inline-block; vertical-align: middle; } .m-r8pc { margin-right: 10%; } .main-block { clear: both; display: table; margin: 0 auto; width: 100%; } .main-cont { padding: 10px 20px; } .title-2 { background-color: #c9caca; font-size: 130%; font-weight: bold; ...
css/front.css
.d-in { display: inline-block; vertical-align: middle; } .m-r8pc { margin-right: 10%; } .main-block { clear: both; display: table; margin: 0 auto; width: 100%; } .main-cont { padding: 10px 20px; } .title-2 { background-color: #c9caca; font-size: 130%; font-weight: bold; ...
0.481941
0.121738
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("facebook.com") { body { background: none repeat scroll 0% 0% /*[[background]]*/ !important;} #leftCol {background-color: rgba(255,255,255,0.7) !important;} .ego_page .UIStandardFrame_Content {background-color: rgba(255,255,255,0.8) !imp...
data/usercss/82945.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("facebook.com") { body { background: none repeat scroll 0% 0% /*[[background]]*/ !important;} #leftCol {background-color: rgba(255,255,255,0.7) !important;} .ego_page .UIStandardFrame_Content {background-color: rgba(255,255,255,0.8) !imp...
0.159348
0.112844
body { background-color:#333333; font-family:"Overpass Mono", monospace; /* color:#df9fdf; */ color: white; margin:10px auto 10px auto; width:800px; } div.highlight { overflow-x:auto } pre.highlight { overflow-x:auto } .title { font-family:"Inconsolata",monospace; color:#ff99ff; text-transform:uppercase; fo...
css/custom.css
body { background-color:#333333; font-family:"Overpass Mono", monospace; /* color:#df9fdf; */ color: white; margin:10px auto 10px auto; width:800px; } div.highlight { overflow-x:auto } pre.highlight { overflow-x:auto } .title { font-family:"Inconsolata",monospace; color:#ff99ff; text-transform:uppercase; fo...
0.458349
0.159839
@font-face { font-family: Monthserrat; src: url("/html/Montserrat-Medium.ttf"); } * body { font-family:"Montserrat"; text-overflow: ellipsis; scroll-behavior: smooth; } input { border-top-style: hidden; border-right-style: hidden; border-left-style: hidden; border-bottom-sty...
html/style.css
@font-face { font-family: Monthserrat; src: url("/html/Montserrat-Medium.ttf"); } * body { font-family:"Montserrat"; text-overflow: ellipsis; scroll-behavior: smooth; } input { border-top-style: hidden; border-right-style: hidden; border-left-style: hidden; border-bottom-sty...
0.437583
0.049982
text { font-size: 32; font-family: Fabrikat-Bold; font-weight: regular; text-length: 32; fill: fb-black; } textarea { text-length: 32; } /* Shared Classes */ .background { width: 100%; height: 100%; fill: fb-black; } .tile { height: 50%; fill: fb-black; } .tile-1x1 { width: 25%; } .tile-2x1 { ...
resources/styles.css
text { font-size: 32; font-family: Fabrikat-Bold; font-weight: regular; text-length: 32; fill: fb-black; } textarea { text-length: 32; } /* Shared Classes */ .background { width: 100%; height: 100%; fill: fb-black; } .tile { height: 50%; fill: fb-black; } .tile-1x1 { width: 25%; } .tile-2x1 { ...
0.451568
0.135318
.product{/* start product */ margin:50px 200px 0px 200px; } .product h1{ margin-top: 50px; text-align: center; font-family: Myriad Pro; } .product-catagory{ text-align: center; } .product-catagory a{ color:#222; margin-right: 10px; } .product-catagory a:hover{ color:#f24421; border-bottom:3px ...
Aroty2/assest/css/figure.css
.product{/* start product */ margin:50px 200px 0px 200px; } .product h1{ margin-top: 50px; text-align: center; font-family: Myriad Pro; } .product-catagory{ text-align: center; } .product-catagory a{ color:#222; margin-right: 10px; } .product-catagory a:hover{ color:#f24421; border-bottom:3px ...
0.229363
0.046141
@import url("http://fonts.googleapis.com/css?family=Marmelad&subset=latin,latin-ext,cyrillic"); #wowslider-container1 { zoom: 1; position: relative; max-width:980px; margin:8px auto 34px; z-index:90; border:none; text-align:left; /* reset align=center */ font-size: 10px; } * html #wowslider-container1{ width...
css/style.css
@import url("http://fonts.googleapis.com/css?family=Marmelad&subset=latin,latin-ext,cyrillic"); #wowslider-container1 { zoom: 1; position: relative; max-width:980px; margin:8px auto 34px; z-index:90; border:none; text-align:left; /* reset align=center */ font-size: 10px; } * html #wowslider-container1{ width...
0.253306
0.045628
#container h1,#container h2,#container h3,#container h4,#container h5,#container h6{ margin: 0; padding: 0; border: 0; vertical-align:baseline; } #container{ clear:both; margin:30px auto } #menuMega { position: relative; z-index: 1; } .menu-container{ position: relative; } @media (min-width: 992px) { ...
assets/revslider/wp-content/themes/456ecology/assets/css/menu/menu3d6c42.css
#container h1,#container h2,#container h3,#container h4,#container h5,#container h6{ margin: 0; padding: 0; border: 0; vertical-align:baseline; } #container{ clear:both; margin:30px auto } #menuMega { position: relative; z-index: 1; } .menu-container{ position: relative; } @media (min-width: 992px) { ...
0.092976
0.057335
html, body { margin: 0; padding: 0; } body { font-family: 'Noto Sans', sans-serif; font-size: 13px; } span { display: inline-block; } .caught { background: white; } .missing { background: #dc3545; } .regional { background: #ffc107; } .missing-evolutions { /* background: #17a2b8; */ } .not-in-pokemon-go...
assets/style.css
html, body { margin: 0; padding: 0; } body { font-family: 'Noto Sans', sans-serif; font-size: 13px; } span { display: inline-block; } .caught { background: white; } .missing { background: #dc3545; } .regional { background: #ffc107; } .missing-evolutions { /* background: #17a2b8; */ } .not-in-pokemon-go...
0.335569
0.098252
body { margin: 0; padding: 0; background: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #787878; } h1, h2, h3 { margin: 0; padding: 0; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; color: #F93D00; display: inline; padding-right: 10px; } h1 { fo...
app/assets/stylesheets/application.css
body { margin: 0; padding: 0; background: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #787878; } h1, h2, h3 { margin: 0; padding: 0; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; color: #F93D00; display: inline; padding-right: 10px; } h1 { fo...
0.213582
0.070368
body { box-sizing: border-box; } header { margin-left: 55px; width: 90%; } div { box-sizing: border-box; width: 100%; height: 20%; display: inline-block; } #firstheadsec { box-sizing: border-box; width: 30%; } #mainsection { position: relative; right: 45px; } h1 { pa...
CSS/style.css
body { box-sizing: border-box; } header { margin-left: 55px; width: 90%; } div { box-sizing: border-box; width: 100%; height: 20%; display: inline-block; } #firstheadsec { box-sizing: border-box; width: 30%; } #mainsection { position: relative; right: 45px; } h1 { pa...
0.604983
0.111967
:root { --primary-color: #272a31; --secondary-color: #ec5242; --tertiary-color: #d3d3d3; --primary-font: primary-bold; --secondary-font: "Lato", sans-serif; --tertiary-font: primary-light; } @font-face { font-family: primary-bold; src: url("fonts/cocogoosePro-trial.ttf"); } @font-face { font-family...
style.css
:root { --primary-color: #272a31; --secondary-color: #ec5242; --tertiary-color: #d3d3d3; --primary-font: primary-bold; --secondary-font: "Lato", sans-serif; --tertiary-font: primary-light; } @font-face { font-family: primary-bold; src: url("fonts/cocogoosePro-trial.ttf"); } @font-face { font-family...
0.380183
0.07889
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap"); ::-webkit-scrollbar { display: none; } body { margin: 0; background-color: #2d2a63; color: white; font-family: "Poppins", sans-serif; hyphens: auto; } main { display: flex; } main section.intro { width...
public/style/styles.css
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap"); ::-webkit-scrollbar { display: none; } body { margin: 0; background-color: #2d2a63; color: white; font-family: "Poppins", sans-serif; hyphens: auto; } main { display: flex; } main section.intro { width...
0.333069
0.101233
h1, h2, h3, h4, h5, h6 { font-family: 'Nunito', sans-serif; } a, span, p, small, label { font-family: 'Roboto', sans-serif; } a:focus, a:active, input:focus, input:active, textarea:focus, textarea:active, button:focus, button:active { outline: none !important; border-color: none !important; box-sh...
public/css/main.css
h1, h2, h3, h4, h5, h6 { font-family: 'Nunito', sans-serif; } a, span, p, small, label { font-family: 'Roboto', sans-serif; } a:focus, a:active, input:focus, input:active, textarea:focus, textarea:active, button:focus, button:active { outline: none !important; border-color: none !important; box-sh...
0.330363
0.077692
html, body, h1, h2, h3, h4, p, div, ul, ol, li { padding: 0; border: 0; margin: 0; font: inherit; font-size: 100%; } .home { background: linear-gradient(rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('images/architecture_2.jpg') top no-repeat; background-size: cover; width: 100%; height: 100%; }...
_site/assets/css/resume.css
html, body, h1, h2, h3, h4, p, div, ul, ol, li { padding: 0; border: 0; margin: 0; font: inherit; font-size: 100%; } .home { background: linear-gradient(rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('images/architecture_2.jpg') top no-repeat; background-size: cover; width: 100%; height: 100%; }...
0.412057
0.067639
html { height: 100%; font-family: 'Bodoni Moda', serif; } body { height: 100%; margin: 0; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } #background-label { position: fixed; right: 25px; bottom: 5px; color: gray; font-size: 11px; text-shado...
html/ozanmirza/2021-2022/portfolio/assets/style.css
html { height: 100%; font-family: 'Bodoni Moda', serif; } body { height: 100%; margin: 0; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; } #background-label { position: fixed; right: 25px; bottom: 5px; color: gray; font-size: 11px; text-shado...
0.663669
0.119974
.membership-wrapper { width: 300px !important; margin: auto; border: 3px solid #1CA3D3; text-align: center; padding: 10px; } .membership-wrapper:hover{ cursor: pointer; background: #1CA3D3; color: #fff; } .de-fee { border: 3px solid #ccc; } .de-fee p, .de-require p, .de-test p, .de-f...
public/assets/frontend/pages/membership/style.css
.membership-wrapper { width: 300px !important; margin: auto; border: 3px solid #1CA3D3; text-align: center; padding: 10px; } .membership-wrapper:hover{ cursor: pointer; background: #1CA3D3; color: #fff; } .de-fee { border: 3px solid #ccc; } .de-fee p, .de-require p, .de-test p, .de-f...
0.430387
0.10026
* { padding: 0; margin: 0; box-sizing: border-box; outline: 0; transition: all 0.5s ease; } @font-face{ font-family: digital; src: url('DS-DIGIB.TTF') format('truetype'); } body { font-family: digital; } a { text-decoration: none; color: #fff; } body { background-image: linear-...
style.css
* { padding: 0; margin: 0; box-sizing: border-box; outline: 0; transition: all 0.5s ease; } @font-face{ font-family: digital; src: url('DS-DIGIB.TTF') format('truetype'); } body { font-family: digital; } a { text-decoration: none; color: #fff; } body { background-image: linear-...
0.437343
0.130368
body, html { font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; margin: 0px; height: 100%; overflow: hidden; } h1 { font-family: 'Damion', cursive; margin-bottom: 0px; margin-top: 10px; font-size: 40px; color: #222222; } a { color: #00B7FF; } .key { display: inline-block; color: #333; font: bold ...
public/m/css/style.css
body, html { font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; margin: 0px; height: 100%; overflow: hidden; } h1 { font-family: 'Damion', cursive; margin-bottom: 0px; margin-top: 10px; font-size: 40px; color: #222222; } a { color: #00B7FF; } .key { display: inline-block; color: #333; font: bold ...
0.253769
0.065635
.w-layout-grid { display: -ms-grid; display: grid; grid-auto-columns: 1fr; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto auto; grid-template-rows: auto auto; grid-row-gap: 16px; grid-column-gap: 16px; } .section { display: -webkit-box; display: -webkit-flex; dis...
liz-wang/css/project-template-13.webflow.css
.w-layout-grid { display: -ms-grid; display: grid; grid-auto-columns: 1fr; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto auto; grid-template-rows: auto auto; grid-row-gap: 16px; grid-column-gap: 16px; } .section { display: -webkit-box; display: -webkit-flex; dis...
0.380414
0.085671
height: 100%; width: 100%; margin: 0; } .wrapper { display: grid; grid-gap: 10px; grid-template-columns: repeat(auto-fill, 100px); background-color: #fff; color: #444; } .box { background-color: #444; color: #fff; border-radius: 5px; padding: 20px; font-size: 150%; } .center { margin-left...
components/index.css
height: 100%; width: 100%; margin: 0; } .wrapper { display: grid; grid-gap: 10px; grid-template-columns: repeat(auto-fill, 100px); background-color: #fff; color: #444; } .box { background-color: #444; color: #fff; border-radius: 5px; padding: 20px; font-size: 150%; } .center { margin-left...
0.430746
0.081703
.title-feed { text-align: center !important; } .introImg { width: 80%; height: auto; margin-left: 10%; } .newImageButton { width: 100%; padding: 0px; border: 0px; padding-top: 100%; background-color: #8FD0DA; border-radius: 3px; border-color: #1F3B48; position: relative; } .newImageF...
COCTEAU/src/main/resources/static/css/feed-page.css
.title-feed { text-align: center !important; } .introImg { width: 80%; height: auto; margin-left: 10%; } .newImageButton { width: 100%; padding: 0px; border: 0px; padding-top: 100%; background-color: #8FD0DA; border-radius: 3px; border-color: #1F3B48; position: relative; } .newImageF...
0.174727
0.060114
@font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot'); src: url('../fonts/icomoon.eot?hnofmk#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg?t=1595291653412#icomoon') format('svg...
css/iconfont.css
@font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot'); src: url('../fonts/icomoon.eot?hnofmk#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg?t=1595291653412#icomoon') format('svg...
0.342791
0.082254
* { box-sizing: border-box; } @font-face { font-family: "montserrat"; src: url(../../polices/Montserrat-Regular.ttf); } @font-face { font-family: "montserrat_Bold"; src: url(../../polices/Montserrat-Bold.ttf); } @font-face { font-family: "title"; src: url(../../polices/LuckiestGuy-Regul...
assets/styles/css/style.css
* { box-sizing: border-box; } @font-face { font-family: "montserrat"; src: url(../../polices/Montserrat-Regular.ttf); } @font-face { font-family: "montserrat_Bold"; src: url(../../polices/Montserrat-Bold.ttf); } @font-face { font-family: "title"; src: url(../../polices/LuckiestGuy-Regul...
0.360039
0.074433
html, body { font-family:sans-serif; height:100%; width:100%; background: rgb(237,29,75); background: linear-gradient(90deg, rgba(237,29,75,1) 0%, rgba(158,23,195,1) 44%, rgba(254,255,0,1) 100%); padding:0px; margin:0px; color:black; } #main-fragment { display:flex; flex-directi...
www/gauntlet/tg.css
html, body { font-family:sans-serif; height:100%; width:100%; background: rgb(237,29,75); background: linear-gradient(90deg, rgba(237,29,75,1) 0%, rgba(158,23,195,1) 44%, rgba(254,255,0,1) 100%); padding:0px; margin:0px; color:black; } #main-fragment { display:flex; flex-directi...
0.354768
0.06767
@import url('https://fonts.googleapis.com/css2?family=Amaranth&family=Quicksand&display=swap'); html { background-color:#132226; color: #D9C3B1; font-family: 'Quicksand', sans-serif; } main.wrapper { overflow:auto; } .title { font-family: 'Amaranth', serif; font-weight: bold; ...
css/portal.css
@import url('https://fonts.googleapis.com/css2?family=Amaranth&family=Quicksand&display=swap'); html { background-color:#132226; color: #D9C3B1; font-family: 'Quicksand', sans-serif; } main.wrapper { overflow:auto; } .title { font-family: 'Amaranth', serif; font-weight: bold; ...
0.300027
0.090293
.cards-info{ width: 59.9%; margin: auto; margin-top: 50px; border: 1px solid white; text-align: center; background-color: white; border-radius: 15px; box-shadow: 0px 0px 10px 10px lightblue; } .cards-info h1{ padding: 30px; font-weight: 400; } .cards-info p{ padding: 0px 3...
my-app/my-app/src/assets/css/cards.css
.cards-info{ width: 59.9%; margin: auto; margin-top: 50px; border: 1px solid white; text-align: center; background-color: white; border-radius: 15px; box-shadow: 0px 0px 10px 10px lightblue; } .cards-info h1{ padding: 30px; font-weight: 400; } .cards-info p{ padding: 0px 3...
0.448668
0.086246
@charset "utf-8"; /* CSS Document */ tres bien html { font-size: 62.5%; margin: 0px; padding: 0px; } body { color: #1f1f1f; background-color: #000; background-image: url(img/bg.jpeg); background-size: cover; background-repeat: no-repeat; background-position: center top; font-family: 'Work Sans'...
style.css
@charset "utf-8"; /* CSS Document */ tres bien html { font-size: 62.5%; margin: 0px; padding: 0px; } body { color: #1f1f1f; background-color: #000; background-image: url(img/bg.jpeg); background-size: cover; background-repeat: no-repeat; background-position: center top; font-family: 'Work Sans'...
0.187244
0.047914
.container-addCita { display: grid; position: relative; grid-template-columns: repeat(20, 1fr); min-height: 350px; gap: 1em; } .container-addCita .item-container-addcita { display: flex; justify-content: center; align-items: center; } .container-addCita div { padding: 5px; grid-column: 1/21; } .c...
public/css/base.css
.container-addCita { display: grid; position: relative; grid-template-columns: repeat(20, 1fr); min-height: 350px; gap: 1em; } .container-addCita .item-container-addcita { display: flex; justify-content: center; align-items: center; } .container-addCita div { padding: 5px; grid-column: 1/21; } .c...
0.427875
0.117927
*, *::before, *::after { box-sizing: border-box; } ::-moz-selection { background: #79FFE1; text-shadow: none; } ::selection { background: #79FFE1; text-shadow: none; } /* Remove default padding */ ul[class], ol[class] { padding: 0; } /* Remove default margin */ body, h1, h2, h3, h4, p, ul[cl...
assets/main.css
*, *::before, *::after { box-sizing: border-box; } ::-moz-selection { background: #79FFE1; text-shadow: none; } ::selection { background: #79FFE1; text-shadow: none; } /* Remove default padding */ ul[class], ol[class] { padding: 0; } /* Remove default margin */ body, h1, h2, h3, h4, p, ul[cl...
0.420838
0.082623
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0} body{font-family: Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",SimHei,"\9ED1\4F53",Arial,HELVETICA;-webkit-text-size-adjust:100%;min-width:1200px;background: #fff;} *{margin:0;padding:0;} a{color:#545454;text-decoration:...
public/static/front/css/common.css
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0} body{font-family: Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",SimHei,"\9ED1\4F53",Arial,HELVETICA;-webkit-text-size-adjust:100%;min-width:1200px;background: #fff;} *{margin:0;padding:0;} a{color:#545454;text-decoration:...
0.154759
0.064477
@charset "utf-8"; /* CSS Document */ @font-face { font-family: 'DINBlackAlternate'; src: url('FontFace/DIN_WOFF/din_blackalternate-webfont.eot'); src: url('FontFace/DIN_WOFF/din_blackalternate-webfont.eot?#iefix') format('embedded-opentype'), url('FontFace/DIN_WOFF/din_blackalternate-webfont.woff') format('w...
apps/basic_channel/robots_advanced/html/css/font.css
@charset "utf-8"; /* CSS Document */ @font-face { font-family: 'DINBlackAlternate'; src: url('FontFace/DIN_WOFF/din_blackalternate-webfont.eot'); src: url('FontFace/DIN_WOFF/din_blackalternate-webfont.eot?#iefix') format('embedded-opentype'), url('FontFace/DIN_WOFF/din_blackalternate-webfont.woff') format('w...
0.357119
0.042543
.container { display: flex; } .leftContainer { width: 55%; } .headerText { font-family: var(--header-font); color: var(--midnight); font-size: 100px; line-height: 80%; } .header { margin: 20px; margin-top: 0px; } .colorPalete { position: relative; top: 50px; width: 350px; height: 5px; left: ...
client/src/pages/Signup/signup.css
.container { display: flex; } .leftContainer { width: 55%; } .headerText { font-family: var(--header-font); color: var(--midnight); font-size: 100px; line-height: 80%; } .header { margin: 20px; margin-top: 0px; } .colorPalete { position: relative; top: 50px; width: 350px; height: 5px; left: ...
0.418222
0.104706
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Goldman&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@300&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Ro...
style.css
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Goldman&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@300&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Ro...
0.358802
0.077553
@charset "UTF-8"; textarea{ resize:vertical; } .c-form-element{ -webkit-appearance:none; -moz-appearance:none; appearance:none; background:#fff; border:1px solid #f7ca00; border-radius:2.48rem; color:#f7ca00; padding:1.4rem 2.4rem; width:100%; } .c-form-element.placeholder{ color:rgba(2...
css/components/components.form.css
@charset "UTF-8"; textarea{ resize:vertical; } .c-form-element{ -webkit-appearance:none; -moz-appearance:none; appearance:none; background:#fff; border:1px solid #f7ca00; border-radius:2.48rem; color:#f7ca00; padding:1.4rem 2.4rem; width:100%; } .c-form-element.placeholder{ color:rgba(2...
0.23546
0.044411
* { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; } .navb { opacity: .4; } body { font-family: "Lato", sans-serif; ...
Interface_George&Camsley/covid site/css/style.css
* { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; } .navb { opacity: .4; } body { font-family: "Lato", sans-serif; ...
0.368406
0.076822
* { font-size: "Roboto", sans-serif; } main { max-width: 1200px; margin: 0 auto; } /* HERO */ .hero { margin-top: 50px; display: grid; grid-template-columns: 2fr minmax(100px, 3fr); grid-auto-rows: 550px; border-bottom: 1px solid #ddd; } .hero__info { display: flex; flex-direction: column; just...
style.css
* { font-size: "Roboto", sans-serif; } main { max-width: 1200px; margin: 0 auto; } /* HERO */ .hero { margin-top: 50px; display: grid; grid-template-columns: 2fr minmax(100px, 3fr); grid-auto-rows: 550px; border-bottom: 1px solid #ddd; } .hero__info { display: flex; flex-direction: column; just...
0.355439
0.118666
@charset "UTF-8"; @font-face { font-family: 'Roboto', sans-serif; font-style: normal; font-weight: 400; } @font-face { font-family: 'Roboto Slab', serif; font-style: normal; font-weight: 400; } .top-bar { background-color: #4983C2; color: #0a0a0a; height: 40px; margin-top: 0px; font-family: "Rob...
static/css/style.css
@charset "UTF-8"; @font-face { font-family: 'Roboto', sans-serif; font-style: normal; font-weight: 400; } @font-face { font-family: 'Roboto Slab', serif; font-style: normal; font-weight: 400; } .top-bar { background-color: #4983C2; color: #0a0a0a; height: 40px; margin-top: 0px; font-family: "Rob...
0.174833
0.058723
[Table of contents] ========================================================================= 1. Responsive For Extra large Device 2 2. Desktop Device 3. Responsive For Mobile & Tab 4. Responsive For Tab Device 5. Responsive For Mobile Device */ /*-----------------------------------------------------------------------...
public/front/css/responsive.css
[Table of contents] ========================================================================= 1. Responsive For Extra large Device 2 2. Desktop Device 3. Responsive For Mobile & Tab 4. Responsive For Tab Device 5. Responsive For Mobile Device */ /*-----------------------------------------------------------------------...
0.434701
0.109801
a { -webkit-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease; } a:hover { text-decoration: none !important; } h3 { font-weight: bold; color: #0d6efd; text-align: left; } .content { padding: 3rem 0; } @media (max-width: 991.98px) { .content .bg { ...
public/css/admin/login.css
a { -webkit-transition: .3s all ease; -o-transition: .3s all ease; transition: .3s all ease; } a:hover { text-decoration: none !important; } h3 { font-weight: bold; color: #0d6efd; text-align: left; } .content { padding: 3rem 0; } @media (max-width: 991.98px) { .content .bg { ...
0.320396
0.128279
*{ font-size:16px; /* 基準のフォントサイズを16pxとする */ -webkit-text-size-adjust: 100%; /* ブラウザ側での自動調整をなしにする */ } .back1{ background-color:rgb(56,35,21); position:absolute; bottom:0; left:0; height:100%; width: 100%; } .back2{ background-color:rgb(200,137,98); posit...
www/css/parentTop.css
*{ font-size:16px; /* 基準のフォントサイズを16pxとする */ -webkit-text-size-adjust: 100%; /* ブラウザ側での自動調整をなしにする */ } .back1{ background-color:rgb(56,35,21); position:absolute; bottom:0; left:0; height:100%; width: 100%; } .back2{ background-color:rgb(200,137,98); posit...
0.303629
0.059319
@font-face { font-family: 'icomoon'; src:url('../fonts/icomoon.eot'); src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.svg#icomoon') format('svg'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'); font-weight: norma...
src/assets/allstate/afmarketing/retirement/taxseason/stylesheets/taxseason.css
@font-face { font-family: 'icomoon'; src:url('../fonts/icomoon.eot'); src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.svg#icomoon') format('svg'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype'); font-weight: norma...
0.327023
0.094761
/*icon button*/ .link_button { background: none repeat scroll 0 0 transparent; border: none; font-size: 1em; line-height: 1.5em; color: #029DD3; } .app_button, .mainButton { font-weight: 600; font-size:1.25em; color: #ffffff; padding: 6px 20px; min-width:8em; background-color: #2d8611; background-image: -...
frame-server/server/web/public/js/accessible/globalassets/styles/widgets/buttons.css
/*icon button*/ .link_button { background: none repeat scroll 0 0 transparent; border: none; font-size: 1em; line-height: 1.5em; color: #029DD3; } .app_button, .mainButton { font-weight: 600; font-size:1.25em; color: #ffffff; padding: 6px 20px; min-width:8em; background-color: #2d8611; background-image: -...
0.24599
0.090655
.view-container { height:500px; position:relative; margin-top: 100px; } .view-animation.ng-enter { -webkit-animation: enter_animation 1s; animation: enter_animation 1s; /* * ng-animate has a slight starting delay for optimization purposes * so if you see a flicker effect then you'll need to p...
styles/animation.css
.view-container { height:500px; position:relative; margin-top: 100px; } .view-animation.ng-enter { -webkit-animation: enter_animation 1s; animation: enter_animation 1s; /* * ng-animate has a slight starting delay for optimization purposes * so if you see a flicker effect then you'll need to p...
0.502686
0.102619
@font-face { font-family: 'Alegreya Sans'; font-style: italic; font-weight: 400; src: local('Alegreya Sans Italic'), local('AlegreyaSans-Italic'), url(/fonts/alegreyasans/v10/5aUt9_-1phKLFgshYDvh6Vwt7V9dsm1TpG1Lsyu7.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A...
static/google-fonts-1597441858876.css
@font-face { font-family: 'Alegreya Sans'; font-style: italic; font-weight: 400; src: local('Alegreya Sans Italic'), local('AlegreyaSans-Italic'), url(/fonts/alegreyasans/v10/5aUt9_-1phKLFgshYDvh6Vwt7V9dsm1TpG1Lsyu7.woff2) format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A...
0.204342
0.075892
@import url("http://fonts.cdnfonts.com/css/frutiger"); @import url("https://fonts.googleapis.com/css?family=Roboto+Condensed"); @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed); .text-primary { color: #0053a0 !important; } @media (max-width: 991px) { #child-menu { display: none !important;...
assets/css/style_scss.css
@import url("http://fonts.cdnfonts.com/css/frutiger"); @import url("https://fonts.googleapis.com/css?family=Roboto+Condensed"); @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed); .text-primary { color: #0053a0 !important; } @media (max-width: 991px) { #child-menu { display: none !important;...
0.370681
0.058319
* Use this file to override Materialize files so you can update * the core Materialize files in the future * * Made By MaterializeCSS.com */ /* body{ background-color: black; } */ h2 { font-family:'Orbitron', sans-serif; } nav ul li:hover { background-color: rgba(255, 255, 255, 0....
css/educate.css
* Use this file to override Materialize files so you can update * the core Materialize files in the future * * Made By MaterializeCSS.com */ /* body{ background-color: black; } */ h2 { font-family:'Orbitron', sans-serif; } nav ul li:hover { background-color: rgba(255, 255, 255, 0....
0.455925
0.049566
@-moz-document domain("vk.com") { #page_header { border-bottom-left-radius: 500px !important; } #top_nav { border-bottom-left-radius: 500px !important; } .content { border-bottom-left-radius: 500px !important; } #page_header .back { margin-left: -100px; width: 991px !important; background...
data/usercss/93968.user.css
@-moz-document domain("vk.com") { #page_header { border-bottom-left-radius: 500px !important; } #top_nav { border-bottom-left-radius: 500px !important; } .content { border-bottom-left-radius: 500px !important; } #page_header .back { margin-left: -100px; width: 991px !important; background...
0.128034
0.097691
body { margin: 0; padding: 0; font-family: 'Lato', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 15px; background-color: #3a1d32; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } /* From normalize.css, MI...
src/index.css
body { margin: 0; padding: 0; font-family: 'Lato', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 15px; background-color: #3a1d32; } code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } /* From normalize.css, MI...
0.556761
0.107625
width: 800px; height: 670px; } .jsavline { height: 90px; } #root, path[data-endnode="root"] { opacity: 0 !important; pointer-events: none; } .jsavtree .jsavnode, .jsavgraph .jsavnode { line-height: 30px !important; min-width: 30px !important; max-width: 30px !important; min-height: 30px !impor...
AV/Development/KruskalUFAV.css
width: 800px; height: 670px; } .jsavline { height: 90px; } #root, path[data-endnode="root"] { opacity: 0 !important; pointer-events: none; } .jsavtree .jsavnode, .jsavgraph .jsavnode { line-height: 30px !important; min-width: 30px !important; max-width: 30px !important; min-height: 30px !impor...
0.2819
0.075619
.float{ position:fixed; width:50px; height:50px; bottom:40px; right:40px; background-color:#0C9; color:#FFF; border-radius:50px; text-align:center; box-shadow: 2px 2px 3px #999; z-index: 100; } .my-float{ margin-top:11px; } #lightSlider{ height: auto !important; } .pt-15{ padding-top: 15px !important...
assets/frontend/css/custom.css
.float{ position:fixed; width:50px; height:50px; bottom:40px; right:40px; background-color:#0C9; color:#FFF; border-radius:50px; text-align:center; box-shadow: 2px 2px 3px #999; z-index: 100; } .my-float{ margin-top:11px; } #lightSlider{ height: auto !important; } .pt-15{ padding-top: 15px !important...
0.326701
0.06663
 body{ background-color: #66ffff; text-align: -webkit-center; margin-top: 0px; } img{ width: 110px; height: 110px; } .titleText{ margin-top: 0.7rem; margin-bottom:0.7rem; } #titleCon{ width: 70%; background-color: #87ceeb; font-size: 2.5rem; color: antiquewhite; font-family: 'spellfont'; v...
app/src/main/assets/englishhtml/showPic.css
 body{ background-color: #66ffff; text-align: -webkit-center; margin-top: 0px; } img{ width: 110px; height: 110px; } .titleText{ margin-top: 0.7rem; margin-bottom:0.7rem; } #titleCon{ width: 70%; background-color: #87ceeb; font-size: 2.5rem; color: antiquewhite; font-family: 'spellfont'; v...
0.290679
0.071364
#future { background: linear-gradient(to left, #BADAF1, #ffffff); } #past { background: linear-gradient(to left, #DFDFDF, #ffffff); } .list-group-item { border-radius: 30px !important; } .autocomplete { font-size: large; border: 1px solid #ffffff; -webkit-text-fill-color: #000000; -webkit...
public/stylesheets/style.css
#future { background: linear-gradient(to left, #BADAF1, #ffffff); } #past { background: linear-gradient(to left, #DFDFDF, #ffffff); } .list-group-item { border-radius: 30px !important; } .autocomplete { font-size: large; border: 1px solid #ffffff; -webkit-text-fill-color: #000000; -webkit...
0.481941
0.164315
* { box-sizing: border-box; margin: 0; padding: 0; } header { display:flex; position: relative; align-items: center; margin-bottom: 30px; margin-top: 20px; } main { display: grid; position: relative; align-items: center; margin-top: 50px; } .hr { height: ...
css/style.css
* { box-sizing: border-box; margin: 0; padding: 0; } header { display:flex; position: relative; align-items: center; margin-bottom: 30px; margin-top: 20px; } main { display: grid; position: relative; align-items: center; margin-top: 50px; } .hr { height: ...
0.450359
0.136407
8.0.0-rc4:349a00ece8b7e917b004995a8b0644decaa81d370e6f6ad3725be19c21336d9f 8.0.1:349a00ece8b7e917b004995a8b0644decaa81d370e6f6ad3725be19c21336d9f 8.0.2:349a00ece8b7e917b004995a8b0644decaa81d370e6f6ad3725be19c21336d9f 8.0.3:349a00ece8b7e917b004995a8b0644decaa81d370e6f6ad3725be19c21336d9f 8.0.4:349a00ece8b7e917b004995a8b...
hashs-database/hashs/core___themes___stable___css___content_translation___content_translation.admin.css
8.0.0-rc4:349a00ece8b7e917b004995a8b0644decaa81d370e6f6ad3725be19c21336d9f 8.0.1:349a00ece8b7e917b004995a8b0644decaa81d370e6f6ad3725be19c21336d9f 8.0.2:349a00ece8b7e917b004995a8b0644decaa81d370e6f6ad3725be19c21336d9f 8.0.3:349a00ece8b7e917b004995a8b0644decaa81d370e6f6ad3725be19c21336d9f 8.0.4:349a00ece8b7e917b004995a8b...
0.137561
0.330282
html { background: url("girl.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } body { text-align: center; } h1 { font-family: 'Bungee', cursive; font-size: 85px !important; color: #2a2c4e; letter-spac...
app/public/styles.css
html { background: url("girl.jpg") no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } body { text-align: center; } h1 { font-family: 'Bungee', cursive; font-size: 85px !important; color: #2a2c4e; letter-spac...
0.287968
0.060529
.wrapper { overflow: hidden; position: relative; display: flex; flex-direction: column; justify-content: space-between; } html { box-sizing: border-box; font-family: var(--base-font-family); font-size: var(--font-size-base); line-height: var(--line-height-base); background-color: var(--base-background-co...
css/base.css
.wrapper { overflow: hidden; position: relative; display: flex; flex-direction: column; justify-content: space-between; } html { box-sizing: border-box; font-family: var(--base-font-family); font-size: var(--font-size-base); line-height: var(--line-height-base); background-color: var(--base-background-co...
0.327453
0.060947
:root { } button:hover, button:focus{ opacity: 0.7; color: black; } .container { width: 85%; max-width: 1100px; margin: 0 auto; padding: 0; } .row { display: flex; justify-content: space-between; align-items: center; } .col { width: 100%; } .App { text-align: center; } .App-logo { max-height: 100%; ...
src/styles/App.css
:root { } button:hover, button:focus{ opacity: 0.7; color: black; } .container { width: 85%; max-width: 1100px; margin: 0 auto; padding: 0; } .row { display: flex; justify-content: space-between; align-items: center; } .col { width: 100%; } .App { text-align: center; } .App-logo { max-height: 100%; ...
0.481941
0.134605
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap') @import url('poppinsfont.css'); body { background: #f8f8f8 } body { font-family: 'Poppins', sans-serif!important; ...
css/style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap') @import url('poppinsfont.css'); body { background: #f8f8f8 } body { font-family: 'Poppins', sans-serif!important; ...
0.274157
0.039713
.paper-shadow { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); } .paper-toolbar { color: #fff; background: #3F51B5; } .paper-toolbar-dark { color: #fff; background: #303F9F; } .app-bar, .navdrawer-container, main { -webkit-transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; ...
desktop/app/res/css/toolbar.css
.paper-shadow { box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); } .paper-toolbar { color: #fff; background: #3F51B5; } .paper-toolbar-dark { color: #fff; background: #303F9F; } .app-bar, .navdrawer-container, main { -webkit-transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; ...
0.479747
0.05875
#div_menu { color: #FFFFFF; position: relative; float: left; left: 0; top: 0; height: 40px; width: 80%; margin: 0; padding: 0; font-size: 14px; font-family: Open Sans, Helvetica, Arial, sans-serif; } #div_menu a { color: #3498db; text-decoration: none } #div_menu a.highlig...
src/pub/css/opencm.css
#div_menu { color: #FFFFFF; position: relative; float: left; left: 0; top: 0; height: 40px; width: 80%; margin: 0; padding: 0; font-size: 14px; font-family: Open Sans, Helvetica, Arial, sans-serif; } #div_menu a { color: #3498db; text-decoration: none } #div_menu a.highlig...
0.24015
0.08292
.btn.tag{ box-shadow: 0 2px 0 #3d3d3d; border-radius: 8px; /*padding: .5em 1.5em;*/ padding: .5em; margin-top: 5px; margin-bottom: 5px; text-align: center; margin-bottom: 10px; } .btn.tag.halfWidth, .halfWidth{ width: -webkit-calc(50% - .5em); width: calc(50% - .5em); fl...
MnApp/css/bootstrapOverrides.css
.btn.tag{ box-shadow: 0 2px 0 #3d3d3d; border-radius: 8px; /*padding: .5em 1.5em;*/ padding: .5em; margin-top: 5px; margin-bottom: 5px; text-align: center; margin-bottom: 10px; } .btn.tag.halfWidth, .halfWidth{ width: -webkit-calc(50% - .5em); width: calc(50% - .5em); fl...
0.290377
0.10079
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; } :active, :hover, :focus{ outline: 0 !important; outline-offset: 0; } /* variable define */ :root{ --primary-color...
css/style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; } :active, :hover, :focus{ outline: 0 !important; outline-offset: 0; } /* variable define */ :root{ --primary-color...
0.325199
0.04005
:root { --base-font-weight: 400; --base-color: white; /* --sidebar-width: 22rem; */ --sidebar-nav-link-before-content: ""; --sidebar-nav-link-before-content-l3: ""; --sidebar-name-font-weight: 500; --search-result-heading-font-size: 1em; --search-result-item-font-size: 0.9em; --search-result-heading-f...
Web/style.css
:root { --base-font-weight: 400; --base-color: white; /* --sidebar-width: 22rem; */ --sidebar-nav-link-before-content: ""; --sidebar-nav-link-before-content-l3: ""; --sidebar-name-font-weight: 500; --search-result-heading-font-size: 1em; --search-result-item-font-size: 0.9em; --search-result-heading-f...
0.424173
0.097562
html{ background-color: white; } #navbar{ list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: cornflowerblue; } #navbar li{ float: left; border-right: 1px solid white; font-family: 'Open Sans', sans-serif; } h1{ text-align: center; font-family...
html/styles.css
html{ background-color: white; } #navbar{ list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: cornflowerblue; } #navbar li{ float: left; border-right: 1px solid white; font-family: 'Open Sans', sans-serif; } h1{ text-align: center; font-family...
0.474875
0.076822
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); * { padding: 0; margin: 0; } body { background: #2f2e36; background-repeat: no-repeat; font-family: roboto, sans-serif; } .contai...
project-business-qrcode/style.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); * { padding: 0; margin: 0; } body { background: #2f2e36; background-repeat: no-repeat; font-family: roboto, sans-serif; } .contai...
0.259263
0.062445
html { box-sizing: border-box; font-size: 62.5%; } *, *:after, *:before { box-sizing: inherit; } body { background-color: #eeeeee; font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-s...
client/dist/styles/security.css
html { box-sizing: border-box; font-size: 62.5%; } *, *:after, *:before { box-sizing: inherit; } body { background-color: #eeeeee; font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-s...
0.512449
0.120542
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html { color: #c09242; font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: *...
css/main.css
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */ html { color: #c09242; font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: *...
0.540681
0.076615
.button, .input, .textarea, .select select, .file-cta, .file-name, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis { -moz-appearance: none; -webkit-appearance: none; align-items: center; border: 1px solid transparent; border-radius: 4px; box-shadow: none; display: inline-fle...
dist/bulma/bulma.css
.button, .input, .textarea, .select select, .file-cta, .file-name, .pagination-previous, .pagination-next, .pagination-link, .pagination-ellipsis { -moz-appearance: none; -webkit-appearance: none; align-items: center; border: 1px solid transparent; border-radius: 4px; box-shadow: none; display: inline-fle...
0.295636
0.059401
body { margin: 10px; min-width: 1000px; height: 100%; overflow: -moz-scrollbars-vertical; font-family: Baskerville; } #main{ z-index: 1; } /******* TITLE **********/ /*************************/ .title_box{ height: 90px; text-align: center; padding-top: 10px; max-width: 700p...
Data Visualization/styles.css
body { margin: 10px; min-width: 1000px; height: 100%; overflow: -moz-scrollbars-vertical; font-family: Baskerville; } #main{ z-index: 1; } /******* TITLE **********/ /*************************/ .title_box{ height: 90px; text-align: center; padding-top: 10px; max-width: 700p...
0.355999
0.078749
body { overflow-y: hidden; } .mobile { display: none; position: absolute; z-index: 20; } /* Webcam */ /* #defaultCanvas0 { z-index: -1; background-color: var(--white); border: 7px solid var(--black); border-radius: var(--borderRadius); box-shadow: var(--shadow); animation: canvasShow 1s ease-in-out...
css/game.css
body { overflow-y: hidden; } .mobile { display: none; position: absolute; z-index: 20; } /* Webcam */ /* #defaultCanvas0 { z-index: -1; background-color: var(--white); border: 7px solid var(--black); border-radius: var(--borderRadius); box-shadow: var(--shadow); animation: canvasShow 1s ease-in-out...
0.6705
0.084116
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap'); body { font-family: 'Montserrat', sans-serif; } .jumbotron { background-image: url("../assets/backgrounds/h_img.jpg"); background-size: cover; height: 90vh; } .display{ color: white; text-align: center; ...
css/style.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap'); body { font-family: 'Montserrat', sans-serif; } .jumbotron { background-image: url("../assets/backgrounds/h_img.jpg"); background-size: cover; height: 90vh; } .display{ color: white; text-align: center; ...
0.270769
0.072047
body{ margin: 0; } main{ display: flex; flex-direction: row; align-items: center; justify-content: center; align-items: flex-start; } article{ max-width: 960px; padding: 40px 80px; background-color: #fff; box-shadow: 0 -48px 48px rgba(0,0,0,0.04); position: relative; top: -160px; } #article-ban...
public/css/article.css
body{ margin: 0; } main{ display: flex; flex-direction: row; align-items: center; justify-content: center; align-items: flex-start; } article{ max-width: 960px; padding: 40px 80px; background-color: #fff; box-shadow: 0 -48px 48px rgba(0,0,0,0.04); position: relative; top: -160px; } #article-ban...
0.315841
0.058507