code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
* {
padding: 0;
margin: 0;
border: 0;
}
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
:focus,
:active {
outline: none;
}
a:focus,
a:active {
outline: none;
}
nav,
footer,
header,
aside {
display: block;
}
html,
body... | app/static/css/style.css | * {
padding: 0;
margin: 0;
border: 0;
}
*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
:focus,
:active {
outline: none;
}
a:focus,
a:active {
outline: none;
}
nav,
footer,
header,
aside {
display: block;
}
html,
body... | 0.498779 | 0.087837 |
*{
box-sizing: border-box;
margin: 0;
padding: 0;
/* font-family: 'Montserrat Alternates', sans-serif; */
}
/* HERO SECTION */
.cont1{
width: 100%;
height: 100vh;
background-color: black;
color: #fff;
display: flex;
}
.hero1{
width: 30%;
height: 100%;
display: flex;
... | style.css | *{
box-sizing: border-box;
margin: 0;
padding: 0;
/* font-family: 'Montserrat Alternates', sans-serif; */
}
/* HERO SECTION */
.cont1{
width: 100%;
height: 100vh;
background-color: black;
color: #fff;
display: flex;
}
.hero1{
width: 30%;
height: 100%;
display: flex;
... | 0.36523 | 0.066691 |
* {
margin: 0;
padding: 0;
font-family: 'Open Sans', arial, sans-serif;
}
ul {
list-style: none;
}
p {
color: #5a5a5a;
font-size: 13px;
letter-spacing: 0.25px;
line-height: 24px;
}
.primary-button a {
display: inline-block;
background-color: #a2cf8d;
padding: 12px 18px;
color: #fff;
font-size: 11p... | Final/css/tooplate-style.css | * {
margin: 0;
padding: 0;
font-family: 'Open Sans', arial, sans-serif;
}
ul {
list-style: none;
}
p {
color: #5a5a5a;
font-size: 13px;
letter-spacing: 0.25px;
line-height: 24px;
}
.primary-button a {
display: inline-block;
background-color: #a2cf8d;
padding: 12px 18px;
color: #fff;
font-size: 11p... | 0.259732 | 0.079424 |
.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;
}
.jumbotron {
position: relative;
background: none;
}
.jumbotron:after {
... | public/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;
}
.jumbotron {
position: relative;
background: none;
}
.jumbotron:after {
... | 0.59972 | 0.110856 |
*{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.wrapper{
width: 100%;
max-width: 1200px;
margin: 0 auto;
text-align: center;
}
/* *{outli... | css/style.css | *{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "Helvetica Neue", Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.wrapper{
width: 100%;
max-width: 1200px;
margin: 0 auto;
text-align: center;
}
/* *{outli... | 0.28398 | 0.067424 |
@font-face { font-family: NexaSlab; src: url("../fonts/newscycle-regular.ttf"); }
* {
font-family: NexaSlab;
box-sizing: border-box;
}
body {
color: #4e5836; /* rgb(78,88,54) */
font-size: 11pt;
}
.container {
max-width: 1000px;
}
.btn {
border-radius: 0 !important;
font-weight: bold;
}
... | assets/css/p_style.css | @font-face { font-family: NexaSlab; src: url("../fonts/newscycle-regular.ttf"); }
* {
font-family: NexaSlab;
box-sizing: border-box;
}
body {
color: #4e5836; /* rgb(78,88,54) */
font-size: 11pt;
}
.container {
max-width: 1000px;
}
.btn {
border-radius: 0 !important;
font-weight: bold;
}
... | 0.441432 | 0.106784 |
*
{
font-family: arial;
font-size: 12px;
}
.VeryBigBody
{
width: auto;
/* background-color: purple; */
}
/* --------------------------------Header-------------------------------- */
.body1
{
position: absolute;
top:0px;
right:0px;
left: 0px;
width: auto;
height: 130px;
background-color: #F2F2F2;
}
.header_box
{
posit... | templates/tmpl_uni/css/splash.css | *
{
font-family: arial;
font-size: 12px;
}
.VeryBigBody
{
width: auto;
/* background-color: purple; */
}
/* --------------------------------Header-------------------------------- */
.body1
{
position: absolute;
top:0px;
right:0px;
left: 0px;
width: auto;
height: 130px;
background-color: #F2F2F2;
}
.header_box
{
posit... | 0.3863 | 0.051368 |
.speedkenoBetBox {
position: relative;
width: 826px;
height: 113px;
border: 2px solid #0E609C;
background-color: #fafafa;
margin-top: 0px;
display: none;
}
.speedkenoBetBox .title {
width: 15px;
height: 83px;
position: absolute;
background-color: #127CCB;
font-size: 13px... | public/assets/css/miniViewSpeed.css | .speedkenoBetBox {
position: relative;
width: 826px;
height: 113px;
border: 2px solid #0E609C;
background-color: #fafafa;
margin-top: 0px;
display: none;
}
.speedkenoBetBox .title {
width: 15px;
height: 83px;
position: absolute;
background-color: #127CCB;
font-size: 13px... | 0.438905 | 0.089893 |
*,
:before,
:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
.wrapper {
text-align: center;
}
.title {
font-size: 2em;
position: relative;
margin: 0 auto 1em;
padding: 1em 1em .25em 1em;
text-align: center;
text-tr... | css/about.css | *,
:before,
:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html,
.wrapper {
text-align: center;
}
.title {
font-size: 2em;
position: relative;
margin: 0 auto 1em;
padding: 1em 1em .25em 1em;
text-align: center;
text-tr... | 0.577019 | 0.076926 |
button:disabled {
opacity: 0.3 !important;
}
body {
padding: 0;
margin: 0;
box-sizing: border-box;
height: 100vh;
}
p {
margin: 0.6em 0;
}
#app {
height: 100%;
}
.fade-enter-active, .fade-leave-active {
transition: opacity .4s;
}
.fade-enter, .fade-leave-to {
opacity: 0;
}
#main-toolbar .splitbar {
bo... | activities/Tangram.activity/css/activity.css | button:disabled {
opacity: 0.3 !important;
}
body {
padding: 0;
margin: 0;
box-sizing: border-box;
height: 100vh;
}
p {
margin: 0.6em 0;
}
#app {
height: 100%;
}
.fade-enter-active, .fade-leave-active {
transition: opacity .4s;
}
.fade-enter, .fade-leave-to {
opacity: 0;
}
#main-toolbar .splitbar {
bo... | 0.357231 | 0.05151 |
.formContainer .editUser {
}
.formContainer .editUser .form-group {
background-color: rgba(255, 255, 255, 0.08);
padding: 2px;
}
.formContainer .editUser .expertise_list,
.formContainer .editUser .expertise_list > .head,
.formContainer .editUser .expertise_list > .head > * {
position: relative;
display: block;
}
... | Client/src/components/EditUser.component.css | .formContainer .editUser {
}
.formContainer .editUser .form-group {
background-color: rgba(255, 255, 255, 0.08);
padding: 2px;
}
.formContainer .editUser .expertise_list,
.formContainer .editUser .expertise_list > .head,
.formContainer .editUser .expertise_list > .head > * {
position: relative;
display: block;
}
... | 0.21158 | 0.036084 |
#ym-window{
background:#F4F4F4;overflow:hidden;
font-size:12px;font-family:'宋体';
filter:progid:DXImageTransform.Microsoft.Shadow(Color=#ffffff, Strength=5, Direction=135);
}
.ym-tl{padding-left:3px;background:#e34a3b;}
.ym-tr{padding-right:3px;background:#e34a3b;}
.ym-tc{background:#e34a3b repeat-x 0 0;overflow:hi... | public/stock_assets/k/ymPromptw.css | #ym-window{
background:#F4F4F4;overflow:hidden;
font-size:12px;font-family:'宋体';
filter:progid:DXImageTransform.Microsoft.Shadow(Color=#ffffff, Strength=5, Direction=135);
}
.ym-tl{padding-left:3px;background:#e34a3b;}
.ym-tr{padding-right:3px;background:#e34a3b;}
.ym-tc{background:#e34a3b repeat-x 0 0;overflow:hi... | 0.151341 | 0.196865 |
html,
body {
background-color: #ffffff;
font-size: 16px;
color:#6B6B6B;
width: 100%;
padding: 0;
margin-left: 0;
margin-right: 0;
}
body {
font-family: 'Poppins' sans-serif;
}
.preload {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom... | css/styles1.css | html,
body {
background-color: #ffffff;
font-size: 16px;
color:#6B6B6B;
width: 100%;
padding: 0;
margin-left: 0;
margin-right: 0;
}
body {
font-family: 'Poppins' sans-serif;
}
.preload {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom... | 0.510252 | 0.064388 |
#main {
position: absolute;
width: 100%;
height: 100%;
right: 0;
overflow: hidden;
}
#titlebar {
height: 10%;
}
#viewer {
width: 75%;
height: 80%;
margin: 0 auto;
max-width: 1250px;
z-index: 2;
position: relative;
overflow: hidden;
}
/* #viewer.twoup {
width: 80%;
} */
#viewer iframe {
... | src/components/uv-ebook-reader/uv-ebook-reader.css |
#main {
position: absolute;
width: 100%;
height: 100%;
right: 0;
overflow: hidden;
}
#titlebar {
height: 10%;
}
#viewer {
width: 75%;
height: 80%;
margin: 0 auto;
max-width: 1250px;
z-index: 2;
position: relative;
overflow: hidden;
}
/* #viewer.twoup {
width: 80%;
} */
#viewer iframe {
... | 0.447943 | 0.088426 |
.feedback-form-wrapper textarea {
width: 100%;
background: var(--body-background);
padding: 10px;
color: white;
border: none;
resize: none;
}
.feedback-form-wrapper textarea:focus {
outline: none;
}
.feedback-form-wrapper textarea::placeholder {
color: #fbfbfb;
}
.feedback-form-wrapp... | src/css/feedback-form.css |
.feedback-form-wrapper textarea {
width: 100%;
background: var(--body-background);
padding: 10px;
color: white;
border: none;
resize: none;
}
.feedback-form-wrapper textarea:focus {
outline: none;
}
.feedback-form-wrapper textarea::placeholder {
color: #fbfbfb;
}
.feedback-form-wrapp... | 0.508056 | 0.059729 |
Dark Gray: #111;
Gray: #444;
Ligh Gray: #B1B1B1;
Blue Color: #48A3C6;
White: #FFF;
===================================================*/
/*
* Core: General Layout Style And Custom Css And Table css
* -------------------------
*/
table {
width: 100% !important;
}
.material-icons.done {
color: #48A3C6;
}
... | resources/assets/css/custom.css | Dark Gray: #111;
Gray: #444;
Ligh Gray: #B1B1B1;
Blue Color: #48A3C6;
White: #FFF;
===================================================*/
/*
* Core: General Layout Style And Custom Css And Table css
* -------------------------
*/
table {
width: 100% !important;
}
.material-icons.done {
color: #48A3C6;
}
... | 0.333612 | 0.072703 |
body {
margin:0px;
padding:0px;
background:#fff;
font-family: 'Roboto', sans-serif;
font-size: 30px;
color:rgb(56, 142, 255);
}
/* ------------------------------------------------- */
.tool_bar {
position: fixed;
width:100%;
min-height:10px;
top:0px;
left:0px;
backgroun... | look.css | body {
margin:0px;
padding:0px;
background:#fff;
font-family: 'Roboto', sans-serif;
font-size: 30px;
color:rgb(56, 142, 255);
}
/* ------------------------------------------------- */
.tool_bar {
position: fixed;
width:100%;
min-height:10px;
top:0px;
left:0px;
backgroun... | 0.466116 | 0.062818 |
@import url('https://fonts.googleapis.com/css?family=Montserrat:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-... | style.css | @import url('https://fonts.googleapis.com/css?family=Montserrat:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-... | 0.259169 | 0.090937 |
:root {
/*editor*/
--themeColor: rgba(77, 120, 204, 1);
--themeColor90: rgba(77, 120, 204, .9);
--themeColor80: rgba(77, 120, 204, .8);
--themeColor70: rgba(77, 120, 204, .7);
--themeColor60: rgba(77, 120, 204, .6);
--themeColor50: rgba(77, 120, 204, .5);
--themeColor40: rgba(77, 120, 204, .4);
--them... | src/renderer/assets/themes/one-dark.theme.css | :root {
/*editor*/
--themeColor: rgba(77, 120, 204, 1);
--themeColor90: rgba(77, 120, 204, .9);
--themeColor80: rgba(77, 120, 204, .8);
--themeColor70: rgba(77, 120, 204, .7);
--themeColor60: rgba(77, 120, 204, .6);
--themeColor50: rgba(77, 120, 204, .5);
--themeColor40: rgba(77, 120, 204, .4);
--them... | 0.431105 | 0.120957 |
body {
margin: 60px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333;
background-color: white;
}
h1 {
margin: 60px 0 10px;
font-size: 60px;
font-weight: 200;
line-height: 1;
letter-spacing: -1px;
border-bottom:... | docs/style.css | body {
margin: 60px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333;
background-color: white;
}
h1 {
margin: 60px 0 10px;
font-size: 60px;
font-weight: 200;
line-height: 1;
letter-spacing: -1px;
border-bottom:... | 0.405331 | 0.119485 |
@charset "utf-8";
.fix{width: 100%;height: auto;}
.flo{background-color: #fff;border:none;z-index:99;width: 600px;height: 200px;left:50%;top: 15%;margin-left:-300px!important;margin-top:-20px!important;margin-top:0px;position:fixed!important;
position:absolute;
_top:expression(eval(document.compatMode &&
do... | public/static/web/kdniao/skin/kdniao.css | @charset "utf-8";
.fix{width: 100%;height: auto;}
.flo{background-color: #fff;border:none;z-index:99;width: 600px;height: 200px;left:50%;top: 15%;margin-left:-300px!important;margin-top:-20px!important;margin-top:0px;position:fixed!important;
position:absolute;
_top:expression(eval(document.compatMode &&
do... | 0.207696 | 0.036597 |
body {
margin: 0;
background-attachment: fixed;
background-image: linear-gradient(rgb(255, 255, 255) 40%, rgb(213, 193, 223) 60%);
}
header {
background-image: url('../img/Screen+Shot+2020-02-29+at+1.07.46+PM.png');
padding: 40px;
font-family: 'Shadows Into Light', cursive;
font-size: 65px... | jogoDoGalo.css | body {
margin: 0;
background-attachment: fixed;
background-image: linear-gradient(rgb(255, 255, 255) 40%, rgb(213, 193, 223) 60%);
}
header {
background-image: url('../img/Screen+Shot+2020-02-29+at+1.07.46+PM.png');
padding: 40px;
font-family: 'Shadows Into Light', cursive;
font-size: 65px... | 0.551574 | 0.122655 |
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,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure... | public/assets/frontend/css/firstLogin.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,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure... | 0.255529 | 0.067424 |
particular font, so that the font can be changed in one place. (It
would be nicer to reference a font definition from all the places
that we want it.)
As you read the rest of the file, remember to double-check here to
see if any font is set. */
/* Monospace: */
.maincolumn, .refpara, .refelem, .tocset... | css/scribble.css | particular font, so that the font can be changed in one place. (It
would be nicer to reference a font definition from all the places
that we want it.)
As you read the rest of the file, remember to double-check here to
see if any font is set. */
/* Monospace: */
.maincolumn, .refpara, .refelem, .tocset... | 0.358016 | 0.19252 |
/* COMMON */
.content, .content-wrapper > .content {
padding-bottom: 55px;
}
.content-wrapper {
background-color: #ecf0f5;
}
.form-control {
border-radius: 0;
}
ul, ol {
margin-bottom: 0;
}
label:not(.form-check-label):not(.custom-file-label) {
font-weight: 600;
}
a {
color: #3c8dbc;
}
.alert a {
c... | src/Presentation/Nop.Web/wwwroot/css/admin/styles.rtl.css | /* COMMON */
.content, .content-wrapper > .content {
padding-bottom: 55px;
}
.content-wrapper {
background-color: #ecf0f5;
}
.form-control {
border-radius: 0;
}
ul, ol {
margin-bottom: 0;
}
label:not(.form-check-label):not(.custom-file-label) {
font-weight: 600;
}
a {
color: #3c8dbc;
}
.alert a {
c... | 0.304352 | 0.064271 |
body {
background: rgba(6, 41, 61, 1);
}
.container {
width: 100%;
height: 100%;
}
.form-container {
display: block;
margin: 100px auto 0 auto;
width: 400px;
perspective: 1000;
}
.login-form,.register-form {
background: rgba(0, 90, 120, 0.7);
border: 4px solid rgba(0, 90, 120, 0.9);
border-radius... | blog/public/css/login.css | body {
background: rgba(6, 41, 61, 1);
}
.container {
width: 100%;
height: 100%;
}
.form-container {
display: block;
margin: 100px auto 0 auto;
width: 400px;
perspective: 1000;
}
.login-form,.register-form {
background: rgba(0, 90, 120, 0.7);
border: 4px solid rgba(0, 90, 120, 0.9);
border-radius... | 0.550849 | 0.099339 |
These properties are used by javascript functions.
getComputedStyle(document.documentElement).getPropertyValue("--narrow").trim() === "1"
*/
@media screen and (min-width: 800px)
{
:root
{
--wide: 1;
}
}
@media screen and (max-width: 800px)
{
:root
{
--narrow: 1;
}
}
.hidden
{
... | frontends/etiquette_flask/static/css/common.css | These properties are used by javascript functions.
getComputedStyle(document.documentElement).getPropertyValue("--narrow").trim() === "1"
*/
@media screen and (min-width: 800px)
{
:root
{
--wide: 1;
}
}
@media screen and (max-width: 800px)
{
:root
{
--narrow: 1;
}
}
.hidden
{
... | 0.581303 | 0.12817 |
.mb-0 {
margin-bottom: 0; }
.mb-15 {
margin-bottom: 15px; }
.ml-5 {
margin-left: 5px; }
.ant-card {
font-family: "Titillium Web", sans-serif !important;
background: white;
padding-left: 8px;
padding-right: 8px;
margin-bottom: 15px; }
.ant-card .ant-card-head {
padding: 0 10px;
min-height: 3... | src/views/Technologies/index.css | .mb-0 {
margin-bottom: 0; }
.mb-15 {
margin-bottom: 15px; }
.ml-5 {
margin-left: 5px; }
.ant-card {
font-family: "Titillium Web", sans-serif !important;
background: white;
padding-left: 8px;
padding-right: 8px;
margin-bottom: 15px; }
.ant-card .ant-card-head {
padding: 0 10px;
min-height: 3... | 0.453746 | 0.055849 |
.detail .header {
height: 282px;
background : #FFF6E5;
border-radius: 0 0 120px 0;
display: flex;
position: relative;
overflow: hidden;
}
.detail .cover-container {
width: 153px;
height: 229px;
position: absolute;
left: 32%;
top: 10%;
}
.detail .cover-container .cover {
... | frontend/src/pages/Detail/styles.css | .detail .header {
height: 282px;
background : #FFF6E5;
border-radius: 0 0 120px 0;
display: flex;
position: relative;
overflow: hidden;
}
.detail .cover-container {
width: 153px;
height: 229px;
position: absolute;
left: 32%;
top: 10%;
}
.detail .cover-container .cover {
... | 0.608012 | 0.080466 |
.esriSingleFilterForm .allExps {
}
.esriSingleFilterForm .tabContainerContent {
border: none !important;
border-top: 0 none !important;
}
.esriSingleFilterForm .dijitTabInner {
background-color: #FFF;
}
.esriSingleFilterForm .dijitTab {
border-color: #CCC;
}
.esriSingleFilterForm .dijitTab .tabLabel {
... | dijit/css/SingleFilter.css | .esriSingleFilterForm .allExps {
}
.esriSingleFilterForm .tabContainerContent {
border: none !important;
border-top: 0 none !important;
}
.esriSingleFilterForm .dijitTabInner {
background-color: #FFF;
}
.esriSingleFilterForm .dijitTab {
border-color: #CCC;
}
.esriSingleFilterForm .dijitTab .tabLabel {
... | 0.424173 | 0.114939 |
* {
font-family: 'Roboto', sans-serif;
}
.navbar {
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
body {
margin-top: 100px;
}
.dark-theme-nav {
background-color: rgb(51, 51, 51);
padding-top: 10px;
padding-bottom: 10px;
}
/* LOGO DE BARRA NAV */
.logo-nav... | FrontEnd/css/IniciaSesion.css |
* {
font-family: 'Roboto', sans-serif;
}
.navbar {
position: fixed;
top: 0;
width: 100%;
z-index: 999;
}
body {
margin-top: 100px;
}
.dark-theme-nav {
background-color: rgb(51, 51, 51);
padding-top: 10px;
padding-bottom: 10px;
}
/* LOGO DE BARRA NAV */
.logo-nav... | 0.3863 | 0.058534 |
:root {
--display: inline-block;
--overflow: hidden;
--padding: 10px;
--height: 380px;
--width: 380px;
--outline: none;
--row-gap: 40px;
--color: yellow;
--border-radius: 50%;
--animation: spin 8s infinite;
--background-size: contain;
--background-repeat: no-r... | windfarm.css | :root {
--display: inline-block;
--overflow: hidden;
--padding: 10px;
--height: 380px;
--width: 380px;
--outline: none;
--row-gap: 40px;
--color: yellow;
--border-radius: 50%;
--animation: spin 8s infinite;
--background-size: contain;
--background-repeat: no-r... | 0.467575 | 0.154663 |
header {
padding: 0 0 100px;
}
#mainNav{
height: 10%;
}
.namePlate1{
margin-bottom: 6%;
margin-right: 1%;
font-size: 1rem;
}
.namePlate2{
margin-bottom: 6%;
margin-right: 0.5%;
font-size: 1rem;
}
#link{
display: none;
}
#size{
height: 250px;
width: 350px;
padding: 15px;
margin-right: 2em;
... | css/scrolling-nav.css | header {
padding: 0 0 100px;
}
#mainNav{
height: 10%;
}
.namePlate1{
margin-bottom: 6%;
margin-right: 1%;
font-size: 1rem;
}
.namePlate2{
margin-bottom: 6%;
margin-right: 0.5%;
font-size: 1rem;
}
#link{
display: none;
}
#size{
height: 250px;
width: 350px;
padding: 15px;
margin-right: 2em;
... | 0.350199 | 0.114864 |
body,
html {
margin: 0px;
padding: 0px;
}
.hidden {
opacity: 0;
z-index: -1;
display: none;
}
div.dateSelectBox {
position: absolute;
width: 280px;
height: 300px;
top: 50px;
left: 200px;
display: inline-block;
border: 1px solid rgb(200, 100, 45);
border-radius: 20px... | dateSelect.css | body,
html {
margin: 0px;
padding: 0px;
}
.hidden {
opacity: 0;
z-index: -1;
display: none;
}
div.dateSelectBox {
position: absolute;
width: 280px;
height: 300px;
top: 50px;
left: 200px;
display: inline-block;
border: 1px solid rgb(200, 100, 45);
border-radius: 20px... | 0.400867 | 0.080792 |
@font-face {
font-family: pht;
src: url("../webfonts/puhuiti.ttf");
}
html ::-webkit-scrollbar {
height: 4px;
width: 4px;
}
html ::-webkit-scrollbar-track-piece {
background: transparent;
}
html ::-webkit-scrollbar-thumb {
background: #3bf;
cursor: pointer;
border-radius: 2px;
}
html ::-webkit-scrollbar... | magnific-colearning.github.io/styl/main.css | @font-face {
font-family: pht;
src: url("../webfonts/puhuiti.ttf");
}
html ::-webkit-scrollbar {
height: 4px;
width: 4px;
}
html ::-webkit-scrollbar-track-piece {
background: transparent;
}
html ::-webkit-scrollbar-thumb {
background: #3bf;
cursor: pointer;
border-radius: 2px;
}
html ::-webkit-scrollbar... | 0.344995 | 0.072243 |
/*
***************************************************** /
* Theme Name: Manisa
* Theme URI: http://manisa.eb2a.com/
* Author: Bouthaina
* Author URI: https://themeforest.net/user/bouthaina09
* Description: Manisa - Personal One Page Template
* Version: 1.0.0
* Tags: html5, css3, jquery, bootstrap, theme, temp... | Talagozis.Website/wwwroot/lib/manisa/css/main.css | /*
***************************************************** /
* Theme Name: Manisa
* Theme URI: http://manisa.eb2a.com/
* Author: Bouthaina
* Author URI: https://themeforest.net/user/bouthaina09
* Description: Manisa - Personal One Page Template
* Version: 1.0.0
* Tags: html5, css3, jquery, bootstrap, theme, temp... | 0.572245 | 0.061059 |
body {
background-color: #333333;
color: #eeeeee;
}
a {
color: #22aaee;
}
a:hover {
color: #2277a2;
}
.container {
margin-left: 0px;
width: 100%;
}
.container-fluid h2, .container-fluid p, .container-fluid ul {
margin-left: 10px;
}
.image-container {
display: table;
margin-right: ... | catsnap/web/public/css/layout.css | body {
background-color: #333333;
color: #eeeeee;
}
a {
color: #22aaee;
}
a:hover {
color: #2277a2;
}
.container {
margin-left: 0px;
width: 100%;
}
.container-fluid h2, .container-fluid p, .container-fluid ul {
margin-left: 10px;
}
.image-container {
display: table;
margin-right: ... | 0.530723 | 0.116261 |
.default-theme .sidebar-wrapper {
background-color: #1d1d1d; }
.default-theme .sidebar-wrapper .sidebar-item {
border-top: 1px solid #2b2b2b; }
.default-theme .sidebar-wrapper .sidebar-item:first-child {
border-top: none; }
.default-theme .sidebar-wrapper a:not(.dropdown-item),
.default-theme .sid... | upload/css/sidebar-themes.css | .default-theme .sidebar-wrapper {
background-color: #1d1d1d; }
.default-theme .sidebar-wrapper .sidebar-item {
border-top: 1px solid #2b2b2b; }
.default-theme .sidebar-wrapper .sidebar-item:first-child {
border-top: none; }
.default-theme .sidebar-wrapper a:not(.dropdown-item),
.default-theme .sid... | 0.296858 | 0.03843 |
body {
margin-left: 4em;
}
body p, body ul, ol, body dl {
margin-left: 2em;
width: 31em;
}
pre {
width: 31em;
}
li {
padding-bottom: 0.5em;
}
/* Code sections. */
pre {
background-color: #f8f8f8;
color: rgb(204,0,0);
font-weight: 550;
border-left: 6px solid rgb(204,64,64);
padding: 6px;
marg... | html/pod.css |
body {
margin-left: 4em;
}
body p, body ul, ol, body dl {
margin-left: 2em;
width: 31em;
}
pre {
width: 31em;
}
li {
padding-bottom: 0.5em;
}
/* Code sections. */
pre {
background-color: #f8f8f8;
color: rgb(204,0,0);
font-weight: 550;
border-left: 6px solid rgb(204,64,64);
padding: 6px;
marg... | 0.415254 | 0.121243 |
div[class^="banner"] *[id^="rslides"] {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
div[class^="banner"] *[id^="rslides"] li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
div[class^="banner"] *[id^=... | externals/banner/responsiveslides.css | div[class^="banner"] *[id^="rslides"] {
position: relative;
list-style: none;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0;
}
div[class^="banner"] *[id^="rslides"] li {
-webkit-backface-visibility: hidden;
position: absolute;
display: none;
width: 100%;
left: 0;
top: 0;
}
div[class^="banner"] *[id^=... | 0.184327 | 0.181155 |
body {
font-size: 14px;
line-height: 1.8;
font-weight: 400;
font-family: "Muli", sans-serif;
color: #555;
}
a {
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
a:hover,
a:focus {
color: #7fbb35;
outline: none;
text-decoration: none;
}
p {
margin-bott... | static/css/style.css | body {
font-size: 14px;
line-height: 1.8;
font-weight: 400;
font-family: "Muli", sans-serif;
color: #555;
}
a {
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
a:hover,
a:focus {
color: #7fbb35;
outline: none;
text-decoration: none;
}
p {
margin-bott... | 0.454472 | 0.063832 |
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
/* Stop shimmering at particular zoom levels and window heights */
overflow-x:scroll;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here *... | yo/app/styles/main.css | html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
/* Stop shimmering at particular zoom levels and window heights */
overflow-x:scroll;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here *... | 0.378689 | 0.052449 |
body {
font-family: 'Lato', sans-serif;
}
.ce-tooltip{
padding: 2px !important ;
}
.sidebar-container ul,.ce-navbar ul,.editor-container ul{
list-style-type: none;
}
.sidebar-container i{
cursor: pointer;
}
.ce-navbar{
height: 42px;
width: 100%;
padding: 5px;
}
.ce-navbar .ce-logo{
floa... | hi-ce/src/main/webapp/css/ce.css | body {
font-family: 'Lato', sans-serif;
}
.ce-tooltip{
padding: 2px !important ;
}
.sidebar-container ul,.ce-navbar ul,.editor-container ul{
list-style-type: none;
}
.sidebar-container i{
cursor: pointer;
}
.ce-navbar{
height: 42px;
width: 100%;
padding: 5px;
}
.ce-navbar .ce-logo{
floa... | 0.348423 | 0.068226 |
html,
body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
#header-title {
font-size: 60px;
}
#logo {
width: 10vw;
}
#btnRegister {
background-color: #181d46;
color:white;
font-size: 19px;
font-weight: 600;
margin-top:3%;
}
h1,
h2,
h3,
h4 {
font-family: Barlo... | css/main.css | html,
body {
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
overflow-x: hidden;
}
#header-title {
font-size: 60px;
}
#logo {
width: 10vw;
}
#btnRegister {
background-color: #181d46;
color:white;
font-size: 19px;
font-weight: 600;
margin-top:3%;
}
h1,
h2,
h3,
h4 {
font-family: Barlo... | 0.334046 | 0.084682 |
body { font: 14px/1.85em 'Open Sans', Arial, Helvetice Neue, sans-serif; color: #888888; font-weight: 300; font-style: normal; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; }
a, a:hover, a:focus {
text-decoration: none;
-webkit-transition: all 150ms ease-in;
... | public/css/templatemo_style.css | body { font: 14px/1.85em 'Open Sans', Arial, Helvetice Neue, sans-serif; color: #888888; font-weight: 300; font-style: normal; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; }
a, a:hover, a:focus {
text-decoration: none;
-webkit-transition: all 150ms ease-in;
... | 0.221772 | 0.070464 |
@font-face {
font-family: 'Bungee';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Bungee'), local('Bungee-Regular'), url(https://fonts.gstatic.com/s/bungee/v5/N0bU2SZBIuF2PU_ECg.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 4... | aboutUs.less/aboutUs.css | @font-face {
font-family: 'Bungee';
font-style: normal;
font-weight: 400;
font-display: swap;
src: local('Bungee'), local('Bungee-Regular'), url(https://fonts.gstatic.com/s/bungee/v5/N0bU2SZBIuF2PU_ECg.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto Slab';
font-style: normal;
font-weight: 4... | 0.418103 | 0.11422 |
.help-container {
width: 100%;
position: relative;
height: 35rem;
overflow: hidden;
padding-bottom: 3.5rem;
}
.help-footer {
position: absolute;
background-color: rgb(75, 75, 75);
width: 100%;
display: flex;
flex-wrap: nowrap;
justify-content: space-around;
flex-direction: row;
bottom: 0rem;
... | src/Components/Modal/Help/Help.css | .help-container {
width: 100%;
position: relative;
height: 35rem;
overflow: hidden;
padding-bottom: 3.5rem;
}
.help-footer {
position: absolute;
background-color: rgb(75, 75, 75);
width: 100%;
display: flex;
flex-wrap: nowrap;
justify-content: space-around;
flex-direction: row;
bottom: 0rem;
... | 0.535827 | 0.070368 |
body {
background: #f2f4f8;
/*display: flex;*/
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
/*height: 100vh;*/
font-family: "Open Sans";
}
#header {
position: sticky;
top: 0px;
z-index: 99;
background-color: inherit;
width: 100%;
text-align: center;
vertical-align: m... | docs/css/style.css | body {
background: #f2f4f8;
/*display: flex;*/
justify-content: space-around;
align-items: center;
flex-wrap: wrap;
/*height: 100vh;*/
font-family: "Open Sans";
}
#header {
position: sticky;
top: 0px;
z-index: 99;
background-color: inherit;
width: 100%;
text-align: center;
vertical-align: m... | 0.361728 | 0.052936 |
* ------------------------------------------------------------------
*
* Fonts.
*
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,300");
html,
body {
min-width: 100%;
}
body {
font-family: 'Roboto', sans-serif;
}
/*
* -----------------------------------------------------... | 3dParty/MVS/Applications/Win64/doc/User_Manual_MVS_English/daksys-webhelp/template/variants/tiles/hik/skin.css | * ------------------------------------------------------------------
*
* Fonts.
*
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,300");
html,
body {
min-width: 100%;
}
body {
font-family: 'Roboto', sans-serif;
}
/*
* -----------------------------------------------------... | 0.488283 | 0.069922 |
@-moz-viewport { width: device-width; scale: 1; }
@-ms-viewport { width: device-width; scale: 1; }
@-o-viewport { width: device-width; scale: 1; }
@-webkit-viewport { width: device-width; scale: 1; }
@viewport { width: device-width; scale: 1; }
.flex-img {
display: block;
max-width: 100%;
}
html {
font-family:... | css/general.css | @-moz-viewport { width: device-width; scale: 1; }
@-ms-viewport { width: device-width; scale: 1; }
@-o-viewport { width: device-width; scale: 1; }
@-webkit-viewport { width: device-width; scale: 1; }
@viewport { width: device-width; scale: 1; }
.flex-img {
display: block;
max-width: 100%;
}
html {
font-family:... | 0.24817 | 0.100084 |
@font-face {
font-family: "Raleway-Light";
font-weight: 300;
font-style: normal;
src: url("../fonts/Raleway-Light.ttf");
}
@font-face {
font-family: "Raleway-ExtraBold";
font-weight: 800;
font-style: normal;
src: url("../fonts/Raleway-ExtraBold.ttf");
}
@font-face {
font-family: "HelveticaNeue-Light... | css/style.css | @font-face {
font-family: "Raleway-Light";
font-weight: 300;
font-style: normal;
src: url("../fonts/Raleway-Light.ttf");
}
@font-face {
font-family: "Raleway-ExtraBold";
font-weight: 800;
font-style: normal;
src: url("../fonts/Raleway-ExtraBold.ttf");
}
@font-face {
font-family: "HelveticaNeue-Light... | 0.318379 | 0.061848 |
body{
color: #676A6C;
}
.skin-ets .main-header .navbar {
background-color: rgb(23, 147, 140);
}
.skin-ets .content-wrapper, .right-side {
background-color: #e5e9ec;
}
.skin-ets footer a{
color: lightseagreen;
}
.skin-ets footer a:hover{
background-color: rgba(0, 0, 0, 0.1);
}
.skin-ets .main-header .navb... | css/skins/skin-ets.css | body{
color: #676A6C;
}
.skin-ets .main-header .navbar {
background-color: rgb(23, 147, 140);
}
.skin-ets .content-wrapper, .right-side {
background-color: #e5e9ec;
}
.skin-ets footer a{
color: lightseagreen;
}
.skin-ets footer a:hover{
background-color: rgba(0, 0, 0, 0.1);
}
.skin-ets .main-header .navb... | 0.39712 | 0.068662 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
body {
background: #CFE2F0;
color: #48809E;
font-family: 'Open Sans Condensed', sans-serif;
}
.reset {
display: block;
margin: 0;
padding: 0;
}
.reset li {
display: block;
margin: 0;
padding: 0;
}
.flex {
display: -w... | wind-app-ui/css/style.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
body {
background: #CFE2F0;
color: #48809E;
font-family: 'Open Sans Condensed', sans-serif;
}
.reset {
display: block;
margin: 0;
padding: 0;
}
.reset li {
display: block;
margin: 0;
padding: 0;
}
.flex {
display: -w... | 0.401219 | 0.084078 |
.breadcrumb {
margin: 0;
padding: 0;
background-color: transparent;
position: relative;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.banner__section .block:first-child .breadcrumb {
padding-top: 75px;
}
.banner__section .block:first-child:last-child .breadcrumb {
padding: 40px... | minimal_lite/css/components/breadcrumb.css | .breadcrumb {
margin: 0;
padding: 0;
background-color: transparent;
position: relative;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.banner__section .block:first-child .breadcrumb {
padding-top: 75px;
}
.banner__section .block:first-child:last-child .breadcrumb {
padding: 40px... | 0.463687 | 0.073463 |
body.satEE .scInsertionHandle,
body.satEE .scSortingHandle {
left: 0px !important;
width: 100%;
z-index: 9050 !important;
background-image: linear-gradient(45deg, #f7d871 25%, #fffbe5 25%, #fffbe5 50%, #f7d871 50%, #f7d871 75%, #fffbe5 75%, #fffbe5 100%);
background-size: 40px 40px;
background-position: 0% ... | css/experienceeditor.css | body.satEE .scInsertionHandle,
body.satEE .scSortingHandle {
left: 0px !important;
width: 100%;
z-index: 9050 !important;
background-image: linear-gradient(45deg, #f7d871 25%, #fffbe5 25%, #fffbe5 50%, #f7d871 50%, #f7d871 75%, #fffbe5 75%, #fffbe5 100%);
background-size: 40px 40px;
background-position: 0% ... | 0.408749 | 0.080719 |
@charset "utf-8";
/* CSS Document */
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td{
margin:0;
padding:0;
}
select,textarea,input{
border:#b3b3b3 1px solid;
}
input.radio,input.checkbox{
border:none;
}
img{
border:none;
}
ul, ... | dubbo-admin/src/main/webapp/css/common.css | @charset "utf-8";
/* CSS Document */
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td{
margin:0;
padding:0;
}
select,textarea,input{
border:#b3b3b3 1px solid;
}
input.radio,input.checkbox{
border:none;
}
img{
border:none;
}
ul, ... | 0.156073 | 0.047272 |
.ma-none {
margin: 0;
}
.mx-none {
margin-left: 0;
margin-right: 0;
}
.my-none {
margin-top: 0;
margin-bottom: 0;
}
.mt-none {
margin-top: 0;
}
.mb-none {
margin-bottom: 0;
}
.ml-none {
margin-left: 0;
}
.mr-none {
margin-right: 0;
}
.ma-xs {
margin: var(--xs);
}
.mx-xs {
margin-left: var(--xs);
... | public/css/utils/margin-padding.css | .ma-none {
margin: 0;
}
.mx-none {
margin-left: 0;
margin-right: 0;
}
.my-none {
margin-top: 0;
margin-bottom: 0;
}
.mt-none {
margin-top: 0;
}
.mb-none {
margin-bottom: 0;
}
.ml-none {
margin-left: 0;
}
.mr-none {
margin-right: 0;
}
.ma-xs {
margin: var(--xs);
}
.mx-xs {
margin-left: var(--xs);
... | 0.5144 | 0.099689 |
body {
padding-top: 50px;
}
/*
* Global add-ons
*/
.sub-header {
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
/*
* Top navigation
* Hide default border to remove 1px line.
*/
.navbar-fixed-top {
border: 0;
}
/*
* Sidebar
*/
/* Hide for mobile, show later */
.sidebar {
display:... | css/admin.css | body {
padding-top: 50px;
}
/*
* Global add-ons
*/
.sub-header {
padding-bottom: 10px;
border-bottom: 1px solid #eee;
}
/*
* Top navigation
* Hide default border to remove 1px line.
*/
.navbar-fixed-top {
border: 0;
}
/*
* Sidebar
*/
/* Hide for mobile, show later */
.sidebar {
display:... | 0.411584 | 0.064535 |
.demo_changer .demo-icon {
background: #e24545;
}
a:hover {
color: #e24545;
}
.b-logo h5:before {
background: #e24545;
}
.b-logo h5 span {
color: #e24545;
}
/*headings*/
.heading h2:before, .heading h2:after {
background: #e24545;
}
.heading-line h2:before {
background: #e24545;
}
.heading-big h2:after... | public/assets/switcher/css/color3.css | .demo_changer .demo-icon {
background: #e24545;
}
a:hover {
color: #e24545;
}
.b-logo h5:before {
background: #e24545;
}
.b-logo h5 span {
color: #e24545;
}
/*headings*/
.heading h2:before, .heading h2:after {
background: #e24545;
}
.heading-line h2:before {
background: #e24545;
}
.heading-big h2:after... | 0.296552 | 0.215103 |
@font-face{
font-family: redVelvet;
src: url("../redvelvet.ttf");
}
body {
background-color: #e50126;
}
a {
color: black;
}
p {
margin-left: 40px;
margin-right: 40px;
}
.r{
position: absolute;
font-family: redVelvet;
margin-left: 12%;
margin-top: 15%;
font-size: 150px;
color: ... | DSDM/css/twice.css | @font-face{
font-family: redVelvet;
src: url("../redvelvet.ttf");
}
body {
background-color: #e50126;
}
a {
color: black;
}
p {
margin-left: 40px;
margin-right: 40px;
}
.r{
position: absolute;
font-family: redVelvet;
margin-left: 12%;
margin-top: 15%;
font-size: 150px;
color: ... | 0.237046 | 0.056029 |
body {
font-family: 'Open sans', sans-serif;
}
.gs-logo {
margin-top:-13px;
}
.navbar {
min-height:70px;
}
.navbar-collapse {
padding-top:10px;
}
.navbar-brand {
margin-right: 20px
}
.nav>li>a {
padding-left:10px;
paddi... | assets/css/global.css | body {
font-family: 'Open sans', sans-serif;
}
.gs-logo {
margin-top:-13px;
}
.navbar {
min-height:70px;
}
.navbar-collapse {
padding-top:10px;
}
.navbar-brand {
margin-right: 20px
}
.nav>li>a {
padding-left:10px;
paddi... | 0.318273 | 0.069164 |
ul,
li {
list-style: none;
}
ul {
margin: 0 0 0 0 !important;
padding-left: 0em !important;
}
.mr-5 {
margin-right: 5px;
}
.list-index {
background-color: #e2e2e2;
}
.list-index .body > ul > li {
margin: 20px 0 0 0 !important;
background-color: #fff;
min-height: 10px;
overflow: hidden;
}
.list-index .... | lib/css/list.css | ul,
li {
list-style: none;
}
ul {
margin: 0 0 0 0 !important;
padding-left: 0em !important;
}
.mr-5 {
margin-right: 5px;
}
.list-index {
background-color: #e2e2e2;
}
.list-index .body > ul > li {
margin: 20px 0 0 0 !important;
background-color: #fff;
min-height: 10px;
overflow: hidden;
}
.list-index .... | 0.255251 | 0.067886 |
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600');
.container {
width: 1535px;
margin: 0 auto;
}
header {
background: #55d6aa;
}
header::after {
content: '';
display: table;
clear: both;
}
.logo {
float: left;
padding: 10px 0;
padding-left: 50px;
}
nav {
float: right;
}
na... | app/dashboardexp/oferte/oferte.css | @import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600');
.container {
width: 1535px;
margin: 0 auto;
}
header {
background: #55d6aa;
}
header::after {
content: '';
display: table;
clear: both;
}
.logo {
float: left;
padding: 10px 0;
padding-left: 50px;
}
nav {
float: right;
}
na... | 0.360602 | 0.082254 |
@import url("reset.css");
/* Import CSS 960 Grid System File */
/*@import url("960.css");*/
/* Import Drop down Menu Styling File */
@import url("jqueryslidemenu.css");
/* ----------------------- GENERAL LAYOUT -----------------------*/
body {
background-color: #759953;
background-image:url("/css/promo/images/pat... | css/promo/styleback.css | @import url("reset.css");
/* Import CSS 960 Grid System File */
/*@import url("960.css");*/
/* Import Drop down Menu Styling File */
@import url("jqueryslidemenu.css");
/* ----------------------- GENERAL LAYOUT -----------------------*/
body {
background-color: #759953;
background-image:url("/css/promo/images/pat... | 0.242475 | 0.055823 |
.sr-only {
position:absolute;
width:1px;
height:1px;
margin:-1px;
padding:0;
overflow:hidden;
clip:rect(0, 0, 0, 0);
border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus {
position:static;
width:auto;
height:auto;
margin:0;
overflow:visible;
clip:auto
}
[role="button"] {
cursor:pointer
}
.fade {
opacity:0;
... | assets/css/cclee.css | .sr-only {
position:absolute;
width:1px;
height:1px;
margin:-1px;
padding:0;
overflow:hidden;
clip:rect(0, 0, 0, 0);
border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus {
position:static;
width:auto;
height:auto;
margin:0;
overflow:visible;
clip:auto
}
[role="button"] {
cursor:pointer
}
.fade {
opacity:0;
... | 0.516352 | 0.07658 |
@font-face {
font-family: "LCD Display Grid";
src: url("../fonts/lcd_display_grid.ttf");
}
/* Some personal resets */
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
margin: 0;
touch-action: manipulation;
}
/* Responsive Images */
embed,
iframe,
img,
object,
vi... | resources/css/main.css |
@font-face {
font-family: "LCD Display Grid";
src: url("../fonts/lcd_display_grid.ttf");
}
/* Some personal resets */
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
margin: 0;
touch-action: manipulation;
}
/* Responsive Images */
embed,
iframe,
img,
object,
vi... | 0.516108 | 0.097691 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
body {
font-family: "Open Sans";
font-weight: 300;
color: #000;
font-size: 1em;
background: linear-gradient(to bottom, rgba(240,253,250,1) 0%,rgba(255,255,255,1) 100%);
margin: 0; padding: 0 0 6em 0;
}
* { box-sizing: bo... | addOns/reports/src/main/zapHomeFiles/reports/modern/resources/ocean.css | @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
body {
font-family: "Open Sans";
font-weight: 300;
color: #000;
font-size: 1em;
background: linear-gradient(to bottom, rgba(240,253,250,1) 0%,rgba(255,255,255,1) 100%);
margin: 0; padding: 0 0 6em 0;
}
* { box-sizing: bo... | 0.430626 | 0.137793 |
BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
CODE {
font-family: Monaco, Courier New, Fixed, monospace;
font-size: 12px;
}
BODY,TD {
font-size: 12px;
margin: 0;
padding: 0;
background: white;
color: black;
}
TABLE {
mar... | boost/libs/gil/doc/html/adobe_source.css | BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
CODE {
font-family: Monaco, Courier New, Fixed, monospace;
font-size: 12px;
}
BODY,TD {
font-size: 12px;
margin: 0;
padding: 0;
background: white;
color: black;
}
TABLE {
mar... | 0.38341 | 0.121373 |
@import 'part:@sanity/base/theme/variables-style';
.root {
outline: none;
}
.fieldWrapper {
display: grid;
grid-template-columns: minmax(0, 1fr);
grid-gap: var(--large-padding) var(--medium-padding);
}
.fieldset {
margin: 0;
padding: 0;
border: none;
/* user agent sets min-width this to --webkit-min-... | packages/@sanity/components/src/fieldsets/styles/DefaultFieldset.css | @import 'part:@sanity/base/theme/variables-style';
.root {
outline: none;
}
.fieldWrapper {
display: grid;
grid-template-columns: minmax(0, 1fr);
grid-gap: var(--large-padding) var(--medium-padding);
}
.fieldset {
margin: 0;
padding: 0;
border: none;
/* user agent sets min-width this to --webkit-min-... | 0.496338 | 0.114765 |
.sapalert-toast-box span {
margin: 0 5px;
}
.sap-toast-area-left {
left: 3em;
}
.sap-toast-area-right {
right: 3em;
}
.sap-toast-area-center {
right:0;
left:0;
}
svg {
width: 25px;
}
.sap-toast-area-center .sapalert-toast-box {
margin: 10px auto !important;
}
.sap-toast-r... | SAPBlazorAlert/wwwroot/style.css | .sapalert-toast-box span {
margin: 0 5px;
}
.sap-toast-area-left {
left: 3em;
}
.sap-toast-area-right {
right: 3em;
}
.sap-toast-area-center {
right:0;
left:0;
}
svg {
width: 25px;
}
.sap-toast-area-center .sapalert-toast-box {
margin: 10px auto !important;
}
.sap-toast-r... | 0.613931 | 0.269398 |
.tabler>thead>tr>th, .tabler>tbody>tr>th, .tabler>tfoot>tr>th, .tabler>thead>tr>td, .tabler>tbody>tr>td, .tabler>tfoot>tr>td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoo... | css/ticket_style.css | .tabler>thead>tr>th, .tabler>tbody>tr>th, .tabler>tfoot>tr>th, .tabler>thead>tr>td, .tabler>tbody>tr>td, .tabler>tfoot>tr>td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoo... | 0.326379 | 0.108425 |
@media screen and (min-width: 35.5em) {
.u-sm-1,
.u-sm-1-1,
.u-sm-1-2,
.u-sm-1-3,
.u-sm-2-3,
.u-sm-1-4,
.u-sm-3-4,
.u-sm-1-5,
.u-sm-2-5,
.u-sm-3-5,
.u-sm-4-5,
.u-sm-5-5,
.u-sm-1-6,
.u-sm-5-6,
.u-sm-1-8,
.u-sm-3-8,
.u-sm-5-8,
.u-sm-7-8,
.u-sm-1-... | statics/css/main-grid.css | @media screen and (min-width: 35.5em) {
.u-sm-1,
.u-sm-1-1,
.u-sm-1-2,
.u-sm-1-3,
.u-sm-2-3,
.u-sm-1-4,
.u-sm-3-4,
.u-sm-1-5,
.u-sm-2-5,
.u-sm-3-5,
.u-sm-4-5,
.u-sm-5-5,
.u-sm-1-6,
.u-sm-5-6,
.u-sm-1-8,
.u-sm-3-8,
.u-sm-5-8,
.u-sm-7-8,
.u-sm-1-... | 0.440951 | 0.105533 |
body {
background-color: #D9D8D7;
color: #444444;
}
#header {
margin: auto;
width: 1000px;
height: 60px;
margin-top: 50px;
}
.logo {
float: left;
opacity: .6;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.logo... | css/style.css |
body {
background-color: #D9D8D7;
color: #444444;
}
#header {
margin: auto;
width: 1000px;
height: 60px;
margin-top: 50px;
}
.logo {
float: left;
opacity: .6;
-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;
}
.logo... | 0.196826 | 0.05375 |
.info-menu {
width: 35em;
max-width: 95vw;
padding: 0.25em;
position: relative;
& p:first-child {
margin-top: 0;
}
& p:last-child {
margin-bottom: 0;
}
}
.file-download-menu {
width: 66vw;
max-width: 600px;
}
@media( --small-width-viewport ){
.file-download-menu {
font-size: 0.8em;... | src/styles/common/menus.css | .info-menu {
width: 35em;
max-width: 95vw;
padding: 0.25em;
position: relative;
& p:first-child {
margin-top: 0;
}
& p:last-child {
margin-bottom: 0;
}
}
.file-download-menu {
width: 66vw;
max-width: 600px;
}
@media( --small-width-viewport ){
.file-download-menu {
font-size: 0.8em;... | 0.418103 | 0.09739 |
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 100vh;
width: 100%;
}
.container_challenger {
display: none;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
}
.results_and_counter {
display: f... | public/styles/game-formWords.css | display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
height: 100vh;
width: 100%;
}
.container_challenger {
display: none;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
}
.results_and_counter {
display: f... | 0.422266 | 0.112356 |
body {
margin: 0px;
background: #ECEFF1;
}
html {
scroll-behavior: smooth;
}
.polaroidbody {
position: absolute;
right: calc(50vw - 275px);
top: calc(50vh - 175px);
width: 575px;
height: 345px;
background: #edeef0;
/*border-radius: 45px 0px 0px 45px;*/
border-radius: 45px;
box-shadow: inset 15px -25px 55p... | dist/style.css | body {
margin: 0px;
background: #ECEFF1;
}
html {
scroll-behavior: smooth;
}
.polaroidbody {
position: absolute;
right: calc(50vw - 275px);
top: calc(50vh - 175px);
width: 575px;
height: 345px;
background: #edeef0;
/*border-radius: 45px 0px 0px 45px;*/
border-radius: 45px;
box-shadow: inset 15px -25px 55p... | 0.378689 | 0.07403 |
.dark .light , .light , .dark .light , .light {
font-family: 'OpenSans';
line-height: 1.5;
color: #555;
}
.light .dark , .dark , .light .dark , .dark {
font-family: 'OpenSans';
line-height: 1.5;
color: #ffffff;
}
.light-page {
background-color: #fff;
}
.dark-page {
background-color: #232122;
}
section.lig... | css/custom.css | .dark .light , .light , .dark .light , .light {
font-family: 'OpenSans';
line-height: 1.5;
color: #555;
}
.light .dark , .dark , .light .dark , .dark {
font-family: 'OpenSans';
line-height: 1.5;
color: #ffffff;
}
.light-page {
background-color: #fff;
}
.dark-page {
background-color: #232122;
}
section.lig... | 0.473414 | 0.053403 |
body {
margin: 0;
font-family: 'Roboto Mono', monospace;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: 'Roboto Mono', monospace;
}
#h1-center {
text-align: center;
font-size: 36px;
margin-top: 50px;
}
#login-center {
width: 60%;
margin-left: auto;... | src/index.css | body {
margin: 0;
font-family: 'Roboto Mono', monospace;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: 'Roboto Mono', monospace;
}
#h1-center {
text-align: center;
font-size: 36px;
margin-top: 50px;
}
#login-center {
width: 60%;
margin-left: auto;... | 0.380299 | 0.066569 |
html,
body {
height: 100%;
}
body {
overflow-y: scroll; /* Show vertical scrollbar */
}
body.dark-theme {
color: #cfcfcf;
background: #191f2c;
font-size: 0.8rem;
}
.divider {
border-top: 1px dashed #585858;
}
/* Disable scrolling */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::... | public/css/App.css | html,
body {
height: 100%;
}
body {
overflow-y: scroll; /* Show vertical scrollbar */
}
body.dark-theme {
color: #cfcfcf;
background: #191f2c;
font-size: 0.8rem;
}
.divider {
border-top: 1px dashed #585858;
}
/* Disable scrolling */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::... | 0.431105 | 0.051296 |
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
.cards-bio__content-section {
margin-bottom: 2rem; }
.cards-bio__content-section:last-child {
margin-bottom: 0; }
.cards-bio__content-section-title {
font-weight: bold;
margin: 0; }
.cards-bio__content-item {
margin-bottom: 1rem; }
.car... | dist/css/cards-bio-details.css | @import url("https://fonts.googleapis.com/css?family=Open+Sans");
.cards-bio__content-section {
margin-bottom: 2rem; }
.cards-bio__content-section:last-child {
margin-bottom: 0; }
.cards-bio__content-section-title {
font-weight: bold;
margin: 0; }
.cards-bio__content-item {
margin-bottom: 1rem; }
.car... | 0.465387 | 0.046034 |
a {
color: #2F4A10;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body {
margin-top:0px;
margin-right:0px;
margin-left:0px;
margin-bottom:0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
font-family: Arial, verdana;
font-size: 8pt;
font-weight: norma... | backend/de.metas.adempiere.adempiere/client/src/main/resources/org/compiere/images/standard.css |
a {
color: #2F4A10;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body {
margin-top:0px;
margin-right:0px;
margin-left:0px;
margin-bottom:0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
font-family: Arial, verdana;
font-size: 8pt;
font-weight: norma... | 0.261991 | 0.09611 |
@import url("fontawesome-all.min.css");
.ps-timeline-sec { position: relative; background: #fff; }
.ps-timeline-sec .container { position: relative; }
@media screen and (max-width: 767px) { .ps-timeline-sec .container ol:before { background: #033673; content: ""; width: 10px; height: 10px; border-radius: 100%; positi... | assets/css/main.css | @import url("fontawesome-all.min.css");
.ps-timeline-sec { position: relative; background: #fff; }
.ps-timeline-sec .container { position: relative; }
@media screen and (max-width: 767px) { .ps-timeline-sec .container ol:before { background: #033673; content: ""; width: 10px; height: 10px; border-radius: 100%; positi... | 0.359701 | 0.089256 |
display: none;
background: #000;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.8;
z-index: 999;
}
a, a:visited, a:active{
text-decoration:none;
}
.login
{
background-color:#85B561;
height:auto;
width:35%;
font-family:Verdana, Arial, Helve... | public/admin/css/restore.css | display: none;
background: #000;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.8;
z-index: 999;
}
a, a:visited, a:active{
text-decoration:none;
}
.login
{
background-color:#85B561;
height:auto;
width:35%;
font-family:Verdana, Arial, Helve... | 0.398406 | 0.093388 |
@charset "UTF-8";
/* type: tag, page, both */
a.tag[data-ref=inbox] {
border-color: inherit !important;
background: inherit !important;
color: inherit !important;
}
a.tag[data-ref=inbox]::before {
content: "📥 ";
display: inline-block;
}
a.tag[data-ref="mit 3"] {
border-color: inherit !important;
backgro... | advanced_tags.css | @charset "UTF-8";
/* type: tag, page, both */
a.tag[data-ref=inbox] {
border-color: inherit !important;
background: inherit !important;
color: inherit !important;
}
a.tag[data-ref=inbox]::before {
content: "📥 ";
display: inline-block;
}
a.tag[data-ref="mit 3"] {
border-color: inherit !important;
backgro... | 0.287168 | 0.137185 |
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
.App-intro {
font-size: large;
}
@keyframes App-logo-spin {
from { transform: rotate(0deg); }
to { transform:... | src/App.css | .App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
.App-intro {
font-size: large;
}
@keyframes App-logo-spin {
from { transform: rotate(0deg); }
to { transform:... | 0.586168 | 0.103386 |
.menu_list, h1,h2,h3,h4,h5,h6, .text_left, .btn-success, .news, .news_more, .mail_block, .contr_img, .contributors_more, .company_img, .btn-danger,
.gallery_links, .gallery_title, .form-control, .label-text, .hover15, .btn-red, .alert-success, .alert-danger {
font-family: 'BPGDejaVuSansCaps-Book';
}
.news_block, .ab... | front/assets/css/style.css | .menu_list, h1,h2,h3,h4,h5,h6, .text_left, .btn-success, .news, .news_more, .mail_block, .contr_img, .contributors_more, .company_img, .btn-danger,
.gallery_links, .gallery_title, .form-control, .label-text, .hover15, .btn-red, .alert-success, .alert-danger {
font-family: 'BPGDejaVuSansCaps-Book';
}
.news_block, .ab... | 0.316792 | 0.066904 |
a.md-button {
display: inline-flex;
}
.md-button:hover {
text-decoration: none;
}
.md-button .md-ripple {
padding: 0;
}
.md-button-content {
padding: 0 20px;
}
.md-button.md-theme-default[disabled] {
box-shadow: none;
}
.md-dense .md-button-content {
padding: 0 15px;
}
.md-small .md-button-content {
... | themes/backend/css/vue-material-fix.css |
a.md-button {
display: inline-flex;
}
.md-button:hover {
text-decoration: none;
}
.md-button .md-ripple {
padding: 0;
}
.md-button-content {
padding: 0 20px;
}
.md-button.md-theme-default[disabled] {
box-shadow: none;
}
.md-dense .md-button-content {
padding: 0 15px;
}
.md-small .md-button-content {
... | 0.432782 | 0.052425 |
======================================
[ CSS TABLE CONTENT ]
======================================
[Table of contents]
1.feature boxes
2.parallax sections
3.footer styles
======================================
[ END CSS TABLE CONTENT ]
======================================
*/
/*============ Feature boxes... | public/front/css/hosting.css | ======================================
[ CSS TABLE CONTENT ]
======================================
[Table of contents]
1.feature boxes
2.parallax sections
3.footer styles
======================================
[ END CSS TABLE CONTENT ]
======================================
*/
/*============ Feature boxes... | 0.341802 | 0.077727 |
.edit-foto img {
height: auto;
width: 300px;
}
.footer-edit button {
width: 300px;
height: 50px;
font-size: 1.2em;
}
p {
color: black;
}
.container-fluid a {
color: white;
}
.header-img img {
max-width: 50%;
height: auto;
margin-top: 16px;
}
.onoffswitch3 {
position: re... | public/css/editBeranda.css | .edit-foto img {
height: auto;
width: 300px;
}
.footer-edit button {
width: 300px;
height: 50px;
font-size: 1.2em;
}
p {
color: black;
}
.container-fluid a {
color: white;
}
.header-img img {
max-width: 50%;
height: auto;
margin-top: 16px;
}
.onoffswitch3 {
position: re... | 0.385028 | 0.110088 |
@charset "utf-8";
/* CSS Document */
.background{
position: absolute;
height: 1500px;
width: 1900px;
}
.start {
height: 100px;
left: 700px;
position:absolute;
top: 900px;
opacity: 0;
transition: opacity 2s;
}
.start:hover{
opacity:2;
}
.bepop {
position: absolute;
top: 150px;
le... | css1.css | @charset "utf-8";
/* CSS Document */
.background{
position: absolute;
height: 1500px;
width: 1900px;
}
.start {
height: 100px;
left: 700px;
position:absolute;
top: 900px;
opacity: 0;
transition: opacity 2s;
}
.start:hover{
opacity:2;
}
.bepop {
position: absolute;
top: 150px;
le... | 0.416797 | 0.036357 |
@import url('https://p.typekit.net/p.css?s=1&k=osf8fyt&ht=tk&f=171.172.175.176.5474.5475.6768.6769.6770.6771.6772.6773&a=18424651&app=typekit&e=css');
*::selection {
color: #ffffff;
background-color: #75b9be;
height: 100%;
}
html {
font-size: 16px;
font-family: 'adobe-garamond-pro';
text-rendering: optimi... | src/components/global.css | @import url('https://p.typekit.net/p.css?s=1&k=osf8fyt&ht=tk&f=171.172.175.176.5474.5475.6768.6769.6770.6771.6772.6773&a=18424651&app=typekit&e=css');
*::selection {
color: #ffffff;
background-color: #75b9be;
height: 100%;
}
html {
font-size: 16px;
font-family: 'adobe-garamond-pro';
text-rendering: optimi... | 0.317215 | 0.115162 |
@font-face {
font-family: 'Monoscape Typewriter';
src: url(MonospaceTypewriter.ttf);
}
* {
font-family: 'Monoscape Typewriter';
table-align: center;
text-align: center;
user-select: none;
}
body {
color: black;
background-color: white;
overflow-x: hidden;
font-size: 12px;
margin: 0;
}
table, t... | style.css | @font-face {
font-family: 'Monoscape Typewriter';
src: url(MonospaceTypewriter.ttf);
}
* {
font-family: 'Monoscape Typewriter';
table-align: center;
text-align: center;
user-select: none;
}
body {
color: black;
background-color: white;
overflow-x: hidden;
font-size: 12px;
margin: 0;
}
table, t... | 0.345768 | 0.135118 |
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700,600);
div#entity-container {
margin-top: 10px;
padding: 0 20px 20px;
}
div#entity-title {
color: #34495e;
font-family: "Helvetica","Arial",sans-serif;
font-weight: 400;
margin-bottom: 30px;
font-size: 2.5rem;
}
di... | doc-tool/resources/css/api-page.css | @import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700,600);
div#entity-container {
margin-top: 10px;
padding: 0 20px 20px;
}
div#entity-title {
color: #34495e;
font-family: "Helvetica","Arial",sans-serif;
font-weight: 400;
margin-bottom: 30px;
font-size: 2.5rem;
}
di... | 0.452536 | 0.083106 |
*{
margin: 0;
padding: 0;
box-sizing:border-box;
}
:root{
--main-margin: 5px;
--main-radius: 10px;
--main--height: 100vh;
--main-gap: 0.3rem
}
body{
height: 200vh;
}
.conteiner{
display: grid;
height: var(--main--height);
grid-template-columns: 0.5fr 2fr 2fr 1fr 1fr ;
gr... | Layout Grid/style.css | *{
margin: 0;
padding: 0;
box-sizing:border-box;
}
:root{
--main-margin: 5px;
--main-radius: 10px;
--main--height: 100vh;
--main-gap: 0.3rem
}
body{
height: 200vh;
}
.conteiner{
display: grid;
height: var(--main--height);
grid-template-columns: 0.5fr 2fr 2fr 1fr 1fr ;
gr... | 0.516839 | 0.227448 |
.show-block {
position: absolute;
width: 630px;
/* min-height: 594px; */
min-height: 387px;
background: #374050;
mix-blend-mode: normal;
border: 1px solid #000000;
right: -1px;
}
.show-block h1 {
/* MTOK-B2/216-1KT3645-K */
position: absolute;
width: auto;
height: 11px;
... | public/css/show.css | .show-block {
position: absolute;
width: 630px;
/* min-height: 594px; */
min-height: 387px;
background: #374050;
mix-blend-mode: normal;
border: 1px solid #000000;
right: -1px;
}
.show-block h1 {
/* MTOK-B2/216-1KT3645-K */
position: absolute;
width: auto;
height: 11px;
... | 0.573798 | 0.137504 |
body, html, #root {
font-family: 'Cabin', sans-serif;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
min-height: 500px;
overflow: hidden;
}
.app {
height: 100%;
}
.app__popup {
height: 100%;
position: fixed;
padding: 10% 20px 20px 20px;
right: 0;
left: 0;
background-color: #1CACF4;
z-... | src/App.css | body, html, #root {
font-family: 'Cabin', sans-serif;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
min-height: 500px;
overflow: hidden;
}
.app {
height: 100%;
}
.app__popup {
height: 100%;
position: fixed;
padding: 10% 20px 20px 20px;
right: 0;
left: 0;
background-color: #1CACF4;
z-... | 0.510496 | 0.053899 |
.full-width
{
width: 100%;
}
.full-height
{
height: 100%;
}
.half-width
{
width: 50%;
}
.half-height
{
height: 50%;
}
/* Body Extra Property */
.body-bottom-margin-50px
{
margin-bottom: 50px;
}
.body-bottom-margin-80px
{
margin-bottom: 80px;
}
.body-bot... | assets/css/AppStylePack.css |
.full-width
{
width: 100%;
}
.full-height
{
height: 100%;
}
.half-width
{
width: 50%;
}
.half-height
{
height: 50%;
}
/* Body Extra Property */
.body-bottom-margin-50px
{
margin-bottom: 50px;
}
.body-bottom-margin-80px
{
margin-bottom: 80px;
}
.body-bot... | 0.255529 | 0.042364 |
body { }
.container { margin: 0px auto; padding: 0px; width: 99%; height: auto; min-width: 1020px; }
/*#395a7b*/
.location { height: 30px; line-height: 30px; color: #666666; border-bottom: 1px solid #CCCCCC; }
.box { margin: 0px auto; padding: 0px; width: 100%; min-height: 65px; height: auto; border: 1px solid #CCCC... | manage-service/src/main/resources/web/public/assets/css/admin.content.css | body { }
.container { margin: 0px auto; padding: 0px; width: 99%; height: auto; min-width: 1020px; }
/*#395a7b*/
.location { height: 30px; line-height: 30px; color: #666666; border-bottom: 1px solid #CCCCCC; }
.box { margin: 0px auto; padding: 0px; width: 100%; min-height: 65px; height: auto; border: 1px solid #CCCC... | 0.355216 | 0.141637 |
html, body {
font-family: Arial, sans-serif;
/*background-color: #FF8A65;!*FF7043*!*/
background: linear-gradient(45deg, #FF7043, #FF8A65);
text-align: center;
color: #FFCCBC;
margin: 0;
padding: 0;
max-height: 100vh;
max-width: 100vw;
height: 100%;
width: 100%;
overflow: hidden;
display: flex;
align-item... | gui/style.css | html, body {
font-family: Arial, sans-serif;
/*background-color: #FF8A65;!*FF7043*!*/
background: linear-gradient(45deg, #FF7043, #FF8A65);
text-align: center;
color: #FFCCBC;
margin: 0;
padding: 0;
max-height: 100vh;
max-width: 100vw;
height: 100%;
width: 100%;
overflow: hidden;
display: flex;
align-item... | 0.318273 | 0.047184 |
@font-face{font-family: "Century Gothic"; src: url(../fonts/Century-Gothic.ttf);}
@font-face{font-family: "Futura Lt BT"; src: url(../fonts/Futura-lt-BT.ttf);}
@font-face {font-family: "Futura Md BT"; src: url(../fonts/Futura-md-BT.ttf);}
@font-face {font-family: "Lucida Grande"; src: url(../fonts/Lucida-Grande.ttf);}
... | projects/PersonalPortfolio-2/example/wedding-test/src/css/main.css | @font-face{font-family: "Century Gothic"; src: url(../fonts/Century-Gothic.ttf);}
@font-face{font-family: "Futura Lt BT"; src: url(../fonts/Futura-lt-BT.ttf);}
@font-face {font-family: "Futura Md BT"; src: url(../fonts/Futura-md-BT.ttf);}
@font-face {font-family: "Lucida Grande"; src: url(../fonts/Lucida-Grande.ttf);}
... | 0.362179 | 0.058642 |