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 |
|---|---|---|---|---|
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
ul, ol {
list-style: none;
margin: 0;
padding: 0;
}
.header {
background-color: #41952c;
color: #FFFFFF;
}
.title {... | g7/code/class11/css/style.css | * {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
ul, ol {
list-style: none;
margin: 0;
padding: 0;
}
.header {
background-color: #41952c;
color: #FFFFFF;
}
.title {... | 0.472927 | 0.165526 |
body{background: #f4f4f4 url(../images/blog_bg.jpg) no-repeat 0 60px; padding-top:60px; font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;}
.blog-map{width:1216px; margin: 20px auto 0; font-size: 14px; color:#999;}
.blog-map a{color: #999;}
.blog-map span{font-family: "宋体"; color: #999; margin:... | public/static/home/css/blog.css | body{background: #f4f4f4 url(../images/blog_bg.jpg) no-repeat 0 60px; padding-top:60px; font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;}
.blog-map{width:1216px; margin: 20px auto 0; font-size: 14px; color:#999;}
.blog-map a{color: #999;}
.blog-map span{font-family: "宋体"; color: #999; margin:... | 0.173393 | 0.122602 |
* 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.
*/
/* Document
========================================================================== */
html {
font-family: sans-s... | docs/css/styleguide.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.
*/
/* Document
========================================================================== */
html {
font-family: sans-s... | 0.612657 | 0.135546 |
html {
height: 100%;
}
body{
height: 100%;
margin: 0;
padding: 0;
font-family: Verdana;
}
#content{
width: 100%;
height: 100%;
}
/* ================================ */
/* Style Map */
/* ================================ */
#map-canvas{
height: 100%;
width:... | styles/styles.css |
html {
height: 100%;
}
body{
height: 100%;
margin: 0;
padding: 0;
font-family: Verdana;
}
#content{
width: 100%;
height: 100%;
}
/* ================================ */
/* Style Map */
/* ================================ */
#map-canvas{
height: 100%;
width:... | 0.270095 | 0.047492 |
:root {
--color-neutral-light: #f0ecec;
--color-neutral-medium: #999;
--color-neutral-dark: #191919;
--color-neutral-theme-primary :#885d90; /*dark-purple*/
--color-neutral-theme-secondary:#caaaca; /*light-purple*/
--color-neutral-theme-accent-light:#f5edee; /*off-white*/
--color-neutral-theme-a... | fernandes.shiny/css/storetheme.css | :root {
--color-neutral-light: #f0ecec;
--color-neutral-medium: #999;
--color-neutral-dark: #191919;
--color-neutral-theme-primary :#885d90; /*dark-purple*/
--color-neutral-theme-secondary:#caaaca; /*light-purple*/
--color-neutral-theme-accent-light:#f5edee; /*off-white*/
--color-neutral-theme-a... | 0.425367 | 0.095349 |
.nav-container {
width: 1080px;
height: 60px;
margin: 10px auto;
margin-bottom: 10px;
background-color: white;
border-radius: 10px;
}
.nav-container ul {
list-style-type: none;
}
.nav-container .link {
text-decoration: none;
font-size: 18px;
color: black;
text-transform: uppercase;
font-family... | src/Navbar/navbar.css | .nav-container {
width: 1080px;
height: 60px;
margin: 10px auto;
margin-bottom: 10px;
background-color: white;
border-radius: 10px;
}
.nav-container ul {
list-style-type: none;
}
.nav-container .link {
text-decoration: none;
font-size: 18px;
color: black;
text-transform: uppercase;
font-family... | 0.437343 | 0.064036 |
html , body{
background: #3f6aaf;
}
.label{
color: #7c7c7c;
}
#form {
alignment: center;
background: #eaebed;
width: 450px;
height: 650px;
margin: auto;
border-radius: 10px;
box-shadow: 0px 5px 10px #4f5051;
}
#form_footer {
border-radius: 0px 0px 10px 10px;
margin-top: 50p... | public/css/register.css | html , body{
background: #3f6aaf;
}
.label{
color: #7c7c7c;
}
#form {
alignment: center;
background: #eaebed;
width: 450px;
height: 650px;
margin: auto;
border-radius: 10px;
box-shadow: 0px 5px 10px #4f5051;
}
#form_footer {
border-radius: 0px 0px 10px 10px;
margin-top: 50p... | 0.296145 | 0.093182 |
@font-face {
font-family: myFirstFont;
src: url('fonts/ostrich-regular.ttf') format('TrueType');
font-family: mySecondFont;
src: url('fonts/CooperHewitt-Light.otf');
}
body{
font-family: myFirstFont;
margin: 0;
padding: 0;
/* background-image: url("../img/diagonal-noise.png")... | public/css/index.css | @font-face {
font-family: myFirstFont;
src: url('fonts/ostrich-regular.ttf') format('TrueType');
font-family: mySecondFont;
src: url('fonts/CooperHewitt-Light.otf');
}
body{
font-family: myFirstFont;
margin: 0;
padding: 0;
/* background-image: url("../img/diagonal-noise.png")... | 0.355104 | 0.074534 |
body {
background: url('../img/body-content-bg.jpg') repeat-y scroll 50% 0px transparent;
padding: 9px 0px;
position: relative;
font: 13px/1.5 Arial,sans-serif;
padding: 0px;
border: 0px none;
outline: 0px none;
}
#tournament-div *, #tournament-div *:before, #tournament-div *:after {
box... | assets/css/style.css | body {
background: url('../img/body-content-bg.jpg') repeat-y scroll 50% 0px transparent;
padding: 9px 0px;
position: relative;
font: 13px/1.5 Arial,sans-serif;
padding: 0px;
border: 0px none;
outline: 0px none;
}
#tournament-div *, #tournament-div *:before, #tournament-div *:after {
box... | 0.329392 | 0.082846 |
#user-manage-table {
width: 1020px;
min-width: 1020px;
}
#user-manage-table th:nth-child(1),
#user-manage-table td:nth-child(1),
#user-manage-table th:nth-child(8),
#user-manage-table td:nth-child(8),
#user-manage-table th:nth-child(9),
#user-manage-table td:nth-child(9),
#user-manage-table th:nth-child(11),
#use... | app/static/css/admin/admin_table_size.css |
#user-manage-table {
width: 1020px;
min-width: 1020px;
}
#user-manage-table th:nth-child(1),
#user-manage-table td:nth-child(1),
#user-manage-table th:nth-child(8),
#user-manage-table td:nth-child(8),
#user-manage-table th:nth-child(9),
#user-manage-table td:nth-child(9),
#user-manage-table th:nth-child(11),
#use... | 0.166167 | 0.065038 |
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}
#user-top-bar a i.mdi-navigation-arrow-drop-down{
line-height: inherit;
}
main{
background-image:url('../img/lightpaperfibers_@2X.png');
}
.play .light-blue.lighten-1 {
height: 45px;
line-heig... | css/main.css | body {
display: flex;
min-height: 100vh;
flex-direction: column;
}
main {
flex: 1 0 auto;
}
#user-top-bar a i.mdi-navigation-arrow-drop-down{
line-height: inherit;
}
main{
background-image:url('../img/lightpaperfibers_@2X.png');
}
.play .light-blue.lighten-1 {
height: 45px;
line-heig... | 0.415373 | 0.060696 |
.SkillCard-main{
position: relative;
background-color: rgb(255, 255, 255);
/* width: 25vmin;
height: 30vmin; */
font-size: 1.7vmin;
}
.SkillCard-top{
position: absolute;
background-color: rgb(156, 155, 155);
height: 100%;
width: 100%;
clip-path: polygon(0 0, 100% 0, 100% 5%... | src/assets/skillcard/SkillCard.css | .SkillCard-main{
position: relative;
background-color: rgb(255, 255, 255);
/* width: 25vmin;
height: 30vmin; */
font-size: 1.7vmin;
}
.SkillCard-top{
position: absolute;
background-color: rgb(156, 155, 155);
height: 100%;
width: 100%;
clip-path: polygon(0 0, 100% 0, 100% 5%... | 0.650134 | 0.078997 |
.dropdown-toggle:after,
.dropdown-toggle.toggled-on:after,
.main-navigation .menu-item-has-children > a:after {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family: "Genericons";
font-size: 95%;
font-style: normal;
font-variant: normal;
font-weig... | public/wp-content/themes/writings/assets/css/navigation.css | .dropdown-toggle:after,
.dropdown-toggle.toggled-on:after,
.main-navigation .menu-item-has-children > a:after {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-family: "Genericons";
font-size: 95%;
font-style: normal;
font-variant: normal;
font-weig... | 0.256646 | 0.039975 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
}
html {
font-size: 62.5%;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
/* ===== End the fine the structure style ===== */
/* ===== Open navbar-box ===== */
.navbar-box {
backgroun... | public/css/style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
}
html {
font-size: 62.5%;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
/* ===== End the fine the structure style ===== */
/* ===== Open navbar-box ===== */
.navbar-box {
backgroun... | 0.318697 | 0.075517 |
#maincontent {
width: 100%;
text-align: left; /* this overrides the text-align: center on the body element. */
background-color: #fff;
}
.topwrapper {
width:960px;
width:960px; /*IE6 width*/
height:400px;
margin:0 auto;
padding:0 15px 20px 15px;
}
.topcontent {
width:600px;
width:600px; /*IE6 width*... | css/slideshow_features.css | #maincontent {
width: 100%;
text-align: left; /* this overrides the text-align: center on the body element. */
background-color: #fff;
}
.topwrapper {
width:960px;
width:960px; /*IE6 width*/
height:400px;
margin:0 auto;
padding:0 15px 20px 15px;
}
.topcontent {
width:600px;
width:600px; /*IE6 width*... | 0.301671 | 0.100128 |
.login {
display: flex;
flex-direction: column;
min-height: 100vh;
justify-content: center;
align-items: center;
}
.login__content {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid #dadce0;
border-radius: 7px;
padding: 30px;
height: 520px;
width: 440px;
positio... | src/components/Signin/styles.css | .login {
display: flex;
flex-direction: column;
min-height: 100vh;
justify-content: center;
align-items: center;
}
.login__content {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid #dadce0;
border-radius: 7px;
padding: 30px;
height: 520px;
width: 440px;
positio... | 0.46223 | 0.076891 |
h1{
text-align: center;
}
section{
background-color: plum;
padding: 50px;
}
.cajitas div{
padding: 60px;
margin-left: 20px;
/* position: relative; -> lo quito para que el borde no me pise los id*/
display: inline-block;
border: 1px solid black;
}
#box-1{
border:1px solid powderblu... | css/animaciones/src/css/style.css | h1{
text-align: center;
}
section{
background-color: plum;
padding: 50px;
}
.cajitas div{
padding: 60px;
margin-left: 20px;
/* position: relative; -> lo quito para que el borde no me pise los id*/
display: inline-block;
border: 1px solid black;
}
#box-1{
border:1px solid powderblu... | 0.539711 | 0.217234 |
:root {
--green: #00674B;
--white: #f8f8f8;
--black: #272727;
}
html {
/* border-box box model allows us to add padding and border to our elements without increasing their size */
box-sizing: border-box;
}
* {
box-sizing: inherit;
}
/* BODY */
body {
letter-spacing: -1px;
font-family... | assets/css/accounts.css | :root {
--green: #00674B;
--white: #f8f8f8;
--black: #272727;
}
html {
/* border-box box model allows us to add padding and border to our elements without increasing their size */
box-sizing: border-box;
}
* {
box-sizing: inherit;
}
/* BODY */
body {
letter-spacing: -1px;
font-family... | 0.345547 | 0.125842 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
body {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 1em;
}
h1, h2, h3 {
margin-top: 0;
font-weight: 400;
}
p {
font-size: 1.05em;
color: #444;
}
a {
/* color: #6090b0; */
color: #444;
text... | css/style.css | @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
body {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size: 1em;
}
h1, h2, h3 {
margin-top: 0;
font-weight: 400;
}
p {
font-size: 1.05em;
color: #444;
}
a {
/* color: #6090b0; */
color: #444;
text... | 0.21101 | 0.049474 |
section.module:last-child {
margin-bottom: 0;
}
section.module h2 {
margin-bottom: 40px;
font-family: "Roboto Slab", serif;
font-size: 30px;
}
section.module p {
margin-bottom: 40px;
font-size: 16px;
font-weight: 300;
}
section.module p:last-child {
margin-bottom: 0;
}
section.module.content {
pad... | css/style.css | section.module:last-child {
margin-bottom: 0;
}
section.module h2 {
margin-bottom: 40px;
font-family: "Roboto Slab", serif;
font-size: 30px;
}
section.module p {
margin-bottom: 40px;
font-size: 16px;
font-weight: 300;
}
section.module p:last-child {
margin-bottom: 0;
}
section.module.content {
pad... | 0.250363 | 0.091139 |
height: auto;
width: auto;
}
.background-image {
background: url('../images/main_slider_1.jpg');
background-position: 40% 60%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: local;
}
.no-data-container {
... | Express-Retake-20-8-2021-Tested/express-exam-retake/static/css/home.css | height: auto;
width: auto;
}
.background-image {
background: url('../images/main_slider_1.jpg');
background-position: 40% 60%;
background-repeat: no-repeat;
background-size: cover;
background-attachment: local;
}
.no-data-container {
... | 0.466846 | 0.071267 |
@import url("https://fonts.googleapis.com/css?family=Finger+Paint");
/* line 3, ../sass/base/_base.scss */
body {
background-image: url("../img/bg.png");
}
/* line 7, ../sass/base/_base.scss */
.section-padding {
padding: 30px 0 30px 0;
}
/* line 10, ../sass/base/_base.scss */
.heading {
padding-bottom: 30px;
... | public/frontend/stylesheets/main.css | @import url("https://fonts.googleapis.com/css?family=Finger+Paint");
/* line 3, ../sass/base/_base.scss */
body {
background-image: url("../img/bg.png");
}
/* line 7, ../sass/base/_base.scss */
.section-padding {
padding: 30px 0 30px 0;
}
/* line 10, ../sass/base/_base.scss */
.heading {
padding-bottom: 30px;
... | 0.286469 | 0.052522 |
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-top: 3rem;
padding-bottom: 3rem;
color: #5a5a5a;
font-family: 'Roboto';
}
object {
padding: 30px;
}
#heading {
text-align: center;
}
#title {
padding-top: 20px;
padding-bottom: 2... | carousel.css | -------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-top: 3rem;
padding-bottom: 3rem;
color: #5a5a5a;
font-family: 'Roboto';
}
object {
padding: 30px;
}
#heading {
text-align: center;
}
#title {
padding-top: 20px;
padding-bottom: 2... | 0.466116 | 0.100525 |
.background-interno-3{
height: 100vh;
background: none;
}
.menu-navegacao .segunda-secao img:hover{
transform: scale(1);
border-radius: 1vh;
transition: 1s ease;
}
.sobre-nos .transition-fundo{
width: 100vw;
height: 100vh;
position: absolute;
background: white;
opacity: 1;
... | css/sobre_nos.css |
.background-interno-3{
height: 100vh;
background: none;
}
.menu-navegacao .segunda-secao img:hover{
transform: scale(1);
border-radius: 1vh;
transition: 1s ease;
}
.sobre-nos .transition-fundo{
width: 100vw;
height: 100vh;
position: absolute;
background: white;
opacity: 1;
... | 0.51562 | 0.057945 |
@font-face {
font-family: Roboto;
src: url(../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
font-family: Roboto;
font-weight: bold;
src: url(../fonts/roboto/Roboto-Bold.ttf);
}
html, body {
margin: 0;
border: 0;
padding: 0;
}
html {
background-color: #222222;
padding-top:... | css/base.css | @font-face {
font-family: Roboto;
src: url(../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
font-family: Roboto;
font-weight: bold;
src: url(../fonts/roboto/Roboto-Bold.ttf);
}
html, body {
margin: 0;
border: 0;
padding: 0;
}
html {
background-color: #222222;
padding-top:... | 0.264643 | 0.113924 |
@media only screen and (max-width:1196px) and (min-width: 992px) {
#contact {
width: 25%;
margin-left: -0px;
}
#first-section #quote {
margin-left: 40.333333%;
}
ul.navbar-nav li {
margin-left: -25px;
}
#contact .panel span {
font-size: 10.42px;
... | dev/landing/css/landing.css | @media only screen and (max-width:1196px) and (min-width: 992px) {
#contact {
width: 25%;
margin-left: -0px;
}
#first-section #quote {
margin-left: 40.333333%;
}
ul.navbar-nav li {
margin-left: -25px;
}
#contact .panel span {
font-size: 10.42px;
... | 0.410284 | 0.080177 |
.w-1000{
margin: 0 auto;
width: 1000px;
}
.mt20{margin-top: 20px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mb20{margin-bottom: 20px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mr5{margin-right: 5px!important;}
.pt20{padding-top: 20px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}
.pb... | lesson04_2/assets/css/index.css | .w-1000{
margin: 0 auto;
width: 1000px;
}
.mt20{margin-top: 20px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}
.mb20{margin-bottom: 20px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mr5{margin-right: 5px!important;}
.pt20{padding-top: 20px;}
.pt40{padding-top: 40px;}
.pt50{padding-top: 50px;}
.pb... | 0.255344 | 0.061509 |
body {
background-color: #FC9403 !important;
background-image: url("http://2.bp.blogspot.com/-6rmHcJp6l_Q/T_vQg7vFkxI/AAAAAAAALoU/klQbQfhqRhE/s1600/imagen1.jpeg") !important;/* imagen fondo de la pagina */
background-attachment: fixed !important;
background-repeat: no-repeat !important;
background-position: top ... | data/usercss/69076.user.css | body {
background-color: #FC9403 !important;
background-image: url("http://2.bp.blogspot.com/-6rmHcJp6l_Q/T_vQg7vFkxI/AAAAAAAALoU/klQbQfhqRhE/s1600/imagen1.jpeg") !important;/* imagen fondo de la pagina */
background-attachment: fixed !important;
background-repeat: no-repeat !important;
background-position: top ... | 0.282691 | 0.051845 |
@charset "utf-8";
/* CSS Document */
.all-elements{
overflow-x:hidden;
}
body{
background-color:#282c33;
}
.page-header{
background-image:url(../images/misc/menu-bg.png);
height:60px;
box-shadow: 0px 3px 2px 2px rgba(0, 0, 0, 0.2);
}
.paragraph{
display:block;
width:100%;
}
.logo{
width:78px;
float:right... | styles/style.css | @charset "utf-8";
/* CSS Document */
.all-elements{
overflow-x:hidden;
}
body{
background-color:#282c33;
}
.page-header{
background-image:url(../images/misc/menu-bg.png);
height:60px;
box-shadow: 0px 3px 2px 2px rgba(0, 0, 0, 0.2);
}
.paragraph{
display:block;
width:100%;
}
.logo{
width:78px;
float:right... | 0.17614 | 0.061396 |
html {
font-size: 12.28125px !important;
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object... | hqc_mp/src/main/webapp/statics/css/wx/ticket/toBuyTicket.css | html {
font-size: 12.28125px !important;
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object... | 0.269902 | 0.075244 |
/**
*
* Name: farhang Fonts
* Version: 1.0
* Author: <NAME> (<EMAIL>)
* Created on: March 11, 2020
* Updated on: March 22, 2020
* Website: http://fontiran.com
* Copyright: Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت فر... | client/src/styles/all-fonts/FarhangPro/Farhang Sharp/Webfonts/fontiran.css | /**
*
* Name: farhang Fonts
* Version: 1.0
* Author: <NAME> (<EMAIL>)
* Created on: March 11, 2020
* Updated on: March 22, 2020
* Website: http://fontiran.com
* Copyright: Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت فر... | 0.257018 | 0.044974 |
body {
font-family: 'Montserrat', sans-serif;
}
* {
box-sizing: border-box;
}
.container {
max-width: 100%;
width: 1230px;
margin-left: auto;
margin-right: auto;
}
.my-0 {
margin-top: 0;
margin-bottom: 0;
}
.mt-0 {
margin-top: 0;
}
.mb-5 {
margin-bottom: 5px;
}
.mb-0 {
margin-bottom: 0;
}
... | css/custom.css |
body {
font-family: 'Montserrat', sans-serif;
}
* {
box-sizing: border-box;
}
.container {
max-width: 100%;
width: 1230px;
margin-left: auto;
margin-right: auto;
}
.my-0 {
margin-top: 0;
margin-bottom: 0;
}
.mt-0 {
margin-top: 0;
}
.mb-5 {
margin-bottom: 5px;
}
.mb-0 {
margin-bottom: 0;
}
... | 0.46563 | 0.063832 |
@charset "utf-8";
/* CSS Document */
.textnothide {
display: block !important;
position: absolute;
z-index: -1;
}
.form-group{
overflow:hidden;
}
.skin-blue .sidebar-menu > li.header {
background: #1a2226 none repeat scroll 0 0;
color: #fff;
text-transform: uppercase;
}
.custom-menu .btn{ t... | webadmin/public/css/custom_style.css | @charset "utf-8";
/* CSS Document */
.textnothide {
display: block !important;
position: absolute;
z-index: -1;
}
.form-group{
overflow:hidden;
}
.skin-blue .sidebar-menu > li.header {
background: #1a2226 none repeat scroll 0 0;
color: #fff;
text-transform: uppercase;
}
.custom-menu .btn{ t... | 0.247987 | 0.080502 |
.icon {
width: 45px;
height: 45px;
position: absolute;
background-repeat: no-repeat;
background-size: 45px;
}
.icon::before {
content: "";
}
.mail {
background-image: url("../icons/mail.svg");
top: 60px;
left: 50px;
}
.calendar {
background-image: url("../icons/calendar.svg");
... | css/appicons.css | .icon {
width: 45px;
height: 45px;
position: absolute;
background-repeat: no-repeat;
background-size: 45px;
}
.icon::before {
content: "";
}
.mail {
background-image: url("../icons/mail.svg");
top: 60px;
left: 50px;
}
.calendar {
background-image: url("../icons/calendar.svg");
... | 0.395601 | 0.055107 |
.menu
{
font-family:Verdana;
color:#ffffff !important;
font-size:11px;
text-decoration: none !important;
}
.menu:active
{
font-family:Verdana;
color:#FF0000;
font-size:11px;
text-decoration: underline;
}
.menu:hover
{
font-family:Verdana;
color:#ffffff !important;
font-size:11px;
text-decoration... | gap/impressora.php_files/estilo-verde.css |
.menu
{
font-family:Verdana;
color:#ffffff !important;
font-size:11px;
text-decoration: none !important;
}
.menu:active
{
font-family:Verdana;
color:#FF0000;
font-size:11px;
text-decoration: underline;
}
.menu:hover
{
font-family:Verdana;
color:#ffffff !important;
font-size:11px;
text-decoration... | 0.199659 | 0.043406 |
}
@-webkit-keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.invisible {
display:none;/*ne zavzame površine*/
}
#space {/*options ureja velikost tega*/
margin:0 auto;
background-color:#7688B3;
width:1000px;
height:550... | css/stylesheet.css | }
@-webkit-keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.invisible {
display:none;/*ne zavzame površine*/
}
#space {/*options ureja velikost tega*/
margin:0 auto;
background-color:#7688B3;
width:1000px;
height:550... | 0.246533 | 0.091707 |
html,
body {
height: 100%;
width: 100%;
font-family: Montserrat;
}
#content {
background-color: #fff;
}
.post {
padding-top: 10em;
margin: auto;
width:100%;
}
.post-content {
width: 90%;
max-width: 800px;
margin: auto;
text-align: justify;
line-height: 220%;
font-siz... | css/blogstyle.css | html,
body {
height: 100%;
width: 100%;
font-family: Montserrat;
}
#content {
background-color: #fff;
}
.post {
padding-top: 10em;
margin: auto;
width:100%;
}
.post-content {
width: 90%;
max-width: 800px;
margin: auto;
text-align: justify;
line-height: 220%;
font-siz... | 0.356223 | 0.063337 |
body {
margin: 0px;
}
#background {
/* backgrounds collection */
background-color: black;
background-image: url("https://source.unsplash.com/collection/3351493/1600x900/daily");
background-size: cover;
background-position: center center;
position: static;
top: 0;
bottom: 0;
height: 100vh;
z-index:... | styles.css | body {
margin: 0px;
}
#background {
/* backgrounds collection */
background-color: black;
background-image: url("https://source.unsplash.com/collection/3351493/1600x900/daily");
background-size: cover;
background-position: center center;
position: static;
top: 0;
bottom: 0;
height: 100vh;
z-index:... | 0.350088 | 0.072472 |
.pc .soria .dijitInputContainer input {
margin: 0 0.1em;
}
.pc .soria .dijitSelect .dijitButtonContents,
.pc .soria .dijitSelect,
.pc .soria .dijitTextBox,
.pc .soria .dijitTextArea {
background:#fff url("../images/validationInputBg.png") repeat-x top left;
#background:#fff url('../images/validationInputBg.gif') r... | .history/history-qface1-201304/src/qface/resources/themes/soria/dijit/form/Common.css | .pc .soria .dijitInputContainer input {
margin: 0 0.1em;
}
.pc .soria .dijitSelect .dijitButtonContents,
.pc .soria .dijitSelect,
.pc .soria .dijitTextBox,
.pc .soria .dijitTextArea {
background:#fff url("../images/validationInputBg.png") repeat-x top left;
#background:#fff url('../images/validationInputBg.gif') r... | 0.298287 | 0.129513 |
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://... | css/main.css | /* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html {
color: #222;
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight:
* https://... | 0.583678 | 0.077343 |
.App {
height: 100vh;
}
.home {
height: 100%;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
/* background: rgb(255,255,0);
background: linear-gradient(90deg, rgba(255,255,0,1) 0%, rgba(255,0,0,1) 100%); */
}
.menu {
position: absolute;
m... | src/App.css | .App {
height: 100vh;
}
.home {
height: 100%;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
/* background: rgb(255,255,0);
background: linear-gradient(90deg, rgba(255,255,0,1) 0%, rgba(255,0,0,1) 100%); */
}
.menu {
position: absolute;
m... | 0.40251 | 0.060863 |
header .header-head{
position:fixed;
top: 0;
width: auto;
z-index: 10;
float:right;
}
header .header-top{
background:#ffffff none repeat scroll 0 0;
box-sizing:border-box;
height:110px;
position:relative;
width:100%;
}
header .header-top-inner{
height:100%;
margin:0 auto;
max-width:100%;
}
header .header... | web/cssMainPage/styleHeader.css | header .header-head{
position:fixed;
top: 0;
width: auto;
z-index: 10;
float:right;
}
header .header-top{
background:#ffffff none repeat scroll 0 0;
box-sizing:border-box;
height:110px;
position:relative;
width:100%;
}
header .header-top-inner{
height:100%;
margin:0 auto;
max-width:100%;
}
header .header... | 0.300746 | 0.049935 |
html, body {
position: fixed;
}
body, body * {
margin: 0;
border: none;
padding: 0;
outline: none;
}
body {
width: 100%;
height: 100%;
}
.bg-r {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow-y: scroll;
}
.bg-r::-webkit-scrollbar {
width: 15px;
background: #020202;
}
.bg-r::-... | src/web/css/new.css | html, body {
position: fixed;
}
body, body * {
margin: 0;
border: none;
padding: 0;
outline: none;
}
body {
width: 100%;
height: 100%;
}
.bg-r {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow-y: scroll;
}
.bg-r::-webkit-scrollbar {
width: 15px;
background: #020202;
}
.bg-r::-... | 0.281307 | 0.043427 |
@media only screen and (min-width: 320px) and (max-width: 350px){
/***.container { width: 38em; } **/
label{ padding-top: 10px;font-size: 16px; }
.label-mob-width{ width: 27%; }
.input-mob-width{ width: 50%; }
#bodyData{ overflow-x: hidden; width: 38em;}
.logo-image{ height: 90px; width: 200px;}
.user-heade... | public/css/common-mobile.css | @media only screen and (min-width: 320px) and (max-width: 350px){
/***.container { width: 38em; } **/
label{ padding-top: 10px;font-size: 16px; }
.label-mob-width{ width: 27%; }
.input-mob-width{ width: 50%; }
#bodyData{ overflow-x: hidden; width: 38em;}
.logo-image{ height: 90px; width: 200px;}
.user-heade... | 0.29584 | 0.101278 |
.signin ::selection {
color: #fff;
background: red;
}
.signin-container {
min-height: 90vh;
box-sizing: border-box;
font-family: Helvetica, Arial, sans-serif;
padding: 30px;
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui,... | client/src/components/pages/SignIn/Signin.styles.css | .signin ::selection {
color: #fff;
background: red;
}
.signin-container {
min-height: 90vh;
box-sizing: border-box;
font-family: Helvetica, Arial, sans-serif;
padding: 30px;
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir,
helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui,... | 0.484868 | 0.09236 |
*{
margin: 0;
padding: 0;
transition: 300ms;
}
body{
}
.vol1{
font-family: "Poppins", sans-serif;
padding: 50px 0 5;
position: relative;
text-align: center;
background:-webkit-linear-gradient(90deg, #f45622 0%, #f53e54 100%);
justify-content: center;
}
.image img{
max-width: 350px;
}
.info{
font-weight... | public/libs/css/style.css | *{
margin: 0;
padding: 0;
transition: 300ms;
}
body{
}
.vol1{
font-family: "Poppins", sans-serif;
padding: 50px 0 5;
position: relative;
text-align: center;
background:-webkit-linear-gradient(90deg, #f45622 0%, #f53e54 100%);
justify-content: center;
}
.image img{
max-width: 350px;
}
.info{
font-weight... | 0.248443 | 0.0809 |
* {
margin: 0;
padding: 0;
}
html {
font-size: 62.5%;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 2rem;
-webkit-font-smoothing: antialiased;
line-height: 1.3;
}
a:link,
a:visited {
color:... | src/layouts/index.css | * {
margin: 0;
padding: 0;
}
html {
font-size: 62.5%;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: 2rem;
-webkit-font-smoothing: antialiased;
line-height: 1.3;
}
a:link,
a:visited {
color:... | 0.482185 | 0.107813 |
body {
color: #808080;
font-weight: 400;
font-size: 14px;
line-height: 26px;
-webkit-font-smoothing: antialiased;
}
p {
margin-bottom: 26px;
}
a {
color: #FFFFFF;
text-decoration: none !important;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
a:hover {
color: #4c4c4c;
}
h1,
h... | public/css1/styled.css | body {
color: #808080;
font-weight: 400;
font-size: 14px;
line-height: 26px;
-webkit-font-smoothing: antialiased;
}
p {
margin-bottom: 26px;
}
a {
color: #FFFFFF;
text-decoration: none !important;
-webkit-transition: color 0.3s;
transition: color 0.3s;
}
a:hover {
color: #4c4c4c;
}
h1,
h... | 0.27973 | 0.068475 |
░█████╗░░█████╗░██████╗░██╗░░░██╗██████╗░██╗░██████╗░██╗░░██╗████████╗
██╔══██╗██╔══██╗██╔══██╗╚██╗░██╔╝██╔══██╗██║██╔════╝░██║░░██║╚══██╔══╝
██║░░╚═╝██║░░██║██████╔╝░╚████╔╝░██████╔╝██║██║░░██╗░███████║░░░██║░░░
██║░░██╗██║░░██║██╔═══╝░░░╚██╔╝░░██╔══██╗██║██║░░╚██╗██╔══██║░░░██║░░░
╚█████╔╝╚█████╔╝██║░░░░░... | data/usercss/200866.user.css | ░█████╗░░█████╗░██████╗░██╗░░░██╗██████╗░██╗░██████╗░██╗░░██╗████████╗
██╔══██╗██╔══██╗██╔══██╗╚██╗░██╔╝██╔══██╗██║██╔════╝░██║░░██║╚══██╔══╝
██║░░╚═╝██║░░██║██████╔╝░╚████╔╝░██████╔╝██║██║░░██╗░███████║░░░██║░░░
██║░░██╗██║░░██║██╔═══╝░░░╚██╔╝░░██╔══██╗██║██║░░╚██╗██╔══██║░░░██║░░░
╚█████╔╝╚█████╔╝██║░░░░░... | 0.164114 | 0.028463 |
@media (min-width: 769px) {
/* Header */
header .nav-logo {
margin-left: 5rem;
transition: transform 1s;
}
.nav-logo:hover, .nav-logo:focus {
transform: rotate(360deg);
}
.menu-list {
flex-direction: row;
width: auto;
height: auto;
posit... | css/style.css | @media (min-width: 769px) {
/* Header */
header .nav-logo {
margin-left: 5rem;
transition: transform 1s;
}
.nav-logo:hover, .nav-logo:focus {
transform: rotate(360deg);
}
.menu-list {
flex-direction: row;
width: auto;
height: auto;
posit... | 0.596198 | 0.133783 |
a
{
color:inherit;
text-decoration:none;
}
body
{
background-color:#333;
background-image:url(/static/img/playerbg.png);
background-position:center top;
background-repeat:repeat;
color:#CCC;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:12px;
}
#containe... | lib/rfk/static/css/html5player.css | a
{
color:inherit;
text-decoration:none;
}
body
{
background-color:#333;
background-image:url(/static/img/playerbg.png);
background-position:center top;
background-repeat:repeat;
color:#CCC;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size:12px;
}
#containe... | 0.213705 | 0.074399 |
.minutes0 :nth-child(3){
background-image: url("minutes/0.png");
}
.minutes1 :nth-child(3){
background-image: url("minutes/1.png");
}
.minutes2 :nth-child(3){
background-image: url("minutes/2.png");
}
.minutes3 :nth-child(3){
background-image: url("minutes/3.png");
}
.minutes4 :nth... | Clock/Standard/minutes.css | .minutes0 :nth-child(3){
background-image: url("minutes/0.png");
}
.minutes1 :nth-child(3){
background-image: url("minutes/1.png");
}
.minutes2 :nth-child(3){
background-image: url("minutes/2.png");
}
.minutes3 :nth-child(3){
background-image: url("minutes/3.png");
}
.minutes4 :nth... | 0.1602 | 0.353735 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
:root{
--main-color:#e38528;
}
*{
font-family: 'Roboto', sans-serif;
margin:0; padding:0;
box-sizing: border-box;
outline: none; border:none;
text-decoration: none;
text-transf... | src/css/operation.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
:root{
--main-color:#e38528;
}
*{
font-family: 'Roboto', sans-serif;
margin:0; padding:0;
box-sizing: border-box;
outline: none; border:none;
text-decoration: none;
text-transf... | 0.351979 | 0.055285 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}
body {
background: linear-gradient(190.8deg, rgba(215, 131, 144, 0.3) -8.75%, rgba(170, 113, 121, 0.208108) 32.5%, rgba(36, 9, 13, 0) 93.77%), #120505;
}
.header {
display: flex;
flex-wrap: wrap;
gap: 40px;
align-items: cent... | style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
}
body {
background: linear-gradient(190.8deg, rgba(215, 131, 144, 0.3) -8.75%, rgba(170, 113, 121, 0.208108) 32.5%, rgba(36, 9, 13, 0) 93.77%), #120505;
}
.header {
display: flex;
flex-wrap: wrap;
gap: 40px;
align-items: cent... | 0.400398 | 0.086478 |
* {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
color: #073144;
font-family: "Open Sans", sans-serif;
line-height: 2;
font-size: 1.125rem;
margin: 0;
padding: 0;
}
p {
margin: 0 0 1.5em 0;
}
.container {
display: grid;
margin: 4rem auto;
max-width: 1100px;
grid-templ... | demos/list-example/style.css | * {
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
color: #073144;
font-family: "Open Sans", sans-serif;
line-height: 2;
font-size: 1.125rem;
margin: 0;
padding: 0;
}
p {
margin: 0 0 1.5em 0;
}
.container {
display: grid;
margin: 4rem auto;
max-width: 1100px;
grid-templ... | 0.544317 | 0.115262 |
.td_h_a {
color: #6c6b6b;
text-decoration: none;
padding-right: 50px; }
.td_h {
color: #6c6b6b;
font-weight: 400;
font-size: 14px;
letter-spacing: 0.5px; }
/* billboard stlye 1 */
.td_bb {
text-align: center; }
.span_bb {
font-weight: 500;
letter-spacing: 1px; }
/* Blog */
.a_blog {
text-decor... | public/stylesheets/style.css | .td_h_a {
color: #6c6b6b;
text-decoration: none;
padding-right: 50px; }
.td_h {
color: #6c6b6b;
font-weight: 400;
font-size: 14px;
letter-spacing: 0.5px; }
/* billboard stlye 1 */
.td_bb {
text-align: center; }
.span_bb {
font-weight: 500;
letter-spacing: 1px; }
/* Blog */
.a_blog {
text-decor... | 0.311951 | 0.143278 |
width: 100vw;
height: 100vh;
margin-top: 70px;
margin-bottom: -70px;
background: linear-gradient(180deg, rgb(11,16,20) 80%, rgb(119,12,157) 100%);
}
.text-container {
position: absolute;
top: 20%;
left: 50%;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.date { margin-bottom:... | src/components/Intro.css | width: 100vw;
height: 100vh;
margin-top: 70px;
margin-bottom: -70px;
background: linear-gradient(180deg, rgb(11,16,20) 80%, rgb(119,12,157) 100%);
}
.text-container {
position: absolute;
top: 20%;
left: 50%;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.date { margin-bottom:... | 0.53437 | 0.06216 |
.btn {
border: none;
background-color: rgb(190, 4, 4);
padding-top: 5px;
padding: 10px 10px;
color: white;
border-bottom: 3px solid red;
font-size: 10px;
cursor: pointer;
display: inline-block;
padding-left: 20px;
}
form a{
border: none;
background-color: rgb(190, 4, 4);
paddi... | main/content/styles.css | .btn {
border: none;
background-color: rgb(190, 4, 4);
padding-top: 5px;
padding: 10px 10px;
color: white;
border-bottom: 3px solid red;
font-size: 10px;
cursor: pointer;
display: inline-block;
padding-left: 20px;
}
form a{
border: none;
background-color: rgb(190, 4, 4);
paddi... | 0.522933 | 0.077065 |
body {
color: #444444;
font-family: Helvetica, Verdana, sans-serif ;
background: #f3f3f3;
margin: 0;
font-size: 16px;
}
.invisible {
display: none;
}
.display-as-table {
display: table;
}
.display-as-table-cell {
display: table-cell;
}
.pl10 {
padding-left: 10px;
}
.pt15 {
... | Server/TwainCloudServer/css/dynamsoft/comm.css | body {
color: #444444;
font-family: Helvetica, Verdana, sans-serif ;
background: #f3f3f3;
margin: 0;
font-size: 16px;
}
.invisible {
display: none;
}
.display-as-table {
display: table;
}
.display-as-table-cell {
display: table-cell;
}
.pl10 {
padding-left: 10px;
}
.pt15 {
... | 0.357904 | 0.107766 |
:root {
--tiny-space: 6px;
--font-size: 16px;
--Field_padding: 22px;
--Field_changed-width: 4px;
--button_border-width: 2px;
}
@media (max-width: 1199px) {
:root {
--Field_padding: 18px;
}
}
*,
*::before,
*::after {
box-sizing: border-box;
background-repeat: no-repeat;
}
html {
background-col... | src/options/options.css | :root {
--tiny-space: 6px;
--font-size: 16px;
--Field_padding: 22px;
--Field_changed-width: 4px;
--button_border-width: 2px;
}
@media (max-width: 1199px) {
:root {
--Field_padding: 18px;
}
}
*,
*::before,
*::after {
box-sizing: border-box;
background-repeat: no-repeat;
}
html {
background-col... | 0.514888 | 0.141459 |
ngm-dashboard .ngm-panel-header,
.ngm-proj-title,
.ngm-proj-views-title,
.ngm-projects-list {
margin-bottom: 12px;
}
.ngm-proj-views-title,
.ngm-proj-title {
display: flex;
color: #212529;
font: normal normal bold 14px/20px Inter;
}
.ngm-proj-title {
justify-content: space-between;
}
.ngm-proj-views-title ... | ui/src/style/ngm-dashboard.css | ngm-dashboard .ngm-panel-header,
.ngm-proj-title,
.ngm-proj-views-title,
.ngm-projects-list {
margin-bottom: 12px;
}
.ngm-proj-views-title,
.ngm-proj-title {
display: flex;
color: #212529;
font: normal normal bold 14px/20px Inter;
}
.ngm-proj-title {
justify-content: space-between;
}
.ngm-proj-views-title ... | 0.478285 | 0.08548 |
@charset "utf-8";
.col_main { float:left; width:100%;}
.col_sub,.col_extra { float:left;}
.grid_01 .main_wrap { margin-left:195px;}
.grid_01 .col_sub { width:185px; margin-left:-100%;}
.inputfile{cursor:hand;border:#dedede 1px solid;background-color:#fff; height:24px;} /*单上传按钮样式*/
.user_center .user_pgHeader,.use... | Home/Tpl/default/css/user_center.css | @charset "utf-8";
.col_main { float:left; width:100%;}
.col_sub,.col_extra { float:left;}
.grid_01 .main_wrap { margin-left:195px;}
.grid_01 .col_sub { width:185px; margin-left:-100%;}
.inputfile{cursor:hand;border:#dedede 1px solid;background-color:#fff; height:24px;} /*单上传按钮样式*/
.user_center .user_pgHeader,.use... | 0.213869 | 0.06165 |
@font-face {
font-family: 'SF Pro Display';
src: url('../fonts/SFProDisplay-Medium.eot');
src: local('SF Pro Display Medium'), local('SFProDisplay-Medium'),
url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),... | public/css/style.css |
@font-face {
font-family: 'SF Pro Display';
src: url('../fonts/SFProDisplay-Medium.eot');
src: local('SF Pro Display Medium'), local('SFProDisplay-Medium'),
url('../fonts/SFProDisplay-Medium.eot?#iefix') format('embedded-opentype'),
url('../fonts/SFProDisplay-Medium.woff2') format('woff2'),... | 0.286568 | 0.034294 |
html {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
font-family: helvetica;
background-size: cover;
height: 100%;
}
body {
min-height: 100%;
display: flex;
flex-direction: column;
}
h1{
font-size: 3em;
color: #FFD700;
text-shadow: 0 0 3px #000000;
}
... | public/main.css | html {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
font-family: helvetica;
background-size: cover;
height: 100%;
}
body {
min-height: 100%;
display: flex;
flex-direction: column;
}
h1{
font-size: 3em;
color: #FFD700;
text-shadow: 0 0 3px #000000;
}
... | 0.416441 | 0.0745 |
body {
font-family: Calibri Light;
background:url(bg.jpg) #DDD no-repeat left top;
background-size: 100%;
background-attachment: fixed;
padding-top: 51px;
-webkit-transition: background 1.5s linear;
-moz-transition: background 1.5s linear;
-o-transition: background 1.5s linear;
-ms-transition: background 1.5s ... | client/style.css | body {
font-family: Calibri Light;
background:url(bg.jpg) #DDD no-repeat left top;
background-size: 100%;
background-attachment: fixed;
padding-top: 51px;
-webkit-transition: background 1.5s linear;
-moz-transition: background 1.5s linear;
-o-transition: background 1.5s linear;
-ms-transition: background 1.5s ... | 0.357119 | 0.060252 |
section {
height: 90vh;
overflow: hidden;
text-align: center;
background: #1c1d26;
padding-top: 80px;
}
h1 {
margin: 0;
margin-bottom: 20px;
text-align: center;
}
h2 {
margin: 0;
margin-bottom: 20px;
text-align: center;
}
h1 img{
width: 80px;
... | estilos/estilos.css | section {
height: 90vh;
overflow: hidden;
text-align: center;
background: #1c1d26;
padding-top: 80px;
}
h1 {
margin: 0;
margin-bottom: 20px;
text-align: center;
}
h2 {
margin: 0;
margin-bottom: 20px;
text-align: center;
}
h1 img{
width: 80px;
... | 0.414069 | 0.072604 |
html, body, #skin{
height: 100%;
margin:0;
padding:0;
}
body {
color: #333;
font-family: '微软雅黑';
overflow: hidden;
}
@keyframes show {
from{
opacity: 0;
}
}
.primary-button,
.secondary-button {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
... | public/module/doc/css/layouts/main.css | html, body, #skin{
height: 100%;
margin:0;
padding:0;
}
body {
color: #333;
font-family: '微软雅黑';
overflow: hidden;
}
@keyframes show {
from{
opacity: 0;
}
}
.primary-button,
.secondary-button {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
... | 0.290981 | 0.048406 |
html, body{
margin:0;
font-size: 100%;
font-family: 'Montserrat', sans-serif;
background: #fff;
}
body a {
text-decoration:none;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
a:hover{
text-decoration:none;
}
input[type="button"]... | web/css/contact.css | html, body{
margin:0;
font-size: 100%;
font-family: 'Montserrat', sans-serif;
background: #fff;
}
body a {
text-decoration:none;
transition:0.5s all;
-webkit-transition:0.5s all;
-moz-transition:0.5s all;
-o-transition:0.5s all;
-ms-transition:0.5s all;
}
a:hover{
text-decoration:none;
}
input[type="button"]... | 0.312055 | 0.059129 |
body {
overflow-x: hidden;
}
p {
font-size: 20px;
}
#para{
margin-top: 40px;
}
p.small {
font-size: 16px;
}
#blog{
width: 70%;
margin-left: 10%;
list-style: none;
}
a,
a:hover,
a:focus,
a:active,
a.active {
outline: 0;
color: #18bc9c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-tran... | css/freelancer.css | body {
overflow-x: hidden;
}
p {
font-size: 20px;
}
#para{
margin-top: 40px;
}
p.small {
font-size: 16px;
}
#blog{
width: 70%;
margin-left: 10%;
list-style: none;
}
a,
a:hover,
a:focus,
a:active,
a.active {
outline: 0;
color: #18bc9c;
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-tran... | 0.333069 | 0.103612 |
html, body, form, fieldset, table, tr, td, img {
font-size:10pt; font-family:Arial,sans-serif;color:black;line-height:20px;
}
body {
background-color: white;
margin-top: 50px;
margin-bottom: 50px;
margin-right: 100px;
margin-left: 100px;
font-size:10pt; font-famil... | processingjs/imgtypewriter/itw.css | html, body, form, fieldset, table, tr, td, img {
font-size:10pt; font-family:Arial,sans-serif;color:black;line-height:20px;
}
body {
background-color: white;
margin-top: 50px;
margin-bottom: 50px;
margin-right: 100px;
margin-left: 100px;
font-size:10pt; font-famil... | 0.356447 | 0.064007 |
body {
font-family: 'Open Sans', sans-serif;
}
#wrapper {
width: 100%;
background:#202020;
}
#page-wrapper {
padding: 15px 15px;
min-height: 600px;
background:#F3F3F3;
}
#page-inner {
width:100%;
margin:5px 20px 10px 0px;
... | assets/main/css/custom.css | body {
font-family: 'Open Sans', sans-serif;
}
#wrapper {
width: 100%;
background:#202020;
}
#page-wrapper {
padding: 15px 15px;
min-height: 600px;
background:#F3F3F3;
}
#page-inner {
width:100%;
margin:5px 20px 10px 0px;
... | 0.424531 | 0.101812 |
Created on : 30/12/2020, 18:31:36
Author : Jamilly
*/
#dashboard-page {
display: flex;
min-height: 100vh;
}
#dashboard-page main {
flex: 1;
}
.sidebar {
position: fixed;
height: 100%;
padding: 32px 24px;
background: linear-gradient(329.54deg, #15B6D6 0%, #15D6D6 100%);
disp... | web/styles/dashboard.css | Created on : 30/12/2020, 18:31:36
Author : Jamilly
*/
#dashboard-page {
display: flex;
min-height: 100vh;
}
#dashboard-page main {
flex: 1;
}
.sidebar {
position: fixed;
height: 100%;
padding: 32px 24px;
background: linear-gradient(329.54deg, #15B6D6 0%, #15D6D6 100%);
disp... | 0.351756 | 0.185633 |
margin-bottom: 0;
background: #eff2f5;
color:black;
border: 0ch;
opacity: 1;
font-family: inherit;
}
.estilo{
background-repeat: no-repeat;
background-image: url(https://lh3.googleusercontent.com/8unpJUuDaA38ulJj2hJs3m-2VRZT_83Dl8J_fXCs75c1HsUiyOAj_puy73fFFAJ3JlZrqClLLZeSCdEVzM... | public/css/style.css |
margin-bottom: 0;
background: #eff2f5;
color:black;
border: 0ch;
opacity: 1;
font-family: inherit;
}
.estilo{
background-repeat: no-repeat;
background-image: url(https://lh3.googleusercontent.com/8unpJUuDaA38ulJj2hJs3m-2VRZT_83Dl8J_fXCs75c1HsUiyOAj_puy73fFFAJ3JlZrqClLLZeSCdEVzM... | 0.243912 | 0.097305 |
.dhtmlxcolorpicker {
BACKGROUND: #e6e5e5; COLOR: #000
}
.dhtmlxcolorpicker .cs_ContentTable {
MARGIN: 8px
}
.dhtmlxcolorpicker .cs_SelectorDiv {
BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; OVERFLOW: hidden; BORDER-LEFT: gray 1px solid; WIDTH: 256px; BORDER-BOTTOM: gray 1px solid; POSITION: relative; HE... | src/web/console/shared/plugins/dhtmlx/dhtmlxcolorpicker/dhtmlxcolorpicker.css | .dhtmlxcolorpicker {
BACKGROUND: #e6e5e5; COLOR: #000
}
.dhtmlxcolorpicker .cs_ContentTable {
MARGIN: 8px
}
.dhtmlxcolorpicker .cs_SelectorDiv {
BORDER-RIGHT: gray 1px solid; BORDER-TOP: gray 1px solid; OVERFLOW: hidden; BORDER-LEFT: gray 1px solid; WIDTH: 256px; BORDER-BOTTOM: gray 1px solid; POSITION: relative; HE... | 0.447219 | 0.189634 |
body {
font-family: 'treasure', sans-serif;
font-size:13px;
/* background-color: black; */
}
#myVideo {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}
@font-face {
font-family: 'pirate';
src: url('../../treasuremapdeadhand-yla3-webfont.woff2') format('woff2'),
... | public/stylesheets/departmentpage.css |
body {
font-family: 'treasure', sans-serif;
font-size:13px;
/* background-color: black; */
}
#myVideo {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
}
@font-face {
font-family: 'pirate';
src: url('../../treasuremapdeadhand-yla3-webfont.woff2') format('woff2'),
... | 0.437103 | 0.056262 |
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,... | _/Shared/Themes/Element/CSS/style.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.4917 | 0.153803 |
.tab-head h2 {
border-bottom: solid cornflowerblue 1px;
/* border-left: solid cornflowerblue 1px; */
width: 33%;
height: 50px;
line-height: 50px;
margin: 0;
/* float: left; */
text-align: center;
display: inline-block
}
.tab-content {
/* border: solid cornflowerblue 1px; */
... | apps/css/jobs.css | .tab-head h2 {
border-bottom: solid cornflowerblue 1px;
/* border-left: solid cornflowerblue 1px; */
width: 33%;
height: 50px;
line-height: 50px;
margin: 0;
/* float: left; */
text-align: center;
display: inline-block
}
.tab-content {
/* border: solid cornflowerblue 1px; */
... | 0.493164 | 0.105349 |
.app__gallery {
flex-direction: row;
background: var(--color-black);
padding: 4rem 0 4rem 6rem;
}
.app__gallery-content {
flex: 1;
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
min-width: 500px;
padding-right: 2rem;
}
.app__gallery-content button {
margin-top: 1r... | src/container/Gallery/Gallery.css | .app__gallery {
flex-direction: row;
background: var(--color-black);
padding: 4rem 0 4rem 6rem;
}
.app__gallery-content {
flex: 1;
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
min-width: 500px;
padding-right: 2rem;
}
.app__gallery-content button {
margin-top: 1r... | 0.503174 | 0.059428 |
main{
background: none;
padding: 0;
border: 0;
box-shadow: none;
}
#article_header{
position: relative;
display: inline-flex;
box-sizing: border-box;
flex-direction: column;
height: auto;
width: 100%;
padding: 10px;
background: #ffffff;
margin-top: 5px;
border-radius: 5px 5px 0px 0px;
}
#article_title{
f... | css/work.css | main{
background: none;
padding: 0;
border: 0;
box-shadow: none;
}
#article_header{
position: relative;
display: inline-flex;
box-sizing: border-box;
flex-direction: column;
height: auto;
width: 100%;
padding: 10px;
background: #ffffff;
margin-top: 5px;
border-radius: 5px 5px 0px 0px;
}
#article_title{
f... | 0.21917 | 0.056862 |
.title-container * {
overflow: hidden;
}
.tile-container {
display: flex;
flex-flow: row wrap;
width: 100%;
padding: 0 1rem 0 1rem;
margin-top: 2rem;
justify-content: center;
}
.tile-container>h1 {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
font: 2.5rem Ralew... | assets/css/news.css | .title-container * {
overflow: hidden;
}
.tile-container {
display: flex;
flex-flow: row wrap;
width: 100%;
padding: 0 1rem 0 1rem;
margin-top: 2rem;
justify-content: center;
}
.tile-container>h1 {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
font: 2.5rem Ralew... | 0.290578 | 0.066751 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Manrope", sans-serif;
}
body {
font-size: 13px;
}
/* Container e Grid container */
.c-container {
max-width: 1920px;
width: 100%;
max-height: 1080px;
height: 100vh;
display: flex;
align-items: center;
justify-conten... | iniciante/article-preview-component-master/syle.css |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Manrope", sans-serif;
}
body {
font-size: 13px;
}
/* Container e Grid container */
.c-container {
max-width: 1920px;
width: 100%;
max-height: 1080px;
height: 100vh;
display: flex;
align-items: center;
justify-conten... | 0.503662 | 0.063773 |
padding-left : 0;
-webkit-transition: all 0.5s ease;
-moz-transition : all 0.5s ease;
-o-transition : all 0.5s ease;
transition : all 0.5s ease;
}
#wrapper.toggled {
padding-left: 250px;
}
#sidebar-wrapper {
z-index : 1000;
position : fixed;
lef... | styles/menu.css | padding-left : 0;
-webkit-transition: all 0.5s ease;
-moz-transition : all 0.5s ease;
-o-transition : all 0.5s ease;
transition : all 0.5s ease;
}
#wrapper.toggled {
padding-left: 250px;
}
#sidebar-wrapper {
z-index : 1000;
position : fixed;
lef... | 0.513181 | 0.064624 |
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Overpass:300,400,700");
:root {
--global--link--Color: var(--global--primary--Color);
--global--link--TextDecoration: none;
--global--link--hover-Color: #0088ce;
--global--link--hover--TextDecoration: underline;
--global--BorderWidth: 1px;... | Theming with Variables - Globals and Locals/styles/system.processed.css | @charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Overpass:300,400,700");
:root {
--global--link--Color: var(--global--primary--Color);
--global--link--TextDecoration: none;
--global--link--hover-Color: #0088ce;
--global--link--hover--TextDecoration: underline;
--global--BorderWidth: 1px;... | 0.325521 | 0.049843 |
.navbar {
width: 80%;
margin: 0 auto;
height: 70px;
background-color: #fff;
position: sticky;
top: 0;
display: flex;
align-items: center;
justify-content: space-between;
font-family: "Rubik", sans-serif;
z-index: 10;
}
.navbar .logo,
.navbar .center,
.navbar .right {
display: flex;
align-items: center;
}
... | client/src/components/navbar/navbar.css | .navbar {
width: 80%;
margin: 0 auto;
height: 70px;
background-color: #fff;
position: sticky;
top: 0;
display: flex;
align-items: center;
justify-content: space-between;
font-family: "Rubik", sans-serif;
z-index: 10;
}
.navbar .logo,
.navbar .center,
.navbar .right {
display: flex;
align-items: center;
}
... | 0.289472 | 0.073198 |
.modalButton {
display: inline-block; }
.modalButton:hover {
cursor: pointer; }
/* The Modal (background) */
.modal {
display: none;
/* Hidden by default */
position: fixed;
/* Stay in place */
z-index: 10;
/* Sit on top */
padding-top: 100px;
/* Location of the box */
left: 0;
top: 0;
wi... | includes/modal.css | .modalButton {
display: inline-block; }
.modalButton:hover {
cursor: pointer; }
/* The Modal (background) */
.modal {
display: none;
/* Hidden by default */
position: fixed;
/* Stay in place */
z-index: 10;
/* Sit on top */
padding-top: 100px;
/* Location of the box */
left: 0;
top: 0;
wi... | 0.29798 | 0.044328 |
.statistics-box {
padding-top: 14px;
min-height: 80px;
text-align: center
}
.statistics-box.with-icon {
position: relative;
padding-left: 80px;
text-align: right
}
.statistics-box.with-icon .ico {
position: absolute;
top: 0px;
left: 0px;
width: 40px;
height: 40px;
font-... | panel/assets/css/emnosia.css | .statistics-box {
padding-top: 14px;
min-height: 80px;
text-align: center
}
.statistics-box.with-icon {
position: relative;
padding-left: 80px;
text-align: right
}
.statistics-box.with-icon .ico {
position: absolute;
top: 0px;
left: 0px;
width: 40px;
height: 40px;
font-... | 0.455441 | 0.134747 |
/*reset*/
*{padding: 0;margin: 0;}
html, body, 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, t... | SpringMVC_06_Book/src/main/webapp/static/css/login.css | /*reset*/
*{padding: 0;margin: 0;}
html, body, 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, t... | 0.212314 | 0.051035 |
*{margin:0;padding:0}
li{list-style:none}
img{vertical-align:top;border:none}
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form el... | public/static/newgame/css/index.css | *{margin:0;padding:0}
li{list-style:none}
img{vertical-align:top;border:none}
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form el... | 0.309858 | 0.0809 |
----------------------------------*/
.ui-slider,.ui-slider-range,.ui-sliderv,.ui-slider-rangev { margin-bottom:20px; }
/* Overlays */
.ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: ... | backend/opacity/lib/css/opacity-sliders.css | ----------------------------------*/
.ui-slider,.ui-slider-range,.ui-sliderv,.ui-slider-rangev { margin-bottom:20px; }
/* Overlays */
.ui-widget-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ui-slider {
position: relative;
text-align: left;
}
.ui-slider .ui-slider-handle {
position: ... | 0.452536 | 0.064183 |
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, ... | public/css/style.css | html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, ... | 0.450843 | 0.07579 |
.content {
width: 100%;
margin: 0 auto;
min-width: 100%;
margin-top: 20px;
}
.tags {
min-width: 450px;
}
@media (max-width: 768px) {
.tags {
min-width: auto;
}
}
@media (max-width: 425px) {
.tags {
min-width: 100%;
}
}
.tags__title {
col... | src/css/tags.css | .content {
width: 100%;
margin: 0 auto;
min-width: 100%;
margin-top: 20px;
}
.tags {
min-width: 450px;
}
@media (max-width: 768px) {
.tags {
min-width: auto;
}
}
@media (max-width: 425px) {
.tags {
min-width: 100%;
}
}
.tags__title {
col... | 0.592077 | 0.089574 |
body, html {
margin: 0;
overflow: hidden;
height:100vh;
}
#map::-webkit-scrollbar {
display: none;
}
/*html {*/
/*overflow-y: auto;*/
/*background-color: transparent;*/
/*}*/
/*::-webkit-scrollbar:vertical {
width: 15px; !* remove scrollbar space *!
background: lightblue; !* optional: just make s... | ooiui/static/css/home/home.css | body, html {
margin: 0;
overflow: hidden;
height:100vh;
}
#map::-webkit-scrollbar {
display: none;
}
/*html {*/
/*overflow-y: auto;*/
/*background-color: transparent;*/
/*}*/
/*::-webkit-scrollbar:vertical {
width: 15px; !* remove scrollbar space *!
background: lightblue; !* optional: just make s... | 0.31237 | 0.045331 |
body {
width: 295px;
margin: 15px;
font-size: 15px;
font-style: normal;
background-color: white;
}
.txt-right {
text-align: right;
}
.f-right {
float: right;
}
.ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btn {
cursor: pointer;
displa... | popup.css | body {
width: 295px;
margin: 15px;
font-size: 15px;
font-style: normal;
background-color: white;
}
.txt-right {
text-align: right;
}
.f-right {
float: right;
}
.ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.btn {
cursor: pointer;
displa... | 0.363195 | 0.086825 |
body {
margin-top: 20;
margin-left: 120;
margin-right: 100;
margin-bottom: 100px;
}
button {
border: none;
padding: 5px;
font-size: 15px;
height: 27px;
border-radius: 3px;
background-color: #ffffff;
font-family: Raleway;
font-weight: bold;
width: 100px;
}
.nav {
background-co... | text.css | body {
margin-top: 20;
margin-left: 120;
margin-right: 100;
margin-bottom: 100px;
}
button {
border: none;
padding: 5px;
font-size: 15px;
height: 27px;
border-radius: 3px;
background-color: #ffffff;
font-family: Raleway;
font-weight: bold;
width: 100px;
}
.nav {
background-co... | 0.307878 | 0.052328 |
display: flex;
min-height: 330px;
}
.box-panel {
background: #b96f50;
padding: 5px;
margin: 5px;
display: flex;
width: 50px;
height: 50px;
cursor: pointer;
}
.box-pixel-panel:hover {
background: #c28569;
}
.box-active {
background: #c28569 !important;
}
.box-disabled {
background: #945542 !im... | Crafting.css | display: flex;
min-height: 330px;
}
.box-panel {
background: #b96f50;
padding: 5px;
margin: 5px;
display: flex;
width: 50px;
height: 50px;
cursor: pointer;
}
.box-pixel-panel:hover {
background: #c28569;
}
.box-active {
background: #c28569 !important;
}
.box-disabled {
background: #945542 !im... | 0.375477 | 0.100525 |
html,
body {
background-color: white;
}
textarea {
resize: none;
}
ul {
padding-left: 20px;
}
.btn {
margin-bottom: 10px;
margin-top: 10px;
}
/* overrides angular-material */
.md-confirm-button:focus,
.md-confirm-button.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.md-conf... | src/www/js/hacks.css |
html,
body {
background-color: white;
}
textarea {
resize: none;
}
ul {
padding-left: 20px;
}
.btn {
margin-bottom: 10px;
margin-top: 10px;
}
/* overrides angular-material */
.md-confirm-button:focus,
.md-confirm-button.focus {
color: #fff;
background-color: #c9302c;
border-color: #761c19;
}
.md-conf... | 0.400515 | 0.042563 |
*, *:before, *:after { box-sizing: border-box }
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, for... | wp-content/themes/mts_best/style.css | *, *:before, *:after { box-sizing: border-box }
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, for... | 0.462716 | 0.133952 |
@font-face {
font-family: "Open Sans";
src: url("https://netology-code.github.io/html-2-diploma/sources/fonts/OpenSans-Regular.woff");
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "Open Sans";
src: url("https://netology-code.github.io/html-2-diploma/sources/fonts/OpenSans-Bold.woff");
... | src/css/style.css | @font-face {
font-family: "Open Sans";
src: url("https://netology-code.github.io/html-2-diploma/sources/fonts/OpenSans-Regular.woff");
font-style: normal;
font-weight: 400;
}
@font-face {
font-family: "Open Sans";
src: url("https://netology-code.github.io/html-2-diploma/sources/fonts/OpenSans-Bold.woff");
... | 0.446736 | 0.076996 |
@charset "utf-8";
/**
*
* -----------------------------------------------------------------------------
* Author : Digimerlin
* Author URI : http://digimerlin.com/
*
* -----------------------------------------------------------------------------
*
**/ /* TABLE OF CONTENT
--------------------------------------------... | public/assets/frontend/css/style.css | @charset "utf-8";
/**
*
* -----------------------------------------------------------------------------
* Author : Digimerlin
* Author URI : http://digimerlin.com/
*
* -----------------------------------------------------------------------------
*
**/ /* TABLE OF CONTENT
--------------------------------------------... | 0.509276 | 0.102305 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
outline: none;
}
span{
vertical-align: sub;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
}
img {
margin-top: 100px;
width: 600px;
height: 600px;
box-shadow: 10px 0 30p... | task4/style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
outline: none;
}
span{
vertical-align: sub;
}
.container {
display: flex;
flex-direction: column;
align-items: center;
}
img {
margin-top: 100px;
width: 600px;
height: 600px;
box-shadow: 10px 0 30p... | 0.316475 | 0.10079 |