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
@keyframes fadeIn { from { opacity: 0; transform: scale(0); } to { opacity: 1; transform: scale(1); } } ul { padding-left: 0; } a { text-decoration: underline; } button, a { cursor: pointer; } button, button:focus { border: none; outline: none; } .italic { font-style: italic; }...
browser/css/app.css
@keyframes fadeIn { from { opacity: 0; transform: scale(0); } to { opacity: 1; transform: scale(1); } } ul { padding-left: 0; } a { text-decoration: underline; } button, a { cursor: pointer; } button, button:focus { border: none; outline: none; } .italic { font-style: italic; }...
0.541166
0.108095
.fill-neutral-dark-1 { fill: var(--o-ui-neutral-dark-1); } .fill-neutral-dark-2 { fill: var(--o-ui-neutral-dark-2); } .fill-neutral-dark-3 { fill: var(--o-ui-neutral-dark-3); } .fill-neutral-dark-4 { fill: var(--o-ui-neutral-dark-4); } .fill-neutral-dark-5 { fill: var(--o-ui-neutral-dark-5); } ...
src/tachyons/ui/neutral-dark/_fill.css
.fill-neutral-dark-1 { fill: var(--o-ui-neutral-dark-1); } .fill-neutral-dark-2 { fill: var(--o-ui-neutral-dark-2); } .fill-neutral-dark-3 { fill: var(--o-ui-neutral-dark-3); } .fill-neutral-dark-4 { fill: var(--o-ui-neutral-dark-4); } .fill-neutral-dark-5 { fill: var(--o-ui-neutral-dark-5); } ...
0.614047
0.070688
body { font-family: "Open Sans", sans-serif; height: 100vh; display: flex; flex-direction: column; } header { display: flex; flex-wrap: wrap; flex-direction: column; flex-grow: 0; justify-content: center; padding: 1em; font-family: "Montserrat", sans-serif; } left { display: flex; justify-c...
public/style.css
body { font-family: "Open Sans", sans-serif; height: 100vh; display: flex; flex-direction: column; } header { display: flex; flex-wrap: wrap; flex-direction: column; flex-grow: 0; justify-content: center; padding: 1em; font-family: "Montserrat", sans-serif; } left { display: flex; justify-c...
0.452536
0.072505
.home { width: 100%; font-family: "Poppins", sans-serif; } .landing { display: flex; align-items: center; justify-content: space-around; background-size: cover; background: #6e6ee0; background-position: center; margin-top: 20px; position: relative; } .dots_img { position: absolute; bottom: -3%...
src/components/Home/Home.css
.home { width: 100%; font-family: "Poppins", sans-serif; } .landing { display: flex; align-items: center; justify-content: space-around; background-size: cover; background: #6e6ee0; background-position: center; margin-top: 20px; position: relative; } .dots_img { position: absolute; bottom: -3%...
0.484868
0.07971
.background_seaShell7, .hover_background_seaShell7:hover, .active_background_seaShell7:active:hover { background: #9a3f00; background-image: -moz-linear-gradient(top, rgb(192, 79, 0) 0%, rgb(154, 63, 0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(192, 79, 0))...
widgets/common/assets/gradients/simple/seaShell/seaShell7.css
.background_seaShell7, .hover_background_seaShell7:hover, .active_background_seaShell7:active:hover { background: #9a3f00; background-image: -moz-linear-gradient(top, rgb(192, 79, 0) 0%, rgb(154, 63, 0) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(192, 79, 0))...
0.453262
0.121009
body { font-family: 'Open Sans', sans-serif; } body .ui-autocomplete { font-family: 'Open Sans', sans-serif; background-color: #eaeaea; color: black; border-radius: 5px !important; width: 32.5em !important; } body .ui-autocomplete:focus { border-radius: 5px !important; } #stats { disp...
css/forsideCSS.css
body { font-family: 'Open Sans', sans-serif; } body .ui-autocomplete { font-family: 'Open Sans', sans-serif; background-color: #eaeaea; color: black; border-radius: 5px !important; width: 32.5em !important; } body .ui-autocomplete:focus { border-radius: 5px !important; } #stats { disp...
0.432663
0.118054
@media only screen and (max-width: 1500px) { .category-section:before { left: -60px; right: auto; top: -20px } } @media only screen and (max-width: 1280px) { .home .home-page-banner .social { top: 100%; display: block } .home-page-banner .social { po...
public/css/responsive.css
@media only screen and (max-width: 1500px) { .category-section:before { left: -60px; right: auto; top: -20px } } @media only screen and (max-width: 1280px) { .home .home-page-banner .social { top: 100%; display: block } .home-page-banner .social { po...
0.342132
0.132795
.nm-pv { height: 100%; width: 100%; overflow: auto; } .nm-pv-topbar { position: absolute; z-index: 1001; top: 0px; color:rgba(200,183,155,1); height: 40px; width: 100%; background-color: black; border-bottom:1px solid rgba(235,122,109, 0.4); } .nm-pv-sidebar { position: absolute; z-index: 10...
node_modules/monitor-dashboard/lib/css/default/PageView.css
.nm-pv { height: 100%; width: 100%; overflow: auto; } .nm-pv-topbar { position: absolute; z-index: 1001; top: 0px; color:rgba(200,183,155,1); height: 40px; width: 100%; background-color: black; border-bottom:1px solid rgba(235,122,109, 0.4); } .nm-pv-sidebar { position: absolute; z-index: 10...
0.364438
0.093017
body { background-color: #fff; font-family: Campton; } @font-face { font-family: Campton; src: url('fonts/Campton Light.otf'); } @font-face { font-family: CamptonBook; src: url('fonts/Campton Book.otf'); } .form-control:focus { background-color: rgba(255,255,255,0.8); border: 0px solid #...
download.css
body { background-color: #fff; font-family: Campton; } @font-face { font-family: Campton; src: url('fonts/Campton Light.otf'); } @font-face { font-family: CamptonBook; src: url('fonts/Campton Book.otf'); } .form-control:focus { background-color: rgba(255,255,255,0.8); border: 0px solid #...
0.292494
0.054024
.container.content { padding-top: 50px; padding-bottom: 50px; } .header { padding: 0; margin: 0; background-color: white; border-radius: 0px; border: none; /* height: 150px; */ display: flex; ...
public/css/home.css
.container.content { padding-top: 50px; padding-bottom: 50px; } .header { padding: 0; margin: 0; background-color: white; border-radius: 0px; border: none; /* height: 150px; */ display: flex; ...
0.341692
0.195633
html { font-size: 1rem; scroll-behavior: smooth; } #root { margin: 0; padding: 0; border: 0; width: 100%; height: 100%; } *::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #7ea1c4; box-shadow: inset 0 0 6px #7ea1c4; background-color: #f5f5f5; } *::-webkit-scrollbar { width: 6px; ba...
style.css
html { font-size: 1rem; scroll-behavior: smooth; } #root { margin: 0; padding: 0; border: 0; width: 100%; height: 100%; } *::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px #7ea1c4; box-shadow: inset 0 0 6px #7ea1c4; background-color: #f5f5f5; } *::-webkit-scrollbar { width: 6px; ba...
0.405802
0.06767
body { margin: 0; font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 14px; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #fff;...
assets/css/aruna.css
body { margin: 0; font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 14px; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #fff;...
0.179207
0.058561
@font-face { font-family: 'Gilroy'; src: url('Gilroy-Heavy.woff2') format('woff2'); font-weight: 900; font-style: normal; } @font-face { font-family: 'Gilroy'; src: url('Gilroy-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Gilroy'; src: url('Gil...
assets/fonts/fonts.css
@font-face { font-family: 'Gilroy'; src: url('Gilroy-Heavy.woff2') format('woff2'); font-weight: 900; font-style: normal; } @font-face { font-family: 'Gilroy'; src: url('Gilroy-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal; } @font-face { font-family: 'Gilroy'; src: url('Gil...
0.413477
0.071754
@import url(https://fonts.googleapis.com/css?family=Lobster&subset=cyrillic); /*Стили для меню навигации*/ .navbar-inverse { background-color: rgba(249, 193, 194, 0.95); border-color: rgba(249, 193, 194, 0.95); } .navbar-inverse .navbar-brand { color: #ffffff; -webkit-transition: all 0.5s ease-out 0....
css/style.css
@import url(https://fonts.googleapis.com/css?family=Lobster&subset=cyrillic); /*Стили для меню навигации*/ .navbar-inverse { background-color: rgba(249, 193, 194, 0.95); border-color: rgba(249, 193, 194, 0.95); } .navbar-inverse .navbar-brand { color: #ffffff; -webkit-transition: all 0.5s ease-out 0....
0.41941
0.084266
* { box-sizing: border-box; } body { margin: 0; font-family: "Lato", sans-serif; } .header { padding: 15px 0; } .navigation { list-style: none; padding: 0; margin: 0; } .navigation-link { text-decoration: none; color: #939699; font-family: "Lato", sans-serif; font-style: normal; font-weight: 900...
css/style-women.css
* { box-sizing: border-box; } body { margin: 0; font-family: "Lato", sans-serif; } .header { padding: 15px 0; } .navigation { list-style: none; padding: 0; margin: 0; } .navigation-link { text-decoration: none; color: #939699; font-family: "Lato", sans-serif; font-style: normal; font-weight: 900...
0.298491
0.086748
body { font:normal 80% Verdana, Helvetica, Arial, sans-serif; padding: 0; margin: 0 2em; } header, footer, article, section, aside, nav { display:block; } table { border: 1px solid #EEEEEE; border-collapse:collapse; } td, th { border: thin solid #777777; padding: 0.25em 0.5em; } header { padding: 8px; height:...
FitNesseRoot/ReportFiles/files/fitnesse/css/fitnesse_straight.css
body { font:normal 80% Verdana, Helvetica, Arial, sans-serif; padding: 0; margin: 0 2em; } header, footer, article, section, aside, nav { display:block; } table { border: 1px solid #EEEEEE; border-collapse:collapse; } td, th { border: thin solid #777777; padding: 0.25em 0.5em; } header { padding: 8px; height:...
0.444565
0.110904
html { position: static !important; margin: 0; padding: 0; background-color: #252525; background-image: url("./image/line-tile.png"); color: #222222; font-size: 100%; line-height: 1; } body { max-width: 1200px; margin: 0 auto; padding: 0; line-height: 1.5; } h1, h2, h3, h4, h5, h6 { line-hei...
octopress-tumblr-theme.css
html { position: static !important; margin: 0; padding: 0; background-color: #252525; background-image: url("./image/line-tile.png"); color: #222222; font-size: 100%; line-height: 1; } body { max-width: 1200px; margin: 0 auto; padding: 0; line-height: 1.5; } h1, h2, h3, h4, h5, h6 { line-hei...
0.460532
0.115336
@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut...
www/css/transitions.css
@-webkit-keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes fadeOut { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes fadeOut...
0.455925
0.129458
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 100; src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v11/boeCNmOCCh-EWFLSfVffDg.woff) format('woff'); } @font-face { font-family: 'Lato'; font-style: normal; font-weight: 300; src: local('Lato Li...
Documents/Ruby Inheritance, Encapsulation and Polymorphism_files/css_002.css
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 100; src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v11/boeCNmOCCh-EWFLSfVffDg.woff) format('woff'); } @font-face { font-family: 'Lato'; font-style: normal; font-weight: 300; src: local('Lato Li...
0.434221
0.106737
@charset "UTF-8"; @font-face {font-family: "user_iconfont"; src: url('../fonts/iconfont.eot'); src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg')...
public/static/css/user.css
@charset "UTF-8"; @font-face {font-family: "user_iconfont"; src: url('../fonts/iconfont.eot'); src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg')...
0.252753
0.048564
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; f...
couch/theme/styles.css
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; font-weight: inherit; f...
0.382026
0.10026
.algn-content-baseline { align-content: baseline; } .algn-content-center { align-content: center; } .algn-content-end { align-content: end; } .algn-content-flex-end { align-content: flex-end; } .algn-content-flex-start { align-content: flex-start; } .algn-content-inherit { align-content: inherit; } .a...
dist/utils/flex.css
.algn-content-baseline { align-content: baseline; } .algn-content-center { align-content: center; } .algn-content-end { align-content: end; } .algn-content-flex-end { align-content: flex-end; } .algn-content-flex-start { align-content: flex-start; } .algn-content-inherit { align-content: inherit; } .a...
0.582254
0.083853
*, *::before, *::after { box-sizing: border-box; } nav { position: relative; width: 100%; margin: 0; top: 0; padding: 1em 0; left: 0; font-size: 1.0125rem; font-family: Roboto, sans-serif; background: hsl(219, 36%, 45%); display: flex; justify-content: cen...
src/styles/Navbar.css
*, *::before, *::after { box-sizing: border-box; } nav { position: relative; width: 100%; margin: 0; top: 0; padding: 1em 0; left: 0; font-size: 1.0125rem; font-family: Roboto, sans-serif; background: hsl(219, 36%, 45%); display: flex; justify-content: cen...
0.46393
0.055336
@charset 'utf-8'; h1 { background: #8EB8FF; /*背景色*/ padding: 0.5em;/*文字周りの余白*/ color: white;/*文字を白に*/ border-radius: 0.5em;/*角の丸み*/ text-align: center; margin-left: 20%; margin-right: 20%; } div { max-width: 100%; margin: 0 auto; font-family:'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu G...
go/static/pata.css
@charset 'utf-8'; h1 { background: #8EB8FF; /*背景色*/ padding: 0.5em;/*文字周りの余白*/ color: white;/*文字を白に*/ border-radius: 0.5em;/*角の丸み*/ text-align: center; margin-left: 20%; margin-right: 20%; } div { max-width: 100%; margin: 0 auto; font-family:'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu G...
0.366363
0.083329
body { font-family: Century Gothic; font-size: 12px; background-color: #fafafa; } .panel { position: fixed; background-color: transparent; right: -15.625em; /*left or right and the width of your navigation panel*/ width: 15.625em; /*should match the above value*/ } hr { margin: 10px 10...
static/css/sentinelle.css
body { font-family: Century Gothic; font-size: 12px; background-color: #fafafa; } .panel { position: fixed; background-color: transparent; right: -15.625em; /*left or right and the width of your navigation panel*/ width: 15.625em; /*should match the above value*/ } hr { margin: 10px 10...
0.4231
0.157428
@-moz-document domain('firstdirect.com') { body { background-color: #FFF !important; } div#csContainerWrap { background-color: #FFF !important; } .csColumns { width: 100% !important; } div.csColumnsWrap { width: 100% !important; } ...
data/usercss/101936.user.css
@-moz-document domain('firstdirect.com') { body { background-color: #FFF !important; } div#csContainerWrap { background-color: #FFF !important; } .csColumns { width: 100% !important; } div.csColumnsWrap { width: 100% !important; } ...
0.227727
0.06354
body { font-family: 'Source Sans Pro', Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px; } h1, h2, h3, h4 { font-family: 'PT Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif; font-weight: bold; } h1 { font-size: 24px; } h2 { font-size: 20px; } h3 { font-size: 18px; } h4 { font-size: ...
api/resources/ceylondoc.css
body { font-family: 'Source Sans Pro', Arial, 'Helvetica Neue', Helvetica, sans-serif; font-size: 15px; } h1, h2, h3, h4 { font-family: 'PT Sans', Helvetica, 'Helvetica Neue', Arial, sans-serif; font-weight: bold; } h1 { font-size: 24px; } h2 { font-size: 20px; } h3 { font-size: 18px; } h4 { font-size: ...
0.417509
0.09426
.container{ display:flex; } .topnav { border: none; background-color: #333333; position: absolute; width: 1280px; height: 39px; left: 0px; top: 0px; } .topnav-1 { border: none; background-color: #1E1E1E; position: absolute; width: 1280px; height:75px; ...
style.css
.container{ display:flex; } .topnav { border: none; background-color: #333333; position: absolute; width: 1280px; height: 39px; left: 0px; top: 0px; } .topnav-1 { border: none; background-color: #1E1E1E; position: absolute; width: 1280px; height:75px; ...
0.45423
0.047713
@charset "UTF-8"; /** * Swagger UI Theme Overrides */ .swagger-ui .opblock.opblock-post { border-color: #DADFE1; background: rgba(241, 241, 241, .1); } .swagger-ui .opblock.opblock-post .opblock-summary-method { background: #205493; } .swagger-ui .opblock.opblock-post .opblock-summary { border-col...
swagger-ui/swagger-ui-pdok.css
@charset "UTF-8"; /** * Swagger UI Theme Overrides */ .swagger-ui .opblock.opblock-post { border-color: #DADFE1; background: rgba(241, 241, 241, .1); } .swagger-ui .opblock.opblock-post .opblock-summary-method { background: #205493; } .swagger-ui .opblock.opblock-post .opblock-summary { border-col...
0.574037
0.07538
:root { --primary-color: #0d698b; --secondary-color: #f2f1e8; --tertiary-color: #050533; --quaternary-color: #E32234; --font-one: 'Noto Serif', serif; --font-two: 'Nunito Sans', sans-serif; } * { margin: 0; padding: 0; max-width: 100%; box-sizing: border-box; color: var(--tertiary...
src/index.css
:root { --primary-color: #0d698b; --secondary-color: #f2f1e8; --tertiary-color: #050533; --quaternary-color: #E32234; --font-one: 'Noto Serif', serif; --font-two: 'Nunito Sans', sans-serif; } * { margin: 0; padding: 0; max-width: 100%; box-sizing: border-box; color: var(--tertiary...
0.532182
0.176743
background: gray; height: 200px; text-align: center; position: relative; margin-bottom: 40px; } #efecto p{ font-size: 1.6em; font-family: 'Passion One', cursive; position: relative; top: 40px; color: black; width: 100%; height: 100%; } #efecto:before{ content: ''; ...
css/efectos.css
background: gray; height: 200px; text-align: center; position: relative; margin-bottom: 40px; } #efecto p{ font-size: 1.6em; font-family: 'Passion One', cursive; position: relative; top: 40px; color: black; width: 100%; height: 100%; } #efecto:before{ content: ''; ...
0.44071
0.07989
.modal { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); overflow: auto; z-index: 1001; } .overlay { z-index: 1000; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: hsla(0, 0%, 0%, 0.8) } .area { backg...
styles/Modal.module.css
.modal { position: absolute; max-width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); overflow: auto; z-index: 1001; } .overlay { z-index: 1000; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: hsla(0, 0%, 0%, 0.8) } .area { backg...
0.667148
0.090897
@-moz-document url-prefix("https://www.horsereality.com/user/") { .header-cta { visibility: hidden; height: 0px; } .container.cta { padding-top: 50px; } @media (min-width: 768px) { .select_nav { visibility: hidden !important; } } } @-moz-document url("https://www.horsereality.com/...
data/usercss/171323.user.css
@-moz-document url-prefix("https://www.horsereality.com/user/") { .header-cta { visibility: hidden; height: 0px; } .container.cta { padding-top: 50px; } @media (min-width: 768px) { .select_nav { visibility: hidden !important; } } } @-moz-document url("https://www.horsereality.com/...
0.287968
0.102484
form { display: grid; grid-auto-columns: 1fr; grid-auto-flow: column; grid-template: 'ar ar as' 'd d as' 'f f f'; gap: 30px; padding: 30px; } article { grid-area: ar; } aside { grid-area: as; } #d-send { grid-area: d; } section { border: 1px solid gre...
public/css/upload-desktop.css
form { display: grid; grid-auto-columns: 1fr; grid-auto-flow: column; grid-template: 'ar ar as' 'd d as' 'f f f'; gap: 30px; padding: 30px; } article { grid-area: ar; } aside { grid-area: as; } #d-send { grid-area: d; } section { border: 1px solid gre...
0.583678
0.286554
body { font-family: Roboto, Arial, sans-serif; background: #ECEFF1; color: rgba(0, 0, 0, 0.87); } a { color: #039be5; } #message { max-width: 400px; margin: 40px auto; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); border-radius: 2px; ...
public/css/main.css
body { font-family: Roboto, Arial, sans-serif; background: #ECEFF1; color: rgba(0, 0, 0, 0.87); } a { color: #039be5; } #message { max-width: 400px; margin: 40px auto; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); border-radius: 2px; ...
0.259356
0.074299
body.ui-mobile-viewport.ui-overlay-a { background-color: white !important; } body { padding-top: 63px; background: white; } .ui-mobile [data-role=page], .ui-page { background: white; top: auto !important; min-height: calc(100vh - 120px) !important; margin-bottom: 64px; content: 'viewpo...
src/main/webapp/resources/css/style-adm-partida-amarelo.css
body.ui-mobile-viewport.ui-overlay-a { background-color: white !important; } body { padding-top: 63px; background: white; } .ui-mobile [data-role=page], .ui-page { background: white; top: auto !important; min-height: calc(100vh - 120px) !important; margin-bottom: 64px; content: 'viewpo...
0.434701
0.079746
body { font-family: arial!important; font-size: 14px; min-width:320px; background-color: #fff; background: url(/web/images/fon.jpg); } p { margin: 0; } h3 { font-size: 20px; text-align: center; font-weight: bold; } h4 { font-size: 18px; font-weight: bold; } .line { backgr...
web/css/tooin.css
body { font-family: arial!important; font-size: 14px; min-width:320px; background-color: #fff; background: url(/web/images/fon.jpg); } p { margin: 0; } h3 { font-size: 20px; text-align: center; font-weight: bold; } h4 { font-size: 18px; font-weight: bold; } .line { backgr...
0.359139
0.08772
body { color: #666666; background: #fefefe; font-family: "Raleway", sans-serif; font-weight: 400; font-size: 14px; line-height: 18px; letter-spacing: 0.5px; } html, body { height: 100%; max-height: 100%; margin: 0; } html * { -webkit-font-smoothing: antialiased; } /* Typography */ h1, h2, h3, h...
public/lib/inCart/css/style.css
body { color: #666666; background: #fefefe; font-family: "Raleway", sans-serif; font-weight: 400; font-size: 14px; line-height: 18px; letter-spacing: 0.5px; } html, body { height: 100%; max-height: 100%; margin: 0; } html * { -webkit-font-smoothing: antialiased; } /* Typography */ h1, h2, h3, h...
0.376509
0.055031
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700); body { background-color: #e6e6e6; font-size: 100%; font-family: 'Lato', sans-serif; font-weight: 400; } .form-container { min-width: 324px; margin: 50px auto 0px; background-color: #fff; border: 1px solid #cfcfcf; border-bottom: 3...
public/css/main2.css
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700); body { background-color: #e6e6e6; font-size: 100%; font-family: 'Lato', sans-serif; font-weight: 400; } .form-container { min-width: 324px; margin: 50px auto 0px; background-color: #fff; border: 1px solid #cfcfcf; border-bottom: 3...
0.387343
0.123551
@charset "utf-8"; /*系统提示更新信息*/ .alert.alert-warning{padding: 10px; border-radius:0px; margin-bottom: 10px; color: #333;background-color: #FFF5CB;border-color: #FDEEB2;} .alert.alert-warning .close{line-height: 12px;} .alert.alert-warning .alert-href{ color:#FF4343;} /*顶部4个样式*/ .row .panel { box-shadow:none; border-r...
public/css/admin/welcome.css
@charset "utf-8"; /*系统提示更新信息*/ .alert.alert-warning{padding: 10px; border-radius:0px; margin-bottom: 10px; color: #333;background-color: #FFF5CB;border-color: #FDEEB2;} .alert.alert-warning .close{line-height: 12px;} .alert.alert-warning .alert-href{ color:#FF4343;} /*顶部4个样式*/ .row .panel { box-shadow:none; border-r...
0.347648
0.102844
@font-face { font-family: 'crock'; font-style: normal; src: url('fonts/crock.ttf') format('truetype'); } @font-face { font-family: 'robotoslab'; font-style: normal; src: url('fonts/robotoslab.ttf') format('truetype'); } body { font-family: 'robotoslab'; overflow: hidden; display: b...
resources/[FAROESTE]/[SHOPS]/frp_stable/html/style.css
@font-face { font-family: 'crock'; font-style: normal; src: url('fonts/crock.ttf') format('truetype'); } @font-face { font-family: 'robotoslab'; font-style: normal; src: url('fonts/robotoslab.ttf') format('truetype'); } body { font-family: 'robotoslab'; overflow: hidden; display: b...
0.375477
0.067793
.horizontal-scroll-container { position: relative; width: auto; min-height: 34vh; } .prevBtn, .nextBtn, .nextLoading { outline: 0; position: absolute; top: 50%; transform: translateY(-50%); z-index: 999; } .prevBtn { left: -13px; } .nextBtn { right: -16px; } .nav-btns { position: relative; l...
frontend/lpp-app/src/app/horizontal_scroll/horizontal-scroller.component.css
.horizontal-scroll-container { position: relative; width: auto; min-height: 34vh; } .prevBtn, .nextBtn, .nextLoading { outline: 0; position: absolute; top: 50%; transform: translateY(-50%); z-index: 999; } .prevBtn { left: -13px; } .nextBtn { right: -16px; } .nav-btns { position: relative; l...
0.3512
0.066236
@media (--r-maxS) { .r-maxS--1of12 { width: calc(100% * 1 / 12); } .r-maxS--1of11 { width: calc(100% * 1 / 11); } .r-maxS--1of10 { width: 10%; } .r-maxS--1of9 { width: calc(100% * 1 / 9); } .r-maxS--1of8 { width: 12.5%; } .r-maxS--1of7 { width: calc(100% * 1 / 7); }...
lib/sizes/maxS.css
@media (--r-maxS) { .r-maxS--1of12 { width: calc(100% * 1 / 12); } .r-maxS--1of11 { width: calc(100% * 1 / 11); } .r-maxS--1of10 { width: 10%; } .r-maxS--1of9 { width: calc(100% * 1 / 9); } .r-maxS--1of8 { width: 12.5%; } .r-maxS--1of7 { width: calc(100% * 1 / 7); }...
0.615088
0.224799
.main-clr{ color:#226cf3; } .shadow-2{ box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; } .fs-11{ font-size:11px; } .fs-12{ font-size:12px; } .fs-14{ font-size:14px; } .fw-600{ font-weight:600; } .bg-yellow{ background-color: #ffde06; } .content-side-...
public/assets/css/dashboard-style.css
.main-clr{ color:#226cf3; } .shadow-2{ box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; } .fs-11{ font-size:11px; } .fs-12{ font-size:12px; } .fs-14{ font-size:14px; } .fw-600{ font-weight:600; } .bg-yellow{ background-color: #ffde06; } .content-side-...
0.340376
0.076408
.geral{ background-color: whitesmoke; position:relative; padding-bottom: 60px; /*height: 1300px;*/ min-height: 100%; } .header{ padding-top: 2px; background-color: whitesmoke; } .footer{ float:none; padding-top: 200px; background-color: whitesmoke; position: absolute; ...
familia_arvore/lib/css/estilo.css
.geral{ background-color: whitesmoke; position:relative; padding-bottom: 60px; /*height: 1300px;*/ min-height: 100%; } .header{ padding-top: 2px; background-color: whitesmoke; } .footer{ float:none; padding-top: 200px; background-color: whitesmoke; position: absolute; ...
0.456652
0.087291
.example-top-bar-left-links, .example-top-bar-right-links { height: 3rem; display: flex; flex-wrap: nowrap; } .example-top-bar-right-links { margin-left: auto; } .example-top-bar-link { background-color: #418eec; width: 3rem; height: 3rem; display: flex; justify-content: center; align-items: cente...
src/resources/css/modules/Topbar.module.css
.example-top-bar-left-links, .example-top-bar-right-links { height: 3rem; display: flex; flex-wrap: nowrap; } .example-top-bar-right-links { margin-left: auto; } .example-top-bar-link { background-color: #418eec; width: 3rem; height: 3rem; display: flex; justify-content: center; align-items: cente...
0.609175
0.071429
.tooltip { &__content { --tw-bg-opacity: 0.85; --tw-text-opacity: 1; --cc-bg: var(--n); --cc-c: var(--nc); background-color: hsla(var(--cc-bg) / var(--tw-bg-opacity)); color: hsla(var(--cc-c) / var(--tw-text-opacity)); display: inline-flex; align-items...
src/components/styled/tooltip.css
.tooltip { &__content { --tw-bg-opacity: 0.85; --tw-text-opacity: 1; --cc-bg: var(--n); --cc-c: var(--nc); background-color: hsla(var(--cc-bg) / var(--tw-bg-opacity)); color: hsla(var(--cc-c) / var(--tw-text-opacity)); display: inline-flex; align-items...
0.568536
0.117673
#AnnotationTimeline .timelineElement { position: absolute; height: 100%; background: rgba(160, 163, 163, .6); pointer-events: all; -moz-transition-duration: 0.2s; -moz-transition-property: bottom; -webkit-transition-duration: 0.2s; -webkit-transition-property: bottom; -o-transition-duration: 0.2s; ...
player/types/Annotation/style.css
#AnnotationTimeline .timelineElement { position: absolute; height: 100%; background: rgba(160, 163, 163, .6); pointer-events: all; -moz-transition-duration: 0.2s; -moz-transition-property: bottom; -webkit-transition-duration: 0.2s; -webkit-transition-property: bottom; -o-transition-duration: 0.2s; ...
0.404507
0.045927
.menu { width: 60%; position: relative; bottom: 5%; left: 20%; height: 60px; margin-top: 10px; } .btn { width: 25%; } .custom-text { font: 20px arial, sans-serif; margin: 0 auto; } .image-form { position: absolute; left: 5%; top: 15%; width: 350px; height: ...
public/css/design.css
.menu { width: 60%; position: relative; bottom: 5%; left: 20%; height: 60px; margin-top: 10px; } .btn { width: 25%; } .custom-text { font: 20px arial, sans-serif; margin: 0 auto; } .image-form { position: absolute; left: 5%; top: 15%; width: 350px; height: ...
0.360039
0.113949
* { box-sizing: border-box; } html { --bg: #EEE; --bg-panel: #EBEBEB; --color-headings: #388bc5; --color-text: #333333e3; --color-header: #388bc5; --preto-branco: #000; --hover-add: #244c88; --pizza-Window-Area: rgba(5, 4, 4, 0.5); --aside: #9ccbe6; --cart-totalitem: #315970...
style.css
* { box-sizing: border-box; } html { --bg: #EEE; --bg-panel: #EBEBEB; --color-headings: #388bc5; --color-text: #333333e3; --color-header: #388bc5; --preto-branco: #000; --hover-add: #244c88; --pizza-Window-Area: rgba(5, 4, 4, 0.5); --aside: #9ccbe6; --cart-totalitem: #315970...
0.499756
0.123075
html, body { font-family: 'Open Sans', sans-serif; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; } hgroup { margin-bottom: 52px; } h1 { font-family: 'Pacifico', cursive; } h2 { font-weight: 300; ...
css/notes.css
html, body { font-family: 'Open Sans', sans-serif; -webkit-transition: all .2s linear; -moz-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; } hgroup { margin-bottom: 52px; } h1 { font-family: 'Pacifico', cursive; } h2 { font-weight: 300; ...
0.396302
0.071884
.latest .item .title { font-size: 17px; margin-top: 0; line-height: 1.38; text-transform: capitalize; margin-bottom: 0; } .navbar { min-height: 40px; } h1, h2, h3, h4, h5, h6 { font-family: 'Muli'; font-weight: normal; color: #000; } .latest .item .title a { color: ...
assets/css/additional-styles.css
.latest .item .title { font-size: 17px; margin-top: 0; line-height: 1.38; text-transform: capitalize; margin-bottom: 0; } .navbar { min-height: 40px; } h1, h2, h3, h4, h5, h6 { font-family: 'Muli'; font-weight: normal; color: #000; } .latest .item .title a { color: ...
0.460289
0.07373
@import "../global/variables.css"; @value unit from "../global/global.css"; @value animation-duration: 300ms; @value animation-easing: ease-out; .alert { position: relative; display: flex; align-items: baseline; box-sizing: border-box; min-height: calc(unit * 5); margin: unit auto; padding: 0 calc(uni...
components/alert/alert.css
@import "../global/variables.css"; @value unit from "../global/global.css"; @value animation-duration: 300ms; @value animation-easing: ease-out; .alert { position: relative; display: flex; align-items: baseline; box-sizing: border-box; min-height: calc(unit * 5); margin: unit auto; padding: 0 calc(uni...
0.595257
0.169922
body { padding-top: 136px; font-family: "Open Sans", Helvetica, Arial, sans-serif; } h1 { font-size: 24px; } h2 { font-size: 22px; } h3 { font-size: 20px; } h4 { font-size: 18px; } a, a:focus { outline: 0; } .ues-hidden { display: none; } /** * global menu styles */ .ues-global-...
dockerfiles/base/files/wso2iot-3.3.0/wso2/analytics/repository/deployment/server/jaggeryapps/portal/css/ues.css
body { padding-top: 136px; font-family: "Open Sans", Helvetica, Arial, sans-serif; } h1 { font-size: 24px; } h2 { font-size: 22px; } h3 { font-size: 20px; } h4 { font-size: 18px; } a, a:focus { outline: 0; } .ues-hidden { display: none; } /** * global menu styles */ .ues-global-...
0.484868
0.067979
* { margin: 0; padding: 0; } body { width: 100%; color: #666; } header { margin: 0 auto; color: #222; font-size: 12px; } li { list-style: none; } a { text-decoration: none; color: inherit; cursor: pointer; } .wid_limit { width: 980px; } .top_wrapper:after { cont...
PropertySystem/css/sign.css
* { margin: 0; padding: 0; } body { width: 100%; color: #666; } header { margin: 0 auto; color: #222; font-size: 12px; } li { list-style: none; } a { text-decoration: none; color: inherit; cursor: pointer; } .wid_limit { width: 980px; } .top_wrapper:after { cont...
0.486819
0.114369
.mb10{margin-bottom:10px;}.mt10{margin-top:10px;}img{border:none;border:0;margin:0;padding:0;vertical-align:middle;} .fl{float:left;}.fr{float:right;}.m-auto{margin:0 auto;}.cl{clear:both;} /* 通用 */ /* 底部导航 */ .foohi{height:52px;} .footer{left:0px;bottom:0px;width:100%;position:fixed;z-index:99999;border-top:1px solid...
public/css/mobile/style.css
.mb10{margin-bottom:10px;}.mt10{margin-top:10px;}img{border:none;border:0;margin:0;padding:0;vertical-align:middle;} .fl{float:left;}.fr{float:right;}.m-auto{margin:0 auto;}.cl{clear:both;} /* 通用 */ /* 底部导航 */ .foohi{height:52px;} .footer{left:0px;bottom:0px;width:100%;position:fixed;z-index:99999;border-top:1px solid...
0.19129
0.046616
.dropdown-toggle.active-dropdown::after { transform: rotate(-90deg); } /*=-====Bootstrapthemes.co btco-hover-menu=====*/ .navbar-light .navbar-nav .nav-link { color: #fff; } .navbar-light .navbar-nav .nav-link:hover{ color: #fff; } .navbar-light .navbar-nav .nav-link:focus{ color: #fff; } .btco-hover-me...
public/Frontends/css/bootstrap-4-navbar.css
.dropdown-toggle.active-dropdown::after { transform: rotate(-90deg); } /*=-====Bootstrapthemes.co btco-hover-menu=====*/ .navbar-light .navbar-nav .nav-link { color: #fff; } .navbar-light .navbar-nav .nav-link:hover{ color: #fff; } .navbar-light .navbar-nav .nav-link:focus{ color: #fff; } .btco-hover-me...
0.256646
0.042068
@font-face { font-family: 'icomoon'; src: url('fonts/icomoon.eot?xxm147'); src: url('fonts/icomoon.eot?xxm147#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?xxm147') format('truetype'), url('fonts/icomoon.woff?xxm147') format('woff'), url('fonts/icomoon.svg?xxm147#icomoon') format('svg'...
src/Components/Icons/demoIcon/style.css
@font-face { font-family: 'icomoon'; src: url('fonts/icomoon.eot?xxm147'); src: url('fonts/icomoon.eot?xxm147#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?xxm147') format('truetype'), url('fonts/icomoon.woff?xxm147') format('woff'), url('fonts/icomoon.svg?xxm147#icomoon') format('svg'...
0.297368
0.084568
@charset "UTF-8"; .header, .link { font-size: 12px } * { margin: 0; padding: 0 } body, html { font-family: "黑体", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif; background: #f7f7f7 } li, ul { list-style: none } a, a:focus, a:hover, a:visited { text-decoration: none } .fl { float: left } .fr, .nav ...
public/static/epock/css/static/case.css
@charset "UTF-8"; .header, .link { font-size: 12px } * { margin: 0; padding: 0 } body, html { font-family: "黑体", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif; background: #f7f7f7 } li, ul { list-style: none } a, a:focus, a:hover, a:visited { text-decoration: none } .fl { float: left } .fr, .nav ...
0.221435
0.084078
.channels-table { margin-top: 36px; } .channel-row.kind-hipchat { filter: grayscale(100%); opacity: 0.5; } .channels-table .channel-row > td { padding-top: 10px; padding-bottom: 10px; vertical-align: middle; border-top: 1px solid #f1f1f1; } .channels-table .icon-cell { width: 40px; }...
static/css/channels.css
.channels-table { margin-top: 36px; } .channel-row.kind-hipchat { filter: grayscale(100%); opacity: 0.5; } .channels-table .channel-row > td { padding-top: 10px; padding-bottom: 10px; vertical-align: middle; border-top: 1px solid #f1f1f1; } .channels-table .icon-cell { width: 40px; }...
0.771715
0.122996
html { background-color: black; color: white; } body { margin: 0; padding: 0; } a { color: white; text-decoration: none; } .link-emp { color: aquamarine; text-decoration: none; font-weight: bold; } .page-container { display: flex; position: absolute...
css/style.css
html { background-color: black; color: white; } body { margin: 0; padding: 0; } a { color: white; text-decoration: none; } .link-emp { color: aquamarine; text-decoration: none; font-weight: bold; } .page-container { display: flex; position: absolute...
0.523177
0.050051
TABLE OF CONTENT ------------------------------------------------- 1- IMPORTS 2- RESET STYLES 3- BREADCRUMB STYLES 4- HEADER STYLES 5- DROPDOWN MENU STYLES 6- FOOTER STYLES 7- BACK TO TOP BUTTON STYLES 8- FOLLOW US STYLES ---------------------------------------------- */ /*========================== IMPORTS =======...
static/css/job_custom.css
TABLE OF CONTENT ------------------------------------------------- 1- IMPORTS 2- RESET STYLES 3- BREADCRUMB STYLES 4- HEADER STYLES 5- DROPDOWN MENU STYLES 6- FOOTER STYLES 7- BACK TO TOP BUTTON STYLES 8- FOLLOW US STYLES ---------------------------------------------- */ /*========================== IMPORTS =======...
0.222025
0.051177
html,body { height: 100%; color: #555555; font-weight: 300; font-size: 12px; padding-top: 20px; background-color: #FFF; } .form-label { color: #666; } /* Link Colors */ a:link {color:inherit;} a:visited {color:inherit;} a:hover {color:inherit;} a:active {color:inherit;} .danger-action { color: #b9...
plugins/kopf/_site/src/kopf/css/light_style.css
html,body { height: 100%; color: #555555; font-weight: 300; font-size: 12px; padding-top: 20px; background-color: #FFF; } .form-label { color: #666; } /* Link Colors */ a:link {color:inherit;} a:visited {color:inherit;} a:hover {color:inherit;} a:active {color:inherit;} .danger-action { color: #b9...
0.297164
0.088308
.moduleRow { } .moduleRowOver { background-color: #D7E9F7; cursor: pointer; } .moduleRowSelected { background-color: #E9F4FC; } .checkoutBarFrom, .checkoutBarTo { font-family: "open Sans"; font-size: 10px; color: #8c8c8c; } .checkoutBarCurrent { font-family: "open Sans"; font-size: 10px; color: #626262; } /* message ...
public/css/style_final.css
.moduleRow { } .moduleRowOver { background-color: #D7E9F7; cursor: pointer; } .moduleRowSelected { background-color: #E9F4FC; } .checkoutBarFrom, .checkoutBarTo { font-family: "open Sans"; font-size: 10px; color: #8c8c8c; } .checkoutBarCurrent { font-family: "open Sans"; font-size: 10px; color: #626262; } /* message ...
0.290176
0.112235
form#feedback-form input[type="radio"].smiley1 { -webkit-appearance: none; width: 5vw; height: 5vw; border: none; cursor: pointer; -webkit-transition: border .2s ease; transition: border .2s ease; -webkit-filter: grayscale(100%); filter: grayscale(100%); margin: 0 5px; ...
frontend/web/css/smiley.css
form#feedback-form input[type="radio"].smiley1 { -webkit-appearance: none; width: 5vw; height: 5vw; border: none; cursor: pointer; -webkit-transition: border .2s ease; transition: border .2s ease; -webkit-filter: grayscale(100%); filter: grayscale(100%); margin: 0 5px; ...
0.246896
0.056731
.nav-links a { -webkit-transition: 0.3s all ease; -o-transition: 0.3s all ease; transition: 0.3s all ease; } .nav-links a, a:hover { text-decoration: none !important; color: #9d9d9d; } .footer .nav-links li { display: block; margin-bottom: 10px; } .footer .nav-links li a { color: #9d9d9d; } .footer .nav...
css/footer.css
.nav-links a { -webkit-transition: 0.3s all ease; -o-transition: 0.3s all ease; transition: 0.3s all ease; } .nav-links a, a:hover { text-decoration: none !important; color: #9d9d9d; } .footer .nav-links li { display: block; margin-bottom: 10px; } .footer .nav-links li a { color: #9d9d9d; } .footer .nav...
0.40439
0.09611
.rkmd-btn { display: inline-block; position: relative; cursor: pointer; height: 35px; line-height: 35px; padding: 0 1.5rem; color: #424242; font-size: 15px; font-family: 'Roboto', sans-serif; letter-spacing: .8px; text-align: center; text-decoration: none; text-transf...
WebContent/css/button.css
.rkmd-btn { display: inline-block; position: relative; cursor: pointer; height: 35px; line-height: 35px; padding: 0 1.5rem; color: #424242; font-size: 15px; font-family: 'Roboto', sans-serif; letter-spacing: .8px; text-align: center; text-decoration: none; text-transf...
0.268749
0.047184
@font-face { font-family: 'droid_sansregular'; src: url('/assets/webfonts/DroidSans-webfont.eot'); src: url('/assets/webfonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/webfonts/DroidSans-webfont.woff') format('woff'), url('/assets/webfonts/DroidSans-webfont.ttf') format('t...
iotas/www/css/holiday.css
@font-face { font-family: 'droid_sansregular'; src: url('/assets/webfonts/DroidSans-webfont.eot'); src: url('/assets/webfonts/DroidSans-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/webfonts/DroidSans-webfont.woff') format('woff'), url('/assets/webfonts/DroidSans-webfont.ttf') format('t...
0.201302
0.054828
html { --themeBlack: #404040; --thumbColor: #878c83; font-family: "montserrat", sans-serif; font-size: 110%; box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { background-color: var(--themeBlack); } #listSpace { display: flex; flex-direction: row; margin: auto; widt...
styles/index.css
html { --themeBlack: #404040; --thumbColor: #878c83; font-family: "montserrat", sans-serif; font-size: 110%; box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { background-color: var(--themeBlack); } #listSpace { display: flex; flex-direction: row; margin: auto; widt...
0.300848
0.060585
body { margin: 0; } .wrap { display: flex; align-items: center; justify-content: center; height: 20vh; padding-top: 40px; padding-bottom: 50px; } .time-to { text-align: center; font-family: Bangers; color: white; font-size: 5vw; letter-spacing: 2px; } .time-to span { display: block; font-s...
css/style1.css
body { margin: 0; } .wrap { display: flex; align-items: center; justify-content: center; height: 20vh; padding-top: 40px; padding-bottom: 50px; } .time-to { text-align: center; font-family: Bangers; color: white; font-size: 5vw; letter-spacing: 2px; } .time-to span { display: block; font-s...
0.446012
0.13319
body { font: normal 12px/1.65 "Verdana", "Helvetica", "Arial", sans-serif; } .hero-unit{padding:0px;margin-bottom:5px;font-size:18px;font-weight:200;line-height:30px;color:inherit;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px} .page-header{padding-bottom:0px;margin:20px 0 ...
bootstrap/css/gradschool-guide.css
body { font: normal 12px/1.65 "Verdana", "Helvetica", "Arial", sans-serif; } .hero-unit{padding:0px;margin-bottom:5px;font-size:18px;font-weight:200;line-height:30px;color:inherit;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px} .page-header{padding-bottom:0px;margin:20px 0 ...
0.395951
0.106598
.loadTournaments { width: 100%; font-family: "Lora", serif; display: flex; flex-direction: column; border-bottom: 1px solid black; padding-bottom: 2rem; } .loadedTournamentsHeaderContainer { display: flex; justify-content: flex-start; align-items: center; margin-top: 1rem; } .t...
src/pages/Admin/components/LoadTournaments/style.css
.loadTournaments { width: 100%; font-family: "Lora", serif; display: flex; flex-direction: column; border-bottom: 1px solid black; padding-bottom: 2rem; } .loadedTournamentsHeaderContainer { display: flex; justify-content: flex-start; align-items: center; margin-top: 1rem; } .t...
0.50708
0.074669
:root { --jp-flat-button-height: 24px; --jp-flat-button-padding: 8px 12px; } /*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Distributed under the terms of the Modified BSD License. |--------------------------------------------------------...
packages/application/style/buttons.css
:root { --jp-flat-button-height: 24px; --jp-flat-button-padding: 8px 12px; } /*----------------------------------------------------------------------------- | Copyright (c) Jupyter Development Team. | Distributed under the terms of the Modified BSD License. |--------------------------------------------------------...
0.639624
0.107766
.text-chooser { position: absolute; top: 0; left: 0; z-index: 100; background: #fff; font-family: Avenir, Helvetica, Arial; width: 320px; font-size: 14px; box-shadow: 0 0 10px rgba(0,0,0,0.5), 0 0 30px #EEE inset; } .text-chooser .text-chooser-header { padding: 8px; color: #fff; position: relative; backgr...
app/js/ui/textchooser.css
.text-chooser { position: absolute; top: 0; left: 0; z-index: 100; background: #fff; font-family: Avenir, Helvetica, Arial; width: 320px; font-size: 14px; box-shadow: 0 0 10px rgba(0,0,0,0.5), 0 0 30px #EEE inset; } .text-chooser .text-chooser-header { padding: 8px; color: #fff; position: relative; backgr...
0.350533
0.056548
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix('https://learn2.acseducation.edu.au/mod/assign/') { .jsenabled .moodle-actionmenu[data-enhance] .menu { display: block; position:relative; background-color:white; top:-15px; width:400px; } .menu-action-text{ ...
data/usercss/149004.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix('https://learn2.acseducation.edu.au/mod/assign/') { .jsenabled .moodle-actionmenu[data-enhance] .menu { display: block; position:relative; background-color:white; top:-15px; width:400px; } .menu-action-text{ ...
0.21984
0.086362
@import url(https://fonts.googleapis.com/css?family=Open+Sans); header { text-align: center; padding: 40px 27%; } header h1 { font-size: 4em; margin: 0; } body { font-family: 'Open Sans', sans-serif; margin:0; color: white; --main-bg-image: url(/demo/default-bg.jpg); --transparenc...
demo/index.css
@import url(https://fonts.googleapis.com/css?family=Open+Sans); header { text-align: center; padding: 40px 27%; } header h1 { font-size: 4em; margin: 0; } body { font-family: 'Open Sans', sans-serif; margin:0; color: white; --main-bg-image: url(/demo/default-bg.jpg); --transparenc...
0.489015
0.130313
---------------------------------------------- */ .space > * { margin-right:10px; } .fill-blue { background-color:#456596; } .fill-lightblue { background-color:#d7f0f6; } .fill-dark { background-color:#202020; } .fill-brown { background-color:#d7a64a; } .fill-green { background-color:#8cc250; } .fill-red { background-c...
_assets/css/connect-camp-maps.css
---------------------------------------------- */ .space > * { margin-right:10px; } .fill-blue { background-color:#456596; } .fill-lightblue { background-color:#d7f0f6; } .fill-dark { background-color:#202020; } .fill-brown { background-color:#d7a64a; } .fill-green { background-color:#8cc250; } .fill-red { background-c...
0.353094
0.119923
body{ background:url(../images/bg11.jpg),no-repeat; background-size: cover; background-attachment: fixed; } body a{ transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; font-weight:400; } input[type="button"],input[type="submit"]{ transition:0....
public/css/style.css
body{ background:url(../images/bg11.jpg),no-repeat; background-size: cover; background-attachment: fixed; } body a{ transition:0.5s all; -webkit-transition:0.5s all; -moz-transition:0.5s all; -o-transition:0.5s all; -ms-transition:0.5s all; font-weight:400; } input[type="button"],input[type="submit"]{ transition:0....
0.195057
0.051606
@charset "UTF-8"; div#d1{ width: 900px; margin: 0px auto 0px auto; background-color: rgba(166, 175, 180, 0.6); box-shadow: 0px 0px 10px black; padding: 10px 10px 30px 10px; } *{ margin: 0px; padding: 0px;} #texto{ font-size: 12pt; font-family: sans-serif, arial; text-indent: 50px...
css/estilo.css
@charset "UTF-8"; div#d1{ width: 900px; margin: 0px auto 0px auto; background-color: rgba(166, 175, 180, 0.6); box-shadow: 0px 0px 10px black; padding: 10px 10px 30px 10px; } *{ margin: 0px; padding: 0px;} #texto{ font-size: 12pt; font-family: sans-serif, arial; text-indent: 50px...
0.229449
0.070113
body { font-family: 'Open Sans', serif; padding-top: 54px; color: #868e96; background-color: #b3ffff; } @media (min-width: 992px) { body { padding-top: 0; padding-left: 17rem; } } h1, h2, h3, h4, h5, h6 { font-family: 'Saira Extra Conden...
public/css/resume.css
body { font-family: 'Open Sans', serif; padding-top: 54px; color: #868e96; background-color: #b3ffff; } @media (min-width: 992px) { body { padding-top: 0; padding-left: 17rem; } } h1, h2, h3, h4, h5, h6 { font-family: 'Saira Extra Conden...
0.375592
0.055541
v2.0 | 20110126 License: none (public domain) */ /* line 8, ../scss/partials/_reset.scss */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u...
Project 2/css/main.css
v2.0 | 20110126 License: none (public domain) */ /* line 8, ../scss/partials/_reset.scss */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u...
0.171269
0.061678
@media (max-width:500px){ .btn-group { display: none; }} body{ background-color: #f4f6ff; font-weight: 530; display: flex; align-items: center; justify-content: center; font-family: 'Source Sans Pro', 'sans-serif'; } #statis3{ margin-top: -7px; } .container { display: fle...
public/css/prev.css
@media (max-width:500px){ .btn-group { display: none; }} body{ background-color: #f4f6ff; font-weight: 530; display: flex; align-items: center; justify-content: center; font-family: 'Source Sans Pro', 'sans-serif'; } #statis3{ margin-top: -7px; } .container { display: fle...
0.183594
0.092196
@charset "utf-8"; .alignleft { float: left; padding-left: 10px; } .alignright { float: right; padding-right: 10px; } /*====================================== [ -Main Stylesheet- Theme: CityBook Version: 1.0 Last change: 07/05/2019 ] ++ Fonts ++ ++ General Style ++ ++ Typography ++ ++ loader ++ ++ Cont...
src/css/citybook.css
@charset "utf-8"; .alignleft { float: left; padding-left: 10px; } .alignright { float: right; padding-right: 10px; } /*====================================== [ -Main Stylesheet- Theme: CityBook Version: 1.0 Last change: 07/05/2019 ] ++ Fonts ++ ++ General Style ++ ++ Typography ++ ++ loader ++ ++ Cont...
0.492432
0.193395
@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:300,400,800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap'); /* #abc { width: 100%; height: 100vh; ...
index.css
@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:300,400,800&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap'); /* #abc { width: 100%; height: 100vh; ...
0.380299
0.083853
a:link { color: #9393ef ! important;} a:visited {color: #7a7aad ! important;} body { background: #525252 !important; color: #fffffd; } .book .titlepage { background: #484848; color: #fffffd; margin: 0px auto; padding: 0 1em; } .book hr { background: #484848; h...
data/usercss/141501.user.css
a:link { color: #9393ef ! important;} a:visited {color: #7a7aad ! important;} body { background: #525252 !important; color: #fffffd; } .book .titlepage { background: #484848; color: #fffffd; margin: 0px auto; padding: 0 1em; } .book hr { background: #484848; h...
0.266644
0.101056
html { padding: 0px; margin: 0px; } #container { margin-right: 0px; padding-right: 0px; min-width: 1000px; } body { padding: 0px; margin: 0px; margin-bottom: 100px; font-family: 'Roboto', sans-serif; } .jsreport-header { font-family: 'Play', sans-serif; } a { text-decoration: none; color: #B...
website/style.css
html { padding: 0px; margin: 0px; } #container { margin-right: 0px; padding-right: 0px; min-width: 1000px; } body { padding: 0px; margin: 0px; margin-bottom: 100px; font-family: 'Roboto', sans-serif; } .jsreport-header { font-family: 'Play', sans-serif; } a { text-decoration: none; color: #B...
0.510985
0.091829
@import url('https://fonts.googleapis.com/css?family=Kanit'); body{ font-family: Kanit, sans-serif; background-color:#F9F9F9; } a { color: #F74443; -webkit-transition: color 0.7s; -mgoz-transition: color 0.7s; -ms-transition: color 0.7s; -o-transition: color 0.7s; transition: ...
wwwroot/css/newstyle.css
@import url('https://fonts.googleapis.com/css?family=Kanit'); body{ font-family: Kanit, sans-serif; background-color:#F9F9F9; } a { color: #F74443; -webkit-transition: color 0.7s; -mgoz-transition: color 0.7s; -ms-transition: color 0.7s; -o-transition: color 0.7s; transition: ...
0.160398
0.054752
.menu .svg-inline--fa { margin-right: 0.5em; width: 1.5em; } .auto-refresh-pause::before { display: none; font-family: "Font Awesome 5 Solid"; content: "\F04C"; } .auto-refresh-resume::before { display: none; font-family: "Font Awesome 5 Solid"; content: "\f04b"; } .overview-link::before { display: none...
inc/awesome.css
.menu .svg-inline--fa { margin-right: 0.5em; width: 1.5em; } .auto-refresh-pause::before { display: none; font-family: "Font Awesome 5 Solid"; content: "\F04C"; } .auto-refresh-resume::before { display: none; font-family: "Font Awesome 5 Solid"; content: "\f04b"; } .overview-link::before { display: none...
0.342022
0.060197
@font-face { font-family: 'EntypoRegular'; src: url('type/entypo-webfont.eot'); src: url('type/entypo-webfont.eot?#iefix') format('embedded-opentype'), url('type/entypo-webfont.woff') format('woff'), url('type/entypo-webfont.ttf') format('truetype'), url('type/entypo-webfont.svg#E...
css/style.css
@font-face { font-family: 'EntypoRegular'; src: url('type/entypo-webfont.eot'); src: url('type/entypo-webfont.eot?#iefix') format('embedded-opentype'), url('type/entypo-webfont.woff') format('woff'), url('type/entypo-webfont.ttf') format('truetype'), url('type/entypo-webfont.svg#E...
0.194406
0.071786
html{ width:100%; height:100%; } body{ margin:0; padding:0; width:100%; font-rendering:optimizeLegibility; -webkit-font-smoothing: antialiased; height:100%; font-family: 'Righteous', cursive; color: white; font-size: 100px; overflow-x: hidden; } #comp { font-family: 'Audiowide'; } .menu{ ...
css1/style1.css
html{ width:100%; height:100%; } body{ margin:0; padding:0; width:100%; font-rendering:optimizeLegibility; -webkit-font-smoothing: antialiased; height:100%; font-family: 'Righteous', cursive; color: white; font-size: 100px; overflow-x: hidden; } #comp { font-family: 'Audiowide'; } .menu{ ...
0.403097
0.057308
.dark-theme.reveal{ background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../media/black-board.jpg"); background-size: cover; } .dark-theme.reveal .title-slide h1{ color:white; } .white-theme.reveal .title-slide h1{ color:black !im...
css/slides.css
.dark-theme.reveal{ background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("../media/black-board.jpg"); background-size: cover; } .dark-theme.reveal .title-slide h1{ color:white; } .white-theme.reveal .title-slide h1{ color:black !im...
0.376852
0.069954
/* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ body, [class*="styled__SocialMediaContainer-"] { background: var(--main-bg-color) !important; background-repeat: repeat, no-repeat; background-attachment: fixed, fixed; background-position: center c...
CSS/themes/netdata/netdata-base.css
/* Made by @gilbN */ /* https://github.com/gilbN/theme.park */ body, [class*="styled__SocialMediaContainer-"] { background: var(--main-bg-color) !important; background-repeat: repeat, no-repeat; background-attachment: fixed, fixed; background-position: center c...
0.267026
0.045735
:root { --color-bg: #69F7BE; --color-text-main: #000000; --color-primary: #FFFF00; --wrapper-height: 87vh; --image-max-width: 300px; --image-margin: 3rem; --font-family: "HK Grotesk"; --font-family-header: "HK Grotesk"; } * { box-sizing: border-box; } [hidden] { display: none !important; } @font-f...
style.css
:root { --color-bg: #69F7BE; --color-text-main: #000000; --color-primary: #FFFF00; --wrapper-height: 87vh; --image-max-width: 300px; --image-margin: 3rem; --font-family: "HK Grotesk"; --font-family-header: "HK Grotesk"; } * { box-sizing: border-box; } [hidden] { display: none !important; } @font-f...
0.551332
0.162413
textarea { border-radius: 10px; border: none; resize: none; background-color: #cbfacbe3; padding: 20px; } textarea#descricaoDetalhes{ border: none; background: none; } #descricao.blocoEvento { /* flex-grow: 2; */ } .sentimentoField { padding: 10px; display: flex; flex: 1;...
src/main/rancoapp/src/styles/adicionar.css
textarea { border-radius: 10px; border: none; resize: none; background-color: #cbfacbe3; padding: 20px; } textarea#descricaoDetalhes{ border: none; background: none; } #descricao.blocoEvento { /* flex-grow: 2; */ } .sentimentoField { padding: 10px; display: flex; flex: 1;...
0.249813
0.129595
.lwa-modal { margin-left: -180px; padding: 32px; width: 360px; z-index: 1201; } .lwa-modal .lwa-modal-close { display: none; } .lwa-modal[style*="hidden"] { display: none !important; } .lwa-modal-bg { z-index: 1200; } .lwa-form { display: none; -webkit-flex-direction: column; -ms-flex-direction: column; fl...
assets/css/login-with-ajax.css
.lwa-modal { margin-left: -180px; padding: 32px; width: 360px; z-index: 1201; } .lwa-modal .lwa-modal-close { display: none; } .lwa-modal[style*="hidden"] { display: none !important; } .lwa-modal-bg { z-index: 1200; } .lwa-form { display: none; -webkit-flex-direction: column; -ms-flex-direction: column; fl...
0.18407
0.048451
* { box-sizing: border-box; } body { background-color: black; font-family: 'Space Mono', monospace; } a { color: goldenrod; } h2 { color: goldenrod; font-family: 'Special Elite', cursive; } h3 { color: goldenrod; margin-bottom: 5px; margin-top: 30px; font-family: 'Special Eli...
styles/index.css
* { box-sizing: border-box; } body { background-color: black; font-family: 'Space Mono', monospace; } a { color: goldenrod; } h2 { color: goldenrod; font-family: 'Special Elite', cursive; } h3 { color: goldenrod; margin-bottom: 5px; margin-top: 30px; font-family: 'Special Eli...
0.636014
0.157914
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@300;400;600;700&display=swap"); /*<a href="https://imgur.com/iMvqVJd"><img src="https://i.imgur.com/iMvqVJd.jpg" title="source: imgur.com" alt="pic of me" /></a>*/ body { background-color: #848484; } html{ scroll-behavior: smooth; } h1 { font-...
style.css
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@300;400;600;700&display=swap"); /*<a href="https://imgur.com/iMvqVJd"><img src="https://i.imgur.com/iMvqVJd.jpg" title="source: imgur.com" alt="pic of me" /></a>*/ body { background-color: #848484; } html{ scroll-behavior: smooth; } h1 { font-...
0.22465
0.115162
BODY { /* main_body */ background:#FFFFFF; color:#000000; } A { /* default link */ text-decoration:underline; color:#08215A; } TABLE.NB { /* navbar table */ width:100%; } TABLE.NB TD { /* navbar table text */ font-family:sans-serif; background:#BBCCCC; padding:0; border:outset; font-weight:bo...
pacoblaze/pacoblaze/v2html.css
BODY { /* main_body */ background:#FFFFFF; color:#000000; } A { /* default link */ text-decoration:underline; color:#08215A; } TABLE.NB { /* navbar table */ width:100%; } TABLE.NB TD { /* navbar table text */ font-family:sans-serif; background:#BBCCCC; padding:0; border:outset; font-weight:bo...
0.183155
0.037679
@import url('https://fonts.googleapis.com/css?family=Architects+Daughter|Inknut+Antiqua|Inknut+Antiqua:700&display=swap'); /* General Styling */ .sheet-bold { font-weight: bold; } .sheet-italic { font-style: italic; } .sheet-center { text-align: center; } .sheet-hidden { display: none; } .sheet-font-sm...
Torchbearer 2E/torchbearer.css
@import url('https://fonts.googleapis.com/css?family=Architects+Daughter|Inknut+Antiqua|Inknut+Antiqua:700&display=swap'); /* General Styling */ .sheet-bold { font-weight: bold; } .sheet-italic { font-style: italic; } .sheet-center { text-align: center; } .sheet-hidden { display: none; } .sheet-font-sm...
0.436862
0.184217
.v-h { visibility: hidden; } .v-v { visibility: visible; } .d-n { display: none; } .d-i { display: inline; } .d-b { display: block; } .d-ib { display: inline-block; } .d-f { display: flex; } .d-g { display: grid; } .d-li { display: list-item; } .d-t { display: table; } .d-itb { display: ...
pc/new_1706hd/css/emmet-px.css
.v-h { visibility: hidden; } .v-v { visibility: visible; } .d-n { display: none; } .d-i { display: inline; } .d-b { display: block; } .d-ib { display: inline-block; } .d-f { display: flex; } .d-g { display: grid; } .d-li { display: list-item; } .d-t { display: table; } .d-itb { display: ...
0.619701
0.153011