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
.input1 { width: 100px; padding: 10px; position:relative; margin: 4px 0px; font-family:Kristen ITC; color:white; background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%); box-sizing: border-box; border: 3px solid white; transition: 0.5s; outline: none; border-radi...
jsloginpage/style.css
.input1 { width: 100px; padding: 10px; position:relative; margin: 4px 0px; font-family:Kristen ITC; color:white; background: linear-gradient(to bottom, #33ccff 0%, #ff99cc 100%); box-sizing: border-box; border: 3px solid white; transition: 0.5s; outline: none; border-radi...
0.346541
0.10942
@media print { @page { margin: 1cm; padding: 0; } body { font-family: Arial, SansSerif, serif; font-size: 12px; } h1 { font-size: 18px; color: white; } h2 { } h3 { font-size: 12px; color: white; } h4 { } h5 { font-size: 12px; } table { width: 100%; margin: 0; padding: 0; ...
src/Templates/Pdf/Invoice/invoice.css
@media print { @page { margin: 1cm; padding: 0; } body { font-family: Arial, SansSerif, serif; font-size: 12px; } h1 { font-size: 18px; color: white; } h2 { } h3 { font-size: 12px; color: white; } h4 { } h5 { font-size: 12px; } table { width: 100%; margin: 0; padding: 0; ...
0.351422
0.222637
a:focus { outline: none; } .font-small-1 { font-size: 0.7rem !important; } .font-small-2 { font-size: 0.8rem !important; } .font-small-3 { font-size: 0.9rem !important; } .font-medium-1 { font-size: 1.1rem !important; } .font-medium-2 { font-size: 1.2rem !important; } .font-medium-3 { font-size: 1.3...
public/css/app.css
a:focus { outline: none; } .font-small-1 { font-size: 0.7rem !important; } .font-small-2 { font-size: 0.8rem !important; } .font-small-3 { font-size: 0.9rem !important; } .font-medium-1 { font-size: 1.1rem !important; } .font-medium-2 { font-size: 1.2rem !important; } .font-medium-3 { font-size: 1.3...
0.474388
0.126165
* { -moz-box-sizing: border-box; box-sizing: border-box; } html { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(88%, #45484d), color-stop(100%, #45484d)); background: -webkit-linear-gradient(top, #000 0%, #45484d 88%, #45484d 100%); background: linear-gradi...
public/css/results.css
* { -moz-box-sizing: border-box; box-sizing: border-box; } html { background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000), color-stop(88%, #45484d), color-stop(100%, #45484d)); background: -webkit-linear-gradient(top, #000 0%, #45484d 88%, #45484d 100%); background: linear-gradi...
0.412648
0.078395
html { margin:0; padding: 0; background:#eee; background: -webkit-gradient(linear, left top, left bottom, from(#eef), to(#cceeff)); background: -moz-linear-gradient(top, #eef, #cceeff); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eef, endColorstr=#cceeff); -ms-filter: "progid:DXImageTransform.Mic...
assets/www/demos/css/main.css
html { margin:0; padding: 0; background:#eee; background: -webkit-gradient(linear, left top, left bottom, from(#eef), to(#cceeff)); background: -moz-linear-gradient(top, #eef, #cceeff); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#eef, endColorstr=#cceeff); -ms-filter: "progid:DXImageTransform.Mic...
0.396185
0.199425
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-size: 14px; line-height: 1.5em; margin: 0; } .ce-example { font-size: 16.2px; } .ce-example__header { border-bottom: 1px solid #E8E8EB...
example/assets/demo.css
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-size: 14px; line-height: 1.5em; margin: 0; } .ce-example { font-size: 16.2px; } .ce-example__header { border-bottom: 1px solid #E8E8EB...
0.407805
0.097176
body{ display: grid; grid-template-areas: "menu" "conteudo" "rodape"; grid-template-rows: 30vh auto 30vh; color: #707070; font-family: 'Open Sans', sans-serif; } /** ------------------------------------------------------------------------------------ Fim Body ---------------------------------...
application/view/static/css/style.css
body{ display: grid; grid-template-areas: "menu" "conteudo" "rodape"; grid-template-rows: 30vh auto 30vh; color: #707070; font-family: 'Open Sans', sans-serif; } /** ------------------------------------------------------------------------------------ Fim Body ---------------------------------...
0.41941
0.103024
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700"); html { box-sizing: border-box; } body { font-family: "Source Sans Pro", sans-serif; color: #262626; } /** * Make all elements from the DOM inherit from the parent box-sizing * Since `*` has a specificity of 0, it does not override...
libraryproject/static/css/project.css
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700"); html { box-sizing: border-box; } body { font-family: "Source Sans Pro", sans-serif; color: #262626; } /** * Make all elements from the DOM inherit from the parent box-sizing * Since `*` has a specificity of 0, it does not override...
0.784113
0.110351
body { font-family: Arial, Helvetica, sans-serif; background-color: #f7f7f7; margin: 0px; display: grid; gap: 60px; justify-items: center; } img { max-width: 100%; display: block; } .logo { margin-top: 20px; } a { text-decoration: none; } p, h1, h2, h3 { margin: 0px; } p { font-size: 1.125rem; ...
style.css
body { font-family: Arial, Helvetica, sans-serif; background-color: #f7f7f7; margin: 0px; display: grid; gap: 60px; justify-items: center; } img { max-width: 100%; display: block; } .logo { margin-top: 20px; } a { text-decoration: none; } p, h1, h2, h3 { margin: 0px; } p { font-size: 1.125rem; ...
0.320183
0.099295
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, del, em, img, small, strong, b, u, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, s...
public/dist/css/style.css
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, del, em, img, small, strong, b, u, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, s...
0.36139
0.048519
@import url(//fonts.googleapis.com/css?family=Ropa+Sans); .post-page-container { background-color: #f4f4f4; width: 100%; height: 100vh; font-family: 'Ropa Sans', sans-serif; } .post-container{ display: flex; flex-direction: column; background-color: #33A1FD; margin: 30px; } .content-c...
babble-frontend/src/pages/Post/Post.css
@import url(//fonts.googleapis.com/css?family=Ropa+Sans); .post-page-container { background-color: #f4f4f4; width: 100%; height: 100vh; font-family: 'Ropa Sans', sans-serif; } .post-container{ display: flex; flex-direction: column; background-color: #33A1FD; margin: 30px; } .content-c...
0.303525
0.060891
html { -webkit-text-size-adjust: 100%; } body { background-color: whitesmoke; color: black; font-family: 'Raleway', sans-serif; font-size: small; margin: 0px; padding: 0px; } h1 { font-size: 150%; font-weight: bold; } h2 { font-size: 120%; font-weight: ...
number_psychic.css
html { -webkit-text-size-adjust: 100%; } body { background-color: whitesmoke; color: black; font-family: 'Raleway', sans-serif; font-size: small; margin: 0px; padding: 0px; } h1 { font-size: 150%; font-weight: bold; } h2 { font-size: 120%; font-weight: ...
0.330039
0.067948
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } body { font-family: 'Roboto', sans-serif; color: #515151; } img { display: block; max-width: 100%; height: auto; } .container { width: 1110px; margin: 0 auto; padding: 38px 0 46px; } .site-header { margin-bottom:...
html-css/module-04/css/styles.css
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } body { font-family: 'Roboto', sans-serif; color: #515151; } img { display: block; max-width: 100%; height: auto; } .container { width: 1110px; margin: 0 auto; padding: 38px 0 46px; } .site-header { margin-bottom:...
0.453746
0.088072
.name-container { padding: 1em; width: 50%; } .name-container label { color: #484e52; } .name-container input[type="text"] { padding: .8em .4em .2em 0; width: 250px; font-size: 17px; border: none; border-bottom: 1px solid #D94038; background-color: #060607; color: #afb9c5; } ...
src/assets/css/Design.css
.name-container { padding: 1em; width: 50%; } .name-container label { color: #484e52; } .name-container input[type="text"] { padding: .8em .4em .2em 0; width: 250px; font-size: 17px; border: none; border-bottom: 1px solid #D94038; background-color: #060607; color: #afb9c5; } ...
0.476823
0.11836
.container { display: flex; flex-direction: row; } .logoLink { flex-grow:3; margin-top: 100%; float: left; margin: 25px 50px 75px 140px; } .tags { display: flex; justify-content: space-between; overflow: hidden; margin-top: 50px; margin-left: -35px; color: black; width: 40%; font-size: 14...
client/src/component/selection.css
.container { display: flex; flex-direction: row; } .logoLink { flex-grow:3; margin-top: 100%; float: left; margin: 25px 50px 75px 140px; } .tags { display: flex; justify-content: space-between; overflow: hidden; margin-top: 50px; margin-left: -35px; color: black; width: 40%; font-size: 14...
0.459804
0.064183
.header-3 { font-size: 2rem; color: #2d3142; border-bottom: 1px solid #eee; } .discoverWrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .discoverWrapper .profileWrapper { display: -webkit-bo...
client/src/components/singleView/styling/single-view-styling.css
.header-3 { font-size: 2rem; color: #2d3142; border-bottom: 1px solid #eee; } .discoverWrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } .discoverWrapper .profileWrapper { display: -webkit-bo...
0.378804
0.068133
@font-face { font-family: 'Noto Sans Gujarati'; font-style: normal; font-display: swap; font-weight: 100; src: url('./files/noto-sans-gujarati-gujarati-100-normal.woff2') format('woff2'), url('./files/noto-sans-gujarati-gujarati-100-normal.woff') format('woff'); } /* noto-sans-gujarati-gujarati-200-normal*...
packages/noto-sans-gujarati/gujarati.css
@font-face { font-family: 'Noto Sans Gujarati'; font-style: normal; font-display: swap; font-weight: 100; src: url('./files/noto-sans-gujarati-gujarati-100-normal.woff2') format('woff2'), url('./files/noto-sans-gujarati-gujarati-100-normal.woff') format('woff'); } /* noto-sans-gujarati-gujarati-200-normal*...
0.152379
0.043488
html { font-size: 10px; } body { margin: 0; padding: 0; background: black; font-family: monospace; } .container { display: flex; flex-direction: row; justify-content: center; align-items: center; width: 100vw; height: 100vh; margin: 0; padding: 0; } .left { margin-right: 40px; display: flex; flex-...
style.css
html { font-size: 10px; } body { margin: 0; padding: 0; background: black; font-family: monospace; } .container { display: flex; flex-direction: row; justify-content: center; align-items: center; width: 100vw; height: 100vh; margin: 0; padding: 0; } .left { margin-right: 40px; display: flex; flex-...
0.493897
0.065217
margin: 0 0 10px 0; background: #eee; padding: 5px; } #enabled_filters .layered_subtitle { font-weight: bold; font-size: 12px; } #enabled_filters ul li { padding: 2px 0; } #enabled_filters li a { float: right; /*display: inline-block; height: 12px; width: 12px; text-indent: -5000px;*/ /*backg...
public/front/css/lab_techstore_home1/css/modules/blocklayered/blocklayered.css
margin: 0 0 10px 0; background: #eee; padding: 5px; } #enabled_filters .layered_subtitle { font-weight: bold; font-size: 12px; } #enabled_filters ul li { padding: 2px 0; } #enabled_filters li a { float: right; /*display: inline-block; height: 12px; width: 12px; text-indent: -5000px;*/ /*backg...
0.329931
0.075007
body { font-family:'Segoe UI Semilight','Segoe UI',Tahoma,Helvetica,sans-serif; /*color:#454545;*/ /*color:#00456d;*/ color:#0075ba; padding-top:48px; } a { color:#454545; } a:hover { text-decoration:none; } h1, h2, h3, h4, h5, h6 { font-weight:200; border-bottom:1px solid lightgrey; } h1, h2 { font-s...
public/css/global.css
body { font-family:'Segoe UI Semilight','Segoe UI',Tahoma,Helvetica,sans-serif; /*color:#454545;*/ /*color:#00456d;*/ color:#0075ba; padding-top:48px; } a { color:#454545; } a:hover { text-decoration:none; } h1, h2, h3, h4, h5, h6 { font-weight:200; border-bottom:1px solid lightgrey; } h1, h2 { font-s...
0.240775
0.060668
@charset "UTF-8"; @import url("edittext.css"); @import url("layout.css"); /*html{-webkit-text-size-adjust:none;}*/ 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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,...
img/picture19_files/style.css
@charset "UTF-8"; @import url("edittext.css"); @import url("layout.css"); /*html{-webkit-text-size-adjust:none;}*/ 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,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,...
0.172137
0.049959
-------------------------------------------------------------- */ .flat-row { clear: both; display: block; position: relative; padding: 50px 0; } .pad-top0px { padding-top: 0; } .pad-top30px { padding-top: 30px; } .pad-top45px { padding-top: 45px; } .pad-top50px { padding-top: 50px;...
public/stylesheets/shortcodes.css
-------------------------------------------------------------- */ .flat-row { clear: both; display: block; position: relative; padding: 50px 0; } .pad-top0px { padding-top: 0; } .pad-top30px { padding-top: 30px; } .pad-top45px { padding-top: 45px; } .pad-top50px { padding-top: 50px;...
0.364099
0.083106
# General --------------------------------------------------------------*/ body { background: #fff; color: #444; font-family: "Open Sans", sans-serif; } a { color: black; transition: 0.5s; } a:hover, a:active, a:focus { color: #0a98c0; outline: none; text-decoration: none; } p { ...
public/cssHome/css/style.css
# General --------------------------------------------------------------*/ body { background: #fff; color: #444; font-family: "Open Sans", sans-serif; } a { color: black; transition: 0.5s; } a:hover, a:active, a:focus { color: #0a98c0; outline: none; text-decoration: none; } p { ...
0.352648
0.097048
padding-top: 2rem; } #songs .global-title { padding: 85px 0 165px } #songs .global-title h1 { color: #fff } .discography_banner_background_image { position: absolute; top: 0; left: 0; z-index: 1; height: 100%; width: 100% } .discography_banner_background_image...
src/BackBundle/Resources/public/css/songs.css
padding-top: 2rem; } #songs .global-title { padding: 85px 0 165px } #songs .global-title h1 { color: #fff } .discography_banner_background_image { position: absolute; top: 0; left: 0; z-index: 1; height: 100%; width: 100% } .discography_banner_background_image...
0.296552
0.075244
.list_page { width: 1200px; margin: 0 auto; margin-top: 68px; position: relative; padding-bottom: 40px; min-height: 800px; overflow: hidden; } .list_page .download { float: left; width: 795px; min-height: 1200px; } .list_page .download .down_content { background: #042338; width: 795px; height:...
style/index/include/list.css
.list_page { width: 1200px; margin: 0 auto; margin-top: 68px; position: relative; padding-bottom: 40px; min-height: 800px; overflow: hidden; } .list_page .download { float: left; width: 795px; min-height: 1200px; } .list_page .download .down_content { background: #042338; width: 795px; height:...
0.437343
0.048025
@charset "UTF-8"; @import url("https://fonts.googleapis.com/css?family=Montserrat:400,700"); .navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; ...
src/Nav.css
@charset "UTF-8"; @import url("https://fonts.googleapis.com/css?family=Montserrat:400,700"); .navigation { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; ...
0.305697
0.033876
Lifestyle demo */ .td-lifestyle { /* header-------------------------------- */ /* body-------------------------------- */ } .td-lifestyle .td-header-style-1 .sf-menu > li > a:hover, .td-lifestyle .td-header-style-1 .sf-menu > .sfHover > a, .td-lifestyle .td-header-style-1 .sf-menu > .current-menu-item > a, ...
application/public_html/wp-content/themes/Newspaper/includes/demos/lifestyle/demo_style.css
Lifestyle demo */ .td-lifestyle { /* header-------------------------------- */ /* body-------------------------------- */ } .td-lifestyle .td-header-style-1 .sf-menu > li > a:hover, .td-lifestyle .td-header-style-1 .sf-menu > .sfHover > a, .td-lifestyle .td-header-style-1 .sf-menu > .current-menu-item > a, ...
0.377196
0.063395
.navbar { height: var(--navHeight); width: 100%; background-color: var(--secondary); position: fixed; display: grid; grid-template-columns: 25% 50% 25%; top: 0; z-index: 10; } #hamburger-icon { height: 50px; width: 50px; z-index: 10; grid-column: 3 / 4; color: var(--primary); justify-self: ...
src/components/navBar.css
.navbar { height: var(--navHeight); width: 100%; background-color: var(--secondary); position: fixed; display: grid; grid-template-columns: 25% 50% 25%; top: 0; z-index: 10; } #hamburger-icon { height: 50px; width: 50px; z-index: 10; grid-column: 3 / 4; color: var(--primary); justify-self: ...
0.489748
0.092319
@charset "UTF-8"; /** * @color * @section 主色 */ /** * @color * @section 主色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 *...
es/components/Select/style/index.css
@charset "UTF-8"; /** * @color * @section 主色 */ /** * @color * @section 主色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 */ /** * @color * @section 辅助色 *...
0.351979
0.043834
.icon{display:inline-block;zoom:1; } a[href*='}{']::after{ content:'}{';} .icon_switch-off{background-position: 0 0;width:71px;height:29px} a[href*='}{']::after{ content:'}{';} .icon_switch-off{background-position: 0 0;width:71px;height:29px} .icon_switch-on{background-position: 0 -49px;width:71px;height:29px} .ico...
node_modules/gulp-css-spritesmith/test/publish/imageset/css/icon.css
.icon{display:inline-block;zoom:1; } a[href*='}{']::after{ content:'}{';} .icon_switch-off{background-position: 0 0;width:71px;height:29px} a[href*='}{']::after{ content:'}{';} .icon_switch-off{background-position: 0 0;width:71px;height:29px} .icon_switch-on{background-position: 0 -49px;width:71px;height:29px} .ico...
0.170854
0.064624
html, body { min-height: 105vh; color: #343a40; } a, a:hover { color: #343a40; } footer img { height: 200px; } header { position: relative; z-index: 200; } .row { margin-left: 0; margin-right: 0; } .no-pad { padding-left: 0; padding-right: 0; } section .container{ padding-to...
public/css/custom.css
html, body { min-height: 105vh; color: #343a40; } a, a:hover { color: #343a40; } footer img { height: 200px; } header { position: relative; z-index: 200; } .row { margin-left: 0; margin-right: 0; } .no-pad { padding-left: 0; padding-right: 0; } section .container{ padding-to...
0.404037
0.064535
@import url('https://fonts.googleapis.com/css?family=Lato:400,900'); .container { /*padding: 0 20%;*/ padding: 0 15%; /*border: 1px solid grey;*/ } .font-3x { font-size: 3em; } .select { min-width: 25%; height: 2em; font-size: 1em; } .image { max-width: 100%; align-content: center; } .red { color...
public/css/site.css
@import url('https://fonts.googleapis.com/css?family=Lato:400,900'); .container { /*padding: 0 20%;*/ padding: 0 15%; /*border: 1px solid grey;*/ } .font-3x { font-size: 3em; } .select { min-width: 25%; height: 2em; font-size: 1em; } .image { max-width: 100%; align-content: center; } .red { color...
0.371935
0.085099
@charset 'UTF-8'; .slick-loading .slick-list{background: #fff url('./ajax-loader.gif') center center no-repeat; background-image:} .slick-prev,.slick-next{font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 20px;height: 20px;padding: 0; -webkit-transform: translate(0, -50%);-ms-transform: tra...
assets/css/slick-theme.css
@charset 'UTF-8'; .slick-loading .slick-list{background: #fff url('./ajax-loader.gif') center center no-repeat; background-image:} .slick-prev,.slick-next{font-size: 0;line-height: 0;position: absolute;top: 50%;display: block;width: 20px;height: 20px;padding: 0; -webkit-transform: translate(0, -50%);-ms-transform: tra...
0.346984
0.050214
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; body { background-image: url(https://d2gg9evh47fn9z.cloudfront.net/800px_COLOURBOX4765278.jpg); } h4{ font-size: 15px; } p { font-size: 1.1em; font-weight: 300; line-height: 1.7em; color: #000; } a, a:focus { c...
style.css
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; body { background-image: url(https://d2gg9evh47fn9z.cloudfront.net/800px_COLOURBOX4765278.jpg); } h4{ font-size: 15px; } p { font-size: 1.1em; font-weight: 300; line-height: 1.7em; color: #000; } a, a:focus { c...
0.440469
0.119742
@import url("header.min.css"); @import url("footer.min.css"); @import url("index.min.css"); @import url("heming.min.css"); @import url("service.min.css"); @import url("brand.min.css"); body { font-family: 'microsoft yahei'; } section { position: relative; z-index: 10; padding-bottom: 60px; } a:link { text-...
public/stylesheet/style.css
@import url("header.min.css"); @import url("footer.min.css"); @import url("index.min.css"); @import url("heming.min.css"); @import url("service.min.css"); @import url("brand.min.css"); body { font-family: 'microsoft yahei'; } section { position: relative; z-index: 10; padding-bottom: 60px; } a:link { text-...
0.262936
0.074198
html { height: 100%; width: 100%; } body { min-height: 100%; font-family: 'Open Sans', sans-serif; font-size: 16px; margin: 0; padding: 0; background-color: white; } * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } img { vertical-align: middle; border: 0; } ...
Catz-Landing-Page/assets/css/catz.css
html { height: 100%; width: 100%; } body { min-height: 100%; font-family: 'Open Sans', sans-serif; font-size: 16px; margin: 0; padding: 0; background-color: white; } * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } img { vertical-align: middle; border: 0; } ...
0.345216
0.081739
div.tree-code-editor .locked li a { color:gray; } /* DOTS */ div.tree-code-editor ul { background-position:6px 1px; background-repeat:repeat-y; background-image:url(data:image/gif;base64,R0lGODlhAgACAIAAAB4dGf///yH5BAEAAAEALAAAAAACAAIAAAICRF4AOw==); } div.tree-code-editor li { background-position:-64px -16px; backgroun...
dmCorePlugin/web/lib/dmTree/code-editor/style.css
div.tree-code-editor .locked li a { color:gray; } /* DOTS */ div.tree-code-editor ul { background-position:6px 1px; background-repeat:repeat-y; background-image:url(data:image/gif;base64,R0lGODlhAgACAIAAAB4dGf///yH5BAEAAAEALAAAAAACAAIAAAICRF4AOw==); } div.tree-code-editor li { background-position:-64px -16px; backgroun...
0.240864
0.097562
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500&display=swap'); body { font-family: 'noorregular'; color: #2c2c2c; direction: rtl; font-size: 15px; } .clear { clear: both;} a { color: inherit; text-decoration: none;} a:active { color: inherit; text-decoration: none;} a:hover { colo...
public/frontend/css/old/main.css
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500&display=swap'); body { font-family: 'noorregular'; color: #2c2c2c; direction: rtl; font-size: 15px; } .clear { clear: both;} a { color: inherit; text-decoration: none;} a:active { color: inherit; text-decoration: none;} a:hover { colo...
0.233357
0.107954
@media all and (min-width: 480px) { .Login { padding: 60px 0; } .Login form { margin: 0 auto; max-width: 320px; } .mar { margin-left: 5px; } .btn-circle { width: 40px; height: 40px; text-align: center; padding: 6px 0; ...
resources/js/components/Style.css
@media all and (min-width: 480px) { .Login { padding: 60px 0; } .Login form { margin: 0 auto; max-width: 320px; } .mar { margin-left: 5px; } .btn-circle { width: 40px; height: 40px; text-align: center; padding: 6px 0; ...
0.500488
0.137909
.jumbotron { width: 100%; height: 340px; text-align: center; background: linear-gradient(#0e130f, #40853b); margin: auto 0; margin-bottom: 10px; font-family: 'Courgette', cursive; box-shadow: 3px 3px 3px 4px #1b1b17; } nav { background-color: #1b1b17; box-shadow: 0 0 3px 4px #1b...
public/assets/css/archive/join.css
.jumbotron { width: 100%; height: 340px; text-align: center; background: linear-gradient(#0e130f, #40853b); margin: auto 0; margin-bottom: 10px; font-family: 'Courgette', cursive; box-shadow: 3px 3px 3px 4px #1b1b17; } nav { background-color: #1b1b17; box-shadow: 0 0 3px 4px #1b...
0.396185
0.167661
* { margin: 0; padding: 0; box-sizing: border-box; outline: none; user-select: none; -ms-user-select: none; } body { display: flex; font-family: 'Poppins', sans-serif; height: 100vh; } button { outline: none; cursor: pointer; } main { width: 70%; padding: 2%; b...
public/styles/play.css
* { margin: 0; padding: 0; box-sizing: border-box; outline: none; user-select: none; -ms-user-select: none; } body { display: flex; font-family: 'Poppins', sans-serif; height: 100vh; } button { outline: none; cursor: pointer; } main { width: 70%; padding: 2%; b...
0.406037
0.115561
*{ margin: 0; padding: 0; box-sizing: border-box; } body { background-image: url(https://images3.alphacoders.com/650/650873.jpg); background-repeat:repeat; background-position: top center; background-attachment: fixed; } .derecha{ margin-left: 1750px; } .container{ ...
01_RegistroVideojuejos/web/css/estilos.css
*{ margin: 0; padding: 0; box-sizing: border-box; } body { background-image: url(https://images3.alphacoders.com/650/650873.jpg); background-repeat:repeat; background-position: top center; background-attachment: fixed; } .derecha{ margin-left: 1750px; } .container{ ...
0.332419
0.105211
.clear, body { margin: 0; padding: 0 } .clear, .module .content .items .item:hover>.dtinfo, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } .post-comments, ol, ul { list-style: none } a, abbr, acronym, address, applet, article, aside, audio, ...
public/css/front.style.css
.clear, body { margin: 0; padding: 0 } .clear, .module .content .items .item:hover>.dtinfo, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block } .post-comments, ol, ul { list-style: none } a, abbr, acronym, address, applet, article, aside, audio, ...
0.53607
0.149935
input[type="text"], select, textarea, .nice-select { border-radius: 3px; box-shadow: none; border: none; outline: 0; } input[type="text"], textarea { padding: 8px 10px; background-color: #f2f3f4; background-color: var(--bg-soft-color); border: none; color: #485365; color: var(--text-color); } input...
src/static/skins/colibris/src/components/form.css
input[type="text"], select, textarea, .nice-select { border-radius: 3px; box-shadow: none; border: none; outline: 0; } input[type="text"], textarea { padding: 8px 10px; background-color: #f2f3f4; background-color: var(--bg-soft-color); border: none; color: #485365; color: var(--text-color); } input...
0.431824
0.091423
responsive settings */ /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ .mx_image_background { background-color: #f2f2f2; } .td-visibility-hidden { visibility: hidden; } .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: "...
wp-content/themes/Newspaper/style.css
responsive settings */ /* responsive landscape tablet */ /* responsive portrait tablet */ /* responsive portrait phone */ .mx_image_background { background-color: #f2f2f2; } .td-visibility-hidden { visibility: hidden; } .clearfix { *zoom: 1; } .clearfix:before, .clearfix:after { display: table; content: "...
0.592313
0.088505
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("hattrick.org") { /* CSS Document */ /* Hattrick.org - Grey Skills */ /* by baumanns */ a[href*="ll=0#"], a[href*="=0#skill"] {background-color:#ffffff !important; color:#000 !important;} a[href*="ll=1#"], a[hr...
data/usercss/5660.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("hattrick.org") { /* CSS Document */ /* Hattrick.org - Grey Skills */ /* by baumanns */ a[href*="ll=0#"], a[href*="=0#skill"] {background-color:#ffffff !important; color:#000 !important;} a[href*="ll=1#"], a[hr...
0.110771
0.147801
height: 100%; } input { display: block; margin: 0.5em; } body { height: 100%; margin: 0; padding: 0; } .beerme { font-size: 3em; text-shadow: 3px 3px #000000; margin-bottom: 0; font-family: 'Bevan', cursive; color: #FFFFFF; margin-top: 0; } .descript { color: #FFFFFF; font-size: 1.25em; ...
public/css/application.css
height: 100%; } input { display: block; margin: 0.5em; } body { height: 100%; margin: 0; padding: 0; } .beerme { font-size: 3em; text-shadow: 3px 3px #000000; margin-bottom: 0; font-family: 'Bevan', cursive; color: #FFFFFF; margin-top: 0; } .descript { color: #FFFFFF; font-size: 1.25em; ...
0.396652
0.077868
html, body { height: 100%; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; background-color: #f5f5f5; border-top: 1px solid #ddd; padding-top: 20px; } .jumbotron { ...
web/css/site.css
html, body { height: 100%; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; background-color: #f5f5f5; border-top: 1px solid #ddd; padding-top: 20px; } .jumbotron { ...
0.408749
0.103477
.btn{ box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); text-transform: uppercase; font-weight: 500; font-size: 0.875rem; line-height: 1; padding: 0.6875rem 1rem; } .modal-footer .btn { background-color: transparent; box-shadow: ...
src/post-bootstrap.css
.btn{ box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14), 0 3px 4px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); text-transform: uppercase; font-weight: 500; font-size: 0.875rem; line-height: 1; padding: 0.6875rem 1rem; } .modal-footer .btn { background-color: transparent; box-shadow: ...
0.271445
0.062331
.example-class-selector { margin-top: 2em; } /* applies to any <p> descendants of an element of class "example-class-selector" */ .example-class-selector p { /* Colors are in hexadecimal: http://www.colorpicker.com/ */ color: #CC00AA; } /* this style exists to make it obvious that you've successfully linked the...
static/css/introHCI.css
.example-class-selector { margin-top: 2em; } /* applies to any <p> descendants of an element of class "example-class-selector" */ .example-class-selector p { /* Colors are in hexadecimal: http://www.colorpicker.com/ */ color: #CC00AA; } /* this style exists to make it obvious that you've successfully linked the...
0.520984
0.085824
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700&display=swap'); html, body, #react-root { height: 100%; } body { font-family: 'Spartan', Tahoma, Geneva, Verdana, sans-serif; margin: 0px; } img { display: inline-block; max-width: 100%; } .session-image { pos...
src/components/App/App.css
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700&display=swap'); html, body, #react-root { height: 100%; } body { font-family: 'Spartan', Tahoma, Geneva, Verdana, sans-serif; margin: 0px; } img { display: inline-block; max-width: 100%; } .session-image { pos...
0.402275
0.078642
body { font-family: 'Roboto', sans-serif; font-size: 18px; -webkit-user-select: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; } header { margin-top: 2rem; } header h1 a { color: black; } header h1 a:hover { text-decoration: none; } header #title { float: left; font-fam...
static/css/main.css
body { font-family: 'Roboto', sans-serif; font-size: 18px; -webkit-user-select: none; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; } header { margin-top: 2rem; } header h1 a { color: black; } header h1 a:hover { text-decoration: none; } header #title { float: left; font-fam...
0.260295
0.06666
@import '../commons/index.css'; :root { --spectrum-radio-radius: calc(var(--spectrum-radio-circle-diameter) / 2); --spectrum-radio-border-width-checked: calc(calc(var(--spectrum-radio-circle-diameter) / 2) - calc(var(--spectrum-radio-circle-dot-size) / 2)); --spectrum-radio-labelbelow-label-margin: var(--spectr...
src/radio/index.css
@import '../commons/index.css'; :root { --spectrum-radio-radius: calc(var(--spectrum-radio-circle-diameter) / 2); --spectrum-radio-border-width-checked: calc(calc(var(--spectrum-radio-circle-diameter) / 2) - calc(var(--spectrum-radio-circle-dot-size) / 2)); --spectrum-radio-labelbelow-label-margin: var(--spectr...
0.605916
0.104295
@font-face { font-family: latoBlack; src: url(../fonts/Lato/Lato-Black.ttf); } @font-face { font-family: latoBlackItalic; src: url(../fonts/Lato/Lato-BlackItalic.ttf); } @font-face { font-family: latoBold; src: url(../fonts/Lato/Lato-Bold.ttf); } @font-face { font-family: latoItalic; ...
public/css/main.css
@font-face { font-family: latoBlack; src: url(../fonts/Lato/Lato-Black.ttf); } @font-face { font-family: latoBlackItalic; src: url(../fonts/Lato/Lato-BlackItalic.ttf); } @font-face { font-family: latoBold; src: url(../fonts/Lato/Lato-Bold.ttf); } @font-face { font-family: latoItalic; ...
0.296043
0.077378
body { font-family: 'Dosis', sans-serif; background-color: #263238; color: rgb(240,240,240); } footer { margin: 0px; display: block; background-color: rgba(39, 36, 36, 0.349); } .img-container { margin: 0%; } .img-container .image { width: 100%; height: 50vh; } .row-centered { ...
php/public/css/main.css
body { font-family: 'Dosis', sans-serif; background-color: #263238; color: rgb(240,240,240); } footer { margin: 0px; display: block; background-color: rgba(39, 36, 36, 0.349); } .img-container { margin: 0%; } .img-container .image { width: 100%; height: 50vh; } .row-centered { ...
0.401688
0.098469
* { -webkit-transition: all .25s ease-in-out, height 0s ease-in, width 0s ease-in; -moz-transition: all .25s ease-in-out, height 0s ease-in, width 0s ease-in; -o-transition: all .25s ease-in-out, height 0s ease-in, width 0s ease-in; transition: all .25s ease-in-out, height 0s ease-in, width 0s ease-in;...
IoT.Web/obj/Release/Package/PackageTmp/Content/site.css
* { -webkit-transition: all .25s ease-in-out, height 0s ease-in, width 0s ease-in; -moz-transition: all .25s ease-in-out, height 0s ease-in, width 0s ease-in; -o-transition: all .25s ease-in-out, height 0s ease-in, width 0s ease-in; transition: all .25s ease-in-out, height 0s ease-in, width 0s ease-in;...
0.284079
0.0538
html[data-theme="light"] { --buttonBG: white; --buttonFG: black; --globalBG: white; --textboxBG: white; --textboxFG: black; --itemsBG: #a5b7c96b; --headerTitleCLR: black; --radioCLR: black; } html[data-theme="dark"] { --buttonBG: black; --buttonFG: white; --globalBG: black; --textboxBG: black; ...
src/index.css
html[data-theme="light"] { --buttonBG: white; --buttonFG: black; --globalBG: white; --textboxBG: white; --textboxFG: black; --itemsBG: #a5b7c96b; --headerTitleCLR: black; --radioCLR: black; } html[data-theme="dark"] { --buttonBG: black; --buttonFG: white; --globalBG: black; --textboxBG: black; ...
0.412057
0.08886
@charset "UTF-8"; /*css 初始化 */ html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin: 0; padding: 0; color: #F25C27; } img, input, button { border: none; padding: 0; margin: 0; outline-style: none; } ul, ol { list-style: none; } select, in...
src/main/resources/static/css/main.css
@charset "UTF-8"; /*css 初始化 */ html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin: 0; padding: 0; color: #F25C27; } img, input, button { border: none; padding: 0; margin: 0; outline-style: none; } ul, ol { list-style: none; } select, in...
0.211254
0.069289
width: 100vw; height: 100vh; display: grid; grid-auto-rows: 2fr 1fr; } #page-profile header { display: flex; flex-direction: column; } #page-profile header .top-bar-container { display: flex; justify-content: space-between; padding: 0 1rem; background-color: var(--color-primary-dark); height: 6...
web/src/pages/Profile/styles.css
width: 100vw; height: 100vh; display: grid; grid-auto-rows: 2fr 1fr; } #page-profile header { display: flex; flex-direction: column; } #page-profile header .top-bar-container { display: flex; justify-content: space-between; padding: 0 1rem; background-color: var(--color-primary-dark); height: 6...
0.57821
0.061312
.finacial-page .advertisement-container{ width: 900px; } /*begin slide show */ .finacial-page .slide{width:900px;height:300px;margin:0 auto;overflow:hidden;position:relative;} /*.finacial-page .slide .slide-container{position:absolute;top:0;left:0;width:2700px;}*/ .finacial-page .slide .slide-container img{float...
allinmoney/css/finacial.css
.finacial-page .advertisement-container{ width: 900px; } /*begin slide show */ .finacial-page .slide{width:900px;height:300px;margin:0 auto;overflow:hidden;position:relative;} /*.finacial-page .slide .slide-container{position:absolute;top:0;left:0;width:2700px;}*/ .finacial-page .slide .slide-container img{float...
0.175927
0.027015
body { background: #1e1e1e; color: #ccc } .login-page .login-container .login-form { background-color: #1e1e1e } .login-page .login-container .login-form .brand,.login-page .login-container .login-form .form-login .input-group::before,.login-page .login-container footer { color: #adb5bd } .login-page...
luci-theme-argon/htdocs/luci-static/argon/css/dark.css
body { background: #1e1e1e; color: #ccc } .login-page .login-container .login-form { background-color: #1e1e1e } .login-page .login-container .login-form .brand,.login-page .login-container .login-form .form-login .input-group::before,.login-page .login-container footer { color: #adb5bd } .login-page...
0.276007
0.045905
UTILITY CLASSES!!! */ /* Padding */ .with-padding { padding: 20px; } .with-mid-padding { padding: 10px; } .with-low-padding { padding: 5px; } .with-no-padding { padding: 0px; } .with-side-padding { padding-left: 20px; padding-right: 20px; } .with-mid-side-padding { padding-left: 10px; padding-right: ...
docs/assets/css/custom-HD.css
UTILITY CLASSES!!! */ /* Padding */ .with-padding { padding: 20px; } .with-mid-padding { padding: 10px; } .with-low-padding { padding: 5px; } .with-no-padding { padding: 0px; } .with-side-padding { padding-left: 20px; padding-right: 20px; } .with-mid-side-padding { padding-left: 10px; padding-right: ...
0.239794
0.127354
* { margin: 0; padding: 0; box-sizing: content-box; } body { --primary-color: #004458; --secondary-color: #d9cbb8; --neutral-color: #0e0e0e; background-color: #000000; } .App { font-family: Poppins, sans-serif; background: var(--neutral-color); scroll-behavior: smooth; min-...
src/App.css
* { margin: 0; padding: 0; box-sizing: content-box; } body { --primary-color: #004458; --secondary-color: #d9cbb8; --neutral-color: #0e0e0e; background-color: #000000; } .App { font-family: Poppins, sans-serif; background: var(--neutral-color); scroll-behavior: smooth; min-...
0.57523
0.106365
* { box-sizing: border-box; } /* ================================= Grid System ==================================== */ .container{ margin-right: auto; margin-left: auto; max-width: 1200px; padding-right: 1rem; padding-left: 1rem; } .container-fluid { margin-right: auto; margin-left: auto; padding-r...
css/grid.css
* { box-sizing: border-box; } /* ================================= Grid System ==================================== */ .container{ margin-right: auto; margin-left: auto; max-width: 1200px; padding-right: 1rem; padding-left: 1rem; } .container-fluid { margin-right: auto; margin-left: auto; padding-r...
0.46223
0.095181
* { margin: 0; padding: 0; } img { display:inline!important; } body { margin-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */ font-family: "Open Sans", sans-serif; position: relative; } .navbar{ background-co...
css/one-page-wonder.css
* { margin: 0; padding: 0; } img { display:inline!important; } body { margin-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */ font-family: "Open Sans", sans-serif; position: relative; } .navbar{ background-co...
0.425009
0.09277
.figure-top-nav { width: 100%; max-height: var(--top-nav-height); color: var(--nav-color); } /* Icon */ .figure-top-nav .figure-dashboard-search .search-icon { position: absolute; top: 25px; left: 12px; color: var(--nav-search-btn-color); cursor: pointer; } .figure-top-nav .figure-dashboard-search .se...
css/Search.css
.figure-top-nav { width: 100%; max-height: var(--top-nav-height); color: var(--nav-color); } /* Icon */ .figure-top-nav .figure-dashboard-search .search-icon { position: absolute; top: 25px; left: 12px; color: var(--nav-search-btn-color); cursor: pointer; } .figure-top-nav .figure-dashboard-search .se...
0.573917
0.077868
.p-ab { padding-top: 52px!important; } .m-ab { margin-top: 52px!important; } .h-ab { height: calc(100% - 52px); } .app-bar { display: flex; position: fixed; top: 0; left: 0; width: 100%; height: auto; min-height: 52px; z-index: 1030; background-color: #f8f8f8; flex-flow: row wrap; align-item...
src/components/app-bar/app-bar.css
.p-ab { padding-top: 52px!important; } .m-ab { margin-top: 52px!important; } .h-ab { height: calc(100% - 52px); } .app-bar { display: flex; position: fixed; top: 0; left: 0; width: 100%; height: auto; min-height: 52px; z-index: 1030; background-color: #f8f8f8; flex-flow: row wrap; align-item...
0.41253
0.043184
html { overflow-y: scroll; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0); } article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio[controls], canvas, video { display: inline-block; zo...
Editor/examples/default/default.css
html { overflow-y: scroll; font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0); } article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; } audio[controls], canvas, video { display: inline-block; zo...
0.471223
0.116512
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-v14-latin-r...
module-07/css/styles.css
@font-face { font-family: 'Montserrat'; font-style: normal; font-weight: 400; src: local('Montserrat Regular'), local('Montserrat-Regular'), url('../fonts/montserrat-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/montserrat-v14-latin-r...
0.262653
0.048722
.content { /* background-color: blue; */ text-align: center; } .main { display: flex; flex-direction: column; justify-content: space-between; height: 100%; /* padding-left: 1rem; */ background-color: #ddecff; border-radius:0 .5rem.5rem 0; } .header { height: 3rem; bord...
styles/Conversation.module.css
.content { /* background-color: blue; */ text-align: center; } .main { display: flex; flex-direction: column; justify-content: space-between; height: 100%; /* padding-left: 1rem; */ background-color: #ddecff; border-radius:0 .5rem.5rem 0; } .header { height: 3rem; bord...
0.419053
0.121816
@font-face { font-family: 'Amatic SC'; font-style: normal; font-weight: 400; src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url(https://fonts.gstatic.com/s/amaticsc/v11/TUZyzwprpvBS1izr_vO0DQ.ttf) format('truetype'); } @font-face { font-family: 'Amatic SC'; font-style: normal; ...
css/google_fonts.css
@font-face { font-family: 'Amatic SC'; font-style: normal; font-weight: 400; src: local('Amatic SC Regular'), local('AmaticSC-Regular'), url(https://fonts.gstatic.com/s/amaticsc/v11/TUZyzwprpvBS1izr_vO0DQ.ttf) format('truetype'); } @font-face { font-family: 'Amatic SC'; font-style: normal; ...
0.498047
0.17515
canvas{ width: 900px; height: 200px; display: block; position: relative; background: transparent; margin: 40px auto; } /* #### Generated By: http://www.cufonfonts.com #### */ @font-face { font-family: 'Montserrat Regular'; font-style: normal; font-weight: normal; src: local('Montserrat Regular'), ...
resources/css/libs/custom.css
canvas{ width: 900px; height: 200px; display: block; position: relative; background: transparent; margin: 40px auto; } /* #### Generated By: http://www.cufonfonts.com #### */ @font-face { font-family: 'Montserrat Regular'; font-style: normal; font-weight: normal; src: local('Montserrat Regular'), ...
0.376509
0.055387
* { box-sizing: border-box; } :root { font: 100% monospace; --mnu-width: 22rem; --screen-width: calc(100vw); --headerHeight: 6rem; } html { height: 100%; } /* font-family: 'inconsolata'; */ body { background-color: #ffffff; color: #555; height: 100%; margin: 0px; /* overflow: hidden; */ } a { color: r...
js-14-08/style-2019-09-30.css
* { box-sizing: border-box; } :root { font: 100% monospace; --mnu-width: 22rem; --screen-width: calc(100vw); --headerHeight: 6rem; } html { height: 100%; } /* font-family: 'inconsolata'; */ body { background-color: #ffffff; color: #555; height: 100%; margin: 0px; /* overflow: hidden; */ } a { color: r...
0.380414
0.076788
@import url(../../../assets/css/poppins.css); .preloader { width: 100%; height: 100%; top: 0; position: fixed; z-index: 99999; background: #fff; } .preloader .cssload-speeding-wheel { position: absolute; top: calc(50% - 3px); left: calc(50% - 3px); } .topbar { background: #0e3...
public/theme_admin/main/css/colors/posgrado.css
@import url(../../../assets/css/poppins.css); .preloader { width: 100%; height: 100%; top: 0; position: fixed; z-index: 99999; background: #fff; } .preloader .cssload-speeding-wheel { position: absolute; top: calc(50% - 3px); left: calc(50% - 3px); } .topbar { background: #0e3...
0.398289
0.08266
zoom: 1; position: relative; max-width:989px; margin:0px auto 0px; z-index:90; border:none; text-align:left; /* reset align=center */ } * html #wowslider-container1{ width:989px } #wowslider-container1 .ws_images ul{ position:relative; width: 10000%; height:auto; left:0; list-style:none; margin:0; padd...
public/css/slideshow.css
zoom: 1; position: relative; max-width:989px; margin:0px auto 0px; z-index:90; border:none; text-align:left; /* reset align=center */ } * html #wowslider-container1{ width:989px } #wowslider-container1 .ws_images ul{ position:relative; width: 10000%; height:auto; left:0; list-style:none; margin:0; padd...
0.213541
0.048722
@tailwind base; @tailwind components; body { @apply font-sans; } .search-bar { border-bottom-width: 3px; @apply border-b-gray-300; transition: border-color; } .search-bar:focus { @apply border-b-gray-700; } .pagination-cursor-pointer { @apply cursor-pointer; } .pagination-cursor-default {...
styles/main.css
@tailwind base; @tailwind components; body { @apply font-sans; } .search-bar { border-bottom-width: 3px; @apply border-b-gray-300; transition: border-color; } .search-bar:focus { @apply border-b-gray-700; } .pagination-cursor-pointer { @apply cursor-pointer; } .pagination-cursor-default {...
0.474631
0.119819
html{ scroll-behavior: smooth; } body{ background-color: black; } #scrollup{ bottom:75px; position: fixed; /* Fixed/sticky position */ right: 30px; /* Place the button 30px from the right */ z-index: 99; /* Make sure it does not overlap */ display: none; } #scrolldown{ position:fixed;...
portfolio/src/main/webapp/style.css
html{ scroll-behavior: smooth; } body{ background-color: black; } #scrollup{ bottom:75px; position: fixed; /* Fixed/sticky position */ right: 30px; /* Place the button 30px from the right */ z-index: 99; /* Make sure it does not overlap */ display: none; } #scrolldown{ position:fixed;...
0.440229
0.070528
/* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. Copyright (c) Microsoft Corporation. All rights reserved */ #subscriptions { background: #3d3...
archived/FeedReader/js/pages/subscriptions/subscriptions.css
/* THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. Copyright (c) Microsoft Corporation. All rights reserved */ #subscriptions { background: #3d3...
0.434701
0.046163
body { width: 100vw; overflow-x: hidden; } body h1 { font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-weight: 700; } .greetings { padding: 7% 0; height: 100vh; background: #c397fc; /* Old browsers */ background: -moz-radial-gradient(center, ellipse cover, #c397fc 0%, #7db9e8 100%); ...
app/dist/css/main.css
body { width: 100vw; overflow-x: hidden; } body h1 { font-family: 'Roboto Condensed', 'Roboto', sans-serif; font-weight: 700; } .greetings { padding: 7% 0; height: 100vh; background: #c397fc; /* Old browsers */ background: -moz-radial-gradient(center, ellipse cover, #c397fc 0%, #7db9e8 100%); ...
0.344443
0.064949
.cke_reset { margin:0; padding:0; border:0; background:transparent; text-decoration:none; width:auto; height:auto; vertical-align:baseline; box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box } .cke_reset_all, .cke_reset_all * { margin:0; padding:0; border:0...
angular/content/vendor/plugins/ckeditor/skins/moono/editor.css
.cke_reset { margin:0; padding:0; border:0; background:transparent; text-decoration:none; width:auto; height:auto; vertical-align:baseline; box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box } .cke_reset_all, .cke_reset_all * { margin:0; padding:0; border:0...
0.191403
0.039639
.image { position: absolute; z-index: 100; } /* line chart */ .linechart { position: relative; } .overlay { opacity: 0; } .axistitle { font-family: sans-serif; font-size: 10px; } .skipbutton { top: 100px; position: absolute; z-index: 111; } .tooltipline { stroke: black; ...
css/heatmapstyle.css
.image { position: absolute; z-index: 100; } /* line chart */ .linechart { position: relative; } .overlay { opacity: 0; } .axistitle { font-family: sans-serif; font-size: 10px; } .skipbutton { top: 100px; position: absolute; z-index: 111; } .tooltipline { stroke: black; ...
0.452778
0.063919
body, html { width: 100%; height: 100% } body { font-family: Merriweather, 'Helvetica Neue', Arial, sans-serif } hr { max-width: 50px; border-width: 3px; border-color: #f05f40 } hr.light { border-color: #fff } a:link { color: #222222; -webkit-transition: all .2s; -moz-transition: all .2s; transition: all .2...
css/creative.min.css
body, html { width: 100%; height: 100% } body { font-family: Merriweather, 'Helvetica Neue', Arial, sans-serif } hr { max-width: 50px; border-width: 3px; border-color: #f05f40 } hr.light { border-color: #fff } a:link { color: #222222; -webkit-transition: all .2s; -moz-transition: all .2s; transition: all .2...
0.265595
0.066116
:root { --c-background: #fff; --c-text: #000; --c-text-shy: #aaa; --c-link: #0064c1; --c-link-hover: #3000c1; --c-button: #0079d3; --c-button-text: #fff; --c-button-hover: #1484d7; --c-input: #f6f7f8; --c-input-text: #1c1c1c; --c-input-border: #edeff1; --c-input-border-focus: #0079d3; } @media...
src/awsm.css
:root { --c-background: #fff; --c-text: #000; --c-text-shy: #aaa; --c-link: #0064c1; --c-link-hover: #3000c1; --c-button: #0079d3; --c-button-text: #fff; --c-button-hover: #1484d7; --c-input: #f6f7f8; --c-input-text: #1c1c1c; --c-input-border: #edeff1; --c-input-border-focus: #0079d3; } @media...
0.459561
0.102036
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"); html { overflow-x: hidden; } body { font-family: "Roboto Condensed", sans-serif; color: #fff !important; margin-top: 36px; } ul { list-style: none; } a { color: #000; } .news-cat a { background-color: rgba(255, 255,...
src/css/styles.css
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"); html { overflow-x: hidden; } body { font-family: "Roboto Condensed", sans-serif; color: #fff !important; margin-top: 36px; } ul { list-style: none; } a { color: #000; } .news-cat a { background-color: rgba(255, 255,...
0.516595
0.087369
.title { position: relative; width: 100%; height: 85px; border-top: #da251d solid 3px; } .title-1 { position: absolute; left: 10px; top: 8px; } .title-2 { position: absolute; display: block; right: 10px; top: 22px; } .title-1 img { height: 20px; vertical-align: mid...
css/index.css
.title { position: relative; width: 100%; height: 85px; border-top: #da251d solid 3px; } .title-1 { position: absolute; left: 10px; top: 8px; } .title-2 { position: absolute; display: block; right: 10px; top: 22px; } .title-1 img { height: 20px; vertical-align: mid...
0.505859
0.115661
* { box-sizing: border-box; padding: 0; margin: 0; } /* To enhance scroll-bar */ ::-webkit-scrollbar { width: 15px; background:wheat; } ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; border-radius: 10px; } /* Handle */ ::-webkit-scrollbar-thumb { backgro...
ncert.css
* { box-sizing: border-box; padding: 0; margin: 0; } /* To enhance scroll-bar */ ::-webkit-scrollbar { width: 15px; background:wheat; } ::-webkit-scrollbar-track { box-shadow: inset 0 0 5px grey; border-radius: 10px; } /* Handle */ ::-webkit-scrollbar-thumb { backgro...
0.42919
0.121738
.header-offcanvas { outline: currentcolor none 0px; background: #00e5b3; transition: transform 0.25s ease-out 0s; visibility: visible; color: white; display: block; -webkit-overflow-scrolling: touch; will-change: transform; backface-visibility: hidden; transition-duration: 0.2s...
src/components/Header/Header.css
.header-offcanvas { outline: currentcolor none 0px; background: #00e5b3; transition: transform 0.25s ease-out 0s; visibility: visible; color: white; display: block; -webkit-overflow-scrolling: touch; will-change: transform; backface-visibility: hidden; transition-duration: 0.2s...
0.383641
0.143008
.EMA_themeBackground{ background-color: var(--GLOBAL_BACKGROUND_COLOR); } .EMA_globalBackground.amx-panelPage { background-color: var(--GLOBAL_BACKGROUND_COLOR); background-image: url("../images/bkgd_watermarkdandelions.png"); background-size: cover; } /* header css */ .amx-panelPage-header, .headerB...
ApplicationController/public_html/resources/css/mafkit-alta-brightBlue.css
.EMA_themeBackground{ background-color: var(--GLOBAL_BACKGROUND_COLOR); } .EMA_globalBackground.amx-panelPage { background-color: var(--GLOBAL_BACKGROUND_COLOR); background-image: url("../images/bkgd_watermarkdandelions.png"); background-size: cover; } /* header css */ .amx-panelPage-header, .headerB...
0.247532
0.040238
html,body{ font-family: "Nunito", sans-serif; background-color: #f5f5f5; height: 100%; } a:hover{ text-decoration: none; } .page-container{ position: relative; min-height: 100vh; } .navbar-brand:hover{ color: rgba(255, 255, 255, 0.5) !important; } .main-container{ padding-bottom: 2.5rem; } .footer{ position: a...
public/css/style.css
html,body{ font-family: "Nunito", sans-serif; background-color: #f5f5f5; height: 100%; } a:hover{ text-decoration: none; } .page-container{ position: relative; min-height: 100vh; } .navbar-brand:hover{ color: rgba(255, 255, 255, 0.5) !important; } .main-container{ padding-bottom: 2.5rem; } .footer{ position: a...
0.307566
0.057308
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&subset=latin,cyrillic); body { color: #000; } .navbar-inverse .navbar-brand { height: auto; } footer.footer .t-col { margin: 0; } .flat-button { background-color: #e0e0e0; color: #000; font-size: 14px; fon...
frontend/web/css/static.css
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700&subset=latin,cyrillic); body { color: #000; } .navbar-inverse .navbar-brand { height: auto; } footer.footer .t-col { margin: 0; } .flat-button { background-color: #e0e0e0; color: #000; font-size: 14px; fon...
0.387111
0.116764
.bbx:hover .dropmenu { display: block; } .bbx { position: relative; } .icon-shangjiantou { display: none; } .bbx:hover .icon-shangjiantou { display: initial; } .bbx li:nth-child(2n-1){ border-right:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3 } .bbx li:nth-child(2n){ border-right:...
public/static/amz/css/common.css
.bbx:hover .dropmenu { display: block; } .bbx { position: relative; } .icon-shangjiantou { display: none; } .bbx:hover .icon-shangjiantou { display: initial; } .bbx li:nth-child(2n-1){ border-right:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3 } .bbx li:nth-child(2n){ border-right:...
0.387343
0.107625
nav { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; } #umn-logo, #logo { min-width: 170px; max-width: 220px; min-width: calc(170px + 1rem); max-width: calc(220px + 1rem); } #umn-logo svg { height: 38px; } #logo svg { height: 50px; } @media (max-width: 50rem) {...
src/css/nav.css
nav { display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; } #umn-logo, #logo { min-width: 170px; max-width: 220px; min-width: calc(170px + 1rem); max-width: calc(220px + 1rem); } #umn-logo svg { height: 38px; } #logo svg { height: 50px; } @media (max-width: 50rem) {...
0.486575
0.14247
@media only screen and (max-width: 768px){ /*header{height: 130px;}*/ .navbar-brand{width: 50%; margin: 0 auto;} .navbar-brand img{height: 130px;width: 202px;} .navbar-toggler,.navbar-light .navbar-toggler{font-size: 30px; color: #fff; float: left; position: fixed; top: 50px;} .navbar-nav{align-ite...
public/gaming-assets/css/responsive.css
@media only screen and (max-width: 768px){ /*header{height: 130px;}*/ .navbar-brand{width: 50%; margin: 0 auto;} .navbar-brand img{height: 130px;width: 202px;} .navbar-toggler,.navbar-light .navbar-toggler{font-size: 30px; color: #fff; float: left; position: fixed; top: 50px;} .navbar-nav{align-ite...
0.097179
0.063222
input { outline: none; } body { font-family: 'Poppins', sans-serif !important; } /* .col{ padding: 0; } */ /* body{ background-color: whitesmoke !important; } */ img { width: 100%; } a { color: #001a6f !important; text-decoration: none !important; } .row { margin-right: 0 !import...
assets/home/css/style.css
input { outline: none; } body { font-family: 'Poppins', sans-serif !important; } /* .col{ padding: 0; } */ /* body{ background-color: whitesmoke !important; } */ img { width: 100%; } a { color: #001a6f !important; text-decoration: none !important; } .row { margin-right: 0 !import...
0.463444
0.08374
body { background: #e5efff!important; position: relative!important; } /*background image*/ .landing { background: url("../img-assets/John-Taylor-Roofing-min.jpg")no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-s...
public/css/custom.css
body { background: #e5efff!important; position: relative!important; } /*background image*/ .landing { background: url("../img-assets/John-Taylor-Roofing-min.jpg")no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-s...
0.255529
0.066812
.service > p { text-align: center; color: var(--colorPrimary); padding: 0px 20px; } .service > p:nth-child(1) { max-width: 480px; margin: 0 auto; } .service > p:nth-child(2) { font-family: var(--titleFont); font-size: var(--size36); max-width: 300px; margin: 20px auto 0px auto; } .service-content {...
css/service.css
.service > p { text-align: center; color: var(--colorPrimary); padding: 0px 20px; } .service > p:nth-child(1) { max-width: 480px; margin: 0 auto; } .service > p:nth-child(2) { font-family: var(--titleFont); font-size: var(--size36); max-width: 300px; margin: 20px auto 0px auto; } .service-content {...
0.428233
0.121869
* {margin: 0; padding: 0;} body{ background: url('http://thumbs.dreamstime.com/x/steel-diamond-plate-background-903381.jpg') repeat; font: 10px sans-serif; } .bar rect { fill: steelblue; shape-rendering: crispEdges; } .bar text { fill: #fff; } .axis path, .axis line { fill: none; stroke:...
stylesheets/stylesheeter.css
* {margin: 0; padding: 0;} body{ background: url('http://thumbs.dreamstime.com/x/steel-diamond-plate-background-903381.jpg') repeat; font: 10px sans-serif; } .bar rect { fill: steelblue; shape-rendering: crispEdges; } .bar text { fill: #fff; } .axis path, .axis line { fill: none; stroke:...
0.404743
0.169028
body, html { min-height: 100vh; position: relative; } body { box-sizing: border-box; font-family: 'Open Sans'; font-size: 16px; margin: 0; padding: 50px 20px 20px 20px; } .sidebar-space { padding-left: 240px; } .cover { height: 100%; width: 100%; } ui-view { display: block; } .col { box-siz...
app/styles/main.css
body, html { min-height: 100vh; position: relative; } body { box-sizing: border-box; font-family: 'Open Sans'; font-size: 16px; margin: 0; padding: 50px 20px 20px 20px; } .sidebar-space { padding-left: 240px; } .cover { height: 100%; width: 100%; } ui-view { display: block; } .col { box-siz...
0.583203
0.118487
.form-container { background-color: #f1f1f1; max-width: 60rem; margin: 15rem auto 10rem; padding:3rem; border-radius: 2rem; box-shadow: 0.5rem 0.4rem 3rem 1rem rgba(112, 112, 112, 0.329); } .form-container > h3 { color: rgb(82, 82, 82); font-size: 3.5rem; text-align: center; letter-spacing: 0.05rem...
app/static/css/update&upload form.css
.form-container { background-color: #f1f1f1; max-width: 60rem; margin: 15rem auto 10rem; padding:3rem; border-radius: 2rem; box-shadow: 0.5rem 0.4rem 3rem 1rem rgba(112, 112, 112, 0.329); } .form-container > h3 { color: rgb(82, 82, 82); font-size: 3.5rem; text-align: center; letter-spacing: 0.05rem...
0.532911
0.075995
@-moz-document url('http://www.dreadcast.net/Main') { /* La taille de la zone d'affichage de l'image de l'AITL. A adapter à la taille de votre AITL : toute la hauteur définie rend impossible le cliquage "dessous"*/ #zone_dataBox .aitl {height:350px} /* L'image de fond de l'AITL, et le changement d...
data/usercss/125878.user.css
@-moz-document url('http://www.dreadcast.net/Main') { /* La taille de la zone d'affichage de l'image de l'AITL. A adapter à la taille de votre AITL : toute la hauteur définie rend impossible le cliquage "dessous"*/ #zone_dataBox .aitl {height:350px} /* L'image de fond de l'AITL, et le changement d...
0.130951
0.077378