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
@charset "utf-8"; /* New Perspectives on HTML5 and CSS3, 7th Edition Tutorial 4 Case Problem 4 Browyer Realty Layout Styles Author: <NAME> & <NAME> Date: Oct. 30, 2018 Filename: br_styles.css */ /* Structural Styles */ div, header, h1, h2, nav, p, img, section, article, footer { display: ...
Work/html04/html04/case4/br_styles.css
@charset "utf-8"; /* New Perspectives on HTML5 and CSS3, 7th Edition Tutorial 4 Case Problem 4 Browyer Realty Layout Styles Author: <NAME> & <NAME> Date: Oct. 30, 2018 Filename: br_styles.css */ /* Structural Styles */ div, header, h1, h2, nav, p, img, section, article, footer { display: ...
0.367384
0.116136
@charset "utf-8"; /* CSS Document */ .preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999999; background: #000; overflow:hidden; } .preloader > .logo-preload{ position: relative; margin:21% auto; width: 100px; clear:both; } .preloader > .logo-preload...
css/style.css
@charset "utf-8"; /* CSS Document */ .preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 999999; background: #000; overflow:hidden; } .preloader > .logo-preload{ position: relative; margin:21% auto; width: 100px; clear:both; } .preloader > .logo-preload...
0.228156
0.039788
body { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; font-family: Rubik, sans-serif; color: #4d4d4d; font-size: 14p...
webflow/static/webflow/css/municipalmoney.css
body { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; font-family: Rubik, sans-serif; color: #4d4d4d; font-size: 14p...
0.281603
0.045395
.main_page { background: #43af4d url(../img/bg_main.png) no-repeat center / 100% 100%; } button:hover { cursor: pointer; } .header { min-height: 220px; background: rgba( 41, 231, 59, 0.95); } .logo { min-height: 220px; width: 100%; background: url(../img/logo.png) no-repeat center / 60% 60%;...
client/src/assets/css/style.css
.main_page { background: #43af4d url(../img/bg_main.png) no-repeat center / 100% 100%; } button:hover { cursor: pointer; } .header { min-height: 220px; background: rgba( 41, 231, 59, 0.95); } .logo { min-height: 220px; width: 100%; background: url(../img/logo.png) no-repeat center / 60% 60%;...
0.35421
0.077797
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500&display=swap'); *{ margin: 0; border: 0; box-sizing: border-box; font-family: 'Poppins'; } body, html, .container { height: 100%; background: #f5f5f5; } header { width: 100%; height: 50px; backgroun...
styles/home.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500&display=swap'); *{ margin: 0; border: 0; box-sizing: border-box; font-family: 'Poppins'; } body, html, .container { height: 100%; background: #f5f5f5; } header { width: 100%; height: 50px; backgroun...
0.38122
0.089375
@font-face{ font-family: 'Vollkorn'; font-weight: 500; font-style: normal; font-stretch: normal; src: url('/fonts/vollkorn/Vollkorn-Regular.woff2') format('woff2'), url('/fonts/vollkorn/Vollkorn-Regular.woff') format('woff'), url('/fonts/vollkorn/Vollkorn-Regular.otf') format('open...
assets/css/fonts/vollkorn.css
@font-face{ font-family: 'Vollkorn'; font-weight: 500; font-style: normal; font-stretch: normal; src: url('/fonts/vollkorn/Vollkorn-Regular.woff2') format('woff2'), url('/fonts/vollkorn/Vollkorn-Regular.woff') format('woff'), url('/fonts/vollkorn/Vollkorn-Regular.otf') format('open...
0.218586
0.034782
.workflow-list-title { height: 58px; background: rgba(245, 245, 250, 1); box-shadow: -2px 0 2px #888; overflow: hidden; /* border-bottom: 1px dotted rgba(235, 235, 245, 1); */ } .workflow-list-title>h2 { font-size: 18px; font-family: MicrosoftYaHei; font-weight: 400; color: rgba(51,...
src/app/routes/workflow/pages/template-type/template-type.component.css
.workflow-list-title { height: 58px; background: rgba(245, 245, 250, 1); box-shadow: -2px 0 2px #888; overflow: hidden; /* border-bottom: 1px dotted rgba(235, 235, 245, 1); */ } .workflow-list-title>h2 { font-size: 18px; font-family: MicrosoftYaHei; font-weight: 400; color: rgba(51,...
0.568895
0.125574
.acorn-player.access { float: none; position: relative; overflow: hidden; font-family: Arial, Helvetica, sans-serif; } /* <video> element */ .acorn-player.access video { float: left; clear: both; background-color: #000; } /* Player Controls */ .acorn-player.access .acorn-controls { position: re...
acornmediaplayer/acorn.access.css
.acorn-player.access { float: none; position: relative; overflow: hidden; font-family: Arial, Helvetica, sans-serif; } /* <video> element */ .acorn-player.access video { float: left; clear: both; background-color: #000; } /* Player Controls */ .acorn-player.access .acorn-controls { position: re...
0.238107
0.039343
html { font-size: 100%; height: 100%; margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears */ } body { font-family: Arial, Helvetica, sans-serif; color: #555; backgrou...
public/static/static/h-ui.admin/css/login.css
html { font-size: 100%; height: 100%; margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears */ } body { font-family: Arial, Helvetica, sans-serif; color: #555; backgrou...
0.26341
0.081593
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side { background-color: #242338 !important; } .skin-blue .sidebar-menu>li.header { background-color: #1e1d2d !important; color: #fbfbfb; } .skin-blue .sidebar-menu>li.active>a { border-left-color: #7289da !important; background-color...
1.1.3/Twilight/Admin.css
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side { background-color: #242338 !important; } .skin-blue .sidebar-menu>li.header { background-color: #1e1d2d !important; color: #fbfbfb; } .skin-blue .sidebar-menu>li.active>a { border-left-color: #7289da !important; background-color...
0.205336
0.077378
.clearfix:after { display: block; content: ''; height: 0; width: 100%; clear: both; } * { border: 0; list-style: none; margin: 0; padding: 0; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-margin-before: 0px; -webkit-marg...
build/style/cuisinart.css
.clearfix:after { display: block; content: ''; height: 0; width: 100%; clear: both; } * { border: 0; list-style: none; margin: 0; padding: 0; text-decoration: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-margin-before: 0px; -webkit-marg...
0.207455
0.067639
.song{ height:64px; width:100%; min-width: 450px; padding: 9px 0px; border: none; background-color: transparent; } @media screen and (min-width: 1430px) { .song { min-width: 950px; } } @media screen and (min-width: 1350px) and (max-width: 1430px){ .song { min-wid...
oudfrontend/src/components/commonComponents/song/song.css
.song{ height:64px; width:100%; min-width: 450px; padding: 9px 0px; border: none; background-color: transparent; } @media screen and (min-width: 1430px) { .song { min-width: 950px; } } @media screen and (min-width: 1350px) and (max-width: 1430px){ .song { min-wid...
0.173148
0.088741
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed); * { box-sizing: border-box; } body { background: #f0f0f0; line-height: normal; font-size: 16px; overflow-Y: scroll; font-family: 'Roboto Condensed', "Helvetica Neue",Helvetica,Arial,sans-serif; -webkit-font-smoothing: antialiased !important; } a, a...
css/testing.css
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed); * { box-sizing: border-box; } body { background: #f0f0f0; line-height: normal; font-size: 16px; overflow-Y: scroll; font-family: 'Roboto Condensed', "Helvetica Neue",Helvetica,Arial,sans-serif; -webkit-font-smoothing: antialiased !important; } a, a...
0.319546
0.068569
@-moz-document domain(youtube.com) { /* Hiệu ứng trong suốt */ :not(.ytp-play-progress) {background-color:transparent!important} /* Nền */ html {background:url(http://i.imgur.com/Flan7Yr.jpg) fixed!important; background-size:100% 100%!important} /* Hạ độ sáng nền */ html:after {content:"";p...
data/usercss/127719.user.css
@-moz-document domain(youtube.com) { /* Hiệu ứng trong suốt */ :not(.ytp-play-progress) {background-color:transparent!important} /* Nền */ html {background:url(http://i.imgur.com/Flan7Yr.jpg) fixed!important; background-size:100% 100%!important} /* Hạ độ sáng nền */ html:after {content:"";p...
0.212968
0.103749
.calendar-container { display: flex; flex-direction: column; align-items: center; color: #222; padding: 0 10px 10px 10px; margin: auto; max-width: var(--max-content-width); } .calendar-header { width: 100%; position: relative; } .calendar-header__year { margin: 10px 0 0 0; font-size: 18px; fon...
packages/app/src/components/Calendar/styles.css
.calendar-container { display: flex; flex-direction: column; align-items: center; color: #222; padding: 0 10px 10px 10px; margin: auto; max-width: var(--max-content-width); } .calendar-header { width: 100%; position: relative; } .calendar-header__year { margin: 10px 0 0 0; font-size: 18px; fon...
0.531453
0.071203
.display-inline{display:inline} .display-inlineBlock{display:inline-block} .display-block{display:block} .display-none{display:none} .opacity-0p{opacity:0} .opacity-25p{opacity:0.25} .opacity-50p{opacity:0.5} .opacity-60p{opacity:0.6} .opacity-75p{opacity:0.75} .opacity-100p{opacity:1} .overflow-hidden{overflow:hidden}...
src/styles/utilities.css
.display-inline{display:inline} .display-inlineBlock{display:inline-block} .display-block{display:block} .display-none{display:none} .opacity-0p{opacity:0} .opacity-25p{opacity:0.25} .opacity-50p{opacity:0.5} .opacity-60p{opacity:0.6} .opacity-75p{opacity:0.75} .opacity-100p{opacity:1} .overflow-hidden{overflow:hidden}...
0.608827
0.093761
.displayLeft{ padding:10px; text-align:center; border-radius:50px; margin: 10px 10px; box-shadow:0px 0px 20px 10px #dedede; padding:10px; } .hidden { display: none; } .spotify{ display:none; margin-top:50px; border-radius:50px; box-shadow:0px 0px 20px 10px #dedede; padding:20px; }...
public/styles/modules.css
.displayLeft{ padding:10px; text-align:center; border-radius:50px; margin: 10px 10px; box-shadow:0px 0px 20px 10px #dedede; padding:10px; } .hidden { display: none; } .spotify{ display:none; margin-top:50px; border-radius:50px; box-shadow:0px 0px 20px 10px #dedede; padding:20px; }...
0.238196
0.1015
.b-typo pre.hljs-code-container code.hljs { display: block; overflow-x: auto; padding: 0.5em; background: #002b36; color: #839496; } .b-typo pre.hljs-code-container code.hljs .hljs-comment, .b-typo pre.hljs-code-container code.hljs .hljs-quote { color: #586e75; } /* Solarized Green */ .b-typo pre.hljs-cod...
src/static/vendor/highlightjs/styles/solarized-dark.css
.b-typo pre.hljs-code-container code.hljs { display: block; overflow-x: auto; padding: 0.5em; background: #002b36; color: #839496; } .b-typo pre.hljs-code-container code.hljs .hljs-comment, .b-typo pre.hljs-code-container code.hljs .hljs-quote { color: #586e75; } /* Solarized Green */ .b-typo pre.hljs-cod...
0.290578
0.145479
html, body { height: 100%; width: 100%; } body { font-family: 'Merriweather', 'Helvetica Neue','Microsoft YaHei UI','微软雅黑', Arial, sans-serif; } hr { border-color: #F05F40; border-width: 3px; max-width: 50px; } hr.light { border-color: white; } a { -webkit-transition: all 0.35s; -moz...
assets/css/style.css
html, body { height: 100%; width: 100%; } body { font-family: 'Merriweather', 'Helvetica Neue','Microsoft YaHei UI','微软雅黑', Arial, sans-serif; } hr { border-color: #F05F40; border-width: 3px; max-width: 50px; } hr.light { border-color: white; } a { -webkit-transition: all 0.35s; -moz...
0.298798
0.059156
.mediaViewInfo { --web-view-name: Web 1920 – 1; --web-view-id: Web_1920__1; --web-scale-on-resize: true; --web-enable-deep-linking: true; } :root { --web-view-ids: Web_1920__1; } * { margin: 0; padding: 0; box-sizing: border-box; border: none; } #Web_1920__1 { position: absolute; width: 1920px; ...
src/index.css
.mediaViewInfo { --web-view-name: Web 1920 – 1; --web-view-id: Web_1920__1; --web-scale-on-resize: true; --web-enable-deep-linking: true; } :root { --web-view-ids: Web_1920__1; } * { margin: 0; padding: 0; box-sizing: border-box; border: none; } #Web_1920__1 { position: absolute; width: 1920px; ...
0.529263
0.058615
.contenedor_padre{ margin: 2em 4em ; background: rgba(254, 205, 7, 0.19); } ._titulo_{ text-align: center; } .contenedor_seccion7{ display: grid; grid-template-columns: 240px 20px 290px 240px 20px 290px; } .col_3_aux{ display: flex; flex-direction: column; margin-left: 2em; margin-...
public/css/seccion7.css
.contenedor_padre{ margin: 2em 4em ; background: rgba(254, 205, 7, 0.19); } ._titulo_{ text-align: center; } .contenedor_seccion7{ display: grid; grid-template-columns: 240px 20px 290px 240px 20px 290px; } .col_3_aux{ display: flex; flex-direction: column; margin-left: 2em; margin-...
0.521227
0.220059
.header { width: 1230px; margin: 0 auto; height: 96px; } .header > #mallLogo { float: left; padding-top: 28px; width: 280px; height: 64px; line-height: 64px; position: relative; } #mallLogo > a { position: relative; display: block; width: 190px; height: 30px; ov...
src/main/webapp/res/css/fore/fore_orderSuccessPage.css
.header { width: 1230px; margin: 0 auto; height: 96px; } .header > #mallLogo { float: left; padding-top: 28px; width: 280px; height: 64px; line-height: 64px; position: relative; } #mallLogo > a { position: relative; display: block; width: 190px; height: 30px; ov...
0.446977
0.125199
.centerAligned tr th, .centerAligned tr td { text-align: center } .centerAlign { width: auto } .splitBox2 { float: left; width: 100% } * { box-sizing: border-box; } .rowA { display: -ms-flexbox; /* IE10 */ display: flex; -ms-flex-wrap: wrap; /* IE10 */ flex-wrap: wrap; margin: 0 -16px; } .col...
myStyle.css
.centerAligned tr th, .centerAligned tr td { text-align: center } .centerAlign { width: auto } .splitBox2 { float: left; width: 100% } * { box-sizing: border-box; } .rowA { display: -ms-flexbox; /* IE10 */ display: flex; -ms-flex-wrap: wrap; /* IE10 */ flex-wrap: wrap; margin: 0 -16px; } .col...
0.330471
0.128607
@charset "UTF-8"; /* type */ /* colors */ /* responsive media queries */ @media (min-width: 768px) { .id7-right-border { background-image: url("/static-files/images/rhsborder-greyshafts.jpg"); } } @media (min-width: 768px) { .id7-left-border { background-image: url("/static-files/images/lhsborder-greyshaft...
static/css/site.css
@charset "UTF-8"; /* type */ /* colors */ /* responsive media queries */ @media (min-width: 768px) { .id7-right-border { background-image: url("/static-files/images/rhsborder-greyshafts.jpg"); } } @media (min-width: 768px) { .id7-left-border { background-image: url("/static-files/images/lhsborder-greyshaft...
0.277179
0.05199
display: none; cursor: nwse-resize; margin: 2px; width: 50px; height: 50px; position: fixed; right: 0; bottom: 0; background: linear-gradient(-45deg, #fff, #fff 9%, #797979 9%, #797979 12%, #fff 12%, #fff 15%, #797979 15%, #797979 18%, #fff 18%, #fff 21%, #797979 21%, #797979 24%, #fff 24%) } td.dropd...
css/style.css
display: none; cursor: nwse-resize; margin: 2px; width: 50px; height: 50px; position: fixed; right: 0; bottom: 0; background: linear-gradient(-45deg, #fff, #fff 9%, #797979 9%, #797979 12%, #fff 12%, #fff 15%, #797979 15%, #797979 18%, #fff 18%, #fff 21%, #797979 21%, #797979 24%, #fff 24%) } td.dropd...
0.31237
0.05087
body { background: #fafafa; color: #333333; height: 100vh; display: flex; flex-direction: column; margin: 0; } h1, h2, h3, h4, h5, h6 { color: #444444; } ul { margin: 0; } .bg-steel { background-color: rgba(21, 64, 193, 0.84); } .content-section { background: #ffffff; pad...
web-tier/beats/static/beats/css/main.css
body { background: #fafafa; color: #333333; height: 100vh; display: flex; flex-direction: column; margin: 0; } h1, h2, h3, h4, h5, h6 { color: #444444; } ul { margin: 0; } .bg-steel { background-color: rgba(21, 64, 193, 0.84); } .content-section { background: #ffffff; pad...
0.512937
0.087876
@import url("bootstrap.css"); /* .................................... */ .preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #4684ee; z-index: 999999; height: 100%; width: 100%; overflow: hidden !important; } .status { width: 512px; h...
css/styles.css
@import url("bootstrap.css"); /* .................................... */ .preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #4684ee; z-index: 999999; height: 100%; width: 100%; overflow: hidden !important; } .status { width: 512px; h...
0.371707
0.098425
@-moz-document url("http://www.allmystery.de/"), url("https://www.allmystery.de/"), url-prefix("http://www.allmystery.de/themen"), url-prefix("https://www.allmystery.de/themen"), url-prefix("http://www.allmystery.de/ena/"), url-prefix("https://www.allmystery.de/ena/"), url-prefix("http://www.allmystery.de/art...
data/usercss/97178.user.css
@-moz-document url("http://www.allmystery.de/"), url("https://www.allmystery.de/"), url-prefix("http://www.allmystery.de/themen"), url-prefix("https://www.allmystery.de/themen"), url-prefix("http://www.allmystery.de/ena/"), url-prefix("https://www.allmystery.de/ena/"), url-prefix("http://www.allmystery.de/art...
0.268078
0.16228
.collapsible { background-color:transparent; color: #111857; font-weight: bold; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; } .active, .collapsible:hover { background-color: rgb(255, 255, 255, 0.5); } .content { padding: 0 18px; ...
static/css/style.css
.collapsible { background-color:transparent; color: #111857; font-weight: bold; cursor: pointer; padding: 18px; width: 100%; border: none; text-align: left; outline: none; font-size: 15px; } .active, .collapsible:hover { background-color: rgb(255, 255, 255, 0.5); } .content { padding: 0 18px; ...
0.491456
0.125012
.SchedulePage { width: 100%; min-height: 100vh; padding: 30px 14px 100px; background: #fffbf7; overflow: hidden; } .SchedulePage-wrapper { max-width: 1148px; margin: 0 auto; } .SchedulePage-backLink { display: flex; align-items: center; margin-bottom: 30px; font-family: 'goudy-old-style'; ...
src/components/SchedulePage/index.css
.SchedulePage { width: 100%; min-height: 100vh; padding: 30px 14px 100px; background: #fffbf7; overflow: hidden; } .SchedulePage-wrapper { max-width: 1148px; margin: 0 auto; } .SchedulePage-backLink { display: flex; align-items: center; margin-bottom: 30px; font-family: 'goudy-old-style'; ...
0.606032
0.071819
font-family: Verdana, Geneva, sans-serif; color: #3d240b; text-align: center; line-height: 20px; font-size: 14px; } #page .roxo { color: #514aa3; } #page a:hover, #page a:visited, #page a:link, #page a:active { text-decoration: none; } #page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {...
style.css
font-family: Verdana, Geneva, sans-serif; color: #3d240b; text-align: center; line-height: 20px; font-size: 14px; } #page .roxo { color: #514aa3; } #page a:hover, #page a:visited, #page a:link, #page a:active { text-decoration: none; } #page h1, #page h2, #page h3, #page h4, #page h5, #page h6 {...
0.268462
0.071982
._qbf-compact { font-family: Arial, Helvetica, sans-serif; font-size:11pt; display: grid; grid-template-columns: auto 1fr; color: #454f54; flex-basis: 100%; } ._qbf-compact_fieldLabel { display: flex; } ._qbf-compact_label { flex-basis: 100%; vertical-align: top; padding-right: 8px; color: #4763...
css/QbForm-compact.css
._qbf-compact { font-family: Arial, Helvetica, sans-serif; font-size:11pt; display: grid; grid-template-columns: auto 1fr; color: #454f54; flex-basis: 100%; } ._qbf-compact_fieldLabel { display: flex; } ._qbf-compact_label { flex-basis: 100%; vertical-align: top; padding-right: 8px; color: #4763...
0.496094
0.068444
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap'); body { margin: 0; font-family: 'Rajdhani', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #202047; color: #FFFFFF; } .container90 { wid...
frontend/src/App.css
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap'); body { margin: 0; font-family: 'Rajdhani', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #202047; color: #FFFFFF; } .container90 { wid...
0.44071
0.071203
* { margin: 0; padding: 0; } body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: cent...
style.css
* { margin: 0; padding: 0; } body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: cent...
0.301465
0.052765
@import './default-config.css'; @import 'config.css'; .bold { font-weight: bold; } .lighColor { color: var(--ut-front-react-standardPaginationLightColor); } .wrap { display: flex; } .wrap > div { height: 23px; } .wrap > div > div { line-height: 21px; } .pageSwitherWrap { z-index: 10; ov...
components/AdvancedPagination/styles.css
@import './default-config.css'; @import 'config.css'; .bold { font-weight: bold; } .lighColor { color: var(--ut-front-react-standardPaginationLightColor); } .wrap { display: flex; } .wrap > div { height: 23px; } .wrap > div > div { line-height: 21px; } .pageSwitherWrap { z-index: 10; ov...
0.304248
0.05455
.page { display: flex; align-items: flex-start; flex-direction: column; } .wrapper-inner { display: flex; position: relative; align-items: center; flex-direction: column; width: 192vw; height: 60.53vw; } .main { display: flex; position: relative; align-items...
Search Page/Vue/index.css
.page { display: flex; align-items: flex-start; flex-direction: column; } .wrapper-inner { display: flex; position: relative; align-items: center; flex-direction: column; width: 192vw; height: 60.53vw; } .main { display: flex; position: relative; align-items...
0.53777
0.092811
* { margin: 0; padding: 0; } body { background: whitesmoke; color: #000; font-family: "Roboto", sans-serif; } .contenedor { width: 100%; max-width: 1920 px; /* margin: 20px auto;*/ display: grid; /*grid-gap: 10px;*/ grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, auto); ...
public/css/responsive.css
* { margin: 0; padding: 0; } body { background: whitesmoke; color: #000; font-family: "Roboto", sans-serif; } .contenedor { width: 100%; max-width: 1920 px; /* margin: 20px auto;*/ display: grid; /*grid-gap: 10px;*/ grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, auto); ...
0.336549
0.113973
body {margin:0;font-family:Arial} .topnav { overflow: hidden; background-color: #7ea2e2; } .topnav a { float: left; display: block; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .topnav .icon { display: none; } .dropdown { float: left; ov...
Header_and_Footer/style.css
body {margin:0;font-family:Arial} .topnav { overflow: hidden; background-color: #7ea2e2; } .topnav a { float: left; display: block; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .topnav .icon { display: none; } .dropdown { float: left; ov...
0.289071
0.065695
.viewer-zoom-in, .viewer-zoom-out, .viewer-one-to-one, .viewer-reset, .viewer-prev, .viewer-play, .viewer-next, .viewer-rotate-left, .viewer-rotate-right, .viewer-flip-horizontal, .viewer-flip-vertical, .viewer-fullscreen, .viewer-fullscreen-exit, .viewer-close { font-size: 0; line-height: 0; display: block; wi...
style/viewer.css
.viewer-zoom-in, .viewer-zoom-out, .viewer-one-to-one, .viewer-reset, .viewer-prev, .viewer-play, .viewer-next, .viewer-rotate-left, .viewer-rotate-right, .viewer-flip-horizontal, .viewer-flip-vertical, .viewer-fullscreen, .viewer-fullscreen-exit, .viewer-close { font-size: 0; line-height: 0; display: block; wi...
0.460774
0.080141
.cntnr_scroll_horizontal_item { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ display: flex; flex-flow: row nowrap; overflow-x: scroll; width: 100%; } .cntnr_scroll_horizontal_item:hover { -webkit-animation-play-state: paused; } @-webkit-key...
css/index.css
.cntnr_scroll_horizontal_item { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ display: flex; flex-flow: row nowrap; overflow-x: scroll; width: 100%; } .cntnr_scroll_horizontal_item:hover { -webkit-animation-play-state: paused; } @-webkit-key...
0.340595
0.086748
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Rampart+One&display=swap'); :root { --color0:#bccffd; --color1:#A7D5F2; --color2:#1C7FA6; --color3:#024059; --color4:#0D0D0D; --font-norma...
desafios/invensoes/estilo/style.css
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Rampart+One&display=swap'); :root { --color0:#bccffd; --color1:#A7D5F2; --color2:#1C7FA6; --color3:#024059; --color4:#0D0D0D; --font-norma...
0.376967
0.159643
@charset "utf-8"; #container{ position: relative; background: url(../img/news/bg2.png) left bottom no-repeat , url(../img/news/bg.jpg) right no-repeat; background-size: 450px , cover; min-height: 100vh; } #subMenu{ position: absolute; left: 150px; } #subMenu li{ list-style-type: none; backgrou...
css/news.css
@charset "utf-8"; #container{ position: relative; background: url(../img/news/bg2.png) left bottom no-repeat , url(../img/news/bg.jpg) right no-repeat; background-size: 450px , cover; min-height: 100vh; } #subMenu{ position: absolute; left: 150px; } #subMenu li{ list-style-type: none; backgrou...
0.155046
0.044953
.filemanager{ color: #000; font-family: arial; font-size: 14px; margin-bottom: 20px; background-color: #fff; padding-bottom: 15px; } .filemanager .navbar { background-color: #fff; border: 0 none; margin: 0; padding: 10px 0 0; } .filemanager .form-control { color:...
src/css/main.css
.filemanager{ color: #000; font-family: arial; font-size: 14px; margin-bottom: 20px; background-color: #fff; padding-bottom: 15px; } .filemanager .navbar { background-color: #fff; border: 0 none; margin: 0; padding: 10px 0 0; } .filemanager .form-control { color:...
0.311741
0.043978
.logo { color: #ff5722; font-size: 2rem; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } .post { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } .post { margin-bottom: 1rem; } h1 { font-size: 2rem; ...
static/sitefiles/css/main.css
.logo { color: #ff5722; font-size: 2rem; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } .post { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; } .post { margin-bottom: 1rem; } h1 { font-size: 2rem; ...
0.40439
0.136983
body { font-size: 1em; } h2, h3, h4, h5, h6 { text-decoration: underline; } fieldset { margin: 0 0.7em 0.7em 0; } legend { padding: 5px 10px; font-weight: bold; font-size: 1.1em; } table { margin: 0 auto; width: 95%; border: 1px solid var(--vscode-dropdown-border); } table>tbody...
resources/styles/webviewStyles.css
body { font-size: 1em; } h2, h3, h4, h5, h6 { text-decoration: underline; } fieldset { margin: 0 0.7em 0.7em 0; } legend { padding: 5px 10px; font-weight: bold; font-size: 1.1em; } table { margin: 0 auto; width: 95%; border: 1px solid var(--vscode-dropdown-border); } table>tbody...
0.624064
0.169956
@import url("fonts.css"); /* Header */ #header{ width:100%; background:#000; background:rgba(0, 0, 0, 0.8); padding:5px 0; letter-spacing:1px; margin-bottom:20px; position:fixed; top:0; left:0; z-index:99; height:70px; } #header h1{ padding:0 20px; margin:5px 0; text-shadow:2px 1px 1px #333, 2px 2px 1px #888; color:#E...
static_files/css/styles.css
@import url("fonts.css"); /* Header */ #header{ width:100%; background:#000; background:rgba(0, 0, 0, 0.8); padding:5px 0; letter-spacing:1px; margin-bottom:20px; position:fixed; top:0; left:0; z-index:99; height:70px; } #header h1{ padding:0 20px; margin:5px 0; text-shadow:2px 1px 1px #333, 2px 2px 1px #888; color:#E...
0.325949
0.056444
* { box-sizing: border-box; } .container { max-width: 1000px; margin: 0 auto; padding: 0 20px; height: auto; } img { width: 100%; height: auto; } .sketch-row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 2rem; -ms-flex-pack: center; justi...
css/site.css
* { box-sizing: border-box; } .container { max-width: 1000px; margin: 0 auto; padding: 0 20px; height: auto; } img { width: 100%; height: auto; } .sketch-row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 2rem; -ms-flex-pack: center; justi...
0.475605
0.078148
/*************************** * Register Items ****************************/ /*************************** * Register Right Bar ****************************/ /*************************** * Register Summary Right Bar ****************************/ .avatar-fix{ width: 60%; } .register .register-box { bac...
assets/css/style.css
/*************************** * Register Items ****************************/ /*************************** * Register Right Bar ****************************/ /*************************** * Register Summary Right Bar ****************************/ .avatar-fix{ width: 60%; } .register .register-box { bac...
0.319758
0.047404
/**Div containing the color of the stars */ .jRatingAverage { background-color:#f62929; position:relative; top:0; left:0; z-index:2; height:100%; } .jRatingColor { background-color:#ff0; /* bgcolor of the stars*/ position:relative; top:0; left:0; z-index:2; height:100%; } /** Div containing the stars **/ ...
public/css/jRating.jquery.css
/**Div containing the color of the stars */ .jRatingAverage { background-color:#f62929; position:relative; top:0; left:0; z-index:2; height:100%; } .jRatingColor { background-color:#ff0; /* bgcolor of the stars*/ position:relative; top:0; left:0; z-index:2; height:100%; } /** Div containing the stars **/ ...
0.646014
0.122052
html{ height: 100%; } body{ height: 100%; font-size: 20px; } table{ text-align: center; } thead{ background-color: #34495e; color: white; font-size:30px; } tbody>tr{ height:30px; } textarea{ padding: 5px 11px 5px 11px; } /* tbody>tr:hover{ background-color: #1abc9c; color: ...
index.css
html{ height: 100%; } body{ height: 100%; font-size: 20px; } table{ text-align: center; } thead{ background-color: #34495e; color: white; font-size:30px; } tbody>tr{ height:30px; } textarea{ padding: 5px 11px 5px 11px; } /* tbody>tr:hover{ background-color: #1abc9c; color: ...
0.475849
0.084871
@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Open Sans", sans-serif; } a { text-decoration: none; color: black; } main { background-image: url(/images/fondo-pag-speciali.jpg?06a79f19fbb4489a17e2dff6...
public/css/app.css
@import url(https://fonts.googleapis.com/css?family=Open+Sans&display=swap);* { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: "Open Sans", sans-serif; } a { text-decoration: none; color: black; } main { background-image: url(/images/fondo-pag-speciali.jpg?06a79f19fbb4489a17e2dff6...
0.429429
0.089853
*{margin:0;padding:0;} .all{ background: #f8f8ff; } .top{ width: 1350px; height: 175px; position: relative; margin: 0 auto; } .head{ width: 100%; top:0px; background: #e8e8e8; height: 30px; } .head ul li{ list-style:none; font-size: 15px; } .head1,.head2,.head3,.head4,.head5,.head6{ margin...
jingdongPage.css
*{margin:0;padding:0;} .all{ background: #f8f8ff; } .top{ width: 1350px; height: 175px; position: relative; margin: 0 auto; } .head{ width: 100%; top:0px; background: #e8e8e8; height: 30px; } .head ul li{ list-style:none; font-size: 15px; } .head1,.head2,.head3,.head4,.head5,.head6{ margin...
0.401219
0.059949
/* 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. */ body { background-color: #c6c6c6; } .navbar-nav { font-size: 18pt; } .navbar-brand { margin-left: 20px; } /* Pro...
CWBFightClub/CWBFightClub/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. */ body { background-color: #c6c6c6; } .navbar-nav { font-size: 18pt; } .navbar-brand { margin-left: 20px; } /* Pro...
0.612889
0.105995
.radio-custom, .checkbox-custom{margin-left: -20px} .radio-custom input[type=radio], .checkbox-custom input[type=checkbox]{position: absolute;left: -9999em;} .radio-custom > i:before, .checkbox-custom > i:before{font-size: 1.333em;vertical-align: -10%;margin-left:0;margin-right: 4px;color: #ddd} .radio-custom > i.check...
public/css/plugin.css
.radio-custom, .checkbox-custom{margin-left: -20px} .radio-custom input[type=radio], .checkbox-custom input[type=checkbox]{position: absolute;left: -9999em;} .radio-custom > i:before, .checkbox-custom > i:before{font-size: 1.333em;vertical-align: -10%;margin-left:0;margin-right: 4px;color: #ddd} .radio-custom > i.check...
0.362179
0.062847
html, body, :host { width: 100%; height: 100%; margin: 0; padding: 0; display: block; box-sizing:border-box; } :host { background-size: cover; background-position: center; background-repeat: no-repeat; background: url(/resources/images/shining_force_bg.jpg); } html, bo...
src/ui/worlds/RpgGame/index.css
html, body, :host { width: 100%; height: 100%; margin: 0; padding: 0; display: block; box-sizing:border-box; } :host { background-size: cover; background-position: center; background-repeat: no-repeat; background: url(/resources/images/shining_force_bg.jpg); } html, bo...
0.520496
0.107625
@font-face { font-family: 'smart4ds'; src: url('../fonts/ar-fonts/smart4ds.eot'); src: url('../fonts/ar-fonts/smart4ds.eot?#iefix') format('embedded-opentype'), url('../fonts/ar-fonts/smart4ds.woff') format('woff'), url('../fonts/ar-fonts/smart4ds.ttf') format('truetype'); font-weight: normal; font-...
public/frontEnd/css/rtl.css
@font-face { font-family: 'smart4ds'; src: url('../fonts/ar-fonts/smart4ds.eot'); src: url('../fonts/ar-fonts/smart4ds.eot?#iefix') format('embedded-opentype'), url('../fonts/ar-fonts/smart4ds.woff') format('woff'), url('../fonts/ar-fonts/smart4ds.ttf') format('truetype'); font-weight: normal; font-...
0.396419
0.050705
@font-face { font-family: Darker Grotesque; src: url('../font/DarkerGrotesque-ExtraBold.ttf'); font-weight: 800; } @font-face { font-family: Darker Grotesque; src: url('../font/DarkerGrotesque-Bold.ttf'); font-weight: 700; } @font-face { font-family: Darker Grotesque; src: url('../font/DarkerGrotesque...
assets/css/showcase-fall-2020.css
@font-face { font-family: Darker Grotesque; src: url('../font/DarkerGrotesque-ExtraBold.ttf'); font-weight: 800; } @font-face { font-family: Darker Grotesque; src: url('../font/DarkerGrotesque-Bold.ttf'); font-weight: 700; } @font-face { font-family: Darker Grotesque; src: url('../font/DarkerGrotesque...
0.253214
0.081119
text-align: left; } #menu { background: #3598dc; } #menu > ul > li:hover > a { color: #fff; background: #f8941d; } .box-product .sales_price { display: block; margin: 5px 0 0 0; padding: 0 8px; color: #555555; font-style: italic; font-size: 11px; } .product-info .price-old, .product...
public/frontend/css/custom.css
text-align: left; } #menu { background: #3598dc; } #menu > ul > li:hover > a { color: #fff; background: #f8941d; } .box-product .sales_price { display: block; margin: 5px 0 0 0; padding: 0 8px; color: #555555; font-style: italic; font-size: 11px; } .product-info .price-old, .product...
0.233706
0.05279
.comparison { display: grid; grid-template-columns: repeat(2, 1fr); background-color: #2e2e2e; min-height: 60vh; } .comparisonSection { display: flex; flex-direction: column; align-items: center; justify-content: center; } .comparisonSection h2 { color: #fff; font-weight: 700; font-size: 3rem; ...
styles/SuccessNotFailure.module.css
.comparison { display: grid; grid-template-columns: repeat(2, 1fr); background-color: #2e2e2e; min-height: 60vh; } .comparisonSection { display: flex; flex-direction: column; align-items: center; justify-content: center; } .comparisonSection h2 { color: #fff; font-weight: 700; font-size: 3rem; ...
0.497559
0.226837
@import '../../../assets/styles/includes/variables.css'; @import '../../../assets/styles/includes/breakpoints.css'; @import '../../../assets/styles/includes/grid.css'; @import '../../../assets/styles/includes/typography.css'; .wrapper { background-color: var(--color-background-green-gray); display: flex; flex-di...
src/components/structural/footer/footer.module.css
@import '../../../assets/styles/includes/variables.css'; @import '../../../assets/styles/includes/breakpoints.css'; @import '../../../assets/styles/includes/grid.css'; @import '../../../assets/styles/includes/typography.css'; .wrapper { background-color: var(--color-background-green-gray); display: flex; flex-di...
0.477311
0.064329
.world-screen .active-contract-panel-module { top: 0; right: 0; width: 100%; position: absolute; pointer-events: auto; /*background-color: rgba(0, 0, 0, 0.8);*/ /* border-radius: 10px 0 0 10px;*/ /*box-shadow: 0px 0px 2px 2px rgba(10, 10, 10, 0.8); border: 1px rgba(130, 130, 130, 0....
game_files/en/v1-5-0-10/scripts/ui/screens/world/modules/world_screen_active_contract_panel/world_screen_active_contract_panel_module.css
.world-screen .active-contract-panel-module { top: 0; right: 0; width: 100%; position: absolute; pointer-events: auto; /*background-color: rgba(0, 0, 0, 0.8);*/ /* border-radius: 10px 0 0 10px;*/ /*box-shadow: 0px 0px 2px 2px rgba(10, 10, 10, 0.8); border: 1px rgba(130, 130, 130, 0....
0.511717
0.083516
.btn-cinza { color: #fff; background-color: #8B8682; border-color: #8B8682; } .btn-cinza:focus, .btn-cinza.focus { color: #fff; background-color: #CDC5BF; border-color: #CDC5BF; } .btn-cinza:hover { color: #fff; background-color: #CDC5BF; border-color: #CDC5BF; } .btn-cinza:active, .btn-cinza.active, ...
public/css/personalizado.css
.btn-cinza { color: #fff; background-color: #8B8682; border-color: #8B8682; } .btn-cinza:focus, .btn-cinza.focus { color: #fff; background-color: #CDC5BF; border-color: #CDC5BF; } .btn-cinza:hover { color: #fff; background-color: #CDC5BF; border-color: #CDC5BF; } .btn-cinza:active, .btn-cinza.active, ...
0.272025
0.051344
@font-face { font-family: "Pacifico"; src: url(../fonts/Pacifico-Regular.ttf); } @font-face { font-family: "Montserrat"; src: url(../fonts/Montserrat-Regular.ttf); } @font-face { font-family: "Montserrat"; font-weight: bold; src: url(../fonts/Montserrat-Bold.ttf); } .info { width: 950px; margin-left:270px; } ...
public/css/Pedido.css
@font-face { font-family: "Pacifico"; src: url(../fonts/Pacifico-Regular.ttf); } @font-face { font-family: "Montserrat"; src: url(../fonts/Montserrat-Regular.ttf); } @font-face { font-family: "Montserrat"; font-weight: bold; src: url(../fonts/Montserrat-Bold.ttf); } .info { width: 950px; margin-left:270px; } ...
0.308815
0.081374
body.rtl { direction: rtl; text-align: right; /* ---------------------------------------------------------------- */ /* TYPOGRAPHY /* ---------------------------------------------------------------- */ /* ---------------------------------------------------------------- */ /* HELPER CLASS /* --------...
public/fibonacci/frontend/assets/css/rtl.css
body.rtl { direction: rtl; text-align: right; /* ---------------------------------------------------------------- */ /* TYPOGRAPHY /* ---------------------------------------------------------------- */ /* ---------------------------------------------------------------- */ /* HELPER CLASS /* --------...
0.30013
0.025933
@media (min-width: 1500px) { .prev.slider-btn, .main-slider.owl-theme .owl-controls .owl-buttons .owl-prev { left: 7%; } .next.slider-btn, .main-slider.owl-theme .owl-controls .owl-buttons .owl-next { right: 7%; } } @media (max-width:1200px) { .theme-container{ padding-left: ...
public/assets/css/media.css
@media (min-width: 1500px) { .prev.slider-btn, .main-slider.owl-theme .owl-controls .owl-buttons .owl-prev { left: 7%; } .next.slider-btn, .main-slider.owl-theme .owl-controls .owl-buttons .owl-next { right: 7%; } } @media (max-width:1200px) { .theme-container{ padding-left: ...
0.30054
0.058078
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; } .vertical { width: 125px; height: 100%; position: absolute; left: 0; display: flex; justify-content: space-between; align-items: center; flex-direction: colu...
assets/css/navbar.css
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; } .vertical { width: 125px; height: 100%; position: absolute; left: 0; display: flex; justify-content: space-between; align-items: center; flex-direction: colu...
0.385375
0.0729
body { margin-top: 100px; background-color:white; } @media(min-width:768px) { body { margin-top: 50px; } } #wrapper { padding-left: 0; } #page-wrapper { width: 100%; padding: 0; background-color: #fff; } .huge { font-size: 50px; line-height: normal; } @media(min-wid...
css/sb-admin.css
body { margin-top: 100px; background-color:white; } @media(min-width:768px) { body { margin-top: 50px; } } #wrapper { padding-left: 0; } #page-wrapper { width: 100%; padding: 0; background-color: #fff; } .huge { font-size: 50px; line-height: normal; } @media(min-wid...
0.486088
0.075176
body { background-color: #a39bd2; min-height: 70vh; padding: 1rem; box-sizing: border-box; display: flex; justify-content: center; align-items: center; color: hsl(198, 1%, 29%); font-family: 'Nanum Pen Script', cursive; text-align: center; font-size: 1.4rem; } @media only sc...
todo.css
body { background-color: #a39bd2; min-height: 70vh; padding: 1rem; box-sizing: border-box; display: flex; justify-content: center; align-items: center; color: hsl(198, 1%, 29%); font-family: 'Nanum Pen Script', cursive; text-align: center; font-size: 1.4rem; } @media only sc...
0.670177
0.120129
/* RESET */ *{ margin: 0; padding: 0; font-size: 100%; border: none; outline: none; font-weight: normal; font-family: 'lato', sans-serif; } body{ background: #333; } a{ text-decoration: none; } ul{ list-style: none; } img{ max-width: 100%; display: block; } /* CABEÇ...
2_FrontEnd/Testing/3_Nodeprop/css/style.css
/* RESET */ *{ margin: 0; padding: 0; font-size: 100%; border: none; outline: none; font-weight: normal; font-family: 'lato', sans-serif; } body{ background: #333; } a{ text-decoration: none; } ul{ list-style: none; } img{ max-width: 100%; display: block; } /* CABEÇ...
0.348423
0.102036
position:fixed; top:0px; right:4px; z-index:10000; } #feedback .header{ background:url("img/feedback.png") no-repeat; background-position:4px; background-color:#F3F5F7; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; width:310px; height:30px; padding:0px 4px 0px; border...
docs/SDLKeyNames_files/styles.css
position:fixed; top:0px; right:4px; z-index:10000; } #feedback .header{ background:url("img/feedback.png") no-repeat; background-position:4px; background-color:#F3F5F7; filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; width:310px; height:30px; padding:0px 4px 0px; border...
0.159872
0.04548
*{margin:0;padding:0;border:0;font-size:1em;} html{font-size:62.5%;} body{background:#e8e8e8 url(body.png) repeat-x;font-family:Arial,Helvetica,"Sans Serif" !important;} /*#wrapper1{background:#fff;border:1px solid #909090;border-top:0;margin:0 auto 1em auto;max-width:1600px;max-width:81.8em;}*/ #wrapper2{} #wrapper...
resources/customconfigs/de-rp/data/portal/fileadmin/design/__/geoportal.rlp.css
*{margin:0;padding:0;border:0;font-size:1em;} html{font-size:62.5%;} body{background:#e8e8e8 url(body.png) repeat-x;font-family:Arial,Helvetica,"Sans Serif" !important;} /*#wrapper1{background:#fff;border:1px solid #909090;border-top:0;margin:0 auto 1em auto;max-width:1600px;max-width:81.8em;}*/ #wrapper2{} #wrapper...
0.225843
0.084229
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; .center { text-align: center; } .btn-primary { background-color: teal !important; border-color: teal !important; } .breadcrumb { background-color: teal !important; color: white !important; margin-left: 50px !important; width:...
dist/css/style/style.css
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; .center { text-align: center; } .btn-primary { background-color: teal !important; border-color: teal !important; } .breadcrumb { background-color: teal !important; color: white !important; margin-left: 50px !important; width:...
0.320715
0.082512
* { margin: 0; padding: 0; box-sizing: border-box; } .red { color: rgb(175, 7, 7); text-align: center; margin-top: 50px; font-size: 50px; font-family: 'Amatic SC', cursive; } .angelsAndMonstersForms { display: flex; justify-content: space-around; margin-top: 50px; heigh...
src/pages/Profile.module.css
* { margin: 0; padding: 0; box-sizing: border-box; } .red { color: rgb(175, 7, 7); text-align: center; margin-top: 50px; font-size: 50px; font-family: 'Amatic SC', cursive; } .angelsAndMonstersForms { display: flex; justify-content: space-around; margin-top: 50px; heigh...
0.467089
0.128252
.textDisplay { width : 600px; height : 100px; font-size : 66%; } .funcButton { width : 180px; height : 30px; font-size : 110% } #parseTokenSet { /*border:1px solid #ffad41; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial...
src/main/webapp/css/plato.css
.textDisplay { width : 600px; height : 100px; font-size : 66%; } .funcButton { width : 180px; height : 30px; font-size : 110% } #parseTokenSet { /*border:1px solid #ffad41; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial...
0.473414
0.156943
.noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; } .ng-invalid { border: 1px solid ...
public/lib/greenbus-views/greenbus-views-0.1.0-SNAPSHOT.css
.noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; } .ng-invalid { border: 1px solid ...
0.466359
0.083441
body :not(input):not(textarea) { touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } html { scroll-behavior: smooth; box-sizing: border-box; font-size: 12px; overflow-x: hidden; } @media (min-width: 1400px) { html { font-size: 14p...
docs/style.css
body :not(input):not(textarea) { touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } html { scroll-behavior: smooth; box-sizing: border-box; font-size: 12px; overflow-x: hidden; } @media (min-width: 1400px) { html { font-size: 14p...
0.478285
0.07373
@import url('https://fonts.googleapis.com/css?family=Montserrat'); /* Reset */ 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, i, center, dl, d...
assets/style.css
@import url('https://fonts.googleapis.com/css?family=Montserrat'); /* Reset */ 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, i, center, dl, d...
0.409457
0.090977
.axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; } .outline, .outlineHover { fill: none; stroke: gray !important; } .line, .lineHover { fill: none; } path.line { stroke-width: 2.0px; } path.outline { stroke-width: 3.0px; } line.line { stroke-width: 1.0px; } line.outline { ...
js/km.module.css
.axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; } .outline, .outlineHover { fill: none; stroke: gray !important; } .line, .lineHover { fill: none; } path.line { stroke-width: 2.0px; } path.outline { stroke-width: 3.0px; } line.line { stroke-width: 1.0px; } line.outline { ...
0.494385
0.093306
.heading2Xl { font-size: 2.5rem; line-height: 1.2; font-weight: 800; letter-spacing: -0.05rem; margin: 1rem 0; } .headingXl { font-size: 2rem; line-height: 1.3; font-weight: 800; letter-spacing: -0.05rem; margin: 1rem 0; } .headingLg { font-size: 1.5rem; line-height: 1.4; margin: 1rem 0; } ...
styles/utils.module.css
.heading2Xl { font-size: 2.5rem; line-height: 1.2; font-weight: 800; letter-spacing: -0.05rem; margin: 1rem 0; } .headingXl { font-size: 2rem; line-height: 1.3; font-weight: 800; letter-spacing: -0.05rem; margin: 1rem 0; } .headingLg { font-size: 1.5rem; line-height: 1.4; margin: 1rem 0; } ...
0.466116
0.132374
@font-face { font-family: "Roboto"; src: url("./fonts/Roboto-Regular.ttf") } * { box-sizing: border-box; } body { padding: 0; margin: 0; overflow-x: hidden; } .main-wrapper { display: flex; justify-content: center; align-items: center; height: 100vh; width: 100vw; back...
index.css
@font-face { font-family: "Roboto"; src: url("./fonts/Roboto-Regular.ttf") } * { box-sizing: border-box; } body { padding: 0; margin: 0; overflow-x: hidden; } .main-wrapper { display: flex; justify-content: center; align-items: center; height: 100vh; width: 100vw; back...
0.452052
0.09628
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap'); * { /* box-sizing: border-box; */ padding: 0; margin: 0; font-family: 'Roboto', sans-serif; } body { font-size: 1.6rem; min-height: 100vh; } .container { } .search-bar { display: flex; flex-direction: column; ...
style.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap'); * { /* box-sizing: border-box; */ padding: 0; margin: 0; font-family: 'Roboto', sans-serif; } body { font-size: 1.6rem; min-height: 100vh; } .container { } .search-bar { display: flex; flex-direction: column; ...
0.478773
0.086246
.DBG_ZIPKIN { color: #1376D3; font-size: 110%; } .zipkin-empty { font-size: 20px; padding: 20px; text-align: center; } #zipkin-data { border-collapse: collapse; border-spacing: 0; margin: 0 auto 25px; width: 100%; } #zipkin-data thead { font-size: 110%; font-weight: bold; ...
zipkin-browser-extension/firefox/chrome/skin/classic/zipkin.css
.DBG_ZIPKIN { color: #1376D3; font-size: 110%; } .zipkin-empty { font-size: 20px; padding: 20px; text-align: center; } #zipkin-data { border-collapse: collapse; border-spacing: 0; margin: 0 auto 25px; width: 100%; } #zipkin-data thead { font-size: 110%; font-weight: bold; ...
0.41478
0.117319
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } /* ----------------------sidebar---------------------------- */ .sidebar { position: fixed; height...
public/css/admin-style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } /* ----------------------sidebar---------------------------- */ .sidebar { position: fixed; height...
0.415373
0.067332
* Set all your THEME styles in this file. * * Adding a Theme to a design is very straightforward as every component works * like an extensible class. This allows you to add theme specific classes * and/or override existing classes. * * NOTE: Any new classes created should follow the established coding * standar...
docs/themes/documentation/ui/css/theme-styles.css
* Set all your THEME styles in this file. * * Adding a Theme to a design is very straightforward as every component works * like an extensible class. This allows you to add theme specific classes * and/or override existing classes. * * NOTE: Any new classes created should follow the established coding * standar...
0.695752
0.135861
section { position: relative; } button:focus { outline: 0px; } /* 导航栏 */ .header .navbar-main { position: relative; height: auto; border-bottom: 1px solid #ededed; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); z-index: 200; transition: all 0.5s ease-in; } .header .navbar-main .navbar-c...
static/css/style.css
section { position: relative; } button:focus { outline: 0px; } /* 导航栏 */ .header .navbar-main { position: relative; height: auto; border-bottom: 1px solid #ededed; box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1); z-index: 200; transition: all 0.5s ease-in; } .header .navbar-main .navbar-c...
0.491456
0.068102
.book.font-family-serif { font-family: Georgia, serif; } .book.font-family-sans { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .book.font-size-0 .book-body .page-inner section { font-size: 1.2rem; } .book.font-size-1 .book-body .page-inner section { font-size: 1.4rem; } .book.font-size...
assets/css/main-theme.css
.book.font-family-serif { font-family: Georgia, serif; } .book.font-family-sans { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .book.font-size-0 .book-body .page-inner section { font-size: 1.2rem; } .book.font-size-1 .book-body .page-inner section { font-size: 1.4rem; } .book.font-size...
0.420362
0.077378
@import('https://cdnjs.cloudflare.com/ajax/libs/milligram/1.4.1/milligram.css') /* General button style */ .btn { border: none; font-family: 'Lato'; font-size: inherit; color: inherit; background: none; cursor: pointer; padding: 25px 80px; display: inline-block; margin: 15px 30px; ...
wp/css/imflowMail.css
@import('https://cdnjs.cloudflare.com/ajax/libs/milligram/1.4.1/milligram.css') /* General button style */ .btn { border: none; font-family: 'Lato'; font-size: inherit; color: inherit; background: none; cursor: pointer; padding: 25px 80px; display: inline-block; margin: 15px 30px; ...
0.351756
0.080792
:root { --app-color: #12171d; --app-color-light: #1b222b; --app-color-lightest: #242e3a; /*DEFAULT COLORS*/ --gradient-left: #c80043; --gradient-right: #6f00ff; --button-color-var: #ffffff; --box-shadow: 0 0 2.5px rgba(255, 0, 67, 0.7), 0 0 10px rgba(255, 0, 67, 0.7), 0 0 30px rgba(255, 0, 67, 0....
assets/css/matchview/matchview.css
:root { --app-color: #12171d; --app-color-light: #1b222b; --app-color-lightest: #242e3a; /*DEFAULT COLORS*/ --gradient-left: #c80043; --gradient-right: #6f00ff; --button-color-var: #ffffff; --box-shadow: 0 0 2.5px rgba(255, 0, 67, 0.7), 0 0 10px rgba(255, 0, 67, 0.7), 0 0 30px rgba(255, 0, 67, 0....
0.538498
0.123736
* { /* font-family: "Didot" serif; */ scroll-behavior: smooth; margin: 0; padding: 0; } @font-face { font-family: "Roboto"; src: url("../font/roboto/Roboto-Light.ttf"); src: url("../font/roboto/Roboto-Light.woff") format("woff"); /* url("../font/roboto/Roboto-Light.otf") format("opentype"); */ } @fon...
css/style.css
* { /* font-family: "Didot" serif; */ scroll-behavior: smooth; margin: 0; padding: 0; } @font-face { font-family: "Roboto"; src: url("../font/roboto/Roboto-Light.ttf"); src: url("../font/roboto/Roboto-Light.woff") format("woff"); /* url("../font/roboto/Roboto-Light.otf") format("opentype"); */ } @fon...
0.3863
0.050401
/* ========================================================================================== */ /* HTML ELEMENTS */ /* ========================================================================================== */ body { color: #4D4D4D; height: 100%; margin-top: -50px; } html { margin: 0px; heigh...
App/src/Events-TenantUserApp/wwwroot/Themes/Pop.css
/* ========================================================================================== */ /* HTML ELEMENTS */ /* ========================================================================================== */ body { color: #4D4D4D; height: 100%; margin-top: -50px; } html { margin: 0px; heigh...
0.294621
0.077204
.md-header { background-color: #232f3e !important; border-bottom: 1px solid #1b2532 !important; } @media only screen and (max-width: 76.1875em) { html .md-nav--primary .md-nav__title--site { background-color: #232f3e !important; border-bottom: 1px solid #1b2532 !important; } .md-n...
docs/stylesheets/custom.css
.md-header { background-color: #232f3e !important; border-bottom: 1px solid #1b2532 !important; } @media only screen and (max-width: 76.1875em) { html .md-nav--primary .md-nav__title--site { background-color: #232f3e !important; border-bottom: 1px solid #1b2532 !important; } .md-n...
0.448909
0.106737
* { padding: 0; margin: 0; box-sizing: border-box; } .hide { display: none !important; } body { font-family: "lora", serif; font-size: 16px; color: #2f2f2f; background-color: #f9f7f1; --accent-color: teal; --text-color: 24, 24, 24; --foreground-color: 255, 255, 255; --error-color: #e53935; } header { font-family: "P...
style.css
* { padding: 0; margin: 0; box-sizing: border-box; } .hide { display: none !important; } body { font-family: "lora", serif; font-size: 16px; color: #2f2f2f; background-color: #f9f7f1; --accent-color: teal; --text-color: 24, 24, 24; --foreground-color: 255, 255, 255; --error-color: #e53935; } header { font-family: "P...
0.435421
0.084153
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap'); body { font-family: 'Nunito', sans-serif; } * { margin: 0; padding: 0; box-sizing: border-box; } #container { display: flex; flex-direction: column; align-items: center; } #perfil { disp...
style/style.css
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap'); body { font-family: 'Nunito', sans-serif; } * { margin: 0; padding: 0; box-sizing: border-box; } #container { display: flex; flex-direction: column; align-items: center; } #perfil { disp...
0.276593
0.112551
*{ margin:0; padding:0; box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif } header{ position: sticky; top: 0; z-index: 1; } #navbar { background: #252525; opacity: 0.9; color: #f2f2f2; overflow: auto; font-size: 18px; } #navbar a { color: #...
assets/css/style.css
*{ margin:0; padding:0; box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif } header{ position: sticky; top: 0; z-index: 1; } #navbar { background: #252525; opacity: 0.9; color: #f2f2f2; overflow: auto; font-size: 18px; } #navbar a { color: #...
0.448668
0.086093
.add { height: 100px; } button, input { font-family: inherit; } label { margin-right: 10px; } #forms { margin-bottom: 75px; } #forms input[type='text'] { border: 0; border-bottom: 1px solid var(--secondary-color); width: 50%; padding: 3px; font-family: 'Nunito', sans-serif; f...
public/css/homebladestyle.css
.add { height: 100px; } button, input { font-family: inherit; } label { margin-right: 10px; } #forms { margin-bottom: 75px; } #forms input[type='text'] { border: 0; border-bottom: 1px solid var(--secondary-color); width: 50%; padding: 3px; font-family: 'Nunito', sans-serif; f...
0.337749
0.077553
@font-face { font-family: 'Raleway'; src: url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Raleway"), local("Raleway-Regular"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Raleway_v2/rale...
public/css/Front/agency/Future_event/find_candidates_responsive.css
@font-face { font-family: 'Raleway'; src: url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Raleway"), local("Raleway-Regular"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Raleway_v2/rale...
0.23855
0.038322
@font-face { font-family: 'Source Sans Pro'; src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Open Sans'; src: url('../fonts/opensans...
static/css/main.css
@font-face { font-family: 'Source Sans Pro'; src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'), url('../fonts/sourcesanspro-regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Open Sans'; src: url('../fonts/opensans...
0.323487
0.081119
main .related-container .default-content-wrapper { text-align: center; } main .related-wrapper { max-width: 1100px; text-align: center; } main .related { scroll-snap-type: x mandatory; overflow-x: scroll; scroll-behavior: smooth; padding-bottom: 20px; flex-flow: row nowrap; } main .related > div ...
blocks/related/related.css
main .related-container .default-content-wrapper { text-align: center; } main .related-wrapper { max-width: 1100px; text-align: center; } main .related { scroll-snap-type: x mandatory; overflow-x: scroll; scroll-behavior: smooth; padding-bottom: 20px; flex-flow: row nowrap; } main .related > div ...
0.429429
0.049497
@media only screen and ( min-width: 961px ) and ( max-width: 1183px ){ #sharebox {display:none} } @media only screen and ( max-width: 960px ) { img, video, object { max-width: 100%; height: auto;} #sharebox {display:none} .footer-menu, #bottomfooter{width:auto} } @media only screen and ( min-width: 768px ) and ( max...
web/bundles/front/css/responsives.css
@media only screen and ( min-width: 961px ) and ( max-width: 1183px ){ #sharebox {display:none} } @media only screen and ( max-width: 960px ) { img, video, object { max-width: 100%; height: auto;} #sharebox {display:none} .footer-menu, #bottomfooter{width:auto} } @media only screen and ( min-width: 768px ) and ( max...
0.280814
0.120801
body { font-family: 'Rubik', sans-serif!important; } .logo_brac { width: 150px; height: 40px; margin-left: 10px; } .sidebar-icon { width: 25px; height: 25px; } .Support-Contact { position: fixed; width: 200px; height: 150px; margin-top: 500px; margin-left: 13px; paddin...
public/backend/assets/templates/css/custom-styles.css
body { font-family: 'Rubik', sans-serif!important; } .logo_brac { width: 150px; height: 40px; margin-left: 10px; } .sidebar-icon { width: 25px; height: 25px; } .Support-Contact { position: fixed; width: 200px; height: 150px; margin-top: 500px; margin-left: 13px; paddin...
0.502197
0.104249