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
.Home__Header { display: grid; grid-template-rows: 50px 80px; width: 100%; z-index: 5; } .Home__Header--infobar { display: grid; grid-template-columns: 1fr 1fr; height: 100%; border-bottom: 1px solid rgba(49, 49, 49, .3); } .Home__Header--infobar--contact { display: flex; align-i...
public/assets/css/about.css
.Home__Header { display: grid; grid-template-rows: 50px 80px; width: 100%; z-index: 5; } .Home__Header--infobar { display: grid; grid-template-columns: 1fr 1fr; height: 100%; border-bottom: 1px solid rgba(49, 49, 49, .3); } .Home__Header--infobar--contact { display: flex; align-i...
0.628293
0.135118
html,body{ margin: 0; padding: 0; background-color: #FAF4FF; font-size: 16px; width: 100vw; height: 100vh; overflow: hidden; } .container h1{ position: absolute; width: 100%; top: -3em; font-size: 1.2em; text-indent: 2em; } #root{ margin: 0; padding: 0; width: 100vw; height: 100vh; di...
src/index.css
html,body{ margin: 0; padding: 0; background-color: #FAF4FF; font-size: 16px; width: 100vw; height: 100vh; overflow: hidden; } .container h1{ position: absolute; width: 100%; top: -3em; font-size: 1.2em; text-indent: 2em; } #root{ margin: 0; padding: 0; width: 100vw; height: 100vh; di...
0.403567
0.082254
.serviceCatCards{ @apply flex flex-wrap mx-auto justify-around bg-gray-100 pt-8 pb-12; .serviceCatCards__title{ @apply flex w-full pb-8 lg:pb-16 container text-center; h2{ ...
src/static/css/pages/index.css
.serviceCatCards{ @apply flex flex-wrap mx-auto justify-around bg-gray-100 pt-8 pb-12; .serviceCatCards__title{ @apply flex w-full pb-8 lg:pb-16 container text-center; h2{ ...
0.297164
0.049658
* { box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; } body { margin: 40px; /* font-family: Arial; */ } h1 { font-size: 60px; font-family: 'Original Surfer', cursive; color: #e185b3; } p { font-family: 'Roboto Mono', monospace; } strong{ font-size: 25px; c...
index.css
* { box-sizing: border-box; font-family: Arial, Helvetica, sans-serif; } body { margin: 40px; /* font-family: Arial; */ } h1 { font-size: 60px; font-family: 'Original Surfer', cursive; color: #e185b3; } p { font-family: 'Roboto Mono', monospace; } strong{ font-size: 25px; c...
0.467089
0.140101
section { width: 100%; height: 100%; margin: 0 auto; display: flex; flex-flow: row wrap; } div { position: relative; width: 100%; height: 75px; margin: 0 auto; text-align: center; } div:nth-child(2){ height: 150px; } .one { height: 150px; } .two { width: 50%; hei...
style/layout.css
section { width: 100%; height: 100%; margin: 0 auto; display: flex; flex-flow: row wrap; } div { position: relative; width: 100%; height: 75px; margin: 0 auto; text-align: center; } div:nth-child(2){ height: 150px; } .one { height: 150px; } .two { width: 50%; hei...
0.347759
0.107672
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); *{ margin: 0; padding: 0; } body{ justify-content: center; align-items: center; background: #fff; } .container{ width: 80%; margin: 80px auto; } .container h1{ padd...
course2.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap'); *{ margin: 0; padding: 0; } body{ justify-content: center; align-items: center; background: #fff; } .container{ width: 80%; margin: 80px auto; } .container h1{ padd...
0.431824
0.058885
.weekly-deal-wrapper{ overflow: hidden; } .weekly-deal-wrapper h1{ font-size: 2.2rem; margin-top: 40px; line-height: 1.1; } .weekly-deal-wrapper .subTitle{ font-size: 1.4rem; text-align: center; margin-top: 10px; } .weekly-deal-wrapper .expiresWrapper p#weeklydealCountdown{ letter-spaci...
css/weeklydeals.css
.weekly-deal-wrapper{ overflow: hidden; } .weekly-deal-wrapper h1{ font-size: 2.2rem; margin-top: 40px; line-height: 1.1; } .weekly-deal-wrapper .subTitle{ font-size: 1.4rem; text-align: center; margin-top: 10px; } .weekly-deal-wrapper .expiresWrapper p#weeklydealCountdown{ letter-spaci...
0.735642
0.088151
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&family=Karla:wght@200;400;500&family=Lato:wght@700&family=Lobster&family=Neonderthaw&family=Roboto+Condensed&family=Rubik+Beastly&family=The+Nautigal&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@60...
css/style.css
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&family=Karla:wght@200;400;500&family=Lato:wght@700&family=Lobster&family=Neonderthaw&family=Roboto+Condensed&family=Rubik+Beastly&family=The+Nautigal&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@60...
0.448909
0.160365
.whatwedo_table { position: relative; } .whatwedo_table thead { background-color: #FFF; } .whatwedo_table .whawtedo_table__row_operations .btn-group { display: flex; } .whatwedo_table:before { content: ''; display: block; } .whatwedo_table.loading .whatwedo_table-overlay { opacity: 1; visibility: visi...
Resources/public/css/table.css
.whatwedo_table { position: relative; } .whatwedo_table thead { background-color: #FFF; } .whatwedo_table .whawtedo_table__row_operations .btn-group { display: flex; } .whatwedo_table:before { content: ''; display: block; } .whatwedo_table.loading .whatwedo_table-overlay { opacity: 1; visibility: visi...
0.528047
0.082846
@import "../shared/_variables.css"; .reports--wrapper { position: relative; display: flex; flex-direction: column; margin: 30px; padding: 20px; background: var(--primary-background-color); box-shadow: 0 2px 5px rgba(13, 24, 35, .2); border-radius: 15px; } .reports--wrapper__title { position: absolute; top: ...
src/styles/components/reports.css
@import "../shared/_variables.css"; .reports--wrapper { position: relative; display: flex; flex-direction: column; margin: 30px; padding: 20px; background: var(--primary-background-color); box-shadow: 0 2px 5px rgba(13, 24, 35, .2); border-radius: 15px; } .reports--wrapper__title { position: absolute; top: ...
0.366136
0.068413
body { background-color: #F2F2F2; text-align: justify; text-justify: inter-word; } p, ul, li { font-family: sans-serif; font-size: 16px; } .nav { font-size: 16px; } .jumbotron { background-color: rgba(10%,40%,50%,0.1); } /* Lists */ ul, ol, dl { margin-top: 0; margin-bottom: 1rem; } /*...
public/css/mystyle.css
body { background-color: #F2F2F2; text-align: justify; text-justify: inter-word; } p, ul, li { font-family: sans-serif; font-size: 16px; } .nav { font-size: 16px; } .jumbotron { background-color: rgba(10%,40%,50%,0.1); } /* Lists */ ul, ol, dl { margin-top: 0; margin-bottom: 1rem; } /*...
0.444806
0.101012
@charset "utf-8"; /************************************************************** top Filtering **************************************************************/ .theme-dark .ddp-wrap-top-filtering { position: relative; min-height: 54px; margin: 0 -80px; padding: 0 80px; background-color: #fff; ...
discovery-frontend/src/assets/css/theme_dark/component/component.filtering.list.css
@charset "utf-8"; /************************************************************** top Filtering **************************************************************/ .theme-dark .ddp-wrap-top-filtering { position: relative; min-height: 54px; margin: 0 -80px; padding: 0 80px; background-color: #fff; ...
0.338733
0.040598
.background_glossyBlue8, .hover_background_glossyBlue8:hover, .active_background_glossyBlue8:active:hover { background: #000093; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit...
widgets/common/assets/gradients/glossy/glossyBlue/glossyBlue8.css
.background_glossyBlue8, .hover_background_glossyBlue8:hover, .active_background_glossyBlue8:active:hover { background: #000093; background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%); background-image: -webkit...
0.474144
0.072472
@charset "utf-8"; /* CSS Document */ .overflow {overflow:auto; position:relative; } ul.tree {display:block; font:12px Arial, Helvetica, sans-serif; color:#000; margin-bottom:250px; margin-top:20px;} ul.tree li {display:inline-block; text-align:center; margin:20px; vertical-align:t...
public/css/tree.css
@charset "utf-8"; /* CSS Document */ .overflow {overflow:auto; position:relative; } ul.tree {display:block; font:12px Arial, Helvetica, sans-serif; color:#000; margin-bottom:250px; margin-top:20px;} ul.tree li {display:inline-block; text-align:center; margin:20px; vertical-align:t...
0.18691
0.055849
html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline...
styleguide-stylesheet.css
html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline...
0.333503
0.07208
* { color: black; padding: 0; margin: 0; } body{ font-family: 'Noto Sans Display', sans-serif; background-color: rgb(170, 118, 51); } /******************** Header *********************/ .titulo { padding: 5px; font-size: 1rem; margin: 5px; font-family: 'Noto Sans ...
css/style.css
* { color: black; padding: 0; margin: 0; } body{ font-family: 'Noto Sans Display', sans-serif; background-color: rgb(170, 118, 51); } /******************** Header *********************/ .titulo { padding: 5px; font-size: 1rem; margin: 5px; font-family: 'Noto Sans ...
0.380989
0.135747
main { padding-top: 90px; padding-bottom: 20px; } html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 6...
web/css/admin.css
main { padding-top: 90px; padding-bottom: 20px; } html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; /* Set the fixed height of the footer here */ height: 6...
0.502441
0.088347
8.0-alpha11:7afc0cc95dcd8c57d4a57919988ccb97cd031c7c5127d5f130bf780750fbfd08 8.0-alpha12:7afc0cc95dcd8c57d4a57919988ccb97cd031c7c5127d5f130bf780750fbfd08 8.0-alpha13:7afc0cc95dcd8c57d4a57919988ccb97cd031c7c5127d5f130bf780750fbfd08 8.0.0-alpha14:7afc0cc95dcd8c57d4a57919988ccb97cd031c7c5127d5f130bf780750fbfd08 8.0.0-alph...
hashs-database/hashs/core___themes___seven___css___components___tour.theme.css
8.0-alpha11:7afc0cc95dcd8c57d4a57919988ccb97cd031c7c5127d5f130bf780750fbfd08 8.0-alpha12:7afc0cc95dcd8c57d4a57919988ccb97cd031c7c5127d5f130bf780750fbfd08 8.0-alpha13:7afc0cc95dcd8c57d4a57919988ccb97cd031c7c5127d5f130bf780750fbfd08 8.0.0-alpha14:7afc0cc95dcd8c57d4a57919988ccb97cd031c7c5127d5f130bf780750fbfd08 8.0.0-alph...
0.239527
0.083143
@import url("https://fonts.googleapis.com/css?family=Zilla+Slab"); body { font-family: "Zilla Slab", serif; line-height: 1.2; background: #252C36; color: #CFD6E0; } .yeah-input { margin: 4px 12px 12px 12px; padding-bottom: 4px; background: #252C36; color: #CFD6E0; border: 0; border-bottom: 1px sol...
extension/app/styles/global.css
@import url("https://fonts.googleapis.com/css?family=Zilla+Slab"); body { font-family: "Zilla Slab", serif; line-height: 1.2; background: #252C36; color: #CFD6E0; } .yeah-input { margin: 4px 12px 12px 12px; padding-bottom: 4px; background: #252C36; color: #CFD6E0; border: 0; border-bottom: 1px sol...
0.269422
0.112356
* { margin: 0; padding: 0; } .container { width: 100vw; height: 100vh; background-color: #090b1a; 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: cen...
StatsCard/styles.css
* { margin: 0; padding: 0; } .container { width: 100vw; height: 100vh; background-color: #090b1a; 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: cen...
0.410402
0.056185
*{ padding: 0px; margin: 0px; outline: none; font-family: Verdana, Arial, Sans Serif; } html{ position:relative; overflow-x:hidden; } body { position:relative; background-image: url('img/diagonal-noise.png'); background-repeat:repeat; /*background-color:#dedede;*/ font-size: 10pt; margin-right: 0px; ...
sample/sampleStyle.css
*{ padding: 0px; margin: 0px; outline: none; font-family: Verdana, Arial, Sans Serif; } html{ position:relative; overflow-x:hidden; } body { position:relative; background-image: url('img/diagonal-noise.png'); background-repeat:repeat; /*background-color:#dedede;*/ font-size: 10pt; margin-right: 0px; ...
0.244363
0.048744
.NavBar { display: flex; font-family: Menlo; font-weight: bolder; font-style: italic; text-transform: uppercase; color: rgb(70, 70, 70); margin-left: 2.8em; margin-right: 1.5em; height: 5%; } /* BUTTONS */ .NavBarBtn { margin-right: .4em; height: 1.5em; width: 5em; background-image: radial-...
src/css/NavBar.css
.NavBar { display: flex; font-family: Menlo; font-weight: bolder; font-style: italic; text-transform: uppercase; color: rgb(70, 70, 70); margin-left: 2.8em; margin-right: 1.5em; height: 5%; } /* BUTTONS */ .NavBarBtn { margin-right: .4em; height: 1.5em; width: 5em; background-image: radial-...
0.437824
0.129678
.foogallery-attachments-list .add-attachment { background: #ddd; box-shadow: 0 0 0 1px #ccc; width: 150px; position: relative; float: left; padding: 0; color: #464646; list-style: none; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms...
src/wp-content/plugins/foogallery/css/admin-foogallery.css
.foogallery-attachments-list .add-attachment { background: #ddd; box-shadow: 0 0 0 1px #ccc; width: 150px; position: relative; float: left; padding: 0; color: #464646; list-style: none; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms...
0.263884
0.077973
body { font-style: "Serif" ; color: #333333; margin: 0; padding: 0; /* background-image: url("images/largeleather.png") */} header { height: 50px; background-color: #E0E0E0; } h1{ float:left; background-color: #333333; font-size: 32px; color: #FFCCBC; text-align: center; /*font-weight: bold;*/ w...
assets/style.css
body { font-style: "Serif" ; color: #333333; margin: 0; padding: 0; /* background-image: url("images/largeleather.png") */} header { height: 50px; background-color: #E0E0E0; } h1{ float:left; background-color: #333333; font-size: 32px; color: #FFCCBC; text-align: center; /*font-weight: bold;*/ w...
0.229276
0.049889
a { cursor: pointer; } a:hover { text-decoration: none; color: black; } .todolist__section { width: 100%; height: auto; } .todolist__section .todolist__container { position: relative; padding-left: 5rem; padding-right: 5rem; } .todolist__section .todolist__container .header__section { margin-botto...
public/css/scss/todolist.css
a { cursor: pointer; } a:hover { text-decoration: none; color: black; } .todolist__section { width: 100%; height: auto; } .todolist__section .todolist__container { position: relative; padding-left: 5rem; padding-right: 5rem; } .todolist__section .todolist__container .header__section { margin-botto...
0.427875
0.073297
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;1,400&family=Oswald:wght@400;700&display=swap'); *{ padding:0; margin:0; box-sizing: border-box; font-family: 'Open Sans', sans-serif; } .content{ padding:80px; } h1{ font-family: 'Oswald', sans-serif; fon...
assets/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;1,400&family=Oswald:wght@400;700&display=swap'); *{ padding:0; margin:0; box-sizing: border-box; font-family: 'Open Sans', sans-serif; } .content{ padding:80px; } h1{ font-family: 'Oswald', sans-serif; fon...
0.231354
0.084191
*, *:before, *:after { box-sizing: border-box; } .card--hero .title, .section--hero-tertiary .title, .section--hero-magazine-detail .title, .section--hero-secondary .title, .section--hero-magazine .title, .section--hero-portfolio .title, .card--generic .title, .section--office .title, .section--search .title, .secti...
docs/css/main.css
*, *:before, *:after { box-sizing: border-box; } .card--hero .title, .section--hero-tertiary .title, .section--hero-magazine-detail .title, .section--hero-secondary .title, .section--hero-magazine .title, .section--hero-portfolio .title, .card--generic .title, .section--office .title, .section--search .title, .secti...
0.421433
0.035679
@charset "UTF-8"; /* 외부에서 vertical-align을 재 정의하거나 특정 값으로 reset하려 하는 경우 default value로 복원. 상황에 따라 제거 가능. */ .alopexgrid, .alopexgrid * { /* vertical-align:baseline; */ box-sizing: border-box; font-size: 12px; font-family: Arial, "돋움", "돋움체", dotum, sans-serif; } /* 그리드의 내부 요소는 그리드 루트 div태그로부터 position relative로 사용....
src/main/resources/static/css/alopex/alopex-grid.css
@charset "UTF-8"; /* 외부에서 vertical-align을 재 정의하거나 특정 값으로 reset하려 하는 경우 default value로 복원. 상황에 따라 제거 가능. */ .alopexgrid, .alopexgrid * { /* vertical-align:baseline; */ box-sizing: border-box; font-size: 12px; font-family: Arial, "돋움", "돋움체", dotum, sans-serif; } /* 그리드의 내부 요소는 그리드 루트 div태그로부터 position relative로 사용....
0.215433
0.259122
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@900&family=Shadows+Into+Light+Two&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=...
public/resources/css/f-style.css
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@900&family=Shadows+Into+Light+Two&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=...
0.435421
0.202838
body { font-family: 'Ubuntu', sans-serif; overflow-x: hidden; } .bg-custom { background-color: #e6e6e6; background-image: url("/images/pf_0001_background.png"); } .bi { color: #00e600; font-size: 2rem; } .bi-house { color: gray; font-size: 25px; } .media-icon:hover { color: black...
public/css/custom.css
body { font-family: 'Ubuntu', sans-serif; overflow-x: hidden; } .bg-custom { background-color: #e6e6e6; background-image: url("/images/pf_0001_background.png"); } .bi { color: #00e600; font-size: 2rem; } .bi-house { color: gray; font-size: 25px; } .media-icon:hover { color: black...
0.408513
0.178025
@font-face { font-family: 'Raleway'; src: url('subset-Raleway-ExtraBoldItalic.eot'); src: url('subset-Raleway-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('subset-Raleway-ExtraBoldItalic.woff2') format('woff2'), url('subset-Raleway-ExtraBoldItalic.woff') format('woff'), ...
src/components/fonts/stylesheet.css
@font-face { font-family: 'Raleway'; src: url('subset-Raleway-ExtraBoldItalic.eot'); src: url('subset-Raleway-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'), url('subset-Raleway-ExtraBoldItalic.woff2') format('woff2'), url('subset-Raleway-ExtraBoldItalic.woff') format('woff'), ...
0.3295
0.042642
body,html { background-color: #ecf0f5; font-family: 'microsoft yahei', 'Helvetica', simhei, simsun, sans-serif; } .header-fluid-top { height: 150px; background-color: #3498DB; } .nav-fluid-top .navbar-header > a { color: #fff; transition: all 0.3s; } .nav-fluid-top .navbar-header > a:hover { background-color: #2...
View/css/index.css
body,html { background-color: #ecf0f5; font-family: 'microsoft yahei', 'Helvetica', simhei, simsun, sans-serif; } .header-fluid-top { height: 150px; background-color: #3498DB; } .nav-fluid-top .navbar-header > a { color: #fff; transition: all 0.3s; } .nav-fluid-top .navbar-header > a:hover { background-color: #2...
0.298287
0.05445
body { color: #000; } a { color: #000; } a:hover, a:focus { color: #FFD32A; } .jumbotron { background-color: #FFFA65; } .preloader { position: relative; text-align: center; padding: 2rem 0; } .preloader img { margin: 0 auto; margin-bottom: 1rem; height: 50px; } .preloader .bar-container { posit...
assets/css/theme.css
body { color: #000; } a { color: #000; } a:hover, a:focus { color: #FFD32A; } .jumbotron { background-color: #FFFA65; } .preloader { position: relative; text-align: center; padding: 2rem 0; } .preloader img { margin: 0 auto; margin-bottom: 1rem; height: 50px; } .preloader .bar-container { posit...
0.541894
0.088033
* { box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 0; background-color: blueviolet; } h2, p { margin: 0; } main { display: flex; justify-content: center; align-items: center; height: 100vh; } .container { background-color: ...
animation.html/style.css
* { box-sizing: border-box; } body { font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 0; background-color: blueviolet; } h2, p { margin: 0; } main { display: flex; justify-content: center; align-items: center; height: 100vh; } .container { background-color: ...
0.776284
0.148819
@font-face{ font-family: 'Tajawal'; /* src: url('../fronts/Almarai/Almarai-Regular.ttf'); */ src: url('../fonts/Tajawal/Tajawal-Regular.ttf'); font-weight: normal; } @font-face{ font-family: 'Tajawal'; src: url('../fonts/Tajawal/Tajawal-Bold.ttf'); font-weight: bold; } @font-face{ font...
public/css/app.css
@font-face{ font-family: 'Tajawal'; /* src: url('../fronts/Almarai/Almarai-Regular.ttf'); */ src: url('../fonts/Tajawal/Tajawal-Regular.ttf'); font-weight: normal; } @font-face{ font-family: 'Tajawal'; src: url('../fonts/Tajawal/Tajawal-Bold.ttf'); font-weight: bold; } @font-face{ font...
0.321993
0.062674
@namespace url(http://www.w3.org/1999/xhtml); /* Using Transparent buttons and menus? Perform the following to make the app menu transparent; Line 93: perform as instructed Line 97: perform as instructed Afterward, the app menu should be entirely see-through. Also if you are using plugcub...
data/usercss/103377.user.css
@namespace url(http://www.w3.org/1999/xhtml); /* Using Transparent buttons and menus? Perform the following to make the app menu transparent; Line 93: perform as instructed Line 97: perform as instructed Afterward, the app menu should be entirely see-through. Also if you are using plugcub...
0.197948
0.09426
* { box-sizing: border-box; padding: 0; margin: 0; } /* Formatting for header */ .header { padding: 20px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; background-color: #2a607c; color: #ffffff; } .header h1 { display: inline-bl...
assets/css/style.css
* { box-sizing: border-box; padding: 0; margin: 0; } /* Formatting for header */ .header { padding: 20px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; background-color: #2a607c; color: #ffffff; } .header h1 { display: inline-bl...
0.444806
0.168309
body{ margin: 0; padding: 0; box-sizing: border-box; } *,*::before,*::after{ box-sizing: inherit; } .countdown-display-section{ text-align: center; font-size: 20px; position: relative; display: inline-block; left: 20px; margin: 10px 30px; overflow: hidden; /* background-c...
src/App.css
body{ margin: 0; padding: 0; box-sizing: border-box; } *,*::before,*::after{ box-sizing: inherit; } .countdown-display-section{ text-align: center; font-size: 20px; position: relative; display: inline-block; left: 20px; margin: 10px 30px; overflow: hidden; /* background-c...
0.46223
0.102125
* { margin: 0; padding: 0; box-sizing: border-box; } body { position: relative; } /*Dark mode*/ .dark-mode { background: black; color: white; } .dark-animal:before { font-size: 5rem; content: "🦉"; } /*loader*/ #loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; ...
css/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } body { position: relative; } /*Dark mode*/ .dark-mode { background: black; color: white; } .dark-animal:before { font-size: 5rem; content: "🦉"; } /*loader*/ #loader-wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; ...
0.467089
0.07363
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700'); .peopleCarouselImg img { width: auto; height: 1080px; max-height: 1080px; } .fullpic{ height: 650px; width: 650px; max-width: 950px; max-height: 950px; } .leaguepics { transition: transform .3s ease; } .leaguepics:hover { tr...
style.css
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700'); .peopleCarouselImg img { width: auto; height: 1080px; max-height: 1080px; } .fullpic{ height: 650px; width: 650px; max-width: 950px; max-height: 950px; } .leaguepics { transition: transform .3s ease; } .leaguepics:hover { tr...
0.338842
0.067917
@font-face { font-family: "futura bt"; src: url('typo/futura-bt.ttf'); } @font-face { font-family: "futura bold"; src: url('typo/futurabold.ttf'); } #tournesol { display: flex; align-items: center; justify-content: center; overflow: hidden; background-image: url(photos/barentier.pn...
public/assets/style_barman.css
@font-face { font-family: "futura bt"; src: url('typo/futura-bt.ttf'); } @font-face { font-family: "futura bold"; src: url('typo/futurabold.ttf'); } #tournesol { display: flex; align-items: center; justify-content: center; overflow: hidden; background-image: url(photos/barentier.pn...
0.47926
0.092074
@media screen { /* --- Reset Styles --- */ * { list-style: none; margin: 0; padding: 0; } html, body { height: 100%; width: 100%; } /* --- Welcome Page Styles --- */ body { background-color: rgba(20, 20, 20, 0.64); background-image: url('/images/dragon.jpeg'); background-...
public/stylesheets/main.css
@media screen { /* --- Reset Styles --- */ * { list-style: none; margin: 0; padding: 0; } html, body { height: 100%; width: 100%; } /* --- Welcome Page Styles --- */ body { background-color: rgba(20, 20, 20, 0.64); background-image: url('/images/dragon.jpeg'); background-...
0.373076
0.084455
* { margin: 0; padding: 0; box-sizing: border-box; font-family: "Fira Sans", sans-serif; } .app-wrapper { display: flex; align-items: center; justify-content: center; min-height: 100vh; background-color: black; } .player { background-color: white; margin: 2...
musicBox/main.css
* { margin: 0; padding: 0; box-sizing: border-box; font-family: "Fira Sans", sans-serif; } .app-wrapper { display: flex; align-items: center; justify-content: center; min-height: 100vh; background-color: black; } .player { background-color: white; margin: 2...
0.40698
0.08043
.navigation{ background-color:darkred; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; border-color:darkgreen; color: whitesmoke; } .thumbnail img { max-height:150px; } .thumbnail-style{ text-align: center; border-style: solid; border-color: gray; border-radius: 10px;...
public/css/app1.css
.navigation{ background-color:darkred; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; border-color:darkgreen; color: whitesmoke; } .thumbnail img { max-height:150px; } .thumbnail-style{ text-align: center; border-style: solid; border-color: gray; border-radius: 10px;...
0.399812
0.068756
* { padding: 0; margin: 0; box-sizing: border-box; font-family: "Open Sans", sans-serif; } html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, font, img, ol, ul, li, button { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; } ht...
public/css/style.css
* { padding: 0; margin: 0; box-sizing: border-box; font-family: "Open Sans", sans-serif; } html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, font, img, ol, ul, li, button { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; } ht...
0.502441
0.095729
Created on : 2015-6-4, 15:12:48 Author : ljq */ .self .page-header { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #44b549; borde...
resource/admin/admin.css
Created on : 2015-6-4, 15:12:48 Author : ljq */ .self .page-header { -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #44b549; borde...
0.485844
0.130867
@font-face { font-family: 'footable'; src: url("../fonts/footable.eot"); src: url("../fonts/footable.eot?#iefix") format("embedded-opentype"), url("../fonts/footable.woff") format("woff"), url("../fonts/footable.ttf") format("truetype"), url("../fonts/footable.svg#footable") format("svg"); font-weight: normal; ...
docker-r1270/app/assets/css/main.css
@font-face { font-family: 'footable'; src: url("../fonts/footable.eot"); src: url("../fonts/footable.eot?#iefix") format("embedded-opentype"), url("../fonts/footable.woff") format("woff"), url("../fonts/footable.ttf") format("truetype"), url("../fonts/footable.svg#footable") format("svg"); font-weight: normal; ...
0.309545
0.090897
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Roboto&display=swap'); *, *::before, *::after { box-sizing: border-box; } :root { --modal-duration: 1000ms; } html { scroll-behavior: smooth; } body { background-color: #f5f5f5; color: #000; font-size: 1rem; font-family: ...
css/style.css
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&family=Roboto&display=swap'); *, *::before, *::after { box-sizing: border-box; } :root { --modal-duration: 1000ms; } html { scroll-behavior: smooth; } body { background-color: #f5f5f5; color: #000; font-size: 1rem; font-family: ...
0.435421
0.079639
@CHARSET "UTF-8"; @-o-keyframes bar-stripes{ from { background-position: 0 0; } to { background-position: 40px 0; } } @-webkit-keyframes bar-stripes{ from { background-position: 0 0; } to { background-position: 40px 0; } } @-moz-keyframes bar-stripes{ from { background-position: 0 0; ...
public/stylesheets/stylesheets/animation.css
@CHARSET "UTF-8"; @-o-keyframes bar-stripes{ from { background-position: 0 0; } to { background-position: 40px 0; } } @-webkit-keyframes bar-stripes{ from { background-position: 0 0; } to { background-position: 40px 0; } } @-moz-keyframes bar-stripes{ from { background-position: 0 0; ...
0.348645
0.112503
.map-search { position: relative; } .map-search__icon { position: absolute; top: 8px; left:8px; z-index:10; color: var(--text2); } .react-autosuggest__container { position: relative; font-family: var(--body-font); font-size: var(--small-font-size); } ::placeholder{ text-overflow:ellipsis; } .re...
src/css/molecules/search.css
.map-search { position: relative; } .map-search__icon { position: absolute; top: 8px; left:8px; z-index:10; color: var(--text2); } .react-autosuggest__container { position: relative; font-family: var(--body-font); font-size: var(--small-font-size); } ::placeholder{ text-overflow:ellipsis; } .re...
0.58818
0.098816
body { margin: 0; box-sizing: border-box; } .container { position: relative; } #header { margin-left: 250px; background-color: #cf94c1; border-radius: 0; padding: 2rem; border: 1px solid rgba(10, 10, 10, .25); position: relative; font-size: 125%; } #IrPraLoja { float: righ...
css/main.css
body { margin: 0; box-sizing: border-box; } .container { position: relative; } #header { margin-left: 250px; background-color: #cf94c1; border-radius: 0; padding: 2rem; border: 1px solid rgba(10, 10, 10, .25); position: relative; font-size: 125%; } #IrPraLoja { float: righ...
0.516352
0.113629
@import url("bootstrap-grid.css"); @import url("jquery-ui.min.css"); @import url("jquery-ui.structure.min.css"); @import url("jquery-ui.theme.min.css"); @import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"...
assets/scss/style.css
@import url("bootstrap-grid.css"); @import url("jquery-ui.min.css"); @import url("jquery-ui.structure.min.css"); @import url("jquery-ui.theme.min.css"); @import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"...
0.302185
0.046034
@media screen and (min-width: 1400px) { #third_section { background-color: #FFFFFF; width: 100%; height: 50vh; position: relative; } .third_section_container { width: 1300px; height: calc(50vh - 30px); margin: 0 auto; position: relative; } #third_section_text { text-align...
css/third-section.css
@media screen and (min-width: 1400px) { #third_section { background-color: #FFFFFF; width: 100%; height: 50vh; position: relative; } .third_section_container { width: 1300px; height: calc(50vh - 30px); margin: 0 auto; position: relative; } #third_section_text { text-align...
0.582135
0.095223
body{ margin-top:20px; color: #1a202c; text-align: left; background-color: #e2e8f0; } .main-body { padding: 15px; } .card { box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06); } .card { position: relative; display: flex; flex-direction: column; min-width: 0;...
public/css/profilis.css
body{ margin-top:20px; color: #1a202c; text-align: left; background-color: #e2e8f0; } .main-body { padding: 15px; } .card { box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06); } .card { position: relative; display: flex; flex-direction: column; min-width: 0;...
0.583797
0.103567
html, body { margin: 0px; } body { font-size: 16px; font-family: "Noto Sans TC", "微軟正黑體", "新細明體", arial, sans-serif; color: #3f3a3a; } form { margin: 0px; padding: 0px; } a { text-decoration: none; color: inherit; } input, select, img { vertical-align: middle; } input, button { font-family: "Noto Sa...
public/css/common.css
html, body { margin: 0px; } body { font-size: 16px; font-family: "Noto Sans TC", "微軟正黑體", "新細明體", arial, sans-serif; color: #3f3a3a; } form { margin: 0px; padding: 0px; } a { text-decoration: none; color: inherit; } input, select, img { vertical-align: middle; } input, button { font-family: "Noto Sa...
0.350866
0.055336
.canvas { display: flex; justify-content: center; align-items: center; width: 100%; min-height: 700px; background-color: #a3f9c7; } .trunk { position: relative; background: linear-gradient(to right, #7f3333, #4d2020); width: 8px; height: 600px; margin: 0 auto; } .branch { ...
JS&HTML&CSS/css_animation/main.css
.canvas { display: flex; justify-content: center; align-items: center; width: 100%; min-height: 700px; background-color: #a3f9c7; } .trunk { position: relative; background: linear-gradient(to right, #7f3333, #4d2020); width: 8px; height: 600px; margin: 0 auto; } .branch { ...
0.795777
0.18567
body, html{ overflow: hidden; /* BG GRADIENT */ height: 100%; width: 100%; background: linear-gradient(270deg, #152C41 0%, #0F1922 100%); background: -moz-linear-gradient (270deg, #152C41 0%, #0F1922 100%); background: -webkit-linear-gradient (270deg, #152C41 0%, #0F1922 100%); background: -o-linear-gradi...
landing_page/LandingPage/css/style.css
body, html{ overflow: hidden; /* BG GRADIENT */ height: 100%; width: 100%; background: linear-gradient(270deg, #152C41 0%, #0F1922 100%); background: -moz-linear-gradient (270deg, #152C41 0%, #0F1922 100%); background: -webkit-linear-gradient (270deg, #152C41 0%, #0F1922 100%); background: -o-linear-gradi...
0.339937
0.055643
.ep-editor { background-color: #D3E9FE; width: 400px; opacity: 0.9; filter:alpha(opacity=90); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D3E9FE), to(#AECFF0)); background-image: -moz-linear-gradient(top, #D3E9FE, #AECFF0); -webkit-box-shadow:0 0 5px Black; -moz-box-shadow: 0 0 5px Black; bo...
css/ui-editor.css
.ep-editor { background-color: #D3E9FE; width: 400px; opacity: 0.9; filter:alpha(opacity=90); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D3E9FE), to(#AECFF0)); background-image: -moz-linear-gradient(top, #D3E9FE, #AECFF0); -webkit-box-shadow:0 0 5px Black; -moz-box-shadow: 0 0 5px Black; bo...
0.387111
0.187988
html, body { margin: 0; padding: 0; height: 100%; min-height: 100%; overflow-x: hidden; scroll-behavior: smooth; transition-duration: 500ms; } .skillbar { position:relative; display:block; margin-bottom:30px; width:100%; background: #eee; ...
css/default.css
html, body { margin: 0; padding: 0; height: 100%; min-height: 100%; overflow-x: hidden; scroll-behavior: smooth; transition-duration: 500ms; } .skillbar { position:relative; display:block; margin-bottom:30px; width:100%; background: #eee; ...
0.396302
0.048383
.formlyWrapper-Base { color:#888; background:#eee; border:1px solid #fff; padding:10px; box-shadow:0px 0px 3px #888; -moz-box-shadow:0px 0px 3px #888; -webkit-box-shadow:0px 0px 3px #888; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; -khtml-border-radius:4px; te...
usercenter-front/src/main/resources/static/plugins/jquery/formly/formly.css
.formlyWrapper-Base { color:#888; background:#eee; border:1px solid #fff; padding:10px; box-shadow:0px 0px 3px #888; -moz-box-shadow:0px 0px 3px #888; -webkit-box-shadow:0px 0px 3px #888; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; -khtml-border-radius:4px; te...
0.158597
0.058804
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); body { background: rgba(28, 28, 30, 1); font-family: Poppins, sans-serif; } .flex { display: flex;...
style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); body { background: rgba(28, 28, 30, 1); font-family: Poppins, sans-serif; } .flex { display: flex;...
0.249996
0.045649
body { text-align: center; height: 80px; background: -webkit-linear-gradient(left, #0072ff, #8811c5); color: #fff; font-weight: bold; line-height: 80px; } .form-content { padding: 5%; border: 1px solid #ced4da; margin-bottom: 2%; } .form-control{ border-radius:1.5rem; } .btnSubmi...
public/css/views/register.css
body { text-align: center; height: 80px; background: -webkit-linear-gradient(left, #0072ff, #8811c5); color: #fff; font-weight: bold; line-height: 80px; } .form-content { padding: 5%; border: 1px solid #ced4da; margin-bottom: 2%; } .form-control{ border-radius:1.5rem; } .btnSubmi...
0.347759
0.090173
@import url("https://fonts.googleapis.com/css?family=Acme|Lobster|Patua+One|Rubik|Sniglet"); * { box-sizing: border-box; } header, section { overflow-x: hidden; } :root { --Sniglet-font: "Sniglet", cursive; --Rubik: "Rubik", cursive; --Patua: "Patua One", cursive; --Lobster: "lobster", cursive; --light-...
public/css_welcome/Style.css
@import url("https://fonts.googleapis.com/css?family=Acme|Lobster|Patua+One|Rubik|Sniglet"); * { box-sizing: border-box; } header, section { overflow-x: hidden; } :root { --Sniglet-font: "Sniglet", cursive; --Rubik: "Rubik", cursive; --Patua: "Patua One", cursive; --Lobster: "lobster", cursive; --light-...
0.356335
0.131368
body { font-family: sans-serif; font-size: 18px; } input.addClauseBtn, input.nextBtn { position: absolute; top: 478px; left: 242px; } input.startVisBtn, input.prevBtn { position: absolute; top: 478px; left: 4px; } span.checkBoxRoot { font-size: 16px; } span.autoAssigCB { position: absolute; t...
src/Satviz.css
body { font-family: sans-serif; font-size: 18px; } input.addClauseBtn, input.nextBtn { position: absolute; top: 478px; left: 242px; } input.startVisBtn, input.prevBtn { position: absolute; top: 478px; left: 4px; } span.checkBoxRoot { font-size: 16px; } span.autoAssigCB { position: absolute; t...
0.574395
0.094761
Автор: <NAME> (http://pafnuty.name) */ /* ========================================================================== */ .content { margin: 0 auto; } .content:before, .content:after { content: " "; display: table; } .content:after { clear: both; } .content .content { margin-left: -10px; margin-right: -10px; ...
engine/modules/ymaps/css/style.css
Автор: <NAME> (http://pafnuty.name) */ /* ========================================================================== */ .content { margin: 0 auto; } .content:before, .content:after { content: " "; display: table; } .content:after { clear: both; } .content .content { margin-left: -10px; margin-right: -10px; ...
0.381565
0.112405
.parent-drawflow { display: flex; overflow: hidden; touch-action: none; outline:none; background: rgb(40, 40, 40) !important; } .drawflow { width: 100%; height: 100%; position: relative; user-select: none; perspective: 0; } .drawflow .parent-node { position: relative; } .drawflow .drawflow-nod...
node_modules/drawflow/dist/drawflow.css
.parent-drawflow { display: flex; overflow: hidden; touch-action: none; outline:none; background: rgb(40, 40, 40) !important; } .drawflow { width: 100%; height: 100%; position: relative; user-select: none; perspective: 0; } .drawflow .parent-node { position: relative; } .drawflow .drawflow-nod...
0.602296
0.151498
@namespace mx "library://ns.adobe.com/flex/mx"; mx|Application{ /* backgroundColor:#EFEFEF; */ backgroundColor:#deb887; color:#f0f0f0; backgroundGradientAlphas: 1.0, 1.0; backgroundGradientColors: #F0F0F0, #E3E3E3; themeColor:#F0F0F0; } mx|Alert{ border-style:solid; border-color:#DDD; border-thickness:1...
Client/Ddz/src/client_skin_dushen.css
@namespace mx "library://ns.adobe.com/flex/mx"; mx|Application{ /* backgroundColor:#EFEFEF; */ backgroundColor:#deb887; color:#f0f0f0; backgroundGradientAlphas: 1.0, 1.0; backgroundGradientColors: #F0F0F0, #E3E3E3; themeColor:#F0F0F0; } mx|Alert{ border-style:solid; border-color:#DDD; border-thickness:1...
0.354098
0.163612
html { height: 100%; } body { overflow: hidden; margin:0px; padding:0px; height:100%; background: #0f1923 url("/images/hkust/ui/top_bg.png") repeat-x scroll; } .img_ceiling_banner { position: fixed; } .minimized_banner { display: none; position: absolute; left: 0px; top: 0px; background: #f98f00; z-index: 10; widt...
css/interface.css
html { height: 100%; } body { overflow: hidden; margin:0px; padding:0px; height:100%; background: #0f1923 url("/images/hkust/ui/top_bg.png") repeat-x scroll; } .img_ceiling_banner { position: fixed; } .minimized_banner { display: none; position: absolute; left: 0px; top: 0px; background: #f98f00; z-index: 10; widt...
0.549399
0.18497
* { margin: 0; padding: 0; box-sizing: border-box; } /* #14a4e6 */ :root { --main-color: rgb(20, 164, 230); } body { overflow-x: hidden; } .purecounter { font-size: 24px; } .counters { width: 100%; margin: 0 auto; } .active { background: var(--main-color); color: white !importan...
style.css
* { margin: 0; padding: 0; box-sizing: border-box; } /* #14a4e6 */ :root { --main-color: rgb(20, 164, 230); } body { overflow-x: hidden; } .purecounter { font-size: 24px; } .counters { width: 100%; margin: 0 auto; } .active { background: var(--main-color); color: white !importan...
0.393502
0.051893
* { margin: 0; padding: 0; } body { margin-top: 10px; margin-bottom: 20px; background-image: url(../images/beijing.gif); color: #000000; font-size: 12px; line-height: 180%; font-family: "微软雅黑","宋体"; } /*实现圆角样式*/ .all { width: 710px; margin: 0 auto; ...
2theSecondWeek/2/stylesheets/index.css
* { margin: 0; padding: 0; } body { margin-top: 10px; margin-bottom: 20px; background-image: url(../images/beijing.gif); color: #000000; font-size: 12px; line-height: 180%; font-family: "微软雅黑","宋体"; } /*实现圆角样式*/ .all { width: 710px; margin: 0 auto; ...
0.272121
0.07703
*{ margin:0; padding:0;} .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,p{margin:0} i{font-style:normal} body{font-family:Arial,Helvetica,"Microsoft YaHei",simsun,Sans-Serif;font-family:"Microsoft YaHei"\9;color: #333;font-size: 14px;background-color: #fafafa;} button{border: none;outline: none;} img{outline: non...
css/globalAss.css
*{ margin:0; padding:0;} .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,p{margin:0} i{font-style:normal} body{font-family:Arial,Helvetica,"Microsoft YaHei",simsun,Sans-Serif;font-family:"Microsoft YaHei"\9;color: #333;font-size: 14px;background-color: #fafafa;} button{border: none;outline: none;} img{outline: non...
0.246443
0.049085
.icon-align-justify { background-image: url(svg/sprite.css-632309f4.svg); background-position: 17.14% 100%; background-repeat: no-repeat; width: 12px; height: 12px; } .icon-align-justify-blue { background-image: url(svg/sprite.css-632309f4.svg); background-position: 14.29% 97.14%; backg...
dist/css/sprite.css
.icon-align-justify { background-image: url(svg/sprite.css-632309f4.svg); background-position: 17.14% 100%; background-repeat: no-repeat; width: 12px; height: 12px; } .icon-align-justify-blue { background-image: url(svg/sprite.css-632309f4.svg); background-position: 14.29% 97.14%; backg...
0.538498
0.066357
.btn { background-color: #47b6ff; border: 2px solid #47b6ff; border-radius: 12px; color: #fff; padding: 10px 24px; -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; -moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; -ms-transition: background-col...
src/public/assets/css/Studious-selectfile.css
.btn { background-color: #47b6ff; border: 2px solid #47b6ff; border-radius: 12px; color: #fff; padding: 10px 24px; -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; -moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; -ms-transition: background-col...
0.270384
0.067087
section.paginated_results { background-color: #fff; width: 300px; max-width: 300px; height: 104%; overflow: hidden; position: relative; top: -15px; display: inline-block; float: left; box-shadow: 0 1px 2px rgba(0,0,0,.2); } section.paginated_results ul { list-style: none; padding: 0; margi...
assets/css/settings_paginated.css
section.paginated_results { background-color: #fff; width: 300px; max-width: 300px; height: 104%; overflow: hidden; position: relative; top: -15px; display: inline-block; float: left; box-shadow: 0 1px 2px rgba(0,0,0,.2); } section.paginated_results ul { list-style: none; padding: 0; margi...
0.306008
0.052985
body { padding: 10px; font-family: 'Raleway', sans-serif; color: black !important; } /* line 50, ../sass/custom.scss */ p { font-weight: 200; font-size: 15px; } @font-face { font-family: nexabold; src: url(fonts/nexa-bold.oft); } @media (max-width: 768px) { /* line 58, ../sass/custom.scss */ section...
css/custom.css
body { padding: 10px; font-family: 'Raleway', sans-serif; color: black !important; } /* line 50, ../sass/custom.scss */ p { font-weight: 200; font-size: 15px; } @font-face { font-family: nexabold; src: url(fonts/nexa-bold.oft); } @media (max-width: 768px) { /* line 58, ../sass/custom.scss */ section...
0.323915
0.051821
@charset "UTF-8"; html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { line-height: 1.5; } body { margin: 0; padding: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: #000; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { ...
test/scss/styles.bundle.css
@charset "UTF-8"; html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { line-height: 1.5; } body { margin: 0; padding: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: #000; } h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { ...
0.350644
0.065695
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, code, em, img, small, strong, sub, sup, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section, time, audio, video { padding: 0; border: 0; margin: 0; ...
style.css
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, code, em, img, small, strong, sub, sup, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section, time, audio, video { padding: 0; border: 0; margin: 0; ...
0.565299
0.070913
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600); /* line 5, ../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big...
assets/css/style.css
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600); /* line 5, ../../../../../.rvm/gems/ruby-2.0.0-p247/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big...
0.191177
0.069763
:root { --lightgray: #E5E5E5; } h1 { color: pink; } body { background-color: var(--lightgray); padding: 0px; margin: 0px; } main { display: grid; grid-gap: 15px; /* grid-template-columns & rows in mediaq */ /* margin in MQ */ } div { background-color: #FFF; background-size: 50% 50%; backg...
style.css
:root { --lightgray: #E5E5E5; } h1 { color: pink; } body { background-color: var(--lightgray); padding: 0px; margin: 0px; } main { display: grid; grid-gap: 15px; /* grid-template-columns & rows in mediaq */ /* margin in MQ */ } div { background-color: #FFF; background-size: 50% 50%; backg...
0.333829
0.230649
html { --bg: hsl(0, 0%, 97%); --bg-panel: hsl(0, 0%, 100%); --bg-panel-hover: hsl(0, 0%, 98%); --btn:hsl(240,8%, 42%); --btn-bg: hsl(0, 0%, 88%); --btn-bg: hsl(0, 0%, 88%); --color-text: hsl(240,8%, 32%); --color-text-drop: hsl(240,8%, 22%); --color-text-hover:hsl(240,8%, 12%); } html[data-theme='dar...
bbook/bbook/public/css/navbar.css
html { --bg: hsl(0, 0%, 97%); --bg-panel: hsl(0, 0%, 100%); --bg-panel-hover: hsl(0, 0%, 98%); --btn:hsl(240,8%, 42%); --btn-bg: hsl(0, 0%, 88%); --btn-bg: hsl(0, 0%, 88%); --color-text: hsl(240,8%, 32%); --color-text-drop: hsl(240,8%, 22%); --color-text-hover:hsl(240,8%, 12%); } html[data-theme='dar...
0.336985
0.045543
.menu_bar{ width: 124px; height: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; align-content: flex-start; } #tool_info_tab{ background: rgba(109, 192, 109, 0.3); width: 120px; height: 30px; border-radius: 15px; margin: 5px 2px; ...
public/stylesheets/edit.css
.menu_bar{ width: 124px; height: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start; align-content: flex-start; } #tool_info_tab{ background: rgba(109, 192, 109, 0.3); width: 120px; height: 30px; border-radius: 15px; margin: 5px 2px; ...
0.191895
0.063424
.interna-contato { background: url("../img/bg/bgContato.jpg") no-repeat; background-size: cover; } /*Formulário Contato*/ .contato { background: #67b6cc; width: 100%; padding: 40px 0; } .orcamento h2 { color: #343142; padding-bottom: 30px; } .orcamento h2:after { content: ""; display: block; width...
Fonte/css/contato.css
.interna-contato { background: url("../img/bg/bgContato.jpg") no-repeat; background-size: cover; } /*Formulário Contato*/ .contato { background: #67b6cc; width: 100%; padding: 40px 0; } .orcamento h2 { color: #343142; padding-bottom: 30px; } .orcamento h2:after { content: ""; display: block; width...
0.281307
0.078289
.header__list-connect span .fab::before { color: white; font-size: 16px; margin: 0px 3px; } .header__list-connect span:first-child .fab::before {content: '\f09a';} .header__list-connect span:last-child .fab::before{content: "\f16d";} .header__top div {padding-top: 1px;} .header__top h1 {padding-top: 1px;} ....
public/public/css/header.css
.header__list-connect span .fab::before { color: white; font-size: 16px; margin: 0px 3px; } .header__list-connect span:first-child .fab::before {content: '\f09a';} .header__list-connect span:last-child .fab::before{content: "\f16d";} .header__top div {padding-top: 1px;} .header__top h1 {padding-top: 1px;} ....
0.362179
0.0704
main { min-height: 80vh; } h3 { padding: 1rem 0; } .srcbtn{ color: black !important; background-color: #00bc8c !important; width: 110px; font-weight: 900; } .btn-outline-success:hover { color: black !important; background-color: #076851 !important; } .gif{ background-image: url(./img/icon.gif); ba...
frontend/src/index.css
main { min-height: 80vh; } h3 { padding: 1rem 0; } .srcbtn{ color: black !important; background-color: #00bc8c !important; width: 110px; font-weight: 900; } .btn-outline-success:hover { color: black !important; background-color: #076851 !important; } .gif{ background-image: url(./img/icon.gif); ba...
0.355439
0.071332
html { box-sizing: border-box } *, *::before, *::after { box-sizing: inherit } input[type="text"] { /* Flexibility */ box-sizing: border-box; width: 45%; /* Styling */ padding: .4em .55em; font-size: inherit; font-family: inherit; color: #666; border: 0; border-radius: ...
public/stylesheets/test.css
html { box-sizing: border-box } *, *::before, *::after { box-sizing: inherit } input[type="text"] { /* Flexibility */ box-sizing: border-box; width: 45%; /* Styling */ padding: .4em .55em; font-size: inherit; font-family: inherit; color: #666; border: 0; border-radius: ...
0.541651
0.072276
* { box-sizing: border-box; margin: 0; padding: 0; } body { background-color: #f4f8f9; font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 105%; } h1, h2, h3 { font-weight: 300; } /* Links */ a { text-decoration: none; color: seagreen; } a:hover { text-decoration: underline; color: blu...
src/layouts/index.css
* { box-sizing: border-box; margin: 0; padding: 0; } body { background-color: #f4f8f9; font-family: -apple-system, BlinkMacSystemFont, sans-serif; font-size: 105%; } h1, h2, h3 { font-weight: 300; } /* Links */ a { text-decoration: none; color: seagreen; } a:hover { text-decoration: underline; color: blu...
0.32029
0.087213
* Ext JS Library 3.4.0 * Copyright(c) 2006-2011 Sencha Inc. * <EMAIL> * http://www.sencha.com/license */ html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-wei...
HTML/Default/html/ext/resources/css/ext-browse.css
* Ext JS Library 3.4.0 * Copyright(c) 2006-2011 Sencha Inc. * <EMAIL> * http://www.sencha.com/license */ html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-wei...
0.605449
0.059401
@import url(master.css); body { background: #000; overflow: hidden; -webkit-animation-name: pulse; -webkit-animation-duration: 30s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; } @-webkit-keyframes pulse { from { background: #000; } 25% { background-...
animation-master/animation281/stylesheets/style.css
@import url(master.css); body { background: #000; overflow: hidden; -webkit-animation-name: pulse; -webkit-animation-duration: 30s; -webkit-animation-iteration-count: infinite; -webkit-animation-timing-function: linear; } @-webkit-keyframes pulse { from { background: #000; } 25% { background-...
0.353428
0.053874
body { background: #eee; } h1, h2, h3, h4, h5, h6, p, a, label, small, input { color: #666; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } ul { padding: 0; } li { list-style: none; } .center { text-align: center; } .home-main { background-image: ur...
public/css/style.css
body { background: #eee; } h1, h2, h3, h4, h5, h6, p, a, label, small, input { color: #666; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } ul { padding: 0; } li { list-style: none; } .center { text-align: center; } .home-main { background-image: ur...
0.350421
0.055669
body { font-family:Roboto,Helvetica, Arial,sans-serif; color: #444444; background: #f7f5f2; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } /* HEADINGS Based On: https://www.w3.o...
src/css/layout.css
body { font-family:Roboto,Helvetica, Arial,sans-serif; color: #444444; background: #f7f5f2; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-touch-callout: none; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } /* HEADINGS Based On: https://www.w3.o...
0.417865
0.082512
container { width: 100%; height: 100%; display: flex; align-items: stretch; } .logo { font-size: 2rem; } aside { height: 100%; height: 100vh; /* min-width: calc(100px + 20%); */ /* position: fixed; */ width: 100%; max-width: 330px; background: var(--secondary-background); z-index: 5; paddi...
src/css/old.components.css
container { width: 100%; height: 100%; display: flex; align-items: stretch; } .logo { font-size: 2rem; } aside { height: 100%; height: 100vh; /* min-width: calc(100px + 20%); */ /* position: fixed; */ width: 100%; max-width: 330px; background: var(--secondary-background); z-index: 5; paddi...
0.474144
0.053255
.home-template.page .products { display: none !important; } .home-template .container .resource-links { margin-top: 10px; } .home-template .container .resource-links .resource-link { margin: 4px 0; color: #8a91a7; line-height: 1; } .home-template .container { display: flex; justify-content: ...
flask_blueprint_tutorial/static/dist/css/home.css
.home-template.page .products { display: none !important; } .home-template .container .resource-links { margin-top: 10px; } .home-template .container .resource-links .resource-link { margin: 4px 0; color: #8a91a7; line-height: 1; } .home-template .container { display: flex; justify-content: ...
0.308086
0.043305
ul.title-right-memo-posts { list-style-type: none; width: 100%; display: table; padding-left: 5px; padding-right: 5px; margin-bottom: 0px; } ul.title-right-users-posts { list-style-type: none; width: 100%; display: table; padding-left: 0px; padding-right: 5px; margin-bottom: 5px; } /* End - side title ...
src/main/webapp/static/apps/css/abilists/posts.css
ul.title-right-memo-posts { list-style-type: none; width: 100%; display: table; padding-left: 5px; padding-right: 5px; margin-bottom: 0px; } ul.title-right-users-posts { list-style-type: none; width: 100%; display: table; padding-left: 0px; padding-right: 5px; margin-bottom: 5px; } /* End - side title ...
0.257392
0.081082
:root { /* --bg: var(--bg); */ --bg-backdrop: #22232dab; --element-bg: #252635; --element-bg: #282935; --accent: #9f9dea; --valid: #85d2d8; --accent-hover: #22232dc2; --titles-primary: #9f9dea; --titles-secondary: #909ca8; --text: rgb(255, 255, 255); --warn: #f94d78; --disabled-bg: #797f85; --...
src/styles.css
:root { /* --bg: var(--bg); */ --bg-backdrop: #22232dab; --element-bg: #252635; --element-bg: #282935; --accent: #9f9dea; --valid: #85d2d8; --accent-hover: #22232dc2; --titles-primary: #9f9dea; --titles-secondary: #909ca8; --text: rgb(255, 255, 255); --warn: #f94d78; --disabled-bg: #797f85; --...
0.44746
0.090133
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; scroll-snap-align: start; } html, body { width: 100%; height: 100%; } body { position: relative; font-family: ...
style.css
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; scroll-behavior: smooth; scroll-snap-align: start; } html, body { width: 100%; height: 100%; } body { position: relative; font-family: ...
0.337094
0.059757
.dialog { transition: all 0.5s; max-height: 0; overflow: hidden; position: relative; } .dialog.is-active { max-height: calc(100vh - 220px); } .has-touch .dialog.is-active { max-height: calc(100vh - 290px); } .dialog.is-visible { display: block; } .dialog-close-button { position: absolute; top: 5px; right:...
styles/modules/dialog.css
.dialog { transition: all 0.5s; max-height: 0; overflow: hidden; position: relative; } .dialog.is-active { max-height: calc(100vh - 220px); } .has-touch .dialog.is-active { max-height: calc(100vh - 290px); } .dialog.is-visible { display: block; } .dialog-close-button { position: absolute; top: 5px; right:...
0.442877
0.048003
.headerSec { max-width: 100vw; overflow: hidden; } .container { height: 90vh; width: 108vw; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; overflow: hidden; } .fItem1 { flex: 3.5; position: relative; left: 7vw; top: 50vh; } .htitle { font-...
stylesheet/layouts/header.css
.headerSec { max-width: 100vw; overflow: hidden; } .container { height: 90vh; width: 108vw; background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; overflow: hidden; } .fItem1 { flex: 3.5; position: relative; left: 7vw; top: 50vh; } .htitle { font-...
0.604049
0.102081
.tp-caption.boldwide_small_white, .tp-caption.whitedivider3px { border-width: 0; border-color: #000; border-style: none; text-shadow: none; text-decoration: none } .tp-caption.lightgrey_divider, .tp-caption.whitedivider3px { background-position: initial initial; background-repeat: initial i...
public/css/settings.css
.tp-caption.boldwide_small_white, .tp-caption.whitedivider3px { border-width: 0; border-color: #000; border-style: none; text-shadow: none; text-decoration: none } .tp-caption.lightgrey_divider, .tp-caption.whitedivider3px { background-position: initial initial; background-repeat: initial i...
0.619356
0.128744
header{ background-image: url('../img/header_bg.png'); min-height: 450px; width: 100%; background-size: cover; background-repeat: no-repeat; padding-top: 35px; padding-bottom: 30px; } .header_top{ border-bottom: 1px solid #f4f4f4; padding-bottom: 10px; } .bgc_change{ background-color: #fff; box-shadow: 1px...
public/css/index.css
header{ background-image: url('../img/header_bg.png'); min-height: 450px; width: 100%; background-size: cover; background-repeat: no-repeat; padding-top: 35px; padding-bottom: 30px; } .header_top{ border-bottom: 1px solid #f4f4f4; padding-bottom: 10px; } .bgc_change{ background-color: #fff; box-shadow: 1px...
0.202996
0.067793
.article::shadow > table > tbody > tr > td { vertical-align: top; } .article::shadow > table > tbody > tr.selected-row { background-color: #f7f1e8; } .article::shadow > table > tbody > tr:hover { background-color: #f7f7f7; } .article::shadow > table > thead { display: table-caption; } .article::shadow > table > t...
web/bower_components/sortable-table/css/article.css
.article::shadow > table > tbody > tr > td { vertical-align: top; } .article::shadow > table > tbody > tr.selected-row { background-color: #f7f1e8; } .article::shadow > table > tbody > tr:hover { background-color: #f7f7f7; } .article::shadow > table > thead { display: table-caption; } .article::shadow > table > t...
0.344774
0.055031