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 |
|---|---|---|---|---|
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap');
:root{
--Kumbh-Sans-font: 'Kumbh Sans', sans-serif;
--name-stats-font-size: 18px;
--Dark-gray: hsl(0, 0%, 59%);
--Dark-cyan: hsl(185, 75%, 39%);
--Very-dark-desaturated-blue: hsl(229, 23%, 23%);
--Dark... | style.css | @import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap');
:root{
--Kumbh-Sans-font: 'Kumbh Sans', sans-serif;
--name-stats-font-size: 18px;
--Dark-gray: hsl(0, 0%, 59%);
--Dark-cyan: hsl(185, 75%, 39%);
--Very-dark-desaturated-blue: hsl(229, 23%, 23%);
--Dark... | 0.408041 | 0.091463 |
.dd {
position: relative;
display: block;
margin: 0;
padding: 0;
list-style: none;
}
.dd button {
outline: none;
}
.dd-list {
display: block;
position: relative;
margin: 0;
padding: 0;
list-style: none;
}
.dd-list .dd-list {
padding-left: 30px;
}
.dd-collapsed .dd-lis... | src/assets/common/css/source/vendors/nestable.css | .dd {
position: relative;
display: block;
margin: 0;
padding: 0;
list-style: none;
}
.dd button {
outline: none;
}
.dd-list {
display: block;
position: relative;
margin: 0;
padding: 0;
list-style: none;
}
.dd-list .dd-list {
padding-left: 30px;
}
.dd-collapsed .dd-lis... | 0.481454 | 0.117775 |
info: developer doc styles
*/
@import url("doclava-developer-core.css");
#title {
border-bottom: 4px solid #ccc;
display:none;
}
#title h1 {
color:#336666;
margin:0;
padding: 5px 10px;
font-size: 1em;
line-height: 15px;
}
#title h1 .small{
color:#000;
margin:0;
font-size: 13px;
padding:0 0 ... | java/assets/doclava-developer-docs.css | info: developer doc styles
*/
@import url("doclava-developer-core.css");
#title {
border-bottom: 4px solid #ccc;
display:none;
}
#title h1 {
color:#336666;
margin:0;
padding: 5px 10px;
font-size: 1em;
line-height: 15px;
}
#title h1 .small{
color:#000;
margin:0;
font-size: 13px;
padding:0 0 ... | 0.275032 | 0.055669 |
.bold {
font-weight: 800;
color: #2c3e52;
}
.greyed_out {
color: #c0c0c0;
}
.underline, .underline:focus {
color: #2d3e52;
text-decoration: underline;
}
.underline:hover {
color: #2d3e52;
text-decoration: none;
}
.awesome {
font-family: 'FontAwesome';
}
.pointer {
cursor: pointe... | css/search-flow.css | .bold {
font-weight: 800;
color: #2c3e52;
}
.greyed_out {
color: #c0c0c0;
}
.underline, .underline:focus {
color: #2d3e52;
text-decoration: underline;
}
.underline:hover {
color: #2d3e52;
text-decoration: none;
}
.awesome {
font-family: 'FontAwesome';
}
.pointer {
cursor: pointe... | 0.221772 | 0.120542 |
.course_pivot {
width: 264px;
height: calc(100% - 38px);
border: solid 1px silver;
margin-top: 4px;
}
.course_pivot.wide {
min-width: 300px;
width: 100%;
}
.listviewpivotitem.win-pivot-item .win-pivot-item-content {
/* Stretch across the whole width of the screen so the whole thing is pan... | eLSumDU_cordova_project/pages/messages/index.css | .course_pivot {
width: 264px;
height: calc(100% - 38px);
border: solid 1px silver;
margin-top: 4px;
}
.course_pivot.wide {
min-width: 300px;
width: 100%;
}
.listviewpivotitem.win-pivot-item .win-pivot-item-content {
/* Stretch across the whole width of the screen so the whole thing is pan... | 0.420243 | 0.098512 |
@charset "UTF-8";
*{margin: 0; padding: 0}
*, :before, :after { box-sizing: border-box; }
.colorPicker_control { width: 160px; height: 40px; padding: 0 !important; border: 2px solid #ccc; cursor: pointer; line-height: 40px; float: left; margin-right: 10px; text-align: center; font-weight: bold; }
.colorPicker_control.a... | 4-clothesconfigurator/css/dyo_style.css | @charset "UTF-8";
*{margin: 0; padding: 0}
*, :before, :after { box-sizing: border-box; }
.colorPicker_control { width: 160px; height: 40px; padding: 0 !important; border: 2px solid #ccc; cursor: pointer; line-height: 40px; float: left; margin-right: 10px; text-align: center; font-weight: bold; }
.colorPicker_control.a... | 0.342022 | 0.191554 |
p{
margin: 0;
}
html{
background: none;
}
/*导航栏的样式在这里修改*/
.header{
min-width: 980px;
height: 35px;
background-color: rgb(242,242,242);
padding: 2px;
}
.header a {
padding-right: 5px;
line-height: 35px;
cursor: pointer;
}
.header a:link {
text-decoration: none;
color: rgb(... | css/team/topic/topic_detail.css | p{
margin: 0;
}
html{
background: none;
}
/*导航栏的样式在这里修改*/
.header{
min-width: 980px;
height: 35px;
background-color: rgb(242,242,242);
padding: 2px;
}
.header a {
padding-right: 5px;
line-height: 35px;
cursor: pointer;
}
.header a:link {
text-decoration: none;
color: rgb(... | 0.235812 | 0.049866 |
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/index.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.302391 | 0.091666 |
position: relative;
overflow: auto;
margin: 16px 0;
padding: 10px;
border: 1px solid #e5e5e5;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
box-shadow: 0 1px 1px rgba(0,0,0,.04);
background: #fff;
font-size: 13px;
}
#asgaros-panel .sub-panel-left,
#asgaros-panel .sub-panel-right {
... | asgaros-forum/admin/css/admin.css | position: relative;
overflow: auto;
margin: 16px 0;
padding: 10px;
border: 1px solid #e5e5e5;
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
box-shadow: 0 1px 1px rgba(0,0,0,.04);
background: #fff;
font-size: 13px;
}
#asgaros-panel .sub-panel-left,
#asgaros-panel .sub-panel-right {
... | 0.380414 | 0.075414 |
html, body {
height: 100%;
}
ol, ul, div {
font-family: Arial,Helvetica,sans-serif;
line-height: 1.32em;
}
body
{
background-color: #FFF;
color: #333;
cursor: default;
font-size: 0.8em;
margin: 0;
/*padding: 0 20px 20px 50px;*/
padding:0px;
}
/*changed line height to 1.32 em to correspond to ul and... | sapui5-sdk-1.74.0/docs/guide/css/documentation.css | html, body {
height: 100%;
}
ol, ul, div {
font-family: Arial,Helvetica,sans-serif;
line-height: 1.32em;
}
body
{
background-color: #FFF;
color: #333;
cursor: default;
font-size: 0.8em;
margin: 0;
/*padding: 0 20px 20px 50px;*/
padding:0px;
}
/*changed line height to 1.32 em to correspond to ul and... | 0.278846 | 0.06028 |
.is-danger {
color: #f74747;
}
.primary-bg {
background-color: #f27a24;
color: #FFF;
}
.primary-color {
color: #f27a24;
}
.le-dropdown {
background-color: #f27a24;
}
.le-dropdown.open {
background-color: #ee6c0e;
}
.le-button {
background-color: #f27a24;
}
.le-button:hover {
background-color: #f38332;
}... | public/css/orange.css | .is-danger {
color: #f74747;
}
.primary-bg {
background-color: #f27a24;
color: #FFF;
}
.primary-color {
color: #f27a24;
}
.le-dropdown {
background-color: #f27a24;
}
.le-dropdown.open {
background-color: #ee6c0e;
}
.le-button {
background-color: #f27a24;
}
.le-button:hover {
background-color: #f38332;
}... | 0.339828 | 0.07477 |
@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.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 and iOS.
*/
html {
font-family: ... | pyconcz_2016/static_build/css/styles-07097abd86b86ff52a2d.css | @charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.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 and iOS.
*/
html {
font-family: ... | 0.606848 | 0.106412 |
@font-face {
font-family: 'Golos Text';
src: local('./fonts/Golos Text Regular'), local('./fonts/GolosText-Regular'), url('./fonts/Golostextregular.woff2') format('woff2'), url('./fonts/Golostextregular.woff') format('woff'), url('./fonts/Golostextregular.ttf') format('truetype');
font-weight: 400;
font... | css/style.css | @font-face {
font-family: 'Golos Text';
src: local('./fonts/Golos Text Regular'), local('./fonts/GolosText-Regular'), url('./fonts/Golostextregular.woff2') format('woff2'), url('./fonts/Golostextregular.woff') format('woff'), url('./fonts/Golostextregular.ttf') format('truetype');
font-weight: 400;
font... | 0.319971 | 0.060529 |
html, body{
background: rgb(255, 255, 255);
}
*{
margin: 0;
padding: 0;
}
table{
border-collapse: collapse;
}
html, body, button, input, textarea{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 1.5;
color: rgb(55, 55, 55);
}
select{
padding: 4px ... | doc/open/main.css | html, body{
background: rgb(255, 255, 255);
}
*{
margin: 0;
padding: 0;
}
table{
border-collapse: collapse;
}
html, body, button, input, textarea{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 1.5;
color: rgb(55, 55, 55);
}
select{
padding: 4px ... | 0.279927 | 0.050541 |
* {
padding: 0;
margin: 0;
text-decoration: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-user-select: -moz-none;
-ms-touch-action: none;
text-rendering: optimizeLegibility;
outline: 0 none;
}
body ::-webkit-scrollbar-corner {
background... | lib/css/reset.css | * {
padding: 0;
margin: 0;
text-decoration: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-moz-user-select: -moz-none;
-ms-touch-action: none;
text-rendering: optimizeLegibility;
outline: 0 none;
}
body ::-webkit-scrollbar-corner {
background... | 0.263979 | 0.075483 |
@-moz-document domain("play.pokemonshowdown.com"), domain("replay.pokemonshowdown.com") {
body {
color: white;
font-size: 11pt;
font-family: Verdana, Verdana, Verdana, Verdana, Verdana, Verdana, Verdana, Verdana, Verdana, Verdana, Verdana, Verdana, Verdana, sans-serif;
font-style: oblique;
fon... | data/usercss/119683.user.css | @-moz-document domain("play.pokemonshowdown.com"), domain("replay.pokemonshowdown.com") {
body {
color: white;
font-size: 11pt;
font-family: Verdana, Verdana, Verdana, Verdana, Verdana, Verdana, Verdana, Verdana, Verdana, Verdana, Verdana, Verdana, Verdana, sans-serif;
font-style: oblique;
fon... | 0.435181 | 0.119691 |
.cm-s-3024-day .CodeMirror-cursor {
opacity: 0.7 !important;
border-left: 2px solid #4d4d4c !important;
}
.cm-s-3024-day span.cm-qualifier {
color: #c82829;
}
.cm-s-3024-day span.cm-property {
color: #eab700;
}
.cm-s-3024-day span.cm-meta,
span.cm-number,
span.cm-atom {
color: #f5871f;
}
.cm-s-3... | src/assets/code_mirror/tomorrow.css | .cm-s-3024-day .CodeMirror-cursor {
opacity: 0.7 !important;
border-left: 2px solid #4d4d4c !important;
}
.cm-s-3024-day span.cm-qualifier {
color: #c82829;
}
.cm-s-3024-day span.cm-property {
color: #eab700;
}
.cm-s-3024-day span.cm-meta,
span.cm-number,
span.cm-atom {
color: #f5871f;
}
.cm-s-3... | 0.379263 | 0.099383 |
.clearable{
background: #fff url(http://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center;
border: 1px solid #999;
padding: 6px 24px 6px 10px;
border-radius: 4px;
transition: background 0.4s;
width: 95%;
}
.clearable.x { background-position: right 5px center; }
.clearable.onX{ cursor: pointer; } ... | src/styles.css | .clearable{
background: #fff url(http://i.stack.imgur.com/mJotv.gif) no-repeat right -10px center;
border: 1px solid #999;
padding: 6px 24px 6px 10px;
border-radius: 4px;
transition: background 0.4s;
width: 95%;
}
.clearable.x { background-position: right 5px center; }
.clearable.onX{ cursor: pointer; } ... | 0.344113 | 0.175715 |
hr {
margin: 0;
padding: 0;
opacity: 100%;
}
.loading {
width: 100%;
text-align: center;
margin: 5rem auto;
}
.loading-portfolio-preview {
color: #fff;
}
.disclaimer {
width: 100%;
padding: 1rem 5rem;
text-align: center;
background-color: #c5c5c5;
}
.disclaimer h3 {
font-size: 1rem;
}
.Nav ... | public/css/styles.css | hr {
margin: 0;
padding: 0;
opacity: 100%;
}
.loading {
width: 100%;
text-align: center;
margin: 5rem auto;
}
.loading-portfolio-preview {
color: #fff;
}
.disclaimer {
width: 100%;
padding: 1rem 5rem;
text-align: center;
background-color: #c5c5c5;
}
.disclaimer h3 {
font-size: 1rem;
}
.Nav ... | 0.435661 | 0.092074 |
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 1.42857143 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 40px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {... | public/css/plugins/select2/select2-custom.css | .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 1.42857143 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 40px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {... | 0.241758 | 0.11158 |
.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder
{
visibility:visible !important;
background:#f2f2f2 !important;
background:rgba(0,0,0,.06) !important;
border:0 none !important;
box-shadow:inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sorta... | load/scripts/jQuery/selectize/selectize.default.css | .selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder
{
visibility:visible !important;
background:#f2f2f2 !important;
background:rgba(0,0,0,.06) !important;
border:0 none !important;
box-shadow:inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sorta... | 0.255065 | 0.080937 |
.mightyslider_tabsWhite_skin {
position: relative;
}
.mightyslider_tabsWhite_skin .frame {
position: relative;
border: #DDD 1px solid;
background: #FFF;
z-index: 2;
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .15);
box-shadow:0 1px 3px rgba(0, 0, 0, .15);
-webkit-box-sizing: border-box;
-moz-box-s... | assets/tabs_skins/white/style.css | .mightyslider_tabsWhite_skin {
position: relative;
}
.mightyslider_tabsWhite_skin .frame {
position: relative;
border: #DDD 1px solid;
background: #FFF;
z-index: 2;
-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, .15);
box-shadow:0 1px 3px rgba(0, 0, 0, .15);
-webkit-box-sizing: border-box;
-moz-box-s... | 0.274351 | 0.081191 |
.inputText {
background-color:#ffffff;
border:1px solid #e9edec;
color:#aeb5b7;
font-size:.8em;
outline:0;
width:100%;
line-height: 32px;
font-family:'aller_lightregular';
}
.btn {
border:none;
border-radius:5px;
color:#fff;
cursor:pointer;
display:inline-block;
f... | public/css/fs_splash.css | .inputText {
background-color:#ffffff;
border:1px solid #e9edec;
color:#aeb5b7;
font-size:.8em;
outline:0;
width:100%;
line-height: 32px;
font-family:'aller_lightregular';
}
.btn {
border:none;
border-radius:5px;
color:#fff;
cursor:pointer;
display:inline-block;
f... | 0.284179 | 0.087603 |
@font-face {
font-family: Roboto Condensed;
src: url(../webfonts/RobotoCondensed-Regular.ttf)
}
@font-face {
font-family: Lato;
src: url(../webfonts/Lato-Regular.ttf)
}
/**************************************************************************************************
Base styles
********... | public/css/lorekeeper.css | @font-face {
font-family: Roboto Condensed;
src: url(../webfonts/RobotoCondensed-Regular.ttf)
}
@font-face {
font-family: Lato;
src: url(../webfonts/Lato-Regular.ttf)
}
/**************************************************************************************************
Base styles
********... | 0.369315 | 0.10683 |
Created on :
Author :
*/
[class*="col-"].gris {
background-color: grey;
border:solid 1px white;
padding-top: 15px;
padding-bottom: 15px;
}
.equipe {
background-color: #ffe8a1;
padding-right: 15px;
padding-left: 15px;
}
.temoignage p{
font-family: 'Shadows Into Light', cur... | css/perso.css | Created on :
Author :
*/
[class*="col-"].gris {
background-color: grey;
border:solid 1px white;
padding-top: 15px;
padding-bottom: 15px;
}
.equipe {
background-color: #ffe8a1;
padding-right: 15px;
padding-left: 15px;
}
.temoignage p{
font-family: 'Shadows Into Light', cur... | 0.325842 | 0.234538 |
@charset "UTF-8";
/*
* colors variables
*/
/*
* colors variables
*/
html, body {
height: 100%;
background-color: #f5f5f5;
font-family: "微软雅黑";
}
.wrapper {
overflow: hidden;
position: relative;
margin: 0 auto;
}
@media (min-width: 1200px) {
.wrapper {
width: 1170px;
}
}
@media only screen and... | frontend/css/page-sj-headline-submit.css | @charset "UTF-8";
/*
* colors variables
*/
/*
* colors variables
*/
html, body {
height: 100%;
background-color: #f5f5f5;
font-family: "微软雅黑";
}
.wrapper {
overflow: hidden;
position: relative;
margin: 0 auto;
}
@media (min-width: 1200px) {
.wrapper {
width: 1170px;
}
}
@media only screen and... | 0.380644 | 0.053255 |
@charset "UTF-8";
html {
font-size: 100%;
}
body {
font-size: 15px;
font-size: 0.9375rem;
font-family: "Open sans", Helvetica, Arial, sans-serif;
color: #666666;
padding: 0;
margin: 0;
}
.topspace {
margin-top: 50px;
margin-bottom: 50px;
}
.row {
margin-right: 0;
margin-left: 0;
}
.slides {
... | static/css/styles.css | @charset "UTF-8";
html {
font-size: 100%;
}
body {
font-size: 15px;
font-size: 0.9375rem;
font-family: "Open sans", Helvetica, Arial, sans-serif;
color: #666666;
padding: 0;
margin: 0;
}
.topspace {
margin-top: 50px;
margin-bottom: 50px;
}
.row {
margin-right: 0;
margin-left: 0;
}
.slides {
... | 0.162446 | 0.057256 |
html {
height: 100%;
background-color: gray;
}
body {
margin: 0 auto;
width: 40%;
min-height: 100%;
min-width: 600px;
font-family: Verdana;
font-size: 16px;
background-color: #fff;
}
h1.title {
display: flex;
justify-content: center;
align-items: cent... | wwwroot/css/site.css | html {
height: 100%;
background-color: gray;
}
body {
margin: 0 auto;
width: 40%;
min-height: 100%;
min-width: 600px;
font-family: Verdana;
font-size: 16px;
background-color: #fff;
}
h1.title {
display: flex;
justify-content: center;
align-items: cent... | 0.359364 | 0.05572 |
body, html {
width: 100%;
height: 100vh;
padding: 0;
margin: 0;
font-family: 'Cutive Mono', monospace;
font-family: 'Open Sans', sans-serif;
color: #fff;
line-height: 1.5rem;
overflow-x: hidden;
overflow-y: auto;
}
body p, body h1, body a {
margin: 0;
padding: 0;
}
#component-wrapper {
... | instatools_front/content/style/main.css | body, html {
width: 100%;
height: 100vh;
padding: 0;
margin: 0;
font-family: 'Cutive Mono', monospace;
font-family: 'Open Sans', sans-serif;
color: #fff;
line-height: 1.5rem;
overflow-x: hidden;
overflow-y: auto;
}
body p, body h1, body a {
margin: 0;
padding: 0;
}
#component-wrapper {
... | 0.39946 | 0.034165 |
@import url('https://fonts.googleapis.com/css?family=Hind:300,400&display=swap');
.container-a {
margin: 0 auto;
margin-bottom: 4em;
width: 100%;
}
.acordion h2 {
margin-bottom: 100px !important ;
}
.accordion .accordion-item {
}
.accordion .accordion-item button[aria-expanded='true'] {
}
.accordion button {... | assets/css/acordion.css | @import url('https://fonts.googleapis.com/css?family=Hind:300,400&display=swap');
.container-a {
margin: 0 auto;
margin-bottom: 4em;
width: 100%;
}
.acordion h2 {
margin-bottom: 100px !important ;
}
.accordion .accordion-item {
}
.accordion .accordion-item button[aria-expanded='true'] {
}
.accordion button {... | 0.424651 | 0.078466 |
body
{
background-color: #2a2b2a;
margin:10px
}
#header div
{
padding: 0;
margin: 0;
width: 100%;
height: 90px;
background-color: rgb(46, 179, 128);
font-size: 50px;
text-align: center;
color:floralwhite;
}
#cajita
{
margin-top: 20px;
display: flex;
justify-content: space-between;
}
#... | css/styleTablaHash.css | body
{
background-color: #2a2b2a;
margin:10px
}
#header div
{
padding: 0;
margin: 0;
width: 100%;
height: 90px;
background-color: rgb(46, 179, 128);
font-size: 50px;
text-align: center;
color:floralwhite;
}
#cajita
{
margin-top: 20px;
display: flex;
justify-content: space-between;
}
#... | 0.378229 | 0.071074 |
.hitam {
color: black;
}
.kiri {
min-height: 65vh;
min-width: 80%;
border: 1px solid #ccc;
border-radius: 12px;
margin-top: 30px;
margin-left: 50px;
}
.atas {
min-height: 10vh;
min-width: 100%;
border: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 0;
}
.kanan {
min-height: 35vh;
min-... | asset_pelamar/dist/css/navbar.css | .hitam {
color: black;
}
.kiri {
min-height: 65vh;
min-width: 80%;
border: 1px solid #ccc;
border-radius: 12px;
margin-top: 30px;
margin-left: 50px;
}
.atas {
min-height: 10vh;
min-width: 100%;
border: 1px solid #ccc;
border-right: 1px solid #fff;
margin: 0;
}
.kanan {
min-height: 35vh;
min-... | 0.380183 | 0.085748 |
.view-container {
position: relative;
}
.view-frame.ng-enter, .view-frame.ng-leave {
background: white;
position: absolute;
top: 0;
left: 0;
right: 0;
}
.view-frame.ng-enter {
-webkit-animation: 0.5s fade-in;
-moz-animation: 0.5s fade-in;
-o-animation: 0.5s fade-in;
animation: 0.5s fade-in;
z-in... | app/css/app.css | .view-container {
position: relative;
}
.view-frame.ng-enter, .view-frame.ng-leave {
background: white;
position: absolute;
top: 0;
left: 0;
right: 0;
}
.view-frame.ng-enter {
-webkit-animation: 0.5s fade-in;
-moz-animation: 0.5s fade-in;
-o-animation: 0.5s fade-in;
animation: 0.5s fade-in;
z-in... | 0.650689 | 0.097133 |
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?1w996g');
src: url('fonts/icomoon.eot?1w996g#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?1w996g') format('truetype'),
url('fonts/icomoon.woff?1w996g') format('woff'),
url('fonts/icomoon.svg?1w996g#icomoon') format('svg'... | assets/icomoon/style.css | @font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?1w996g');
src: url('fonts/icomoon.eot?1w996g#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?1w996g') format('truetype'),
url('fonts/icomoon.woff?1w996g') format('woff'),
url('fonts/icomoon.svg?1w996g#icomoon') format('svg'... | 0.328099 | 0.090293 |
.banner{width:100%;height:400px;overflow:hidden;position:relative}
.banner .carousel-nums{width:100%;overflow:hidden;position:absolute;bottom:20px;left:0;z-index:5;text-align:center}
.banner .carousel-nums li{display:inline-block;width:13px;height:13px;overflow:hidden;border:1px solid #fff;border-radius:50%;margin:0 2p... | php/Public/Home/css/index_01.min.css | .banner{width:100%;height:400px;overflow:hidden;position:relative}
.banner .carousel-nums{width:100%;overflow:hidden;position:absolute;bottom:20px;left:0;z-index:5;text-align:center}
.banner .carousel-nums li{display:inline-block;width:13px;height:13px;overflow:hidden;border:1px solid #fff;border-radius:50%;margin:0 2p... | 0.285272 | 0.076615 |
.umb-modal.fade.in.diplo-tracelog-modal {
margin-left: 0;
}
@media only screen and (min-width: 1400px) {
#diplo-logdetail {
width: 840px !important;
margin-left: -840px !important;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
#diplo-logdetail {
wid... | Umbraco/App_Plugins/DiploTraceLogViewer/backoffice/diplotracelog/tracelog3.css |
.umb-modal.fade.in.diplo-tracelog-modal {
margin-left: 0;
}
@media only screen and (min-width: 1400px) {
#diplo-logdetail {
width: 840px !important;
margin-left: -840px !important;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
#diplo-logdetail {
wid... | 0.377196 | 0.081228 |
1.BASIC CSS
2.HELPER
3.NAVBAR
4.HEADER
5.LIVE AUCTION
5.1 Products
5.2 Single Product
5.3 Features Logo
6.FOUR PART AREA
6.1 New Item slider
7.WHY WE ARE
8.POPULAR PRODUCT
9.HOW WE WORK
10.TESTIMONIALS
11.AUTHORS
11.1 author details
12.CALL TO ACTION
13.FOOTER
14.BLOG
... | public/css/style.css | 1.BASIC CSS
2.HELPER
3.NAVBAR
4.HEADER
5.LIVE AUCTION
5.1 Products
5.2 Single Product
5.3 Features Logo
6.FOUR PART AREA
6.1 New Item slider
7.WHY WE ARE
8.POPULAR PRODUCT
9.HOW WE WORK
10.TESTIMONIALS
11.AUTHORS
11.1 author details
12.CALL TO ACTION
13.FOOTER
14.BLOG
... | 0.272993 | 0.184418 |
.preview-instagram-photo{
position: relative;
border: 1px solid #f4f4f4;
}
.preview-instagram-photo .preview-content .user-info{
padding: 10px 20px;
}
.preview-instagram-photo .preview-content .user-info img{
width: 30px;
margin-right: 5px;
}
.preview-instagram-photo .preview-content .preview-med... | resources/css/layout/instagram_post.css | .preview-instagram-photo{
position: relative;
border: 1px solid #f4f4f4;
}
.preview-instagram-photo .preview-content .user-info{
padding: 10px 20px;
}
.preview-instagram-photo .preview-content .user-info img{
width: 30px;
margin-right: 5px;
}
.preview-instagram-photo .preview-content .preview-med... | 0.408631 | 0.046055 |
.topBar {
background-color: #202542;
padding: 1em;
position: relative;
margin-bottom: 3em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
}
.topBarDark {
background-color: #2d3562;
padding: 1em;
position: relative;
margin-bottom: 3em;
border-bottom-left-rad... | src/components/styles/layout.css | .topBar {
background-color: #202542;
padding: 1em;
position: relative;
margin-bottom: 3em;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
}
.topBarDark {
background-color: #2d3562;
padding: 1em;
position: relative;
margin-bottom: 3em;
border-bottom-left-rad... | 0.494141 | 0.144209 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
#kss-node .kss-section {
margin-bottom: 2rem; }
#kss-node .kss-section:first-child, #kss-node .kss-section:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 1rem; }
#kss-node .kss-depth-2 {
margin: 0;
background: url("... | docs/all/all.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans");
#kss-node .kss-section {
margin-bottom: 2rem; }
#kss-node .kss-section:first-child, #kss-node .kss-section:last-child {
border-bottom: 0;
margin-bottom: 0;
padding-bottom: 1rem; }
#kss-node .kss-depth-2 {
margin: 0;
background: url("... | 0.239438 | 0.059674 |
@import url("https://fonts.googleapis.com/css2?family=Barlow&family=Cabin+Sketch&family=Montserrat:wght@500&family=Russo+One&family=Monoton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow&family=Cabin+Sketch&family=Montserrat:wght@500&family=Russo+One&family=Monoton&display=swap");
.dashboa... | styles/index.module.css | @import url("https://fonts.googleapis.com/css2?family=Barlow&family=Cabin+Sketch&family=Montserrat:wght@500&family=Russo+One&family=Monoton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow&family=Cabin+Sketch&family=Montserrat:wght@500&family=Russo+One&family=Monoton&display=swap");
.dashboa... | 0.289773 | 0.077204 |
.caidan { width: 100%; overflow: hidden; position: relative;}
.caidan .bg { position: absolute; z-index: 1; background:url(../img/caidan/light.png) 0px 0px no-repeat; background-size:452px auto; width:452px; height:510px; left:50%; margin-left:-226px; }
.caidan .bg.rotate { animation: rotate 10s infinite linear; }
/* b... | 07-常用特效/30-彩蛋宝箱/css/caidan.css | .caidan { width: 100%; overflow: hidden; position: relative;}
.caidan .bg { position: absolute; z-index: 1; background:url(../img/caidan/light.png) 0px 0px no-repeat; background-size:452px auto; width:452px; height:510px; left:50%; margin-left:-226px; }
.caidan .bg.rotate { animation: rotate 10s infinite linear; }
/* b... | 0.303422 | 0.129816 |
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,... | public/css/app.css | html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,... | 0.514888 | 0.072243 |
body {
background-color: #ffc;
color: #630;
font-family: helvetica;
}
h1{ font-family: verdana;
position: absolute;
top: 0px;
left: 10px }
#logo{
width:220px;
height:200px;
}
a{
text-decoration: none;
color: #630;
}
.profile{
padding-bottom: 200px;
padding-top: 66px;
float:top;
position:rela... | project/group_05/style.css | body {
background-color: #ffc;
color: #630;
font-family: helvetica;
}
h1{ font-family: verdana;
position: absolute;
top: 0px;
left: 10px }
#logo{
width:220px;
height:200px;
}
a{
text-decoration: none;
color: #630;
}
.profile{
padding-bottom: 200px;
padding-top: 66px;
float:top;
position:rela... | 0.373419 | 0.044245 |
:root {
--mdc-theme-primary: #1a73e8;
--mdc-theme-secondary: #rgb(225, 245, 254);
--mdc-theme-on-primary: #fff;
--mdc-theme-on-secondary: rgb(1, 87, 155);
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
color: var(--mdc-theme-primary);
}
.mdc-select--focused .mdc-select__drop... | dist/samples/places-autocomplete-service/app/src/style.css | :root {
--mdc-theme-primary: #1a73e8;
--mdc-theme-secondary: #rgb(225, 245, 254);
--mdc-theme-on-primary: #fff;
--mdc-theme-on-secondary: rgb(1, 87, 155);
}
.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
color: var(--mdc-theme-primary);
}
.mdc-select--focused .mdc-select__drop... | 0.451085 | 0.106365 |
body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
/* sty... | AiSopp/AiSopp/AiSopp/static/content/site.css | body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
/* sty... | 0.456652 | 0.131145 |
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.7rem 2rem;
position: fixed;
top: 0;
opacity: 0.9;
} */
.navbar ul {
display: flex;
}
.navbar a {
color: black;
padding: 0.45rem;
}
.navbar a:hover {
color: #17a2b8;
text-decoration: none;
}
.navbar .we... | client/src/css/nav.css |
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 0.7rem 2rem;
position: fixed;
top: 0;
opacity: 0.9;
} */
.navbar ul {
display: flex;
}
.navbar a {
color: black;
padding: 0.45rem;
}
.navbar a:hover {
color: #17a2b8;
text-decoration: none;
}
.navbar .we... | 0.400398 | 0.057918 |
.modal-overlay {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--modal-overlay-color);
z-index: var(--modal-dimmer-zindex);
}
.modal-overlay.fullscreen {
z-index: var(--fullscreen-mod... | skillmap/src/styles/modal.css | .modal-overlay {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: var(--modal-overlay-color);
z-index: var(--modal-dimmer-zindex);
}
.modal-overlay.fullscreen {
z-index: var(--fullscreen-mod... | 0.432782 | 0.065396 |
.tabbrowser-tab:not([selected="true"])[last-tab="true"]:hover {
background-image:url("chrome://global/skin/subskins/wonton/tabs/plain_style/tab_left_hover.png"),
url("chrome://global/skin/subskins/wonton/tabs/plain_style/tab_last_right_hover.png"),
url("chrome://global/skin/subskins/wonton/tabs/plain_style/ta... | data/usercss/29313.user.css | .tabbrowser-tab:not([selected="true"])[last-tab="true"]:hover {
background-image:url("chrome://global/skin/subskins/wonton/tabs/plain_style/tab_left_hover.png"),
url("chrome://global/skin/subskins/wonton/tabs/plain_style/tab_last_right_hover.png"),
url("chrome://global/skin/subskins/wonton/tabs/plain_style/ta... | 0.255901 | 0.041462 |
.toast {
-webkit-animation-duration: .6s;
-moz-animation-duration: .6s;
-o-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
}
/* animations */
@-webkit-keyframes shake {
0%,100% {
-webk... | src/Telus/Shared/TIJarvisBundle/Resources/public/css/toastr.custom.css | .toast {
-webkit-animation-duration: .6s;
-moz-animation-duration: .6s;
-o-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
}
/* animations */
@-webkit-keyframes shake {
0%,100% {
-webk... | 0.212232 | 0.063919 |
/*-------- Only fo the demo - menu colors bullets --------*/
i.color_1{color:#f44336;}
i.color_2{color:#1cbbb4;}
i.color_3{color:#82ca9c;}
i.color_4{color:#f7941d;}
/*-------- Allert for old browsers IE8 and below --------*/
.chromeframe{background:#ddd;color:#000;padding: 0.2em;position: fixed; top: 0; left: 0; text... | css/style.css |
/*-------- Only fo the demo - menu colors bullets --------*/
i.color_1{color:#f44336;}
i.color_2{color:#1cbbb4;}
i.color_3{color:#82ca9c;}
i.color_4{color:#f7941d;}
/*-------- Allert for old browsers IE8 and below --------*/
.chromeframe{background:#ddd;color:#000;padding: 0.2em;position: fixed; top: 0; left: 0; text... | 0.159152 | 0.058426 |
@charset "UTF-8";
/****************************************************
/*
/* slide config
/*
****************************************************/
/* slide common style
****************************************************/
@import url(../../lib/font/noto-sans-cjk-jp/NotoSansCJKjp.css);
*, *::before, *::after {
box-s... | css/theme/override.css | @charset "UTF-8";
/****************************************************
/*
/* slide config
/*
****************************************************/
/* slide common style
****************************************************/
@import url(../../lib/font/noto-sans-cjk-jp/NotoSansCJKjp.css);
*, *::before, *::after {
box-s... | 0.337968 | 0.043184 |
.site-header {
padding: 0 min(4rem, 5vw);
}
.with-full-cover .site-header {
position: relative;
z-index: 90;
}
.with-alt-header .site-header {
background-color: var(--brand-color);
}
.header-inner {
display: grid;
height: var(--navbar-height);
grid-template-columns: 1fr auto 1fr;
grid... | .history/assets/css/site/header_20210724235600.css | .site-header {
padding: 0 min(4rem, 5vw);
}
.with-full-cover .site-header {
position: relative;
z-index: 90;
}
.with-alt-header .site-header {
background-color: var(--brand-color);
}
.header-inner {
display: grid;
height: var(--navbar-height);
grid-template-columns: 1fr auto 1fr;
grid... | 0.432543 | 0.157331 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
:root{
--cor-primaria: #987DE8;
--cor-destaque: #5B4B8B;
--cor-detalhe-acao:white;
}
body {
font-family: 'Ubuntu', sans-serif;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
}
header strong{
font-family: 'Cabi... | src/css/global.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
:root{
--cor-primaria: #987DE8;
--cor-destaque: #5B4B8B;
--cor-detalhe-acao:white;
}
body {
font-family: 'Ubuntu', sans-serif;
}
header {
display: flex;
align-items: center;
justify-content: space-between;
}
header strong{
font-family: 'Cabi... | 0.469034 | 0.091666 |
@-moz-document domain("www.delugerpg.com") {
body {
background-color: rgba(0, 183, 239, 0.45);
background-image: url("http://i.imgur.com/XrNFRZ7.jpg?1");
background-repeat: no-repeat;
background-attachment: fixed;
font-family: 'Ubuntu', sans-serif;
font-size: 11px;
line-height: 16px;... | data/usercss/129708.user.css | @-moz-document domain("www.delugerpg.com") {
body {
background-color: rgba(0, 183, 239, 0.45);
background-image: url("http://i.imgur.com/XrNFRZ7.jpg?1");
background-repeat: no-repeat;
background-attachment: fixed;
font-family: 'Ubuntu', sans-serif;
font-size: 11px;
line-height: 16px;... | 0.260578 | 0.097907 |
* {
margin: 0;
padding: 0;
font-family: "Tahoma";
color: #ccc;
box-sizing: content-box;
}
body {
background: #111;
}
.row {
margin-top: -8px;
}
.width50 {
width: calc(50% - 5px);
display: inline-block;
vertical-align: top;
}
.width70 {
width: calc(70% - 7px - 90px);
display: inline-block;
... | app.css | * {
margin: 0;
padding: 0;
font-family: "Tahoma";
color: #ccc;
box-sizing: content-box;
}
body {
background: #111;
}
.row {
margin-top: -8px;
}
.width50 {
width: calc(50% - 5px);
display: inline-block;
vertical-align: top;
}
.width70 {
width: calc(70% - 7px - 90px);
display: inline-block;
... | 0.300027 | 0.093719 |
body {
font-family: "Comic sans MS", cursive, sans-serif;
background-color: #fff;
overflow-x: hidden;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
button,
body,
canvas,
caption,
div,
dl,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
input,... | src/css/reset.css | body {
font-family: "Comic sans MS", cursive, sans-serif;
background-color: #fff;
overflow-x: hidden;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
button,
body,
canvas,
caption,
div,
dl,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
input,... | 0.603698 | 0.105533 |
@charset "UTF-8";
.ui-wrap {
margin-right: auto;
margin-left: auto;
padding-left: 10px;
padding-right: 10px;
}
.ui-wrap::before, .ui-wrap::after {
content: ' ';
display: table;
}
.ui-wrap::after {
clear: both;
}
.ui-row {
margin-left: -10px;
margin-right: -10px;
}
.ui-row::before, .ui-row::after {... | dist/css/utils.css | @charset "UTF-8";
.ui-wrap {
margin-right: auto;
margin-left: auto;
padding-left: 10px;
padding-right: 10px;
}
.ui-wrap::before, .ui-wrap::after {
content: ' ';
display: table;
}
.ui-wrap::after {
clear: both;
}
.ui-row {
margin-left: -10px;
margin-right: -10px;
}
.ui-row::before, .ui-row::after {... | 0.609059 | 0.086593 |
.summary {
color: #808080;
border-left: 5px solid #ed1951;
font-size: 16px;
}
h3 {
color: #ed1951;
}
h4 {
color: #808080;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
background-color: #248ec2;
color: white;
}
.nav > li.active > a {
b... | css/theme-blue.css | .summary {
color: #808080;
border-left: 5px solid #ed1951;
font-size: 16px;
}
h3 {
color: #ed1951;
}
h4 {
color: #808080;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
background-color: #248ec2;
color: white;
}
.nav > li.active > a {
b... | 0.569613 | 0.141104 |
.content-box {
height: 65%;
width: 100%;
text-align: center;
}
.content-box-container-0 {
display: inline-block;
height: 100%;
width: 100%;
}
.content-box-container-1,.content-box-container-2 {
display: none;
height: 100%;
width: 100%;
}
.c1-box,.c2-box {
height: 100%;
wid... | css/actrecord.css | .content-box {
height: 65%;
width: 100%;
text-align: center;
}
.content-box-container-0 {
display: inline-block;
height: 100%;
width: 100%;
}
.content-box-container-1,.content-box-container-2 {
display: none;
height: 100%;
width: 100%;
}
.c1-box,.c2-box {
height: 100%;
wid... | 0.498535 | 0.070624 |
body {
background: rgba(140, 224, 235, 0.904);
font-size: 12px;
padding: 10px 0;
}
h1 {
font-size: 24;
text-align: center;
color:rgb(255, 111, 145);
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
margin: auto;
margin-bottom: 4px;
padding:... | public/style.css | body {
background: rgba(140, 224, 235, 0.904);
font-size: 12px;
padding: 10px 0;
}
h1 {
font-size: 24;
text-align: center;
color:rgb(255, 111, 145);
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
margin: auto;
margin-bottom: 4px;
padding:... | 0.576542 | 0.12408 |
* {
margin: 0;
padding: 0;
}
#adminProductsPages li{
display: inline-block;
}
.pages li {
display: inline-block;
border-right: 1px solid black;
padding: 0px 10px;
cursor: pointer;
}
.pages li:last-child {
border-right: none;
}
#adminProductImageUpload p {
margin-top: 10px;
}
.container {
background: whi... | assets/css/style.css | * {
margin: 0;
padding: 0;
}
#adminProductsPages li{
display: inline-block;
}
.pages li {
display: inline-block;
border-right: 1px solid black;
padding: 0px 10px;
cursor: pointer;
}
.pages li:last-child {
border-right: none;
}
#adminProductImageUpload p {
margin-top: 10px;
}
.container {
background: whi... | 0.296247 | 0.088741 |
h1, h2, h3, h4, h5, h6 {
font-family: 'Alegreya';
}
body {
color: #333;
background-color: #f2f2f2;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
}
.container {
max-width: 1000px;
}
.right {
float: right;
text-align: right;
}
.navbar {
border-radius... | themes/blue_centered/css/screen.css | h1, h2, h3, h4, h5, h6 {
font-family: 'Alegreya';
}
body {
color: #333;
background-color: #f2f2f2;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
}
.container {
max-width: 1000px;
}
.right {
float: right;
text-align: right;
}
.navbar {
border-radius... | 0.403449 | 0.096068 |
body {
background-color: #fff;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
font-size: 14px;
color: #666;
line-height: 1.6em;
letter-spacing: 0.5px;
}
.container {
padding: 0 20px;
}
h1 {
font-size: 19px;
}
h2 {
font-size: 17px;
}
h3,
h4,
h5,
h6 {
font-size: 16px;
}
header a,
header... | static/css/theme.css | body {
background-color: #fff;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
font-size: 14px;
color: #666;
line-height: 1.6em;
letter-spacing: 0.5px;
}
.container {
padding: 0 20px;
}
h1 {
font-size: 19px;
}
h2 {
font-size: 17px;
}
h3,
h4,
h5,
h6 {
font-size: 16px;
}
header a,
header... | 0.310485 | 0.101189 |
body {
margin: 0;
box-sizing: border-box;
}
/* Disable ugly boxes around images in IE10 */
a img{
border: 0px;
}
::-moz-selection {
background-color: #6ab344;
color: #fff;
}
::selection {
background-color: #6ab344;
color: #fff;
}
.samip-header {
overflow: visible;
background-color: white;
}
.... | styles.css | body {
margin: 0;
box-sizing: border-box;
}
/* Disable ugly boxes around images in IE10 */
a img{
border: 0px;
}
::-moz-selection {
background-color: #6ab344;
color: #fff;
}
::selection {
background-color: #6ab344;
color: #fff;
}
.samip-header {
overflow: visible;
background-color: white;
}
.... | 0.348867 | 0.079997 |
form.signup,
form.login {
margin-top: 50px;
}
body {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
}
body p {
font-size: 14px;
line-height: 23px;
}
body li {
font-size: 14px;
}
h3 {
margin-left: 15px;
}
.ingredients-dropdown {
font-family: 'Open Sans', sans-serif;
font-wei... | public/css/style.css | form.signup,
form.login {
margin-top: 50px;
}
body {
font-family: 'Open Sans', sans-serif;
font-weight: 100;
}
body p {
font-size: 14px;
line-height: 23px;
}
body li {
font-size: 14px;
}
h3 {
margin-left: 15px;
}
.ingredients-dropdown {
font-family: 'Open Sans', sans-serif;
font-wei... | 0.370567 | 0.098729 |
@CHARSET "UTF-8";
/**
* BB's Zend Framework 2 Components
*
* myApplication client (init-)script
*
* @package [MyApplication]
* @package BB's Zend Framework 2 Components
* @package myApplication client script
* @author <NAME> <<EMAIL>>
* @link https://gitlab.bjoernbartels.earth/groups/themes
* @licen... | public/themes/foundation/assets/css/app.css | @CHARSET "UTF-8";
/**
* BB's Zend Framework 2 Components
*
* myApplication client (init-)script
*
* @package [MyApplication]
* @package BB's Zend Framework 2 Components
* @package myApplication client script
* @author <NAME> <<EMAIL>>
* @link https://gitlab.bjoernbartels.earth/groups/themes
* @licen... | 0.265976 | 0.052473 |
@import "codemirror.css";
@import "editor.css";
:target {
border: 0;
padding-top: calc(33px + 1em);
}
:focus {
outline: none;
}
::selection {
background: var(--color-brown);
color: white;
}
#menubar {
background: inherit;
border-bottom: 1px solid var(--color-border);
box-shadow: none;
}
#menubar .m... | styles/help.css | @import "codemirror.css";
@import "editor.css";
:target {
border: 0;
padding-top: calc(33px + 1em);
}
:focus {
outline: none;
}
::selection {
background: var(--color-brown);
color: white;
}
#menubar {
background: inherit;
border-bottom: 1px solid var(--color-border);
box-shadow: none;
}
#menubar .m... | 0.459076 | 0.103885 |
@charset "UTF-8";
/*
Emmet CSS lib(include css reset)
v1.2.12 | 2017-09-30 EJay - add top, left, bottom, right, etc
v1.2.11 | 2017-08-04 EJay - remove useless class
v1.2.8 | 2017-06-04 EJay - add pointer-event
v1.2.7 | 2017-04-07 EJay - add function: omitContent
v1.2.6 | 2017-03-24 EJay - modify html, body... | css/emmet.css | @charset "UTF-8";
/*
Emmet CSS lib(include css reset)
v1.2.12 | 2017-09-30 EJay - add top, left, bottom, right, etc
v1.2.11 | 2017-08-04 EJay - remove useless class
v1.2.8 | 2017-06-04 EJay - add pointer-event
v1.2.7 | 2017-04-07 EJay - add function: omitContent
v1.2.6 | 2017-03-24 EJay - modify html, body... | 0.200949 | 0.058158 |
.profile__info {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 5% 10%;
padding: 0 10%;
}
.profile__info .profile__btn {
display: flex;
justify-content: space-between;
width: 100%;
background-color: #F7F9FC;
padding:1% 5%;
border-radius: 5px;
}
.x50... | src/components/body/ProfilScreen/ProfileScreen.css | .profile__info {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 5% 10%;
padding: 0 10%;
}
.profile__info .profile__btn {
display: flex;
justify-content: space-between;
width: 100%;
background-color: #F7F9FC;
padding:1% 5%;
border-radius: 5px;
}
.x50... | 0.380529 | 0.064624 |
.tab-content {
border: 1px solid #ccc;
margin-top: -1px;
margin-top: -.1rem;
}
.list_item {
position: relative;
display: block;
padding: 15px;
padding: 1.5rem;
border-bottom: 1px solid #ccc;
-webkit-transition: background,0.3s;
-moz-transition: background,0.3s;
transition: b... | web/css/liste_offre.css | .tab-content {
border: 1px solid #ccc;
margin-top: -1px;
margin-top: -.1rem;
}
.list_item {
position: relative;
display: block;
padding: 15px;
padding: 1.5rem;
border-bottom: 1px solid #ccc;
-webkit-transition: background,0.3s;
-moz-transition: background,0.3s;
transition: b... | 0.36557 | 0.10942 |
body{
font-family: 'Hind Guntur', sans-serif;
color: #054231;
display: flex;
justify-content: center;
background: #49afa8;
background-image: url('https://github.com/OlgaKoplik/CodePen/blob/master/leaf.png?raw=true');
background-repeat: no-repeat, no-repeat;
background-position: 200% -40... | Client/src/css/dashboard.css | body{
font-family: 'Hind Guntur', sans-serif;
color: #054231;
display: flex;
justify-content: center;
background: #49afa8;
background-image: url('https://github.com/OlgaKoplik/CodePen/blob/master/leaf.png?raw=true');
background-repeat: no-repeat, no-repeat;
background-position: 200% -40... | 0.760828 | 0.099908 |
:root {
/* Color */
--color-white: #ffffff;
--color-light-white: #eeeeee;
--color-dark-white: #bdbdbd;
--color-pink: #fe918d;
--color-dark-pink: #ff6863;
--color-black: #4d4d4d;
--color-dark-grey: #4d4d4d;
--color-grey: #616161;
--color-light-grey: #7c7979;
--color-blue: #73aace;
--color-yellow:... | style.css | :root {
/* Color */
--color-white: #ffffff;
--color-light-white: #eeeeee;
--color-dark-white: #bdbdbd;
--color-pink: #fe918d;
--color-dark-pink: #ff6863;
--color-black: #4d4d4d;
--color-dark-grey: #4d4d4d;
--color-grey: #616161;
--color-light-grey: #7c7979;
--color-blue: #73aace;
--color-yellow:... | 0.356671 | 0.099733 |
.appointment{
/* padding: 16px 0; */
max-width:1240px;
overflow: hidden;
}
.appointment .form-inline .row{
margin:15px 0;
}
.appointment .repeat-label{
display:inline-block;
vertical-align: top;
}
.appointment .repeat-div{
display:inline-block;
/* margin-left:50px; */
width: 75%;
}
.meetingDetailMsg ul li{... | src/app/views/meeting/book/book.component.css | .appointment{
/* padding: 16px 0; */
max-width:1240px;
overflow: hidden;
}
.appointment .form-inline .row{
margin:15px 0;
}
.appointment .repeat-label{
display:inline-block;
vertical-align: top;
}
.appointment .repeat-div{
display:inline-block;
/* margin-left:50px; */
width: 75%;
}
.meetingDetailMsg ul li{... | 0.191933 | 0.064979 |
@media print {
@page {
@bottom-center {
content: counter(page);
}
}
body {
font-size:10pt !important;
line-height:1.5 !important;
margin:0 auto !important;
padding:0 !important;
/*
width:180mm !important;
height:267mm !important;
*/
}
h1 { font-size:16pt !important; }
h2 { font-size:14pt !important; }
h3 { font-size:... | basic.css | @media print {
@page {
@bottom-center {
content: counter(page);
}
}
body {
font-size:10pt !important;
line-height:1.5 !important;
margin:0 auto !important;
padding:0 !important;
/*
width:180mm !important;
height:267mm !important;
*/
}
h1 { font-size:16pt !important; }
h2 { font-size:14pt !important; }
h3 { font-size:... | 0.220091 | 0.108496 |
/**
@Name: layui
@Author: 贤心
@Site: www.layui.com
*/
/** 初始化 **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,textarea,p,blockquote,th,td,form,pre{margin: 0; padding: 0; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:active,a:hover{outline:0;}
img{display: inline-block; border: none; vertical-ali... | Wuhan/css/layui.css | /**
@Name: layui
@Author: 贤心
@Site: www.layui.com
*/
/** 初始化 **/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,input,button,textarea,p,blockquote,th,td,form,pre{margin: 0; padding: 0; -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:active,a:hover{outline:0;}
img{display: inline-block; border: none; vertical-ali... | 0.272702 | 0.049382 |
body{position:relative;z-index:0;margin:0;padding:0 0 1em 0;}
.b-page__content{min-height:50px}
.b-head-decor{display:none}
.b-page_newyear .b-head-decor{
position:absolute;
top:0;
left:0;
display:block;
height:115px;
width:100%;
overflow:hidden;
background:url(balls/b-head-decor_newyear.png) r... | Практика/Заказ_files/style.css | body{position:relative;z-index:0;margin:0;padding:0 0 1em 0;}
.b-page__content{min-height:50px}
.b-head-decor{display:none}
.b-page_newyear .b-head-decor{
position:absolute;
top:0;
left:0;
display:block;
height:115px;
width:100%;
overflow:hidden;
background:url(balls/b-head-decor_newyear.png) r... | 0.412412 | 0.090133 |
.dummy{
/*incase BOM decides screw up css */
}
button[type=roll].sheet-new_roll::before {
background-image: none;
font-size: 13px;
font-family: sans-serif;
content: "-?";
margin: 0 0px 0 0;
}
button[type=roll].sheet-new_roll {
/*background-image: none;
background-color: #f2f5d3;*/
margi... | RunequestGQS/RunequestGQS.css | .dummy{
/*incase BOM decides screw up css */
}
button[type=roll].sheet-new_roll::before {
background-image: none;
font-size: 13px;
font-family: sans-serif;
content: "-?";
margin: 0 0px 0 0;
}
button[type=roll].sheet-new_roll {
/*background-image: none;
background-color: #f2f5d3;*/
margi... | 0.173078 | 0.106412 |
<<<<<<< HEAD
/*******************************
Breadcrumb
*******************************/
=======
/*******************************
Breadcrumb
*******************************/
<<<<<<< HEAD
>>>>>>> upstream/master
=======
>>>>>>> 763ed5718ca5ba52521779e9c5ba0a18c5213862
>>>>>>> f670ece27b675a08d8c... | build/uncompressed/collections/breadcrumb.css | <<<<<<< HEAD
/*******************************
Breadcrumb
*******************************/
=======
/*******************************
Breadcrumb
*******************************/
<<<<<<< HEAD
>>>>>>> upstream/master
=======
>>>>>>> 763ed5718ca5ba52521779e9c5ba0a18c5213862
>>>>>>> f670ece27b675a08d8c... | 0.107883 | 0.0697 |
@font-face {
font-family: 'now_altblack';
src: url('nowalt-black-webfont.eot');
src: url('nowalt-black-webfont.eot?#iefix') format('embedded-opentype'),
url('nowalt-black-webfont.woff2') format('woff2'),
url('nowalt-black-webfont.woff') format('woff'),
url('nowalt-black-webfont.tt... | fonts/NowAlt/stylesheet.css | @font-face {
font-family: 'now_altblack';
src: url('nowalt-black-webfont.eot');
src: url('nowalt-black-webfont.eot?#iefix') format('embedded-opentype'),
url('nowalt-black-webfont.woff2') format('woff2'),
url('nowalt-black-webfont.woff') format('woff'),
url('nowalt-black-webfont.tt... | 0.091553 | 0.052985 |
GENERATED CSS, DO NOT EDIT
To regenerate, run `yarn build` inside of dss/bundles/spectrum-css
*/
.spectrum-PickerButton {
--spectrum-PickerButton-border-radius-left: var(--spectrum-alias-infieldbutton-border-radius);
--spectrum-PickerButton-border-radius-right: var(--spectrum-alias-infieldbutton-border-radius)
... | components/pickerbutton/pickerbutton-generated.css | GENERATED CSS, DO NOT EDIT
To regenerate, run `yarn build` inside of dss/bundles/spectrum-css
*/
.spectrum-PickerButton {
--spectrum-PickerButton-border-radius-left: var(--spectrum-alias-infieldbutton-border-radius);
--spectrum-PickerButton-border-radius-right: var(--spectrum-alias-infieldbutton-border-radius)
... | 0.666822 | 0.041696 |
display:none;
position:fixed;
z-index:1;
padding-top:100px;
left:0;
top:0;
width:100%;
height:100%;
overflow:auto;
background:rgb(0,0,0);
background-color:rgba(0,0,0,0.7);
background:rgba(0,0,0,0.7);
}
.modal-wrapper{
position:relative;
margin:0px auto;
padding:0;
border:1px solid #888;
width:80%;
bo... | sanmodal.css | display:none;
position:fixed;
z-index:1;
padding-top:100px;
left:0;
top:0;
width:100%;
height:100%;
overflow:auto;
background:rgb(0,0,0);
background-color:rgba(0,0,0,0.7);
background:rgba(0,0,0,0.7);
}
.modal-wrapper{
position:relative;
margin:0px auto;
padding:0;
border:1px solid #888;
width:80%;
bo... | 0.210685 | 0.041657 |
text-align: center;
font-size: 30px;
font-family: 'Oxygen-Bold';
margin-top: 40px;
margin-bottom: 0;
}
#library-dashboard--subheader-folders {
font-size: 20px;
font-family: 'Oxygen-Reg';
margin: 7px 0 0;
text-align: center;
}
#library-items {
width: 100%;
height: auto;
margin: auto;
overflow: ... | css/library.css | text-align: center;
font-size: 30px;
font-family: 'Oxygen-Bold';
margin-top: 40px;
margin-bottom: 0;
}
#library-dashboard--subheader-folders {
font-size: 20px;
font-family: 'Oxygen-Reg';
margin: 7px 0 0;
text-align: center;
}
#library-items {
width: 100%;
height: auto;
margin: auto;
overflow: ... | 0.314051 | 0.054024 |
div.clear { clear:both; visibility: hidden; }
div.clear hr { display: none; }
/* Tweaks to the bootstrap theme
--------------------------------- */
li { line-height: 20px; }
tt { font-family: Menlo, Monaco, "Courier New", monospace; font-size: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: ... | src/site/resources/css/site.css | div.clear { clear:both; visibility: hidden; }
div.clear hr { display: none; }
/* Tweaks to the bootstrap theme
--------------------------------- */
li { line-height: 20px; }
tt { font-family: Menlo, Monaco, "Courier New", monospace; font-size: 12px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: ... | 0.315736 | 0.164684 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Rubik');
:root {
font-family: 'Open Sans', sans-serif;
--light-grey: #eee;
--med-grey: #cdcdcd;
--dark-grey: #5d5d5d;
--border-radius: 4px;
/*Green Palatte*/
/* --secondary-color: #44813E;
--primary-color: #92C24C;
--cream: #FFFAD... | src/app.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans|Rubik');
:root {
font-family: 'Open Sans', sans-serif;
--light-grey: #eee;
--med-grey: #cdcdcd;
--dark-grey: #5d5d5d;
--border-radius: 4px;
/*Green Palatte*/
/* --secondary-color: #44813E;
--primary-color: #92C24C;
--cream: #FFFAD... | 0.33112 | 0.072703 |
@font-face {
font-family: 'League Spartan Bold';
src: url("../fonts/LeagueSpartan-Bold.otf");
}
body {
font-family: 'League Spartan Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'League Spartan Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weigh... | css/landing-page.css | @font-face {
font-family: 'League Spartan Bold';
src: url("../fonts/LeagueSpartan-Bold.otf");
}
body {
font-family: 'League Spartan Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'League Spartan Bold', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weigh... | 0.397588 | 0.067424 |
<?php header("Content-type: text/css"); ?>
html {
height: 100%;
}
body {
background: #FFFFFF;
color: #000000;
font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
font-size: 90%;
margin: 0;
padding: 0;
height: 100%;
}
#main {
width: 776px;
background: #FFFFFF;
height: 100%;
}
#bann... | src/templates/default/style.css | <?php header("Content-type: text/css"); ?>
html {
height: 100%;
}
body {
background: #FFFFFF;
color: #000000;
font-family: "Trebuchet MS", Arial, Verdana, Tahoma, sans-serif;
font-size: 90%;
margin: 0;
padding: 0;
height: 100%;
}
#main {
width: 776px;
background: #FFFFFF;
height: 100%;
}
#bann... | 0.139309 | 0.078219 |
:root {
--ck-color-annotation-icon: hsl(0, 0%, 50%);
--ck-color-annotation-info: hsl(0, 0%, 46%);
--ck-annotation-button-size: 0.85em;
}
.ck .ck-annotation {
/* Make avatar size in the comment smaller than in presence list. */
--ck-user-avatar-size: 28px;
font-size: var(--ck-font-size-base);
display: flex;
... | public/assets/admin/ckeditor5/node_modules/@ckeditor/ckeditor5-comments/theme/annotation.css | :root {
--ck-color-annotation-icon: hsl(0, 0%, 50%);
--ck-color-annotation-info: hsl(0, 0%, 46%);
--ck-annotation-button-size: 0.85em;
}
.ck .ck-annotation {
/* Make avatar size in the comment smaller than in presence list. */
--ck-user-avatar-size: 28px;
font-size: var(--ck-font-size-base);
display: flex;
... | 0.447219 | 0.122839 |
body, p, h1, h2, input, textarea {
margin: 0;
font-family: 'Roboto', sans-serif;
}
h2 {
font-size: 30px;
}
/* Navbar */
#navbar {
background-color: #ed1e24;
color: #fff;
padding: 0 15px;
height: 60px;
}
#navbar h2, #navbar ul, #navbar li, #navbar nav {
display: inline-block;
}
#nav... | PROJETOS DIVERSOS/My Page Ninja/style.css |
body, p, h1, h2, input, textarea {
margin: 0;
font-family: 'Roboto', sans-serif;
}
h2 {
font-size: 30px;
}
/* Navbar */
#navbar {
background-color: #ed1e24;
color: #fff;
padding: 0 15px;
height: 60px;
}
#navbar h2, #navbar ul, #navbar li, #navbar nav {
display: inline-block;
}
#nav... | 0.382949 | 0.081228 |
@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : Nov 3, 2015, 7:55:17 PM
Author : Tremmillicious
*/
/*
To change this license header, choose License... | public/css/tc-sass/stylesheets/gb-themes/app-theme-6.css | @charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : Nov 3, 2015, 7:55:17 PM
Author : Tremmillicious
*/
/*
To change this license header, choose License... | 0.36886 | 0.070208 |
@import url("https://fonts.googleapis.com/css2?family=Gugi&display=swap");
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
width: 100%;
height: 100vh;
background-color: #202330;
}
#logos {
position: absolute;
top: 50%;
left: 50%;
-webkit-transf... | css/style.css | @import url("https://fonts.googleapis.com/css2?family=Gugi&display=swap");
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
width: 100%;
height: 100vh;
background-color: #202330;
}
#logos {
position: absolute;
top: 50%;
left: 50%;
-webkit-transf... | 0.352759 | 0.067577 |
main {
margin-top: 120px;
}
#detalleProducto {
display: flex;
flex-flow: row wrap;
width: 90vw;
justify-content: center;
margin: auto;
}
#socialMedia {
margin-top: 2rem;
}
#detalleProducto nav{
display: flex;
flex-flow: column wrap;
width: 5vw;
align-content: flex-end;
... | public/css/mainAlmacenProductDetail.css | main {
margin-top: 120px;
}
#detalleProducto {
display: flex;
flex-flow: row wrap;
width: 90vw;
justify-content: center;
margin: auto;
}
#socialMedia {
margin-top: 2rem;
}
#detalleProducto nav{
display: flex;
flex-flow: column wrap;
width: 5vw;
align-content: flex-end;
... | 0.510252 | 0.065336 |
.PartitionPanel
{
background: #B8D9EE url(../../../../PersistantImage.ashx?key=SearchPanelBackground) repeat-x top;
padding-top: 4px;
border-top: solid 1px #205F87;
}
/*************************************************************************************************
AJAX Tab control CSS
**... | ImageServer/Web/Application/App_Themes/Default/StyleSheets/Controls/PartitionTabs.css | .PartitionPanel
{
background: #B8D9EE url(../../../../PersistantImage.ashx?key=SearchPanelBackground) repeat-x top;
padding-top: 4px;
border-top: solid 1px #205F87;
}
/*************************************************************************************************
AJAX Tab control CSS
**... | 0.369429 | 0.08472 |
*{
font-family: arial, tahoma, sans-serif;
box-sizing: border-box;
padding: 0;
margin: 0;
}
body{background-color: skyblue;}
button{
padding: 7px 10px;
color: #fff;
background-color: #4f70ff;
border: none;
float: right;
margin: 0 0 0 15px;
}
.bg-black{background-color: black !important;... | paint/style.css | *{
font-family: arial, tahoma, sans-serif;
box-sizing: border-box;
padding: 0;
margin: 0;
}
body{background-color: skyblue;}
button{
padding: 7px 10px;
color: #fff;
background-color: #4f70ff;
border: none;
float: right;
margin: 0 0 0 15px;
}
.bg-black{background-color: black !important;... | 0.230227 | 0.044369 |
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,... | styles/main.css | html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,... | 0.323594 | 0.071754 |
html,
body {
margin: 0%;
padding: 0%;
font-family: Lemon Milk, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
Helvetica Neue, sans-serif;
}
a {
color: inherit;
text-decoration: none;
}
* {
/* Frame 1 */
-webkit-box-sizing: border-box;
box-sizing: borde... | styles/css/style.css | html,
body {
margin: 0%;
padding: 0%;
font-family: Lemon Milk, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
Helvetica Neue, sans-serif;
}
a {
color: inherit;
text-decoration: none;
}
* {
/* Frame 1 */
-webkit-box-sizing: border-box;
box-sizing: borde... | 0.321886 | 0.043691 |
body {
background-color: #2b2a2a;
}
a {
color: #ffe28a;
}
a:hover {
color: #ffdd7b;
}
.layui-layer-title {
color: #ffe28a!important;
background-color: #333!important;
border-bottom: 1px solid #444!important;
}
.layui-layer,
.fed-user-input input,
.fed-back-whits {
background-color: #333!... | golds.css | body {
background-color: #2b2a2a;
}
a {
color: #ffe28a;
}
a:hover {
color: #ffdd7b;
}
.layui-layer-title {
color: #ffe28a!important;
background-color: #333!important;
border-bottom: 1px solid #444!important;
}
.layui-layer,
.fed-user-input input,
.fed-back-whits {
background-color: #333!... | 0.232484 | 0.067026 |
body {
font-size: 16px;
line-height: 1.5em;
font-family: 'Helvetica', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Helvetica', serif;
font-weight: 700;
color: #000000;
}
.content-section {
min-height: 100vh;
padding-top: 20px;
padding-bottom: 20px;
}
.content-section h1 {
color: #000000;
... | css/style.css | body {
font-size: 16px;
line-height: 1.5em;
font-family: 'Helvetica', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Helvetica', serif;
font-weight: 700;
color: #000000;
}
.content-section {
min-height: 100vh;
padding-top: 20px;
padding-bottom: 20px;
}
.content-section h1 {
color: #000000;
... | 0.183594 | 0.065995 |
body{
background-color: tan;
}
table{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 500px;
height: 300px;
}
/*整体设置*/
.cal {
border-spacing: 0;
text-align: center;
font-family: '宋体';
}
.cal td,
.cal th {
padding: 0;
width:38px;
height:30px;
}
/*caption*/
.cal capti... | src/calendar.css | body{
background-color: tan;
}
table{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 500px;
height: 300px;
}
/*整体设置*/
.cal {
border-spacing: 0;
text-align: center;
font-family: '宋体';
}
.cal td,
.cal th {
padding: 0;
width:38px;
height:30px;
}
/*caption*/
.cal capti... | 0.282196 | 0.118793 |
@media (min-width: 576px) {
.navbar {
background: transparent;
padding: 5px 0px 0px 15px;
}
.navbar-nav .nav-item .nav-link:hover::after {
content: '';
display: block;
width: 60%;
margin-left: 2px;
border-bottom: 2px solid transparent;
-moz-bo... | assets/css/style-desktop.css | @media (min-width: 576px) {
.navbar {
background: transparent;
padding: 5px 0px 0px 15px;
}
.navbar-nav .nav-item .nav-link:hover::after {
content: '';
display: block;
width: 60%;
margin-left: 2px;
border-bottom: 2px solid transparent;
-moz-bo... | 0.32306 | 0.089534 |