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
*{ padding:0; margin:0; } #btn_nav:hover { background-color: #343a40; } .float{ position:fixed; width:60px; height:60px; bottom:40px; right:20px; background-color:#30c234; color:#fff; border-radius:50px; text-align:center; } .my-float{ margin-top:22px; } .float:hover{ ...
public/css/my.css
*{ padding:0; margin:0; } #btn_nav:hover { background-color: #343a40; } .float{ position:fixed; width:60px; height:60px; bottom:40px; right:20px; background-color:#30c234; color:#fff; border-radius:50px; text-align:center; } .my-float{ margin-top:22px; } .float:hover{ ...
0.333829
0.100128
.reserveStatsContainer { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-gap: 50px; max-width: 1200px; width: 95%; margin: auto; font-family: var(--font-family-sans-serif); color: var(--light); } .reserveStatsBox { background-color: var(--box-backgro...
public/css/orderbook.css
.reserveStatsContainer { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); grid-gap: 50px; max-width: 1200px; width: 95%; margin: auto; font-family: var(--font-family-sans-serif); color: var(--light); } .reserveStatsBox { background-color: var(--box-backgro...
0.4917
0.218795
a { font-size: 16px; font-weight: normal; color: #d6dbdf; font-family: MyriadBold, Myriad; text-decoration: none; } a:visited { font-size: 16px; font-weight: normal; color: #d6dbdf; text-decoration: none; } a:hover { font-size: 16px; font-weight: normal; color: #11467c; text-decoration...
Workspace/QRef/WebContent/css/theme-dark.css
a { font-size: 16px; font-weight: normal; color: #d6dbdf; font-family: MyriadBold, Myriad; text-decoration: none; } a:visited { font-size: 16px; font-weight: normal; color: #d6dbdf; text-decoration: none; } a:hover { font-size: 16px; font-weight: normal; color: #11467c; text-decoration...
0.22051
0.078501
body { /* Background pattern from Toptal Subtle Patterns */ background-image: url("img/tlo.png"); margin: 0px; font-family: 'Open Sans', sans-serif; font-size: 20px; } a:link { color: black; text-decoration: none; } a:visited { color: black; text-decoration: none; } a:hover { ...
Kurs HTML/Kurs HTML 04/style.css
body { /* Background pattern from Toptal Subtle Patterns */ background-image: url("img/tlo.png"); margin: 0px; font-family: 'Open Sans', sans-serif; font-size: 20px; } a:link { color: black; text-decoration: none; } a:visited { color: black; text-decoration: none; } a:hover { ...
0.346099
0.086671
@import "hero.css"; /* @import "admonitions.css"; */ @import "buttons.css"; /* @import "providers.css"; */ @import "navbar.css"; /* @import "search.css"; */ @font-face { font-family: "inter-regular"; src: url("/static/fonts/inter-regular.ttf"); } /* You can override the default Infima variables here. */ :root { ...
website/src/css/index.css
@import "hero.css"; /* @import "admonitions.css"; */ @import "buttons.css"; /* @import "providers.css"; */ @import "navbar.css"; /* @import "search.css"; */ @font-face { font-family: "inter-regular"; src: url("/static/fonts/inter-regular.ttf"); } /* You can override the default Infima variables here. */ :root { ...
0.268941
0.045353
----------------------------------------------- */ body { direction: rtl; unicode-bidi: embed; text-align: right; } caption, th, td { text-align: right; } ul, ol { margin: 0 3em 1.5em 0; } li > ul, li > ol { margin-left: auto; margin-right: 1.5em; } textarea { padding-left: auto; padding-right: 3px; } .s...
public/content/themes/decode/rtl.css
----------------------------------------------- */ body { direction: rtl; unicode-bidi: embed; text-align: right; } caption, th, td { text-align: right; } ul, ol { margin: 0 3em 1.5em 0; } li > ul, li > ol { margin-left: auto; margin-right: 1.5em; } textarea { padding-left: auto; padding-right: 3px; } .s...
0.342572
0.103115
body { height: 100%; background-image: radial-gradient(#777777, #000); background-repeat: repeat; background-attachment: fixed; } #gallery { margin: 100px; display: grid; grid-template-columns: auto auto auto auto auto; column-gap: 10px; } #status, #currentState { position: fixed; ...
src/app/static/style.css
body { height: 100%; background-image: radial-gradient(#777777, #000); background-repeat: repeat; background-attachment: fixed; } #gallery { margin: 100px; display: grid; grid-template-columns: auto auto auto auto auto; column-gap: 10px; } #status, #currentState { position: fixed; ...
0.502197
0.175432
html { -webkit-font-smoothing: antialiased; } body { background-image: url("/images/show.jpg"); background-size: cover; background-attachment: fixed; color: white; font-family: Open Sans; } header { position: fixed; width: 100%; z-index: 1000; } .row { margin: 0 auto; } h1 { color: #21A675; } ...
public/styles/css/style.css
html { -webkit-font-smoothing: antialiased; } body { background-image: url("/images/show.jpg"); background-size: cover; background-attachment: fixed; color: white; font-family: Open Sans; } header { position: fixed; width: 100%; z-index: 1000; } .row { margin: 0 auto; } h1 { color: #21A675; } ...
0.490724
0.090454
* { margin: 0; padding: 0; box-sizing: border-box; } img { display: block; width: 100%; height: auto; } .wrapper-header { height: 90px; } .container { width: 1100px; margin: 0 auto; } .logo { float: left; } .logo-link { font-size: 30px; line-height: 32px; color: #000000; font-family: "R...
module-05/css/styles.css
* { margin: 0; padding: 0; box-sizing: border-box; } img { display: block; width: 100%; height: auto; } .wrapper-header { height: 90px; } .container { width: 1100px; margin: 0 auto; } .logo { float: left; } .logo-link { font-size: 30px; line-height: 32px; color: #000000; font-family: "R...
0.411229
0.085061
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff'); } @font-face { font-family: 'Lato'; font-style: normal; ...
src/main/resources/default/assets/quickdoc.css
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; src: local('Lato Regular'), local('Lato-Regular'), url(http://themes.googleusercontent.com/static/fonts/lato/v7/qIIYRU-oROkIk8vfvxw6QvesZW2xOQ-xsNqO47m55DA.woff) format('woff'); } @font-face { font-family: 'Lato'; font-style: normal; ...
0.472927
0.072472
@-moz-document domain("madfanboy.com") { html, body { background: #c3cfdd /* Обои и цвет */ } .alt_block li.header { /* background: #343840 !important; */ } body { font-family: "Roboto", Arial, Helvetica, sans-serif; font-size: 12px; color: ...
data/usercss/141644.user.css
@-moz-document domain("madfanboy.com") { html, body { background: #c3cfdd /* Обои и цвет */ } .alt_block li.header { /* background: #343840 !important; */ } body { font-family: "Roboto", Arial, Helvetica, sans-serif; font-size: 12px; color: ...
0.166134
0.093264
.events__header { text-align: center; border-bottom: none; background-color: #2e7fab; margin: 0; margin-top: -20px; padding: 40px 0; } .events__header md-input-group input[type="text"] { display: inline-block; width: 500px; } @media only screen and (max-width: 768px) { .events__header md-input-group input[ty...
public/modules/events/css/events.css
.events__header { text-align: center; border-bottom: none; background-color: #2e7fab; margin: 0; margin-top: -20px; padding: 40px 0; } .events__header md-input-group input[type="text"] { display: inline-block; width: 500px; } @media only screen and (max-width: 768px) { .events__header md-input-group input[ty...
0.467818
0.058615
.project-overview-page { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100%; background-image: url("/assets/imgs/homepageBackground.png"); background-repeat: no-repeat; background-size: cover; } .project-overview-page .overlay { box-shadow...
src/app/project/project-overview-page/project-overview-page.component.css
.project-overview-page { display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100%; background-image: url("/assets/imgs/homepageBackground.png"); background-repeat: no-repeat; background-size: cover; } .project-overview-page .overlay { box-shadow...
0.483648
0.071235
body { margin: 0; } @media screen and (max-width: 900px) { .nav-bar { background-color: rgb(80, 106, 221); border: 1px solid black; display: fixed; } .main-logo { margin-left: 3vw; margin-top: 0.5vw; height: 10vw; width: 10vw; } .main-l...
css/navbar.css
body { margin: 0; } @media screen and (max-width: 900px) { .nav-bar { background-color: rgb(80, 106, 221); border: 1px solid black; display: fixed; } .main-logo { margin-left: 3vw; margin-top: 0.5vw; height: 10vw; width: 10vw; } .main-l...
0.519278
0.068133
justify-content: flex-start; flex-direction: column; align-items: center; } h1 { border-bottom: 2px solid white; padding-bottom: 50px; } #step-1, #step-3 { display: flex; flex-direction: row; justify-content: space-between; } #step-2 { display: flex; flex-direction: row-revers...
assets/styles/start_view.css
justify-content: flex-start; flex-direction: column; align-items: center; } h1 { border-bottom: 2px solid white; padding-bottom: 50px; } #step-1, #step-3 { display: flex; flex-direction: row; justify-content: space-between; } #step-2 { display: flex; flex-direction: row-revers...
0.577614
0.111193
* { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*// remove tap highlight color for mobile safari*/ } *:before, *:after { box-sizing: border-box; } /*// HTML & Body reset*/ html, body { width: 100%; height: 100%; } body { font-family: "Helvetica Neue", Helvetica, "PingFang ...
template/pc/src/assets/css/base.css
* { box-sizing: border-box; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*// remove tap highlight color for mobile safari*/ } *:before, *:after { box-sizing: border-box; } /*// HTML & Body reset*/ html, body { width: 100%; height: 100%; } body { font-family: "Helvetica Neue", Helvetica, "PingFang ...
0.408041
0.091992
* { margin: 0; padding: 0; border: 0; } body { color: #222; font-size: 1em; line-height: 1.4; } h1 { font-family: 'KoHo', sans-serif; font-size: 2.5rem; font-style: italic; font-weight: 700; margin: 0 0 1rem 0; } h2 { font-family: 'utile', sans-serif; font-size: 1.75rem; ...
css/main.css
* { margin: 0; padding: 0; border: 0; } body { color: #222; font-size: 1em; line-height: 1.4; } h1 { font-family: 'KoHo', sans-serif; font-size: 2.5rem; font-style: italic; font-weight: 700; margin: 0 0 1rem 0; } h2 { font-family: 'utile', sans-serif; font-size: 1.75rem; ...
0.463444
0.10217
.normal_block{ background-position: sprite("star.png"); /* no params*/ background-image: url(sprite.png); background-repeat: no-repeat; width: 46px; height: 49px; margin: 10px; border: 1px solid #333; } .resized_block{ background-position: sprite("star.png","width:300; height:30; r...
test/test.css
.normal_block{ background-position: sprite("star.png"); /* no params*/ background-image: url(sprite.png); background-repeat: no-repeat; width: 46px; height: 49px; margin: 10px; border: 1px solid #333; } .resized_block{ background-position: sprite("star.png","width:300; height:30; r...
0.506836
0.194196
.clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } .clearfix:after { clear: both; } .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .input-block-level { display: block; width: 100...
public/css/preset4.css
.clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } .clearfix:after { clear: both; } .hide-text { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .input-block-level { display: block; width: 100...
0.241579
0.107578
Reset and overrides ***/ body { background-color: #f9f9f9 !important; font-family: "microsoft yahei" !important; } .page-content { background-color: #f1f3fa !important; } /*** Page header ***/ .header { filter: none !important; /*background-image: none !important;*/ backgrou...
common/common-web/src/main/webapp/css/frame/themes/ztebluelight2.css
Reset and overrides ***/ body { background-color: #f9f9f9 !important; font-family: "microsoft yahei" !important; } .page-content { background-color: #f1f3fa !important; } /*** Page header ***/ .header { filter: none !important; /*background-image: none !important;*/ backgrou...
0.207857
0.049017
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */ /*---------------------------------------*/ :root { --primary: #0b254b; --light: #ffffff; --light-blue: #F5F6F...
wwwroot/css/site.css
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */ /*---------------------------------------*/ :root { --primary: #0b254b; --light: #ffffff; --light-blue: #F5F6F...
0.421671
0.05694
html, body{ width: 100%; height: 100%; padding: 0; margin: 0; overflow-x: hidden; overflow-y: auto; color: #fff; background: #181a1e; font-family: sans-serif; } a{ color: #e58929; text-decoration: none; line-height: inherit; cursor: pointer; } a:hover { -webkit-...
lib/css/style.css
html, body{ width: 100%; height: 100%; padding: 0; margin: 0; overflow-x: hidden; overflow-y: auto; color: #fff; background: #181a1e; font-family: sans-serif; } a{ color: #e58929; text-decoration: none; line-height: inherit; cursor: pointer; } a:hover { -webkit-...
0.408159
0.072604
:root{ --primary:rgb(61, 207, 211); --dark:#161616; --pure:#fff; --ternary:#898989; --light: #2f2f2f; --secondary:070606 } .hover{ transition: all .3s ease; } .hover a:hover{ color: var(--primary); } .button{ padding: .8rem 3rem; font-size: 1rem; font-weight: 600; cursor:pointer; text-transform...
main.css
:root{ --primary:rgb(61, 207, 211); --dark:#161616; --pure:#fff; --ternary:#898989; --light: #2f2f2f; --secondary:070606 } .hover{ transition: all .3s ease; } .hover a:hover{ color: var(--primary); } .button{ padding: .8rem 3rem; font-size: 1rem; font-weight: 600; cursor:pointer; text-transform...
0.481941
0.083516
body { margin:0px; background-image:none; position:relative; left:0px; width:1200px; margin-left:auto; margin-right:auto; text-align:left; } .form_sketch { border-color:transparent; background-color:transparent; } #base { position:absolute; z-index:0; } #u221 { position:fixed; right:50px; ...
a8s/shenshen/files/p1/styles.css
body { margin:0px; background-image:none; position:relative; left:0px; width:1200px; margin-left:auto; margin-right:auto; text-align:left; } .form_sketch { border-color:transparent; background-color:transparent; } #base { position:absolute; z-index:0; } #u221 { position:fixed; right:50px; ...
0.280321
0.055643
@font-face { font-family: 'BebasNeueRegular'; src: url('fonts/BebasNeue-webfont.eot'); src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/...
assets/neophilus.css
@font-face { font-family: 'BebasNeueRegular'; src: url('fonts/BebasNeue-webfont.eot'); src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/BebasNeue-webfont.woff') format('woff'), url('fonts/BebasNeue-webfont.ttf') format('truetype'), url('fonts/...
0.485356
0.101723
core--MainWindow { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #9E00E7, stop: 0.2 #9E00E7, stop: 0.9 #3600C9, stop: 1 #3600C9); } control--MwcMainWndContainer { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, ...
resource/mwcwallet_style.css
core--MainWindow { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #9E00E7, stop: 0.2 #9E00E7, stop: 0.9 #3600C9, stop: 1 #3600C9); } control--MwcMainWndContainer { background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, ...
0.467575
0.279206
/* Replaced with normal container and standard footer */ /*.container-narrow { margin: 0 auto; max-width: 700px; } .container-narrow > hr { margin: 30px 0; } */ /* Replaced with standard BS3 Navbar */ /*.navbar .nav { float: right; } */ /* This is the for the title section in homepage */ div#page { height...
assets/themes/bootstrap-3/css/style.css
/* Replaced with normal container and standard footer */ /*.container-narrow { margin: 0 auto; max-width: 700px; } .container-narrow > hr { margin: 30px 0; } */ /* Replaced with standard BS3 Navbar */ /*.navbar .nav { float: right; } */ /* This is the for the title section in homepage */ div#page { height...
0.283583
0.065815
.background_tan5, .hover_background_tan5:hover, .active_background_tan5:active:hover { background: #74562d; background-image: -moz-linear-gradient(top, rgb(145, 107, 57) 0%, rgb(116, 86, 45) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(145, 107, 57)), color-st...
widgets/common/assets/gradients/simple/tan/tan5.css
.background_tan5, .hover_background_tan5:hover, .active_background_tan5:active:hover { background: #74562d; background-image: -moz-linear-gradient(top, rgb(145, 107, 57) 0%, rgb(116, 86, 45) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(145, 107, 57)), color-st...
0.536313
0.135546
========================================================================== */ /** * 1. Change the default font family in all browsers (opinionated). * 2. Correct the line height in all browsers. * 3. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { f...
ui/styles.css
========================================================================== */ /** * 1. Change the default font family in all browsers (opinionated). * 2. Correct the line height in all browsers. * 3. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ html { f...
0.651577
0.11737
.page-container .sidebar-menu .logo-env{ padding:15px; } .page-container .sidebar-menu{ background-color:#303641; } .page-container .sidebar-menu .logo-env > div > a{ color:#fff; } .page-container .sidebar-menu .logo-env > div.sidebar-collapse a, .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a{ ...
ebdesk.css
.page-container .sidebar-menu .logo-env{ padding:15px; } .page-container .sidebar-menu{ background-color:#303641; } .page-container .sidebar-menu .logo-env > div > a{ color:#fff; } .page-container .sidebar-menu .logo-env > div.sidebar-collapse a, .page-container .sidebar-menu .logo-env > div.sidebar-mobile-menu a{ ...
0.207135
0.040427
.btn-contain { width: 100%; height: 52px; display: flex; align-items: center; justify-content: flex-end; } .btn-contain>div { border-width: 0px; width: 91px; height: 32px; background: inherit; background-color: rgba(170, 170, 170, 1); border: none; border-radius: 5px; ...
web/views/@default/webscan/scans/index.css
.btn-contain { width: 100%; height: 52px; display: flex; align-items: center; justify-content: flex-end; } .btn-contain>div { border-width: 0px; width: 91px; height: 32px; background: inherit; background-color: rgba(170, 170, 170, 1); border: none; border-radius: 5px; ...
0.326057
0.082291
#name { /* Font */ font-size: 38px; line-height: 1.2em; letter-spacing: 1px; /* Alignment */ text-align: center; /* Spacing */ margin-top: 24px; margin-bottom: 16px; } #name +#title { /* Font */ font-size: 24px; /* Alignment */ text-align: center; /* Spacing...
html/resources/stylesheets/resume.css
#name { /* Font */ font-size: 38px; line-height: 1.2em; letter-spacing: 1px; /* Alignment */ text-align: center; /* Spacing */ margin-top: 24px; margin-bottom: 16px; } #name +#title { /* Font */ font-size: 24px; /* Alignment */ text-align: center; /* Spacing...
0.316053
0.066387
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; src: url("../fonts/poppins/poppins-v5-latin-300.eot"); src: local("Poppins Black"), local("Poppins-Black"), url("../fonts/poppins/poppins-v5-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v5...
asset/css/style.css
@font-face { font-family: 'Poppins'; font-style: normal; font-weight: 300; src: url("../fonts/poppins/poppins-v5-latin-300.eot"); src: local("Poppins Black"), local("Poppins-Black"), url("../fonts/poppins/poppins-v5-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins/poppins-v5...
0.326808
0.100569
.red_50 { background: transparent; color: #FFEBEE } .red_100 { background: transparent; color: #FFCDD2 } .red_200 { background: transparent; color: #EF9A9A } .red_300 { background: transparent; color: #E57373 } .red_400 { background: transparent; color: #EF5350 } .red_500 { background: transparent; col...
assets/mhk/css/colors.css
.red_50 { background: transparent; color: #FFEBEE } .red_100 { background: transparent; color: #FFCDD2 } .red_200 { background: transparent; color: #EF9A9A } .red_300 { background: transparent; color: #E57373 } .red_400 { background: transparent; color: #EF5350 } .red_500 { background: transparent; col...
0.469034
0.117572
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700"); @import url("//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"); * { letter-spacing: normal; border-radius: 0; } body, div { padding: 0; margin: 0; font-size: 16px; font-weight: 300; color: #4d4e50; -webkit-...
assets/css/styles.css
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,700"); @import url("//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css"); * { letter-spacing: normal; border-radius: 0; } body, div { padding: 0; margin: 0; font-size: 16px; font-weight: 300; color: #4d4e50; -webkit-...
0.299515
0.109897
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap'); * { font-family: 'Montserrat', sans-serif; letter-spacing: 2%; } .cover-page button { text-transform: uppercase; padding: 10px 20px; } header { width: 100%; position: fixed; background: #bee9ff; z-in...
CSS/phone_style.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap'); * { font-family: 'Montserrat', sans-serif; letter-spacing: 2%; } .cover-page button { text-transform: uppercase; padding: 10px 20px; } header { width: 100%; position: fixed; background: #bee9ff; z-in...
0.386995
0.091829
.content { padding-top: 20px; padding-bottom: 20px; padding-left: 40px; padding-right: 40px; } body { background-color: #fff2e0; } /* Everything but the jumbotron gets side spacing for mobile first views */ .header, .marketing, .footer { padding-top: 20px; padding-bottom: 20px; padding-left: 40px; ...
client/app/styles/main.css
.content { padding-top: 20px; padding-bottom: 20px; padding-left: 40px; padding-right: 40px; } body { background-color: #fff2e0; } /* Everything but the jumbotron gets side spacing for mobile first views */ .header, .marketing, .footer { padding-top: 20px; padding-bottom: 20px; padding-left: 40px; ...
0.407923
0.115511
html { font-size: 14px; } @media (min-width: 768px) { html { font-size: 16px; } } .border-top { border-top: 1px solid #e5e5e5; } .border-bottom { border-bottom: 1px solid #e5e5e5; } .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } button.accept-policy { font-size: 1rem; line-height...
css/styles.css
html { font-size: 14px; } @media (min-width: 768px) { html { font-size: 16px; } } .border-top { border-top: 1px solid #e5e5e5; } .border-bottom { border-bottom: 1px solid #e5e5e5; } .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } button.accept-policy { font-size: 1rem; line-height...
0.269902
0.059702
.container { padding: 0; font-family: Arial, Helvetica, sans-serif } #fontSize { font-size: 4rem; text-transform: uppercase; font-weight: bold } .minHeight { min-height: 500px !important; } h3,h2,h1,h4 { line-height: initial !important; margin-bottom: 0 !important; } .parallax__content {...
src/components/main.css
.container { padding: 0; font-family: Arial, Helvetica, sans-serif } #fontSize { font-size: 4rem; text-transform: uppercase; font-weight: bold } .minHeight { min-height: 500px !important; } h3,h2,h1,h4 { line-height: initial !important; margin-bottom: 0 !important; } .parallax__content {...
0.240329
0.053453
*, *::before, *::after { margin: 0; padding: 0; } html { height: 100%; } body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; } .transparent { ...
assets/stylesheets/custom.css
*, *::before, *::after { margin: 0; padding: 0; } html { height: 100%; } body { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; } .transparent { ...
0.356895
0.075075
* { font-family: Nunito; } .navigation-container { padding: 10px; border-style: solid; border-width: 1px; } .theme--default .navigation-container { background-color: #e9e9e9; box-shadow: 3px 4px #d1d1d1; border-color: #d1d1d1; } .theme--dark .navigation-container { background-color: gray; box-shado...
public/css/app.css
* { font-family: Nunito; } .navigation-container { padding: 10px; border-style: solid; border-width: 1px; } .theme--default .navigation-container { background-color: #e9e9e9; box-shadow: 3px 4px #d1d1d1; border-color: #d1d1d1; } .theme--dark .navigation-container { background-color: gray; box-shado...
0.417746
0.096791
* { margin: 0; padding: 0; } html, body { align-items: center; background-color: #eee; display: flex; font-family: Arial; height: 100%; justify-content: center; overflow: hidden; text-rendering: optimizeLegibility; user-select: none; } #a { background: #fff; height: 660px; overflow: hidden...
public_uncompressed/styles.css
* { margin: 0; padding: 0; } html, body { align-items: center; background-color: #eee; display: flex; font-family: Arial; height: 100%; justify-content: center; overflow: hidden; text-rendering: optimizeLegibility; user-select: none; } #a { background: #fff; height: 660px; overflow: hidden...
0.47025
0.0704
.oeuvre { display: inline-block; position: relative; height: 110px; width: 600px; padding-right: 10px; font-size: 13px; color: #262626; overflow: hidden; background: #e1e1e1; box-shadow: 0 1px 5px rgba(0,0,0,.15); margin: 30px 15px; margin-bottom: 0; text-align: left; z-index: 0; -webki...
css/oeuvre.css
.oeuvre { display: inline-block; position: relative; height: 110px; width: 600px; padding-right: 10px; font-size: 13px; color: #262626; overflow: hidden; background: #e1e1e1; box-shadow: 0 1px 5px rgba(0,0,0,.15); margin: 30px 15px; margin-bottom: 0; text-align: left; z-index: 0; -webki...
0.36523
0.099208
body { font-family: Karla, Arial, Helvetica, sans-serif; } .nav-menu { background: #fff; border-bottom: 1px solid #f3f0f0; } .nav-item a { color: #4e4e4e; font-weight: 400; } .nav-item a:hover { color:#0069D9; background: none; } .nav-item span { font-size: 12px; } ...
public/assets/css/style.css
body { font-family: Karla, Arial, Helvetica, sans-serif; } .nav-menu { background: #fff; border-bottom: 1px solid #f3f0f0; } .nav-item a { color: #4e4e4e; font-weight: 400; } .nav-item a:hover { color:#0069D9; background: none; } .nav-item span { font-size: 12px; } ...
0.371593
0.062075
p { line-height: 1.9; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Raleway', sans-serif; } body { font-size: 14px; background: #f9f9f9; font-family: 'Raleway', sans-serif; } body.ShoppingCart { padding-top: 0; } a:hover, a:focus { text-decoration: none; color: #65a9e0; } h5, .h5 { font-size: 1...
_/Shared/Themes/MegaStore/CSS/style.css
p { line-height: 1.9; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Raleway', sans-serif; } body { font-size: 14px; background: #f9f9f9; font-family: 'Raleway', sans-serif; } body.ShoppingCart { padding-top: 0; } a:hover, a:focus { text-decoration: none; color: #65a9e0; } h5, .h5 { font-size: 1...
0.445047
0.096748
@font-face{ font-family: 'Arsenal-Bold'; src: url("../fonts/Arsenal-Bold.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Arsenal-Italic'; src: url("../fonts/Arsenal-Italic.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Arsenal-Regular'; src: url("...
css/estilos-landing.css
@font-face{ font-family: 'Arsenal-Bold'; src: url("../fonts/Arsenal-Bold.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Arsenal-Italic'; src: url("../fonts/Arsenal-Italic.ttf") format("truetype"); font-weight:normal; } @font-face{ font-family: 'Arsenal-Regular'; src: url("...
0.16944
0.042483
height: 24px; padding: 6px; margin-right: 16px; background: white; border-radius: 50%; opacity: 1; transition: opacity 0.2s; } #dfpLogo:hover { opacity: 0.7; } #tabsArea md-content { background-color: transparent !important; } #tabsArea md-content md-tabs { border: 1px solid #e...
static/css/style.css
height: 24px; padding: 6px; margin-right: 16px; background: white; border-radius: 50%; opacity: 1; transition: opacity 0.2s; } #dfpLogo:hover { opacity: 0.7; } #tabsArea md-content { background-color: transparent !important; } #tabsArea md-content md-tabs { border: 1px solid #e...
0.442637
0.069668
:root { --😀: rgb(216, 174, 74); --😃: rgb(214, 171, 73); --😄: rgb(217, 175, 74); --😁: rgb(221, 182, 85); --😆: rgb(216, 173, 73); --😅: rgb(207, 174, 85); --🤣: rgb(192, 165, 92); --😂: rgb(195, 169, 92); --🙂: rgb(230, 184, 67); --🙃: rgb(229, 183, 64); --😉: rgb(228, 183, 67); --😊: rgb(229, 177, 70); ...
tests/regression-data/writing/emoji-average-colors.gpl.out.css
:root { --😀: rgb(216, 174, 74); --😃: rgb(214, 171, 73); --😄: rgb(217, 175, 74); --😁: rgb(221, 182, 85); --😆: rgb(216, 173, 73); --😅: rgb(207, 174, 85); --🤣: rgb(192, 165, 92); --😂: rgb(195, 169, 92); --🙂: rgb(230, 184, 67); --🙃: rgb(229, 183, 64); --😉: rgb(228, 183, 67); --😊: rgb(229, 177, 70); ...
0.517571
0.189615
> MAP GLOBAL/DEFAULT RESPONSIVE TYPOGRAPHY > FROM CONFIG .YML FILES > TARGET TAGS: <body>, <h>, <paragraph>, <small>, <blockquote> > SET VALUES: font-family, font-size, line-height, color > SOURCE: https://stevenloria.com/responsive-typography/ */ html { @map font primary; @map font baseli...
src/styles/postcss/base/_typography.css
> MAP GLOBAL/DEFAULT RESPONSIVE TYPOGRAPHY > FROM CONFIG .YML FILES > TARGET TAGS: <body>, <h>, <paragraph>, <small>, <blockquote> > SET VALUES: font-family, font-size, line-height, color > SOURCE: https://stevenloria.com/responsive-typography/ */ html { @map font primary; @map font baseli...
0.408867
0.130812
* @desc triangle * @param $width * @param $height * @param $color * @param $direction: top bottom left right */ /** * @desc Use svg */ /*user-select Start*/ /*user-select End*/ /*width Start*/ /*width End*/ .webkit-sassui-justify-dib, .justify-demo2, .justify-demo { text-align: justify; /* fully justify al...
docs/test.css
* @desc triangle * @param $width * @param $height * @param $color * @param $direction: top bottom left right */ /** * @desc Use svg */ /*user-select Start*/ /*user-select End*/ /*width Start*/ /*width End*/ .webkit-sassui-justify-dib, .justify-demo2, .justify-demo { text-align: justify; /* fully justify al...
0.445288
0.036597
@-moz-document url-prefix("https://account.nicovideo.jp/login") { /* ログインページ */ #ads {display:none!important} } @-moz-document url-prefix("https://www.nicovideo.jp/my"), url-prefix("https://www.nicovideo.jp/user") { /* ユーザーページ */ .PcUniTop468x60NorthAdContainer, /* ヘッダ 広告 */ .RightSideContainer-adWrap, /* 右サイド...
data/usercss/64999.user.css
@-moz-document url-prefix("https://account.nicovideo.jp/login") { /* ログインページ */ #ads {display:none!important} } @-moz-document url-prefix("https://www.nicovideo.jp/my"), url-prefix("https://www.nicovideo.jp/user") { /* ユーザーページ */ .PcUniTop468x60NorthAdContainer, /* ヘッダ 広告 */ .RightSideContainer-adWrap, /* 右サイド...
0.154695
0.045016
.remarkd .monospace, .remarkd code { font-family: monospace; color: #000; background: rgba(71, 87, 120, 0.1); padding: 1px 4px; border-radius: 3px; white-space: nowrap; } .remarkd .monospace { display: inline-block; } .remarkd code { display: block; overflow: auto; } .remarkd .highlight { display...
resources/css/remarkd.css
.remarkd .monospace, .remarkd code { font-family: monospace; color: #000; background: rgba(71, 87, 120, 0.1); padding: 1px 4px; border-radius: 3px; white-space: nowrap; } .remarkd .monospace { display: inline-block; } .remarkd code { display: block; overflow: auto; } .remarkd .highlight { display...
0.45423
0.135661
* Any CSS included here will be global. The classic template * bundles Infima by default. Infima is a CSS framework designed to * work well for content-centric websites. */ /* Luvit.io Theme */ :root { --ifm-color-primary: #25c2a0; --ifm-color-primary-dark: rgb(33, 175, 144); --ifm-color-primary-darker: rgb(...
src/css/custom.css
* Any CSS included here will be global. The classic template * bundles Infima by default. Infima is a CSS framework designed to * work well for content-centric websites. */ /* Luvit.io Theme */ :root { --ifm-color-primary: #25c2a0; --ifm-color-primary-dark: rgb(33, 175, 144); --ifm-color-primary-darker: rgb(...
0.368633
0.05875
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, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ...
css/style.css
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, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, ...
0.330255
0.092033
* { box-sizing: border-box; font-family: Roboto; } html,body{ background-color: #F5FAFA; } .grid-container { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-rows: 5em 1fr; grid-template-areas: ". . title title title title title title ...
assets/css/floorView.css
* { box-sizing: border-box; font-family: Roboto; } html,body{ background-color: #F5FAFA; } .grid-container { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; grid-template-rows: 5em 1fr; grid-template-areas: ". . title title title title title title ...
0.576304
0.333313
*{margin:0;padding:0;} html, body { height: 100%; } body { background: #efefef; color: #757575; font-family: 'Montserrat'; font-size: 14px; font-weight: normal; position: relative; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6, p { margin:0; } p { line-height: 24px; } h1, h2, h3, h4,...
public/css/style.css
*{margin:0;padding:0;} html, body { height: 100%; } body { background: #efefef; color: #757575; font-family: 'Montserrat'; font-size: 14px; font-weight: normal; position: relative; -webkit-font-smoothing: antialiased; } h1, h2, h3, h4, h5, h6, p { margin:0; } p { line-height: 24px; } h1, h2, h3, h4,...
0.344885
0.07221
.Navbar { position: fixed; top: 0; min-height: 48px; width: 100%; background-color: #FFF; z-index: 300; border-bottom: 1px solid #f9f9f9; height: 48px; line-height: 48px; } .Navbar-logo { float: left; clear: both; display: block; font-family: 'Allerta Stencil', sans-serif; width: 48px; he...
src/Components/Navbar/Navbar.css
.Navbar { position: fixed; top: 0; min-height: 48px; width: 100%; background-color: #FFF; z-index: 300; border-bottom: 1px solid #f9f9f9; height: 48px; line-height: 48px; } .Navbar-logo { float: left; clear: both; display: block; font-family: 'Allerta Stencil', sans-serif; width: 48px; he...
0.468791
0.084909
li.loginPodra { padding: 5px 10px; } .sigagroColorOrange80{background-color:rgba(255,116,0,0.8); color:white} .sigagroColorRouge80{background-color:rgba(255,0,0,0.8); color:white} .sigagroColorVert80{background-color:rgba(0,163,18,0.8); color:white} .sigagroColorBleu80{background-color:rgba(5,177,245,0.8); color:white}...
public/css/sigagro_style.css
li.loginPodra { padding: 5px 10px; } .sigagroColorOrange80{background-color:rgba(255,116,0,0.8); color:white} .sigagroColorRouge80{background-color:rgba(255,0,0,0.8); color:white} .sigagroColorVert80{background-color:rgba(0,163,18,0.8); color:white} .sigagroColorBleu80{background-color:rgba(5,177,245,0.8); color:white}...
0.382833
0.090937
*{ margin: 0; padding: 0; box-sizing: border-box; } .container{ padding-left: 10%; padding-right: 10%; } header{ margin-top: 20px; margin-bottom: 50px; display: flex; justify-content: space-between; align-items: center; font-family: 'Roboto Mono', monospace; } .header-left ...
style.css
*{ margin: 0; padding: 0; box-sizing: border-box; } .container{ padding-left: 10%; padding-right: 10%; } header{ margin-top: 20px; margin-bottom: 50px; display: flex; justify-content: space-between; align-items: center; font-family: 'Roboto Mono', monospace; } .header-left ...
0.441071
0.083404
* { margin: 0; padding: 0; box-sizing: border-box; } :root { --title: #000; --background-color: #f1f1f1; --login-background: #fff; --border-color: #353535; --red: #ff3d3d; --input-background: #fff; --base-color: #a23eff; --shadow: 0, 0, 0; } :root.dark { --title: #fff; --background-color: #2...
src/style.css
* { margin: 0; padding: 0; box-sizing: border-box; } :root { --title: #000; --background-color: #f1f1f1; --login-background: #fff; --border-color: #353535; --red: #ff3d3d; --input-background: #fff; --base-color: #a23eff; --shadow: 0, 0, 0; } :root.dark { --title: #fff; --background-color: #2...
0.422386
0.082107
*{ margin: 0; padding: 0; } /* Navigation */ #nav-bar{ position: sticky; top: 0; z-index: 10; } .navbar-brand img{ height: 70px; padding-left: 30px; } .navbar-nav li{ padding: 0 10px; } .navbar-nav li a{ float: right; text-align: left; } #nav-bar ul li a:hover{ color: #0...
static/AboutGR-style.css
*{ margin: 0; padding: 0; } /* Navigation */ #nav-bar{ position: sticky; top: 0; z-index: 10; } .navbar-brand img{ height: 70px; padding-left: 30px; } .navbar-nav li{ padding: 0 10px; } .navbar-nav li a{ float: right; text-align: left; } #nav-bar ul li a:hover{ color: #0...
0.311636
0.042603
@font-face { font-family: "Monospace1"; src: local("Menlo"); font-weight: 500 !important; } @font-face { font-family: "Monospace2"; src: local("Monaco"); font-weight: 500 !important; } @font-face { font-family: "Monospace3"; src: local("Consolas"); font-weight: 500 !important; } [control="CPHEditor"] ...
www/src/editor/cope.css
@font-face { font-family: "Monospace1"; src: local("Menlo"); font-weight: 500 !important; } @font-face { font-family: "Monospace2"; src: local("Monaco"); font-weight: 500 !important; } @font-face { font-family: "Monospace3"; src: local("Consolas"); font-weight: 500 !important; } [control="CPHEditor"] ...
0.411347
0.134435
button:hover{ cursor: pointer; } .button { background-color: #4CAF50; border: none; border-radius: 5px; width: 100%; color: white; padding: 10px 30px; text-align: center; text-decoration: none; display: inline-block; font-size: 15px; margin: 4px 2px; -webkit-transitio...
asset/css/company-member.css
button:hover{ cursor: pointer; } .button { background-color: #4CAF50; border: none; border-radius: 5px; width: 100%; color: white; padding: 10px 30px; text-align: center; text-decoration: none; display: inline-block; font-size: 15px; margin: 4px 2px; -webkit-transitio...
0.300951
0.056444
*{ margin: 0; padding: 0; word-break: break-all; } .isShow{ width: 400px; height: 400px; /*border:1px solid #f40;*/ position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; background-color:pink; border-radius:10px; padding-top:120px; paddin...
client/css/index.css
*{ margin: 0; padding: 0; word-break: break-all; } .isShow{ width: 400px; height: 400px; /*border:1px solid #f40;*/ position: absolute; margin: auto; top: 0; right: 0; bottom: 0; left: 0; background-color:pink; border-radius:10px; padding-top:120px; paddin...
0.257578
0.080105
body { background: linear-gradient(rgb(0,0,0), rgb(3,4,15)); margin: 0; } #canvas { display: block; filter:blur(1px); z-index: 0; } #banner{ position: absolute; top: 18%; left: 50%; transform: translate(-50%, -50%); font-family: "Vibur", sans-serif; color: #fff; animation: pulsa...
style.css
body { background: linear-gradient(rgb(0,0,0), rgb(3,4,15)); margin: 0; } #canvas { display: block; filter:blur(1px); z-index: 0; } #banner{ position: absolute; top: 18%; left: 50%; transform: translate(-50%, -50%); font-family: "Vibur", sans-serif; color: #fff; animation: pulsa...
0.395134
0.104021
:root { --cl-black: #000000; --cl-nearblack: #111111; --cl-darkgray: #333333; --cl-midgray: #555555; --cl-gray: #777777; --cl-silver: #999999; --cl-lightsilver: #aaaaaa; --cl-moongray: #cccccc; --cl-lightgray: #eeeeee; --cl-nearwhite: #f4f4f4; --cl-white: #ffffff; --cl-transparent: transparent; ...
dist/css/palettes/tachyons/skeletonic-tachyons.css
:root { --cl-black: #000000; --cl-nearblack: #111111; --cl-darkgray: #333333; --cl-midgray: #555555; --cl-gray: #777777; --cl-silver: #999999; --cl-lightsilver: #aaaaaa; --cl-moongray: #cccccc; --cl-lightgray: #eeeeee; --cl-nearwhite: #f4f4f4; --cl-white: #ffffff; --cl-transparent: transparent; ...
0.564579
0.149873
@font-face { font-family: "metropolis"; src: url(../font/Metropolis/Metropolis-Regular.woff2), url(../font/Metropolis/Metropolis-Regular.woff), url(../font/Metropolis/Metropolis-Regular.ttf); font-weight: 100; } @font-face { font-family: "metropolis"; src: url(../font/Metropolis/Metropolis-Bold.woff2), url(.....
zugubee/css/main.css
@font-face { font-family: "metropolis"; src: url(../font/Metropolis/Metropolis-Regular.woff2), url(../font/Metropolis/Metropolis-Regular.woff), url(../font/Metropolis/Metropolis-Regular.ttf); font-weight: 100; } @font-face { font-family: "metropolis"; src: url(../font/Metropolis/Metropolis-Bold.woff2), url(.....
0.446012
0.106551
:root { --border-collapse: separate; --cell--padding: 0.75em; --cell--text-align: left; --cell--border: 1px solid var(--color-gray); --cell--bg-color: var(--color-gray); --cell--display: table-cell; --label-color: var(--color-black); --td--bg-color: transparent; --td-value--display: none; --td-value...
source/elements/atoms/Table/Table.css
:root { --border-collapse: separate; --cell--padding: 0.75em; --cell--text-align: left; --cell--border: 1px solid var(--color-gray); --cell--bg-color: var(--color-gray); --cell--display: table-cell; --label-color: var(--color-black); --td--bg-color: transparent; --td-value--display: none; --td-value...
0.753376
0.222521
.projects-section { padding: 10rem 0; } .projects-section .featured-text { padding: 2rem; } @media (min-width: 992px) { .projects-section .featured-text { padding: 0 0 0 2rem; border-left: 0.5rem solid #64a19d; } } .projects-section .project-text { padding: 3rem; font-size: 90%; } @media (min-wi...
css/gallery.css
.projects-section { padding: 10rem 0; } .projects-section .featured-text { padding: 2rem; } @media (min-width: 992px) { .projects-section .featured-text { padding: 0 0 0 2rem; border-left: 0.5rem solid #64a19d; } } .projects-section .project-text { padding: 3rem; font-size: 90%; } @media (min-wi...
0.559531
0.084191
-webkit-text-fill-color: transparent; text-transform: uppercase } #chart h3 span, #digital-number span.text, #intro h2 span, #nguongoc h2 span, #slide-02 .content-left h2, #thanhphan h3 span, #top-menu li a { text-transform: uppercase } #digital-number .col, #digital-number .icon, #hauqua .s-title, #nguon...
public/frontend/css_/style.css
-webkit-text-fill-color: transparent; text-transform: uppercase } #chart h3 span, #digital-number span.text, #intro h2 span, #nguongoc h2 span, #slide-02 .content-left h2, #thanhphan h3 span, #top-menu li a { text-transform: uppercase } #digital-number .col, #digital-number .icon, #hauqua .s-title, #nguon...
0.445288
0.107437
@charset "utf-8"; /* CSS Document */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { zoom:1; } ul,li { list-style:none; } img { border:0; } .wrapper { width:800px; margin:0 auto; padding-bottom:50px; } h1 { height:50px; line-height:50px; ...
src/main/webapp/resources/bootstrap/css/drillMain.css
@charset "utf-8"; /* CSS Document */ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { zoom:1; } ul,li { list-style:none; } img { border:0; } .wrapper { width:800px; margin:0 auto; padding-bottom:50px; } h1 { height:50px; line-height:50px; ...
0.214609
0.04747
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital@0;1&display=swap'); body { font-family: 'nunito'; color: white; background-color: black; line-height: 1.4; width: 100%; font-size: 1vw; } #background { width: 100%; height: 100%; position: fixed; left: 0px; top: 0px;...
src/style.css
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital@0;1&display=swap'); body { font-family: 'nunito'; color: white; background-color: black; line-height: 1.4; width: 100%; font-size: 1vw; } #background { width: 100%; height: 100%; position: fixed; left: 0px; top: 0px;...
0.409221
0.113481
.nfss-modal { position: absolute; top: 40px; left: 40px; right: 40px; bottom: 40px; width: 500px; height: max-content; background-color: #fefefe; font-family: Arial, Helvetica, sans-serif; left: 50%; top: 50%; transform: translate(-50%, -50%); } .modal-footer{ ...
src/style.css
.nfss-modal { position: absolute; top: 40px; left: 40px; right: 40px; bottom: 40px; width: 500px; height: max-content; background-color: #fefefe; font-family: Arial, Helvetica, sans-serif; left: 50%; top: 50%; transform: translate(-50%, -50%); } .modal-footer{ ...
0.436622
0.080973
.carousel { width: 100% !important; } .row{ width: 101% !important; } .product-price { color: #000; text-transform: uppercase; font-weight: bold; font-size: 28px; line-height: 22px; letter-spacing: 0px; text-align: right; padding-top: 10px !important; } .product-price em { ...
public/style/stylecuong.css
.carousel { width: 100% !important; } .row{ width: 101% !important; } .product-price { color: #000; text-transform: uppercase; font-weight: bold; font-size: 28px; line-height: 22px; letter-spacing: 0px; text-align: right; padding-top: 10px !important; } .product-price em { ...
0.280025
0.096153
* { box-sizing: border-box; padding: 0; margin: 0; } /* Pseduo element for hovering and focusing*/ :focus { background:green; } li:hover::before{ content: "\f09a"; color: yellowgreen; background-color: yellowgreen; } body { background-color: #d9dcd6; } /*Header CSS rules*/ .header...
assets/css/style.css
* { box-sizing: border-box; padding: 0; margin: 0; } /* Pseduo element for hovering and focusing*/ :focus { background:green; } li:hover::before{ content: "\f09a"; color: yellowgreen; background-color: yellowgreen; } body { background-color: #d9dcd6; } /*Header CSS rules*/ .header...
0.398758
0.119537
*{ margin:0; padding:0; box-sizing: border-box; font-family: 'PT Sans Narrow', sans-serif; } ::-webkit-Scrollbar{ width: 7px; background: rgb(0, 0, 0); } ::-webkit-Scrollbar-thumb{ border-radius: 10px; background: rgb(39, 194, 255); box-shadow: inset 0 0 20px whitesmoke; } ::-webkit-Scrollbar-trac...
style.css
*{ margin:0; padding:0; box-sizing: border-box; font-family: 'PT Sans Narrow', sans-serif; } ::-webkit-Scrollbar{ width: 7px; background: rgb(0, 0, 0); } ::-webkit-Scrollbar-thumb{ border-radius: 10px; background: rgb(39, 194, 255); box-shadow: inset 0 0 20px whitesmoke; } ::-webkit-Scrollbar-trac...
0.412294
0.044598
.app-body { /*padding-top: 50px; padding-bottom: 20px;*/ /*background-color: #2d323b; color: #fff;*/ } .full { width: 100%; height: 100%; overflow: hidden; } .container { margin-right: auto; margin-left: auto; max-width: 960px; padding-right: 10px; padding-left: 10px; }...
TestData.App.UI/wwwroot/css/site.css
.app-body { /*padding-top: 50px; padding-bottom: 20px;*/ /*background-color: #2d323b; color: #fff;*/ } .full { width: 100%; height: 100%; overflow: hidden; } .container { margin-right: auto; margin-left: auto; max-width: 960px; padding-right: 10px; padding-left: 10px; }...
0.462716
0.086864
body{ background-color: white; font-family: sans-serif; } #HNtitle{ color: black; text-align: center; font-size: 60px; font-style: oblique; } #title{ background-color: #f6f6ef; background-size: contain; box-sizing: border-box; font-size: 48px; color: black; text-align: ...
frontend/index.css
body{ background-color: white; font-family: sans-serif; } #HNtitle{ color: black; text-align: center; font-size: 60px; font-style: oblique; } #title{ background-color: #f6f6ef; background-size: contain; box-sizing: border-box; font-size: 48px; color: black; text-align: ...
0.429908
0.098036
@-moz-document url-prefix("http://www.ohmydollz.com/forum") { #brdmenu { background-image: url("http://image.noelshack.com/fichiers/2014/25/1403074141-main-menu.png"); background-repeat: no-repeat; height: 30px; } #brdwelcome { background-image: url("http://image.noelshack.com/fichiers/2014/25/...
data/usercss/104730.user.css
@-moz-document url-prefix("http://www.ohmydollz.com/forum") { #brdmenu { background-image: url("http://image.noelshack.com/fichiers/2014/25/1403074141-main-menu.png"); background-repeat: no-repeat; height: 30px; } #brdwelcome { background-image: url("http://image.noelshack.com/fichiers/2014/25/...
0.214116
0.077413
.u-font-overpass-100 { font-family: 'Overpass' !important; font-weight: 100 !important; } .u-font-overpass-100-italic { font-family: 'Overpass' !important; font-weight: 100 !important; font-style: italic !important; } .u-font-overpass-200 { font-family: 'Overpass' !...
src/main/css/google/overpass/index.css
.u-font-overpass-100 { font-family: 'Overpass' !important; font-weight: 100 !important; } .u-font-overpass-100-italic { font-family: 'Overpass' !important; font-weight: 100 !important; font-style: italic !important; } .u-font-overpass-200 { font-family: 'Overpass' !...
0.308294
0.065515
body { /* 字体大小/行高 */ font: 12px/1.5em "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB"; color: #999; background: #f2f2f2; } /* 头部工具条开始 */ .toolbar { width: 100%; height: 36px; line-height: 36px; background: #f5f5f5; } /* .toolbar>.toolbar-in { width: 1190px; height: 100%; ...
suning/css/index.css
body { /* 字体大小/行高 */ font: 12px/1.5em "Microsoft Yahei", tahoma, arial, "Hiragino Sans GB"; color: #999; background: #f2f2f2; } /* 头部工具条开始 */ .toolbar { width: 100%; height: 36px; line-height: 36px; background: #f5f5f5; } /* .toolbar>.toolbar-in { width: 1190px; height: 100%; ...
0.380759
0.08218
body{ font-family: 'Poppins', sans-serif; } html{ height: 100%; } ::selection { background: #000; color: #fff; } @-moz-document url-prefix() { body { font-weight: lighter!important; } } ::-moz-selection { background: #000; color: #fff; } /* Margins */ .top_15{ margin-top: 15px; } .top_30{ mar...
css/style.css
body{ font-family: 'Poppins', sans-serif; } html{ height: 100%; } ::selection { background: #000; color: #fff; } @-moz-document url-prefix() { body { font-weight: lighter!important; } } ::-moz-selection { background: #000; color: #fff; } /* Margins */ .top_15{ margin-top: 15px; } .top_30{ mar...
0.370795
0.066236
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; white-space: nowrap; border-width: 0; } .not-sr-only { position: static; width: auto; height: auto; margin: 0; padding: 0; overflow: visible; white-space: normal; } .bg-transparent { bac...
packages/demo3.3.14/src/tailwind.css
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; white-space: nowrap; border-width: 0; } .not-sr-only { position: static; width: auto; height: auto; margin: 0; padding: 0; overflow: visible; white-space: normal; } .bg-transparent { bac...
0.577138
0.100613
.background{ background: url("//d3h5jhobc20ump.cloudfront.net/baaea3255487f3b82e6c343dfd42e5a9.jpg") top center no-repeat; /*text-align: center;*/ color: white; padding-top: 32px; padding-bottom:50px; padding-left: 44px; background-size: cover; } body{ margin: 0; } .title{ font-family: brandon-grotesque,san...
public/css/application.css
.background{ background: url("//d3h5jhobc20ump.cloudfront.net/baaea3255487f3b82e6c343dfd42e5a9.jpg") top center no-repeat; /*text-align: center;*/ color: white; padding-top: 32px; padding-bottom:50px; padding-left: 44px; background-size: cover; } body{ margin: 0; } .title{ font-family: brandon-grotesque,san...
0.233532
0.068537
.row h1{ position: absolute; left: 300px; top:100px; } .row p1{ position: absolute; left: 300px; top:140px; } .row p2{ position: absolute; left: 300px; top:160px; } .col-1{ height: 500px; width: 1150px; position: absolute; left: 80px; top:200px; bac...
assets/css/app.css
.row h1{ position: absolute; left: 300px; top:100px; } .row p1{ position: absolute; left: 300px; top:140px; } .row p2{ position: absolute; left: 300px; top:160px; } .col-1{ height: 500px; width: 1150px; position: absolute; left: 80px; top:200px; bac...
0.480966
0.100657
@media(min-width:1367px){ .home_rht{ width: 1215px; margin: 0px auto; float: initial; } } @media(max-width:1199px) { .head_logo { margin-right: 10px; } .head .input-group { width: 300px; } .header { ...
assets/css/media.css
@media(min-width:1367px){ .home_rht{ width: 1215px; margin: 0px auto; float: initial; } } @media(max-width:1199px) { .head_logo { margin-right: 10px; } .head .input-group { width: 300px; } .header { ...
0.270866
0.090695
.buttons { height: 40px; } .returnBtn { margin-right: 20px; background-color: #BABABA; border: 1px solid #CCCCCC; border-radius: 20px; box-shadow: inset #CCCCCC 0 1px 1px, #CCCCCC 0 1px 1px; color: #FFF; cursor: pointer; float: right; font: bold 13px Arial; padding: 10px 40p...
static/css/upload_commodity.css
.buttons { height: 40px; } .returnBtn { margin-right: 20px; background-color: #BABABA; border: 1px solid #CCCCCC; border-radius: 20px; box-shadow: inset #CCCCCC 0 1px 1px, #CCCCCC 0 1px 1px; color: #FFF; cursor: pointer; float: right; font: bold 13px Arial; padding: 10px 40p...
0.467575
0.21794
html { background: url("../img/standard-arena.jpg") no-repeat center center fixed; background-size: cover; } /* * { outline: 1px dashed white; } */ body { font-family: 'Anton', sans-serif; } header { height: 80px; } div.button-group { float: right; margin-top: 40px; font-size: 20pt; margin-right: 20px; } nav...
css/war-game.css
html { background: url("../img/standard-arena.jpg") no-repeat center center fixed; background-size: cover; } /* * { outline: 1px dashed white; } */ body { font-family: 'Anton', sans-serif; } header { height: 80px; } div.button-group { float: right; margin-top: 40px; font-size: 20pt; margin-right: 20px; } nav...
0.473414
0.071494
body { margin: 0; padding: 0; font-family: "Tahoma", sans-serif; font-size: 18px; color: #ddd; } body { background-color: #193c6d; background-size: 100%; background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #003073), color-stop(100%, #029797)); background-image: ...
src/App.css
body { margin: 0; padding: 0; font-family: "Tahoma", sans-serif; font-size: 18px; color: #ddd; } body { background-color: #193c6d; background-size: 100%; background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #003073), color-stop(100%, #029797)); background-image: ...
0.339609
0.097648
@media (max-width: 320px) { .logo-dataselect-container { width: 212px; } } @media (min-width: 576px) { .square-area-container { width: 50%; } .tab_container { border: 0px solid #d3ddec; } .credit-amount { font-size: 2em; } } @media (min-width: 768px) { .navbar-toggler { margin-right: 10p...
css/ss-responsive.css
@media (max-width: 320px) { .logo-dataselect-container { width: 212px; } } @media (min-width: 576px) { .square-area-container { width: 50%; } .tab_container { border: 0px solid #d3ddec; } .credit-amount { font-size: 2em; } } @media (min-width: 768px) { .navbar-toggler { margin-right: 10p...
0.363082
0.11304
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@600&display=swap"); *, *::before, *::after { box-sizing: border-box; } html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color:...
dist/main.css
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Poppins:wght@600&display=swap"); *, *::before, *::after { box-sizing: border-box; } html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color:...
0.447943
0.074804
body { font-family: 'Lato', sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; } code { font-family: 'Ubuntu Mono', monospace; padding: 1px 5px; color: #c7254e; border-radius: 4px; background-color: #f9f2f4; } blockquote { font-size: 90%; overflow:...
src/index.css
body { font-family: 'Lato', sans-serif; display: flex; flex-direction: column; align-items: center; justify-content: center; } code { font-family: 'Ubuntu Mono', monospace; padding: 1px 5px; color: #c7254e; border-radius: 4px; background-color: #f9f2f4; } blockquote { font-size: 90%; overflow:...
0.39222
0.086478
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800"); * { margin: 0px; padding: 0px; font-family: "Montserrat", "sans-serif"; box-sizing: border-box; } html { overflow-x: hidden; } #fh5co-hero-wrapper { height: 800px; width: 100%; background: url("../img/banner...
app/css/style.css
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800"); * { margin: 0px; padding: 0px; font-family: "Montserrat", "sans-serif"; box-sizing: border-box; } html { overflow-x: hidden; } #fh5co-hero-wrapper { height: 800px; width: 100%; background: url("../img/banner...
0.435421
0.065785
position: absolute; top: 108px; left: 396px; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Panel_1 { width: 228px; height: 670px; background-color: #434343; background-image: none; box-shadow: none; overflow-x: hidden; overflow-y: hidden; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983...
Docs/Smartify WorkManager_v0.1/resources/masters/d7f53983-48e4-48cb-801b-d88a5f508daa-1500959097008.css
position: absolute; top: 108px; left: 396px; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983-Panel_1 { width: 228px; height: 670px; background-color: #434343; background-image: none; box-shadow: none; overflow-x: hidden; overflow-y: hidden; } #m-d7f53983-48e4-48cb-801b-d88a5f508daa #m-d7f53983...
0.397588
0.071203
body { margin: 0px; font-family: arial; font-size: 12px; } .topo { height: 30px; background-color: #333; } .topoint { width: 100%; max-width: 1040px; height: 30px; margin: auto; } .topoleft { width: 50%; height: 30px; float: left; } .toporight { width: 50%; height: 28px; float: right; text-align: right;...
source/portal-html/assets/css/style.css
body { margin: 0px; font-family: arial; font-size: 12px; } .topo { height: 30px; background-color: #333; } .topoint { width: 100%; max-width: 1040px; height: 30px; margin: auto; } .topoleft { width: 50%; height: 30px; float: left; } .toporight { width: 50%; height: 28px; float: right; text-align: right;...
0.382372
0.071203
body { background-color: black; color: white; font-family: 'Droid Sans', sans-serif; font-size: 11pt; text-shadow: black 0px 0px 3px; background-image: radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)); background-repeat: no-repeat; } h1 { font-size: 16pt; } h2 {...
web/style/style.css
body { background-color: black; color: white; font-family: 'Droid Sans', sans-serif; font-size: 11pt; text-shadow: black 0px 0px 3px; background-image: radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)); background-repeat: no-repeat; } h1 { font-size: 16pt; } h2 {...
0.368519
0.073297
@media (min-width:1300px) { .container { max-width: 1170px; } } @media (min-width: 1499px) { .container { max-width: 1266px; } #home-slider h1.slider-text { margin: 25px 0px 0px; } #home-slider p { margin: 32px 0px; } } @media only screen and (min-width:...
public/temp/frontend/css/responsive.css
@media (min-width:1300px) { .container { max-width: 1170px; } } @media (min-width: 1499px) { .container { max-width: 1266px; } #home-slider h1.slider-text { margin: 25px 0px 0px; } #home-slider p { margin: 32px 0px; } } @media only screen and (min-width:...
0.218169
0.098382
.test { } @font-face { font-family:'Robotomedium'; src: url('../fonts/Roboto-Medium.ttf'); } @font-face { font-family:'Robotolight'; src: url('../fonts/Roboto-Light.ttf'); } @font-face { font-family:'Robotoregular'; src: url('../fonts/Roboto-Regular.ttf'); } /* media */ @media(max-width:767px...
public/css/style.css
.test { } @font-face { font-family:'Robotomedium'; src: url('../fonts/Roboto-Medium.ttf'); } @font-face { font-family:'Robotolight'; src: url('../fonts/Roboto-Light.ttf'); } @font-face { font-family:'Robotoregular'; src: url('../fonts/Roboto-Regular.ttf'); } /* media */ @media(max-width:767px...
0.310904
0.12665
body{ background-image:url("images/homeBackgr.jpg"); min-height:620px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } .titlu{ position:relative; top:55px; opacity:0.8; background-color:white; width:30%; padding:3px; text-align:cente...
vizPretDetCSS.css
body{ background-image:url("images/homeBackgr.jpg"); min-height:620px; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } .titlu{ position:relative; top:55px; opacity:0.8; background-color:white; width:30%; padding:3px; text-align:cente...
0.335677
0.048047
@import url('https://fonts.googleapis.com/css2?family=Fredoka&display=swap'); body{ margin: 0; padding: 0; font-family: 'Fredoka', sans-serif; background: #ded4b6; } html{ scroll-behavior: smooth; } .header{ background-color: #ffffff10; backdrop-filter: blur(12px); -webkit-backdrop-fil...
estilo/style.css
@import url('https://fonts.googleapis.com/css2?family=Fredoka&display=swap'); body{ margin: 0; padding: 0; font-family: 'Fredoka', sans-serif; background: #ded4b6; } html{ scroll-behavior: smooth; } .header{ background-color: #ffffff10; backdrop-filter: blur(12px); -webkit-backdrop-fil...
0.369429
0.079782