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
* { margin: 0; padding: 0; scrollbar-width: none; border: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } ::-webkit-scrollbar { display: none; } ::-webkit-input-placeholder { text-align: center; } :-ms-input-placeholder { text-align: center; } ::-ms-input-placeholder { text-...
main/public/styles/canvas.css
* { margin: 0; padding: 0; scrollbar-width: none; border: 0; -webkit-box-sizing: border-box; box-sizing: border-box; } ::-webkit-scrollbar { display: none; } ::-webkit-input-placeholder { text-align: center; } :-ms-input-placeholder { text-align: center; } ::-ms-input-placeholder { text-...
0.299515
0.06724
@import url('https://fonts.googleapis.com/css?family=Work+Sans'); @import url('https://fonts.googleapis.com/css?family=Roboto:100'); .App { text-align: center; font-family: 'Roboto', sans-serif; font-size: 22px; background: rgb(255, 255, 255); color: rgba(0, 0, 0); min-height: 768px; min-width: 360px; m...
src/App.css
@import url('https://fonts.googleapis.com/css?family=Work+Sans'); @import url('https://fonts.googleapis.com/css?family=Roboto:100'); .App { text-align: center; font-family: 'Roboto', sans-serif; font-size: 22px; background: rgb(255, 255, 255); color: rgba(0, 0, 0); min-height: 768px; min-width: 360px; m...
0.411347
0.134577
.ng-select { padding-bottom: 1.25em; } .ng-select.ng-select-disabled .ng-select-container:after { border-bottom-color: transparent; background-image: linear-gradient( to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0% ); background-size: 4px 1px; background-repeat: rep...
frontend/src/assets/styles/select.css
.ng-select { padding-bottom: 1.25em; } .ng-select.ng-select-disabled .ng-select-container:after { border-bottom-color: transparent; background-image: linear-gradient( to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0% ); background-size: 4px 1px; background-repeat: rep...
0.325306
0.135089
:root { --highlight-color: #fd5f92; --mono-font-family: Consolas,Liberation Mono,Menlo,Courier,monospace; --primary-bg-color: #151521; --secondary-bg-color: #1e1e2f; --success-color: #8be0ae; --primary-color: #ffffff; --secondary-color: #acadb3; } html, body { height: 100%; width: 100%; padding: 0;...
src/index.css
:root { --highlight-color: #fd5f92; --mono-font-family: Consolas,Liberation Mono,Menlo,Courier,monospace; --primary-bg-color: #151521; --secondary-bg-color: #1e1e2f; --success-color: #8be0ae; --primary-color: #ffffff; --secondary-color: #acadb3; } html, body { height: 100%; width: 100%; padding: 0;...
0.406862
0.131703
 /** Global Shared Styles *************************************************************************/ /* Custom styling for the back navigation button to make it look like other buttons. */ .nav-back-button { border-color: #145fd7 !important; background-color: #4a87ee !important; padding-left: 5px !important; padd...
www/css/style.css
 /** Global Shared Styles *************************************************************************/ /* Custom styling for the back navigation button to make it look like other buttons. */ .nav-back-button { border-color: #145fd7 !important; background-color: #4a87ee !important; padding-left: 5px !important; padd...
0.495606
0.057891
@import url("https://fonts.googleapis.com/css?family=Open+Sans"); /* END */ @import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap'); body, html { margin: 0; /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid San...
my-app/src/index.css
@import url("https://fonts.googleapis.com/css?family=Open+Sans"); /* END */ @import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap'); body, html { margin: 0; /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid San...
0.345989
0.063511
.DomainChallengeContainer { position: relative; width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-flow: column wrap; margin-left: 14px; margin-right: 14px; } .DomainChallengeContainer .header { display: inline-block; } :root:root:root .DomainChallengeContainer .refresh { disp...
src/components/single_domain/DomainChallengeContainer.css
.DomainChallengeContainer { position: relative; width: 100%; margin-top: 10px; margin-bottom: 10px; display: flex; flex-flow: column wrap; margin-left: 14px; margin-right: 14px; } .DomainChallengeContainer .header { display: inline-block; } :root:root:root .DomainChallengeContainer .refresh { disp...
0.477798
0.086323
html { position: relative; min-height: 100%; } body { height: 100%; font-family: 'Nunito', sans-serif; font-weight: 600; } #wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; } #wrapper #content-wrapper { padding-left: 1em; padding-right: 1em; background-color: #fafafa; over...
assets/css/sb-admin.css
html { position: relative; min-height: 100%; } body { height: 100%; font-family: 'Nunito', sans-serif; font-weight: 600; } #wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; } #wrapper #content-wrapper { padding-left: 1em; padding-right: 1em; background-color: #fafafa; over...
0.444083
0.053108
html { scroll-behavior: smooth; } body { background-color: rgb(113, 116, 128); } img.logo { height: 1em; margin-left: 1em; margin-top: auto; margin-bottom: auto; } .navbar-1 { display: inline-flex; width: 100%; padding: 8px; position: sticky; top: 0; left: 0; z-ind...
src/App.css
html { scroll-behavior: smooth; } body { background-color: rgb(113, 116, 128); } img.logo { height: 1em; margin-left: 1em; margin-top: auto; margin-bottom: auto; } .navbar-1 { display: inline-flex; width: 100%; padding: 8px; position: sticky; top: 0; left: 0; z-ind...
0.830628
0.106365
header, .project:not(:last-child) { border-bottom: 1px solid #ccc; } header { background-color: #176e96; } .home-btn { color: rgb(151, 174, 235); } .home-btn:hover { color: rgb(218, 209, 132); } .profile-btn { color: rgb(151, 174, 235); } .profile-btn:hover { color: rgb(218, 209, 132); } .no-button { ...
public/css/style.css
header, .project:not(:last-child) { border-bottom: 1px solid #ccc; } header { background-color: #176e96; } .home-btn { color: rgb(151, 174, 235); } .home-btn:hover { color: rgb(218, 209, 132); } .profile-btn { color: rgb(151, 174, 235); } .profile-btn:hover { color: rgb(218, 209, 132); } .no-button { ...
0.407687
0.092524
{ disabled:true; } /* ========CONTENEDOR GRANDE=========== */ #contenedor-menu{ padding:2%; width: 90%; margin:0% auto; background: RGB(219,219,231); } /* ========CONTENEDOR INFERIOR=========== */ #contenedor-submenu h2{ margin:15px; } #contenedor-submenu{ width: 97%; margin:3% au...
assets/css/menu.css
{ disabled:true; } /* ========CONTENEDOR GRANDE=========== */ #contenedor-menu{ padding:2%; width: 90%; margin:0% auto; background: RGB(219,219,231); } /* ========CONTENEDOR INFERIOR=========== */ #contenedor-submenu h2{ margin:15px; } #contenedor-submenu{ width: 97%; margin:3% au...
0.227899
0.045016
* { margin: 0; padding: 0; box-sizing: border-box; } body { overflow-x: hidden; } /*html { scroll-padding-top: 70px; } .logo { height: 40px; width: 40px; }*/ header, #mountains { background-size: cover; background-position:center; } nav, .sticky-nav-bar, footer { display: flex; ju...
losangeles-mountains/assets/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { overflow-x: hidden; } /*html { scroll-padding-top: 70px; } .logo { height: 40px; width: 40px; }*/ header, #mountains { background-size: cover; background-position:center; } nav, .sticky-nav-bar, footer { display: flex; ju...
0.244453
0.074804
* { box-sizing: border-box; top: 0; left: 0; } input[type="search"] { height: 38px; margin: 6px 0; border-radius: 19px; } /* Style the sticky top dropdown navigation links */ nav li input[type="button"] { background-color: #004300; color: #f2f2f2; padding: 8px 0; margin: 0; height: 50px; border-radius: 2.5px; ...
assets/css/style.css
* { box-sizing: border-box; top: 0; left: 0; } input[type="search"] { height: 38px; margin: 6px 0; border-radius: 19px; } /* Style the sticky top dropdown navigation links */ nav li input[type="button"] { background-color: #004300; color: #f2f2f2; padding: 8px 0; margin: 0; height: 50px; border-radius: 2.5px; ...
0.419172
0.208884
@import url('http://fonts.googleapis.com/css?family=Lato'); * { font-family: 'Lato', sans-serif; } .myapp-login-background { margin: 0; padding: 0; font-family: 'Lato', sans-serif; background: url('../../pic/嘉园冬色.jpg') no-repeat center 0px; background-size: cover; background-position: center 0; background-rep...
static/assets/css/app.css
@import url('http://fonts.googleapis.com/css?family=Lato'); * { font-family: 'Lato', sans-serif; } .myapp-login-background { margin: 0; padding: 0; font-family: 'Lato', sans-serif; background: url('../../pic/嘉园冬色.jpg') no-repeat center 0px; background-size: cover; background-position: center 0; background-rep...
0.30965
0.050941
@font-face { src: url("../font/KuHei.ttf"); font-family: "KuHei"; } @font-face { src: url("../font/Microsoft-YaHei.ttf"); font-family: "YaHei"; } @font-face { src: url("../font/DS-DIGIT.ttf"); font-family: "DIGIT"; } * { margin: 0; padding: 0; font-family: KuHei; color: #fff; ...
public/html/sri/css/index.css
@font-face { src: url("../font/KuHei.ttf"); font-family: "KuHei"; } @font-face { src: url("../font/Microsoft-YaHei.ttf"); font-family: "YaHei"; } @font-face { src: url("../font/DS-DIGIT.ttf"); font-family: "DIGIT"; } * { margin: 0; padding: 0; font-family: KuHei; color: #fff; ...
0.326593
0.068195
body, html { height: 100%; font-family: 'Open Sans', sans-serif; } hr { border: none; height: 1px; /* Set the hr color */ color: #fff3; /* old IE */ background-color: #fff; /* Modern Browsers */ } p { line-height: 2rem; } /* /////////////////// navigation ///////////////////////////...
assets/css/style.css
body, html { height: 100%; font-family: 'Open Sans', sans-serif; } hr { border: none; height: 1px; /* Set the hr color */ color: #fff3; /* old IE */ background-color: #fff; /* Modern Browsers */ } p { line-height: 2rem; } /* /////////////////// navigation ///////////////////////////...
0.344554
0.063861
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap'); * { margin: 0; padding: 0; border: 0; box-sizing: border-box; font-family: 'Poppins'; } body { background: linear-gradient(to top, #03c3ee, #0367A6); height: 100vh; display: flex; justify...
projetos/projeto-login/style/stylepage01.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap'); * { margin: 0; padding: 0; border: 0; box-sizing: border-box; font-family: 'Poppins'; } body { background: linear-gradient(to top, #03c3ee, #0367A6); height: 100vh; display: flex; justify...
0.473414
0.115411
body{ margin: 0; padding: 0; height: 100vh; overflow: hidden; font-family: arial; background: #1B1B1B; } input, textarea, a{ outline: none; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } canvas[resize] { width: calc(100% - 50px); he...
src/assets/css/App.css
body{ margin: 0; padding: 0; height: 100vh; overflow: hidden; font-family: arial; background: #1B1B1B; } input, textarea, a{ outline: none; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } canvas[resize] { width: calc(100% - 50px); he...
0.443359
0.055515
* { margin: 0; padding: 0; } html, body { color: #333; } body { position: relative; /* font: 14px helvetica,arial,freesans,clean,sans-serif; */ font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック","MS PGothic",sans-serif; background: #F5F5F5; line-height: 1.4; ...
demos/css/default.css
* { margin: 0; padding: 0; } html, body { color: #333; } body { position: relative; /* font: 14px helvetica,arial,freesans,clean,sans-serif; */ font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック","MS PGothic",sans-serif; background: #F5F5F5; line-height: 1.4; ...
0.407923
0.110279
* { box-sizing: border-box; } body { margin: 1%; font-family: 'Inconsolata', monospace; color: darkslateblue; } /* header { height: 5%; } */ .menu { margin-bottom: 15px; } .menu input { display: none; } .menu label { display: inline-block; margin-left: 5px; color: rgb(1...
css/styles.css
* { box-sizing: border-box; } body { margin: 1%; font-family: 'Inconsolata', monospace; color: darkslateblue; } /* header { height: 5%; } */ .menu { margin-bottom: 15px; } .menu input { display: none; } .menu label { display: inline-block; margin-left: 5px; color: rgb(1...
0.324985
0.083628
@import url('../passport.css'); #passport { height: 500px; } .passport-page { height: calc(284px * 2); } .passport-page > footer{ position: relative; top: -32%; } .passport-page > footer #left-content{ width: 100%; top: 60px; position: relative; } .settings-form{ width: 90%; margin-t...
www/investportal/basic/web/css/passport/profile.css
@import url('../passport.css'); #passport { height: 500px; } .passport-page { height: calc(284px * 2); } .passport-page > footer{ position: relative; top: -32%; } .passport-page > footer #left-content{ width: 100%; top: 60px; position: relative; } .settings-form{ width: 90%; margin-t...
0.236957
0.048406
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"); :root { --main-color: #8e66db; --main-color-alt: #41007e; --second-color: #edddff; --main-text-color: #9494aa; --onhold-color: #4756ae; --onhold-color-alt: #3f4c94; --trans-height: 120px; } * { margin...
src/assets/style/style.css
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"); :root { --main-color: #8e66db; --main-color-alt: #41007e; --second-color: #edddff; --main-text-color: #9494aa; --onhold-color: #4756ae; --onhold-color-alt: #3f4c94; --trans-height: 120px; } * { margin...
0.370909
0.104067
* { font-family: arial, sans-serif; padding: 0px 0px 0px 0px; margin: 0px; } body { background-color: #e9e6e6; } /*APP BAR*/ .app-bar { font-size: large; background-color: #1818e2; color: white; } .app-bar a { color: white; } /*CHANNELS LIST*/ #channels { background-color: white; ...
css/style.css
* { font-family: arial, sans-serif; padding: 0px 0px 0px 0px; margin: 0px; } body { background-color: #e9e6e6; } /*APP BAR*/ .app-bar { font-size: large; background-color: #1818e2; color: white; } .app-bar a { color: white; } /*CHANNELS LIST*/ #channels { background-color: white; ...
0.419529
0.109563
:root { --white: #fff; --white-83: hsl(0, 0%, 83%); --gray-60: hsl(0, 0%, 60%); --gray-40: hsl(0, 0%, 40%); --gray-25: hsl(0, 0%, 25%); --gray-15: hsl(0, 0%, 15%); --black-9: hsl(0, 0%, 9%); --black: #000; --blue-75: hsl(217, 64%, 75%); --blue-60: hsl(217, 64%, 60%); --blue-40: hsl(217, 64%, 40%)...
src/css/styles.css
:root { --white: #fff; --white-83: hsl(0, 0%, 83%); --gray-60: hsl(0, 0%, 60%); --gray-40: hsl(0, 0%, 40%); --gray-25: hsl(0, 0%, 25%); --gray-15: hsl(0, 0%, 15%); --black-9: hsl(0, 0%, 9%); --black: #000; --blue-75: hsl(217, 64%, 75%); --blue-60: hsl(217, 64%, 60%); --blue-40: hsl(217, 64%, 40%)...
0.591723
0.109515
.alert-primary{background-color:#5D9CEC;border-color:#5D9CEC;} .alert-primary:hover{background-color:#4A89DC;border-color:#4A89DC;} .alert-secondary{background-color:#656d78;border-color:#656d78;} .alert-secondary:hover{background-color:#434a54;border-color:#434a54;} .alert-success{background-color:#48cfad;border-color...
public/css/custom_app.css
.alert-primary{background-color:#5D9CEC;border-color:#5D9CEC;} .alert-primary:hover{background-color:#4A89DC;border-color:#4A89DC;} .alert-secondary{background-color:#656d78;border-color:#656d78;} .alert-secondary:hover{background-color:#434a54;border-color:#434a54;} .alert-success{background-color:#48cfad;border-color...
0.131591
0.072571
html { font-size: 10px; } .btn-get { font-size: 1.8rem; font-family: "Quicksand", sans-serif; color: #fff !important; text-transform: capitalize; background-image: -webkit-gradient(linear, left top, right top, from(#b70b83), to(#33077f)); background-image: linear-gradient(to right, #b70b83, ...
public/css/creedit.css
html { font-size: 10px; } .btn-get { font-size: 1.8rem; font-family: "Quicksand", sans-serif; color: #fff !important; text-transform: capitalize; background-image: -webkit-gradient(linear, left top, right top, from(#b70b83), to(#33077f)); background-image: linear-gradient(to right, #b70b83, ...
0.488039
0.107297
#pageCal3 { position: relative; padding-bottom: 16px; padding-top: 7px; } #pageCal3 .placeName { display: none; } #pageCal3 .sunsetEnd, #pageCal3 .sunsetStart span, #pageCal3 .sunrise { display: none; } #pageCal3 .calendar { width: 99%; margin: 0 auto 12px; overflow: unset; max-height: 497px; positi...
cal3.css
#pageCal3 { position: relative; padding-bottom: 16px; padding-top: 7px; } #pageCal3 .placeName { display: none; } #pageCal3 .sunsetEnd, #pageCal3 .sunsetStart span, #pageCal3 .sunrise { display: none; } #pageCal3 .calendar { width: 99%; margin: 0 auto 12px; overflow: unset; max-height: 497px; positi...
0.343122
0.080069
@media only screen and (max-width: 1200px) { .marshall-col-content, .marshall-col-screen { height: auto; padding: 70px 0; position: relative; width: 100%; } .marshall-logo { margin-bottom: 40px; margin-top: 0; position: relative; } .marshall-content { position: relative; top: inherit !important; } ...
public/bc/css/responsive.css
@media only screen and (max-width: 1200px) { .marshall-col-content, .marshall-col-screen { height: auto; padding: 70px 0; position: relative; width: 100%; } .marshall-logo { margin-bottom: 40px; margin-top: 0; position: relative; } .marshall-content { position: relative; top: inherit !important; } ...
0.410638
0.038939
.lb-box { width: 78%; height: 580px; margin: 15px auto; position: relative; overflow: hidden; } @media (max-width:568px) { .lb-box { width: 86%; height: 220px; } } .lb-content { width: 100%; height: 100%; } .lb-item { width: 100%; height: 100%; display: none; position: relative; ...
carousel/lb.css
.lb-box { width: 78%; height: 580px; margin: 15px auto; position: relative; overflow: hidden; } @media (max-width:568px) { .lb-box { width: 86%; height: 220px; } } .lb-content { width: 100%; height: 100%; } .lb-item { width: 100%; height: 100%; display: none; position: relative; ...
0.679498
0.071235
@charset "utf-8"; .clear{clear:both;display:block;line-height:0;font-size:0;overflow:hidden;visibility:hidden;} .clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0} .clearfix{*zoom:1} .w_boxW{width: 1200px;margin: 0 auto;/*overflow: hidden;*/font-family: "m...
web/css/store.css
@charset "utf-8"; .clear{clear:both;display:block;line-height:0;font-size:0;overflow:hidden;visibility:hidden;} .clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0} .clearfix{*zoom:1} .w_boxW{width: 1200px;margin: 0 auto;/*overflow: hidden;*/font-family: "m...
0.266262
0.081886
.month-col1 { width:187px; } .month-col2 { width:374px; } #util-calendar .date-list{float:left; width:187px; height:202px; overflow:hidden; } #util-calendar .date-list label{line-height:22px; height:22px; display:block; text-align:center; font-size:12px; font-weight:bold;} #util-calendar .date-list dl { margin:6px 6px ...
ManageWeb/wwwroot/toolkitjs/v5/toolkit/ui/calendar.css
.month-col1 { width:187px; } .month-col2 { width:374px; } #util-calendar .date-list{float:left; width:187px; height:202px; overflow:hidden; } #util-calendar .date-list label{line-height:22px; height:22px; display:block; text-align:center; font-size:12px; font-weight:bold;} #util-calendar .date-list dl { margin:6px 6px ...
0.531453
0.146484
body { animation-name: bg; animation-duration: 100s; animation-iteration-count: infinite; font-size: 18px; font-family: 'clear_sansregular', Helvetica, sans-serif; color: white; } main a, main a:visited, main a:hover { color: white; } h2, h3, h4, h5 { margin-top: 2em; } main { margin-to...
assets/styles/main.css
body { animation-name: bg; animation-duration: 100s; animation-iteration-count: infinite; font-size: 18px; font-family: 'clear_sansregular', Helvetica, sans-serif; color: white; } main a, main a:visited, main a:hover { color: white; } h2, h3, h4, h5 { margin-top: 2em; } main { margin-to...
0.461745
0.15925
html, body { height: 100%; width: 100%; margin: 0; padding: 0; overflow-x: hidden; background-color: #f2f2f2; font-family: 'Poppins'; } #logo { height: 40px; width: 40; padding-top: 5px; float:left; border-radius: 8px; } nav { width: 100%; height: 50px; back...
hosted/style.css
html, body { height: 100%; width: 100%; margin: 0; padding: 0; overflow-x: hidden; background-color: #f2f2f2; font-family: 'Poppins'; } #logo { height: 40px; width: 40; padding-top: 5px; float:left; border-radius: 8px; } nav { width: 100%; height: 50px; back...
0.556159
0.140661
.logo-height { height: 40vh; } .logo-background{ height: 1vh; max-width: 2000px; } .logo-flex-center { align-items: flex-start; display: flex; justify-content: center; /* background-color: #b4dbc0; */ max-width: 2000px; position: relative; } .logo-content { text-align: cente...
public/css/main.css
.logo-height { height: 40vh; } .logo-background{ height: 1vh; max-width: 2000px; } .logo-flex-center { align-items: flex-start; display: flex; justify-content: center; /* background-color: #b4dbc0; */ max-width: 2000px; position: relative; } .logo-content { text-align: cente...
0.338842
0.132795
.ngx-dorpdown-container { width: 100%; position: relative; } .ngx-dropdown-button{ display: inline-block; margin-bottom: 0; font-weight: 400; line-height: 1.42857143; vertical-align: middle; touch-action: manipulation; cursor: pointer; user-select: none; border: 1px solid #cc...
src/app/modules/searchbar/searchbar.component.css
.ngx-dorpdown-container { width: 100%; position: relative; } .ngx-dropdown-button{ display: inline-block; margin-bottom: 0; font-weight: 400; line-height: 1.42857143; vertical-align: middle; touch-action: manipulation; cursor: pointer; user-select: none; border: 1px solid #cc...
0.463687
0.124612
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap'); html { max-width: 100%;...
zbunker/static/css/main.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400&display=swap'); html { max-width: 100%;...
0.436862
0.067393
.p-l-0 { padding-left: 0; } .p-r-0 { padding-right: 0; } .p-0 { padding-left: 0; padding-right: 0; } .form-details .btn-primary, .btn-default { margin-top: 0; margin-right: 2px; padding: 12px 20px; } .form-details .form-control { height: 40px; border-radius: 0; border: 1px solid transparent; borde...
app/src/views/functions/FunctionDetailsView/Events/styles.css
.p-l-0 { padding-left: 0; } .p-r-0 { padding-right: 0; } .p-0 { padding-left: 0; padding-right: 0; } .form-details .btn-primary, .btn-default { margin-top: 0; margin-right: 2px; padding: 12px 20px; } .form-details .form-control { height: 40px; border-radius: 0; border: 1px solid transparent; borde...
0.394084
0.106272
body { background: #efefef; /*font-family: 'Poppins';*/ font-family: 'Ubuntu', sans-serif; font-size: 14px; color: #777; } label.error { color: #c9302c; margin-top: 5px; font-size: 12px; } .input-group-addon-tax { position: absolute; right: 12px; background: #fff; border: none; top: 3px; } ....
assets/css/style.css
body { background: #efefef; /*font-family: 'Poppins';*/ font-family: 'Ubuntu', sans-serif; font-size: 14px; color: #777; } label.error { color: #c9302c; margin-top: 5px; font-size: 12px; } .input-group-addon-tax { position: absolute; right: 12px; background: #fff; border: none; top: 3px; } ....
0.331336
0.087955
html { overflow: auto; background-color: transparent; } body { font-family: 'Arial', 'BentonSans', 'Helvetica', 'sans-serif'; color: #868686; line-height: 100%; background-color: white; } p{ font-size: 14px; padding: 6px 6px 6px 10px; line-height: 2em; } article { margin-bott...
sapui5-sdk-1.74.0/docs/vizdocs/docs/chartproperty/resource/css/main.css
html { overflow: auto; background-color: transparent; } body { font-family: 'Arial', 'BentonSans', 'Helvetica', 'sans-serif'; color: #868686; line-height: 100%; background-color: white; } p{ font-size: 14px; padding: 6px 6px 6px 10px; line-height: 2em; } article { margin-bott...
0.483161
0.120698
h2[role='heading'] ~ div[aria-hidden='false'], h2[role='heading'] ~ div[aria-hidden='true'] { width: 70%; max-width: 980px; margin: 0 auto; transform: translateX(-14%); } /*** SIDEBAR ***/ /* shrink it */ [role='banner'] { /*flex-grow: 0;*/ } [role='banner'] > div:first-child { /*wi...
data/usercss/174130.user.css
h2[role='heading'] ~ div[aria-hidden='false'], h2[role='heading'] ~ div[aria-hidden='true'] { width: 70%; max-width: 980px; margin: 0 auto; transform: translateX(-14%); } /*** SIDEBAR ***/ /* shrink it */ [role='banner'] { /*flex-grow: 0;*/ } [role='banner'] > div:first-child { /*wi...
0.284576
0.061565
body { margin: auto; max-width: 85%; line-height: 1.6; font-size: 18px; color: #444; padding: 10px; font-family: Helvetica, sans-serif; } #top-mag-title { /* TODO */ } #bottom-mag-title { /* TODO */ } h1 { line-height: 1.4; } h2, h3 { line-height: 1.2; margin-top: 3em...
website/source/static/css/styles.css
body { margin: auto; max-width: 85%; line-height: 1.6; font-size: 18px; color: #444; padding: 10px; font-family: Helvetica, sans-serif; } #top-mag-title { /* TODO */ } #bottom-mag-title { /* TODO */ } h1 { line-height: 1.4; } h2, h3 { line-height: 1.2; margin-top: 3em...
0.396886
0.116011
.background_lemonChiffon5, .hover_background_lemonChiffon5:hover, .active_background_lemonChiffon5:active:hover { background: #c0ad00; background-image: -moz-linear-gradient(top, rgb(240, 216, 0) 0%, rgb(192, 173, 0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rg...
widgets/common/assets/gradients/simple/lemonChiffon/lemonChiffon5.css
.background_lemonChiffon5, .hover_background_lemonChiffon5:hover, .active_background_lemonChiffon5:active:hover { background: #c0ad00; background-image: -moz-linear-gradient(top, rgb(240, 216, 0) 0%, rgb(192, 173, 0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rg...
0.441191
0.099514
:root { /* Colors */ --bitcoin-orange: #f7931a; --soft-orange: #ffe9d5; --secondary-blue: #1a9af7; --soft-blue: #e7f5ff; --warm-black: #282623; --black: #201e1c; --off-white: #faf8f7; --just-white: #fff; --grey: #bababa; --red:#FF0023; } * { box-sizing: border-box; margin: 0; padding: 0; } h...
css/style.css
:root { /* Colors */ --bitcoin-orange: #f7931a; --soft-orange: #ffe9d5; --secondary-blue: #1a9af7; --soft-blue: #e7f5ff; --warm-black: #282623; --black: #201e1c; --off-white: #faf8f7; --just-white: #fff; --grey: #bababa; --red:#FF0023; } * { box-sizing: border-box; margin: 0; padding: 0; } h...
0.385028
0.089614
background-color: #f7f7f7; } #dashboard .dashboard-wrapper { position: relative; width: 100%; min-height: calc(100vh - 392px); display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; } #dashboard .d-side { width: 220px; } #dashboard .dash-content { ...
public/assets/css/psyspeed/pages/dashboard.css
background-color: #f7f7f7; } #dashboard .dashboard-wrapper { position: relative; width: 100%; min-height: calc(100vh - 392px); display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; } #dashboard .d-side { width: 220px; } #dashboard .dash-content { ...
0.430866
0.053379
html{ background-color:#9B0002; } .box { font-family: 'Bangers'; text-transform:uppercase; font-size: 60px; color:white; background:white; border-radius: 10px; cursor: pointer; height: 300px; line-height: 280px; text-align: center; transition-property: background,color, border-radius, width,...
css/main.css
html{ background-color:#9B0002; } .box { font-family: 'Bangers'; text-transform:uppercase; font-size: 60px; color:white; background:white; border-radius: 10px; cursor: pointer; height: 300px; line-height: 280px; text-align: center; transition-property: background,color, border-radius, width,...
0.31059
0.069289
.crop-icon { z-index: -1; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } .crop-image-upload-layout { position: relative; z-index: 1; outline: none; /* border: 1px #eee solid; */ background: #fbfbfb; ...
common/css/crop.css
.crop-icon { z-index: -1; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); } .crop-image-upload-layout { position: relative; z-index: 1; outline: none; /* border: 1px #eee solid; */ background: #fbfbfb; ...
0.511961
0.084003
div.socials-square, div.fade-socials{ width: 33px; height: 33px; float: left; padding: 0px; margin: 0 2px; } div.socials-square-small, div.fade-socials-small{ width: 22px; height: 22px; float: left; margin: 1px; } div.socials-default { width: 32px; height: 32px; float: ...
web/app/themes/thejewel-free/theme/assets/css/shortcodes.css
div.socials-square, div.fade-socials{ width: 33px; height: 33px; float: left; padding: 0px; margin: 0 2px; } div.socials-square-small, div.fade-socials-small{ width: 22px; height: 22px; float: left; margin: 1px; } div.socials-default { width: 32px; height: 32px; float: ...
0.370453
0.065815
nav { overflow: hidden; background-color: var(--secondary-bg-color); padding-right: 20px; /* margin to the right side, to get space for the submenue */ width:100%; float:right; display: block; } .navfloat{ float:right; } nav a { float: left; display: block; color: var(--seco...
assets/css/navigation.css
nav { overflow: hidden; background-color: var(--secondary-bg-color); padding-right: 20px; /* margin to the right side, to get space for the submenue */ width:100%; float:right; display: block; } .navfloat{ float:right; } nav a { float: left; display: block; color: var(--seco...
0.512693
0.127544
min-height: 100vh; background: url(../imgs/home-background.svg) no-repeat; background-position: 42vw bottom; } #home .content { display: flex; flex-direction: column; width: 90%; max-width: 1100px; margin: 0 auto; } #home header { display: flex; align-items: center; justify-content: space-betw...
public/css/home.css
min-height: 100vh; background: url(../imgs/home-background.svg) no-repeat; background-position: 42vw bottom; } #home .content { display: flex; flex-direction: column; width: 90%; max-width: 1100px; margin: 0 auto; } #home header { display: flex; align-items: center; justify-content: space-betw...
0.259826
0.07538
.swan-web-view{ background-color: black; } .dateSelect, .note, .msg, .me { display: none; } .wheather { font-size: larger; position: absolute; color: white; top: 2.5em; left: 1em; } .tips { text-align: center; color: rgb(255, 255, 255); margin-bottom: 0.5em; } .header { ...
pages/index/index.css
.swan-web-view{ background-color: black; } .dateSelect, .note, .msg, .me { display: none; } .wheather { font-size: larger; position: absolute; color: white; top: 2.5em; left: 1em; } .tips { text-align: center; color: rgb(255, 255, 255); margin-bottom: 0.5em; } .header { ...
0.568536
0.108756
@charset "utf-8"; /* CSS Document */ /*PACE-LOADING*/ .pace .pace-progress { background: rgba(219,197,15,1.00); } /*BODY*/ body { margin: 0px; width: 100%; height: 100%; background: rgba(234,234,234,1.00) url(../images/pattern_bg.png) repeat; overflow-x: hidden; font-family: 'mulilight'; font-...
css/review.css
@charset "utf-8"; /* CSS Document */ /*PACE-LOADING*/ .pace .pace-progress { background: rgba(219,197,15,1.00); } /*BODY*/ body { margin: 0px; width: 100%; height: 100%; background: rgba(234,234,234,1.00) url(../images/pattern_bg.png) repeat; overflow-x: hidden; font-family: 'mulilight'; font-...
0.203787
0.094887
input:focus { outline:none !important; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill...
client/src/components/Checkins/Checkins.css
input:focus { outline:none !important; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill...
0.304352
0.086208
.nopl { padding-left: 0 !important; } .nopr { padding-right: 0 !important; } .list_product_image { list-style: none; } .display_img { height: 270px; } .display_img img { height: 100%; } .cross { cursor: crosshair; } .filter { height: 400px; overflow: scroll; margin-bottom: 1...
assets/frontend/css/style.css
.nopl { padding-left: 0 !important; } .nopr { padding-right: 0 !important; } .list_product_image { list-style: none; } .display_img { height: 270px; } .display_img img { height: 100%; } .cross { cursor: crosshair; } .filter { height: 400px; overflow: scroll; margin-bottom: 1...
0.235724
0.053157
:root { --very-dark-desaturated-blue: hsl(238, 29%, 16%); --soft-red: hsl(14, 88%, 65%); --very-dark-grayish-blue: hsl(237, 12%, 33%); --dark-grayish-blue: hsl(240, 6%, 50%); --light-grayish-blue: hsl(240, 5%, 91%); } * { margin: 0; padding: 0; box-sizing: border-box; font-family: ...
style.css
:root { --very-dark-desaturated-blue: hsl(238, 29%, 16%); --soft-red: hsl(14, 88%, 65%); --very-dark-grayish-blue: hsl(237, 12%, 33%); --dark-grayish-blue: hsl(240, 6%, 50%); --light-grayish-blue: hsl(240, 5%, 91%); } * { margin: 0; padding: 0; box-sizing: border-box; font-family: ...
0.662906
0.198122
@font-face { font-family: Chewy-Reg; src: url(Fonts/Chewy/Chewy-Regular.ttf); } @font-face { font-family: Lato-Bold; src: url(Fonts/Lato/Lato-Bold.ttf); } @font-face { font-family: Lato-Reg; src: url(Fonts/Lato/Lato-Regular.ttf); } @font-face { font-family: Arvo-Bold; src: ...
style.css
@font-face { font-family: Chewy-Reg; src: url(Fonts/Chewy/Chewy-Regular.ttf); } @font-face { font-family: Lato-Bold; src: url(Fonts/Lato/Lato-Bold.ttf); } @font-face { font-family: Lato-Reg; src: url(Fonts/Lato/Lato-Regular.ttf); } @font-face { font-family: Arvo-Bold; src: ...
0.261897
0.064359
{ list-style:none; position:relative; float:left; margin:0; padding:0; } #settings ul a { display:block; color:#333; text-decoration:none; font-weight:700; font-size:12px; line-height:32px; padding:0 15px; font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; } #settings ul li { posit...
public/css/navigation.css
{ list-style:none; position:relative; float:left; margin:0; padding:0; } #settings ul a { display:block; color:#333; text-decoration:none; font-weight:700; font-size:12px; line-height:32px; padding:0 15px; font-family:"HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif; } #settings ul li { posit...
0.268941
0.049108
* { margin: 0; padding: 0; font-family: "montserrat", sans-serif; box-sizing: border-box; } body { background: #f1f1f1; min-height: 100vh; display: flex; align-items: center; justify-content: center; } .contact-info { display: flex; width: 100%; min-width: 1200px; align-items: center; just...
Project_Ziolkowski/Test/styless.css
* { margin: 0; padding: 0; font-family: "montserrat", sans-serif; box-sizing: border-box; } body { background: #f1f1f1; min-height: 100vh; display: flex; align-items: center; justify-content: center; } .contact-info { display: flex; width: 100%; min-width: 1200px; align-items: center; just...
0.49585
0.087603
@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Work+Sans:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap'); @import url("https://use.typekit.net/mho4khg.css"); :root { font-family: 'Work Sans', sans-serif; --ifm-color-primary: #044cb5; --ifm-color-primary-dark: rgb(34, 41, 131); ...
src/css/custom.css
@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Work+Sans:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap'); @import url("https://use.typekit.net/mho4khg.css"); :root { font-family: 'Work Sans', sans-serif; --ifm-color-primary: #044cb5; --ifm-color-primary-dark: rgb(34, 41, 131); ...
0.38445
0.07403
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600); .x { background: #DEDBDF; border-radius: 10px; height: 20px; position: absolute; top: 5px; right: 5px; width: 20px; } .x:hover { background: #C2C0C2; } .line1 { background: #898B8D; height: 12px; posit...
Django_UCSD/static/css/friend_rec_pop.css
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,600); .x { background: #DEDBDF; border-radius: 10px; height: 20px; position: absolute; top: 5px; right: 5px; width: 20px; } .x:hover { background: #C2C0C2; } .line1 { background: #898B8D; height: 12px; posit...
0.477798
0.139133
* { margin: 0; padding: 0; box-sizing: border-box; /* font-family: cursive; */ /* font-family: -apple-system, cursive, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; */ } body { background-color: rgb(241, 239, 239); /* height: 80...
style.css
* { margin: 0; padding: 0; box-sizing: border-box; /* font-family: cursive; */ /* font-family: -apple-system, cursive, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif; */ } body { background-color: rgb(241, 239, 239); /* height: 80...
0.380989
0.093885
body { font-family: "Poppins"; padding: 0; margin: 0; } .game-container { width: 100%; min-height: 100vh; display: flex; flex-direction: column; align-items: center; background-image: url("../images/background_img.jpeg"); background-size: cover; } .app-bar { display: flex; flex-direction: row; ...
static/css/main.css
body { font-family: "Poppins"; padding: 0; margin: 0; } .game-container { width: 100%; min-height: 100vh; display: flex; flex-direction: column; align-items: center; background-image: url("../images/background_img.jpeg"); background-size: cover; } .app-bar { display: flex; flex-direction: row; ...
0.456652
0.05445
.nu-chip { outline: none; padding: 0 10px; max-width: 100%; overflow: hidden; position: relative; border-radius: 16px; align-items: center; white-space: nowrap; display: inline-flex; text-decoration: none; vertical-align: middle; color: var(--text-color); transition-duration: 0.3s; backgroun...
src/components/chip/Chip.module.css
.nu-chip { outline: none; padding: 0 10px; max-width: 100%; overflow: hidden; position: relative; border-radius: 16px; align-items: center; white-space: nowrap; display: inline-flex; text-decoration: none; vertical-align: middle; color: var(--text-color); transition-duration: 0.3s; backgroun...
0.511717
0.105763
body { margin:0px; background-color:rgba(152, 207, 240, 0.517647058823529); background-image:none; position:static; left:auto; width:1366px; margin-left:0; margin-right:0; text-align:left; } .form_sketch { border-color:transparent; background-color:transparent; } #base { positio...
files/idiomaingles/styles.css
body { margin:0px; background-color:rgba(152, 207, 240, 0.517647058823529); background-image:none; position:static; left:auto; width:1366px; margin-left:0; margin-right:0; text-align:left; } .form_sketch { border-color:transparent; background-color:transparent; } #base { positio...
0.297674
0.04005
html, body { height: 100%; overflow: hidden; background-color: #dadada; font-family: roboto; position: relative; margin: 0; } .container { margin: 8px; height: 100%; width: 100%; } .whole-space { height: 100%; width: 100%; } .whole-width { width: 100%; } .whole-screen...
shared/css/common.css
html, body { height: 100%; overflow: hidden; background-color: #dadada; font-family: roboto; position: relative; margin: 0; } .container { margin: 8px; height: 100%; width: 100%; } .whole-space { height: 100%; width: 100%; } .whole-width { width: 100%; } .whole-screen...
0.585931
0.123683
/* 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. */ :root { --southworks-rose: #FCEBE0; --southworks-green: #13322B; --southworks-orange: #F24D1F; --southworks-ora...
playfab-login-with-b2c/PlayFabLoginWithB2C/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. */ :root { --southworks-rose: #FCEBE0; --southworks-green: #13322B; --southworks-orange: #F24D1F; --southworks-ora...
0.474875
0.098425
.ant-menu-dark, .ant-menu-dark .ant-menu-sub{ background: #fff; } .ant-layout-sider, .ant-menu-dark .ant-menu-inline.ant-menu-sub { background: #FFFFFF; box-shadow: none; } .menu-logo::before{ content: " "; display: block; width: 100%; min-height: 60px; padding-top: 60px; background...
neo3-gui/neo3-gui/ClientApp/src/static/css/menu.css
.ant-menu-dark, .ant-menu-dark .ant-menu-sub{ background: #fff; } .ant-layout-sider, .ant-menu-dark .ant-menu-inline.ant-menu-sub { background: #FFFFFF; box-shadow: none; } .menu-logo::before{ content: " "; display: block; width: 100%; min-height: 60px; padding-top: 60px; background...
0.281603
0.042902
@keyframes vibrate { 25% { transform: translateX(5px); } 75% { transform: translateX(-10px); } } .entity-wrapper { display: flex; } .entity { position: relative; border-radius: 0 6px 15px 6px; box-shadow: 0 9px #999999; box-sizing: border-box; margin-bottom: 1rem; transition: 0.25s; text-al...
src/Entity.css
@keyframes vibrate { 25% { transform: translateX(5px); } 75% { transform: translateX(-10px); } } .entity-wrapper { display: flex; } .entity { position: relative; border-radius: 0 6px 15px 6px; box-shadow: 0 9px #999999; box-sizing: border-box; margin-bottom: 1rem; transition: 0.25s; text-al...
0.545528
0.097219
@media screen and (max-width: 450px) { .dashboard-wrapper .filter-wrapper { flex-direction: column; } .dashboard-wrapper .filter-wrapper > * { flex: 1; } .dashboard-wrapper .filter-wrapper > *:not(:first-child) { margin-top: 10px; } .dashboard-wrapper .filter-wrapper button { width: 100%; ...
src/pages/Dashboard.css
@media screen and (max-width: 450px) { .dashboard-wrapper .filter-wrapper { flex-direction: column; } .dashboard-wrapper .filter-wrapper > * { flex: 1; } .dashboard-wrapper .filter-wrapper > *:not(:first-child) { margin-top: 10px; } .dashboard-wrapper .filter-wrapper button { width: 100%; ...
0.478773
0.055438
.scroll-hide{ overflow: hidden !important; } /* END CARD */ @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) { /* HEADER */ section.header { background-color: #ffffff; margin-top: -32px; padding: 16px 0px 0px 0px; ...
public/dash-asset/dash-ypt/fp2.dekstop.css
.scroll-hide{ overflow: hidden !important; } /* END CARD */ @media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) { /* HEADER */ section.header { background-color: #ffffff; margin-top: -32px; padding: 16px 0px 0px 0px; ...
0.350533
0.0666
*{ padding: 0; margin: 0; box-sizing: border-box; } img{ width: 30px; } .menu{ display:flex; padding-top: 5px; background-color: white; padding-left: 15px; } .lupa{ margin-left: 88%; cursor: pointer; } .logo{ color: red; padding-left: 15px; } .formulario{ display:...
style.css
*{ padding: 0; margin: 0; box-sizing: border-box; } img{ width: 30px; } .menu{ display:flex; padding-top: 5px; background-color: white; padding-left: 15px; } .lupa{ margin-left: 88%; cursor: pointer; } .logo{ color: red; padding-left: 15px; } .formulario{ display:...
0.535098
0.082883
body { background:url(../img/background.jpg); } a { text-decoration:none; color:#2b2457; transition-delay:0; transition-duration:.36s; transition-property:all; transition-timing-function:line; } nav a:hover { font-weight:400; } nav,nav:hover { padding:1em; } nav a { text-indent:-200px; } nav:hover a { t...
app/css/style.css
body { background:url(../img/background.jpg); } a { text-decoration:none; color:#2b2457; transition-delay:0; transition-duration:.36s; transition-property:all; transition-timing-function:line; } nav a:hover { font-weight:400; } nav,nav:hover { padding:1em; } nav a { text-indent:-200px; } nav:hover a { t...
0.334155
0.068257
:root { /* PRIMARY COLOURS */ /* keep static black and white in case they don't need to change between light and dark mode */ --primary-black: #1f2937; --primary-white: #f9fafb; --primary-accent: #6d28d9; /* these will dynamically change between light an dark mode */ --primary-foreground: #1f2937; --pr...
src/styles/variables.css
:root { /* PRIMARY COLOURS */ /* keep static black and white in case they don't need to change between light and dark mode */ --primary-black: #1f2937; --primary-white: #f9fafb; --primary-accent: #6d28d9; /* these will dynamically change between light an dark mode */ --primary-foreground: #1f2937; --pr...
0.307982
0.119614
@CHARSET "UTF-8"; /** * Le style partagés par toutes les pages * @author <NAME> <<EMAIL>> * @since 10/02/2017 * @version 1.0 */ /** * =========================================== * GENERAL * =========================================== */ body { font-family: sustainapp !important; font-size: 20px; color: #3...
SustainappMobile/www/css/common.css
@CHARSET "UTF-8"; /** * Le style partagés par toutes les pages * @author <NAME> <<EMAIL>> * @since 10/02/2017 * @version 1.0 */ /** * =========================================== * GENERAL * =========================================== */ body { font-family: sustainapp !important; font-size: 20px; color: #3...
0.372277
0.05151
@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,300,400,700,900'); .sideNavBox { z-index: 1000; position: fixed; height: 100%; width: 55px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; m...
TestSinglePageApp/src/webparts/testSinglePageApp/components/SideNav/custommaster.css
@import url('https://fonts.googleapis.com/css?family=Work+Sans:100,300,400,700,900'); .sideNavBox { z-index: 1000; position: fixed; height: 100%; width: 55px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; m...
0.389663
0.078325
@import url("https://fonts.googleapis.com/css?family=Open+Sans"); html, body { margin: 0px; padding: 0px; width: 100%; height: 100%; } body { font-family: "Open Sans", Helvetica, Arial, sans-serif; background: #ffffff; padding: 0px; color: #fff; } .center { width: 720px; height: 300px; position:...
css/styles.processed.css
@import url("https://fonts.googleapis.com/css?family=Open+Sans"); html, body { margin: 0px; padding: 0px; width: 100%; height: 100%; } body { font-family: "Open Sans", Helvetica, Arial, sans-serif; background: #ffffff; padding: 0px; color: #fff; } .center { width: 720px; height: 300px; position:...
0.503662
0.071754
.in-music-container .track-item{ min-width: 100%; height: 80px; margin-bottom: 15px; padding: 5px; border: 1px solid transparent; overflow: hidden; position: relative; } .in-music-container .track-item:hover{ border: 1px solid white; cursor: pointer; } .in-music-containe...
resources/assets/stylesheets/tracks.css
.in-music-container .track-item{ min-width: 100%; height: 80px; margin-bottom: 15px; padding: 5px; border: 1px solid transparent; overflow: hidden; position: relative; } .in-music-container .track-item:hover{ border: 1px solid white; cursor: pointer; } .in-music-containe...
0.374333
0.04489
.hll_gwlc { OVERFLOW: hidden; BORDER-TOP: #000 3px solid; BORDER-RIGHT: #d3d3d3 1px solid; WIDTH: 978px; BORDER-BOTTOM: #d3d3d3 1px solid; MARGIN: 0px auto 10px; BORDER-LEFT: #d3d3d3 1px solid; -webkit-box-shadow: 0px 0px 2px #D9D9D9, 1px 1px 2px #D9D9D9; box-shadow: 0px 0px 2px #D9D9D9, 1px 1px 2px #D9D9D9; -moz-box-...
cake2/static/css/cart.css
.hll_gwlc { OVERFLOW: hidden; BORDER-TOP: #000 3px solid; BORDER-RIGHT: #d3d3d3 1px solid; WIDTH: 978px; BORDER-BOTTOM: #d3d3d3 1px solid; MARGIN: 0px auto 10px; BORDER-LEFT: #d3d3d3 1px solid; -webkit-box-shadow: 0px 0px 2px #D9D9D9, 1px 1px 2px #D9D9D9; box-shadow: 0px 0px 2px #D9D9D9, 1px 1px 2px #D9D9D9; -moz-box-...
0.292797
0.24768
body { overflow-x: hidden; } html { background: url(../images/bg/castle.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } em,i { font-style: italic; } .global {z-index:2000;position:relative;width:960px;...
static/assets/styles/temp.css
body { overflow-x: hidden; } html { background: url(../images/bg/castle.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } em,i { font-style: italic; } .global {z-index:2000;position:relative;width:960px;...
0.284477
0.119819
@import url(fonts/clear-sans.css); html, body { margin: 0; padding: 0; background: #FFFFFF; color: #A4465C; font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif; font-size: 18px; } body { margin: 2.5%; } .heading:after { content: ""; display: block; clear: both; } h1.title { font-size...
style/main.css
@import url(fonts/clear-sans.css); html, body { margin: 0; padding: 0; background: #FFFFFF; color: #A4465C; font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif; font-size: 18px; } body { margin: 2.5%; } .heading:after { content: ""; display: block; clear: both; } h1.title { font-size...
0.363647
0.064329
@charset "utf-8"; /* CSS Document */ /*top begin*/ .toplaycenter { width:960px; height:36px; margin-left:auto; margin-right:auto; line-height:36px; background-image:url(../images/topbg_center.gif); background-repeat:repeat-x; background-position:center bottom; margin-bottom:8px; } .toplay01center,...
Public/Home/css/individual_center.css
@charset "utf-8"; /* CSS Document */ /*top begin*/ .toplaycenter { width:960px; height:36px; margin-left:auto; margin-right:auto; line-height:36px; background-image:url(../images/topbg_center.gif); background-repeat:repeat-x; background-position:center bottom; margin-bottom:8px; } .toplay01center,...
0.282889
0.068444
body { background-image: url("../img/starsBackground.jpg"); background-size: cover; background-repeat: no-repeat; height: 100%; } img { float: left; } ol { list-style: upper-roman; } .panel { /*Because wingdings would be silly.*/ font-family: "Comic Sans MS", "Comic Sans", cursive; } .panel-body { ...
css/styles.css
body { background-image: url("../img/starsBackground.jpg"); background-size: cover; background-repeat: no-repeat; height: 100%; } img { float: left; } ol { list-style: upper-roman; } .panel { /*Because wingdings would be silly.*/ font-family: "Comic Sans MS", "Comic Sans", cursive; } .panel-body { ...
0.457864
0.098166
.formacao{ background-color: #141414; color: #ffffff; } .formacao .subtitulo{ color: #000000; } .formacao-container{ position: relative; display: grid; grid-template-columns: 1fr 2fr; max-width: 1200px; margin: 0px auto; gap: 100px; padding: 120px 20px; } .formacao-container::after{ display: block...
formacao.css
.formacao{ background-color: #141414; color: #ffffff; } .formacao .subtitulo{ color: #000000; } .formacao-container{ position: relative; display: grid; grid-template-columns: 1fr 2fr; max-width: 1200px; margin: 0px auto; gap: 100px; padding: 120px 20px; } .formacao-container::after{ display: block...
0.303422
0.053874
#post-metadata a { color: {{ .Get "colr_default_text" }}; } #post-tags .menu { justify-content: center; } #post-tags i { font-size: 2rem; } #post-tags .button { margin: 0 0.5rem 0.5rem 0.5rem; } main img { max-width: 100%; } .thumbnail img { padding-bottom: 1rem; } li img { padding: 1rem 0 1rem 0; ...
layouts/partials/css/single.css
#post-metadata a { color: {{ .Get "colr_default_text" }}; } #post-tags .menu { justify-content: center; } #post-tags i { font-size: 2rem; } #post-tags .button { margin: 0 0.5rem 0.5rem 0.5rem; } main img { max-width: 100%; } .thumbnail img { padding-bottom: 1rem; } li img { padding: 1rem 0 1rem 0; ...
0.478773
0.069795
:root { --offset: 0; --max_width: 100%; --columns: 1; --gutter: 0rem; --baseline: 20px; --baseline-offset: 0rem; --color: hsla(270, 26%, 93%, 0.25); } /* Helper variables */ :root { --repeating-width: calc(100% / var(--columns)); --column-width: calc((100% / var(--columns)) - var(--...
css/style.css
:root { --offset: 0; --max_width: 100%; --columns: 1; --gutter: 0rem; --baseline: 20px; --baseline-offset: 0rem; --color: hsla(270, 26%, 93%, 0.25); } /* Helper variables */ :root { --repeating-width: calc(100% / var(--columns)); --column-width: calc((100% / var(--columns)) - var(--...
0.653016
0.222954
.sc_background_modal { position: fixed; background: rgba(90, 90, 90, 0.5); display: flex; right: 0; left: 0; bottom: 0; top: 0; z-index: 9999; /* número máximo é 9999 */ } .title_body_content { font-weight: bold; } .sc_modal_container::-webkit-scrollbar { width: 13px; height: 13px; } .sc_modal_c...
src/style/sc_modal.css
.sc_background_modal { position: fixed; background: rgba(90, 90, 90, 0.5); display: flex; right: 0; left: 0; bottom: 0; top: 0; z-index: 9999; /* número máximo é 9999 */ } .title_body_content { font-weight: bold; } .sc_modal_container::-webkit-scrollbar { width: 13px; height: 13px; } .sc_modal_c...
0.330363
0.069573
body { padding: 0; margin: 0 ; background-color: #F9FAFE; font-family: 'Poppins', sans-serif; } /* ------------- Navbar Start ------------- */ .navbar { background-color: #B7292D; } .skansika { display: flex; justify-content: space-between; width: 140px; } .name-skansika { margin-top: 13px...
jurusan/css/style.css
body { padding: 0; margin: 0 ; background-color: #F9FAFE; font-family: 'Poppins', sans-serif; } /* ------------- Navbar Start ------------- */ .navbar { background-color: #B7292D; } .skansika { display: flex; justify-content: space-between; width: 140px; } .name-skansika { margin-top: 13px...
0.410638
0.071721
@import url(https://fonts.googleapis.com/css?family=Lato|Roboto);@import url(https://fonts.googleapis.com/css?family=Open+Sans);html, body { margin: 0; padding: 0; width: 100%; height: 100%; } body { font-size: 14px; font-family: "Roboto", sans-serif; background: #f5f1fa; } *, *::before, *::after { -w...
public/css/app.css
@import url(https://fonts.googleapis.com/css?family=Lato|Roboto);@import url(https://fonts.googleapis.com/css?family=Open+Sans);html, body { margin: 0; padding: 0; width: 100%; height: 100%; } body { font-size: 14px; font-family: "Roboto", sans-serif; background: #f5f1fa; } *, *::before, *::after { -w...
0.407923
0.072341
@charset "utf-8"; /** { font-size: 100% !important; text-decoration: none !important; font-style: normal !important; font-weight: normal !important; border-bottom: 1px solid green !important; text-decoration: line-through !important; vertical-align: text-top; }*/ body { margin: 0px; word-wrap: break-word; w...
adium/Resources/Message Styles/yMous.AdiumMessageStyle/Contents/Resources/Styles/Base.css
@charset "utf-8"; /** { font-size: 100% !important; text-decoration: none !important; font-style: normal !important; font-weight: normal !important; border-bottom: 1px solid green !important; text-decoration: line-through !important; vertical-align: text-top; }*/ body { margin: 0px; word-wrap: break-word; w...
0.267121
0.047558
.input--hoshi { overflow: hidden; } .input__field--hoshi { margin-top: 1em; padding: 0.85em 0.15em; width: 100%; background: transparent; color: #595F6E; } .input__field--hoshi:focus { box-shadow: none; } .input__field--hoshi:valid + .input__label--hoshi .input__label-content--hoshi { transform: tran...
src/components/forms/03form-hoshi.css
.input--hoshi { overflow: hidden; } .input__field--hoshi { margin-top: 1em; padding: 0.85em 0.15em; width: 100%; background: transparent; color: #595F6E; } .input__field--hoshi:focus { box-shadow: none; } .input__field--hoshi:valid + .input__label--hoshi .input__label-content--hoshi { transform: tran...
0.553264
0.096323
.c { display: block; padding-top: 5px; border-bottom: 1px dotted #09F; padding-bottom: 5px; } .cnew { background: #41aef8; background: -moz-linear-gradient(top, #41aef8 0%, #c7e0f1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41aef8), color-stop(100%,#c7e0f1)); background: -webkit...
css/style.css
.c { display: block; padding-top: 5px; border-bottom: 1px dotted #09F; padding-bottom: 5px; } .cnew { background: #41aef8; background: -moz-linear-gradient(top, #41aef8 0%, #c7e0f1 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#41aef8), color-stop(100%,#c7e0f1)); background: -webkit...
0.435181
0.112283
.flex { display: flex !important; } .hide-block { display: none; } .align-center { align-self: center; } .scrollbar, .scroll-removable { background: #F5F5F5; overflow-y: scroll; } .scrollbar::-webkit-scrollbar-track, .scroll-removable::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px ...
public/css/styles/classes.css
.flex { display: flex !important; } .hide-block { display: none; } .align-center { align-self: center; } .scrollbar, .scroll-removable { background: #F5F5F5; overflow-y: scroll; } .scrollbar::-webkit-scrollbar-track, .scroll-removable::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px ...
0.613237
0.086362
.nopadding { padding: 0 !important; } .breadcrumb { background-color: transparent; font-size: 18px; color: #767676; } .divider-vertical { display: inline-block; width: 1px; height: 18px; margin-right: 8px; margin-left: 8px; vertical-align: middle; background-color: #ddd; } ...
configx-web/src/main/resources-nonfiltered/static/static/css/config.css
.nopadding { padding: 0 !important; } .breadcrumb { background-color: transparent; font-size: 18px; color: #767676; } .divider-vertical { display: inline-block; width: 1px; height: 18px; margin-right: 8px; margin-left: 8px; vertical-align: middle; background-color: #ddd; } ...
0.464902
0.08548
html { background-color: #FFFFFF; } body { background-color: #F0F0F0; color: #303030; font-family: sans-serif; margin: 0px; } body.no-scroll { overflow: hidden; } a { color: inherit; text-decoration: inherit; } body * { font-family: 'Roboto Condensed', sans-serif; } h1 { font-...
www/css/main.css
html { background-color: #FFFFFF; } body { background-color: #F0F0F0; color: #303030; font-family: sans-serif; margin: 0px; } body.no-scroll { overflow: hidden; } a { color: inherit; text-decoration: inherit; } body * { font-family: 'Roboto Condensed', sans-serif; } h1 { font-...
0.561095
0.131285
.alert-js { position: fixed; left: 50%; top: 50%; min-width: 30%; max-width: 60%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); dis...
public/js/alert.js-0.0.0/dist/src/alert.core.css
.alert-js { position: fixed; left: 50%; top: 50%; min-width: 30%; max-width: 60%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); dis...
0.472683
0.104386
@charset "utf-8"; @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin-ext"); @import url("https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin-ext"); * { box-sizing: border-box; outline: none; font-family: "Roboto", Arial, Helvetica, sans-serif; } body,...
static/app.css
@charset "utf-8"; @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin-ext"); @import url("https://fonts.googleapis.com/css?family=Inconsolata:400,700&subset=latin-ext"); * { box-sizing: border-box; outline: none; font-family: "Roboto", Arial, Helvetica, sans-serif; } body,...
0.304662
0.072637
body{ margin: 0; padding: 0; background: url("https://img5.goodfon.com/wallpaper/nbig/5/60/4k-ultra-hd-background-sunset-dark-twilight-sky-clouds-natur.jpg"); height: 100vh; width: 100%; background-size: cover; background-position: center center; position: relative; } .nav-area{ floa...
views/sports.css
body{ margin: 0; padding: 0; background: url("https://img5.goodfon.com/wallpaper/nbig/5/60/4k-ultra-hd-background-sunset-dark-twilight-sky-clouds-natur.jpg"); height: 100vh; width: 100%; background-size: cover; background-position: center center; position: relative; } .nav-area{ floa...
0.507812
0.086903
.table td { vertical-align: middle; } /* Centraliza as opções de operaçao */ table.table.dataTable > tbody > tr >td:last-child { text-align: center; } /* Centraliza a foto do perfil nas tabela */ table.table.dataTable > tbody > tr >td.photo-col, table.table.dataTable > tbody > tr >td.gender-col { text-align: cen...
assets/hireo/css/custom.css
.table td { vertical-align: middle; } /* Centraliza as opções de operaçao */ table.table.dataTable > tbody > tr >td:last-child { text-align: center; } /* Centraliza a foto do perfil nas tabela */ table.table.dataTable > tbody > tr >td.photo-col, table.table.dataTable > tbody > tr >td.gender-col { text-align: cen...
0.298287
0.20828
display: none; }*/ a, .btn { cursor: pointer; } .default-html5editor ul { list-style: initial; } .default-html5editor { min-height: 150px; overflow: auto; padding: 1em; margin: 0.5em 0; resize: vertical; outline: none; height:auto; border:solid 1px #ccc; ...
html5-wysiwyg-webboss/html5editor-styles.css
display: none; }*/ a, .btn { cursor: pointer; } .default-html5editor ul { list-style: initial; } .default-html5editor { min-height: 150px; overflow: auto; padding: 1em; margin: 0.5em 0; resize: vertical; outline: none; height:auto; border:solid 1px #ccc; ...
0.352982
0.075041
header.header.transparent-header nav.navbar.navbar-default .navbar-header .navbar-toggle:hover span { background-color: #009CDE; } header.header.transparent-header nav.navbar.navbar-default .navbar-nav li a:hover, header.header.transparent-header nav.navbar.navbar-default .navbar-nav li a:focus { color: #009CDE; } ...
assets/css/yellow.css
header.header.transparent-header nav.navbar.navbar-default .navbar-header .navbar-toggle:hover span { background-color: #009CDE; } header.header.transparent-header nav.navbar.navbar-default .navbar-nav li a:hover, header.header.transparent-header nav.navbar.navbar-default .navbar-nav li a:focus { color: #009CDE; } ...
0.36727
0.036528
html { font-family: sans-serif; background-color: #596f50; } body { max-width: 960px; margin: auto; background-color: #e3c69f; } header, footer { background-color: #6A8093; height: 100px; display: inline-block; width: 100%; } /* BOUTONS NAV */ nav button { font-weight: 600; text-transform: upperc...
test/WebContent/style.css
html { font-family: sans-serif; background-color: #596f50; } body { max-width: 960px; margin: auto; background-color: #e3c69f; } header, footer { background-color: #6A8093; height: 100px; display: inline-block; width: 100%; } /* BOUTONS NAV */ nav button { font-weight: 600; text-transform: upperc...
0.241132
0.05715