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 |
|---|---|---|---|---|
*{
font-family: Roboto;
box-sizing: border-box;
}
body{
background-color: rgb(255, 255, 255);
display:grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 100px 2fr 50px;
grid-template-areas:
'header header'
'main section'
'footer footer';
height:100vh;
margin: 0;
... | Node/frontend/assets/css/style.css | *{
font-family: Roboto;
box-sizing: border-box;
}
body{
background-color: rgb(255, 255, 255);
display:grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 100px 2fr 50px;
grid-template-areas:
'header header'
'main section'
'footer footer';
height:100vh;
margin: 0;
... | 0.49048 | 0.099821 |
typography
===========================================*/
@import url("../../../../../css.css");
@font-face {
font-family: amrFont;
src: url("../fonts/Gilbert Bold-Preview_1004.otf"); }
@font-face {
font-family: amrFont;
src: url("../fonts/Gilbert-Color Bold-Preview_1004.otf"); }
/*========================... | public/assets/css/style.css | typography
===========================================*/
@import url("../../../../../css.css");
@font-face {
font-family: amrFont;
src: url("../fonts/Gilbert Bold-Preview_1004.otf"); }
@font-face {
font-family: amrFont;
src: url("../fonts/Gilbert-Color Bold-Preview_1004.otf"); }
/*========================... | 0.435661 | 0.057971 |
* {margin: 0; padding: 0; outline: 0;}
.centered {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
html,body {
font-family: Helvetica, Arial, Verdana, sans-serif;
/*font-size: 12px;*/
background-color: #eceff1;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
.contai... | CSS/codeparty.css | * {margin: 0; padding: 0; outline: 0;}
.centered {
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
html,body {
font-family: Helvetica, Arial, Verdana, sans-serif;
/*font-size: 12px;*/
background-color: #eceff1;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
.contai... | 0.358353 | 0.092811 |
h1{
text-shadow:0px 0px 2px rgba(0,0,0,0.2);
font-weight:normal;
color:#FFFFFF;
letter-spacing:3pt;
word-spacing:-2pt;
font-size:54px;
text-align:center;
font-family:Syncopate;
line-height:1;
}
.form-check-input{
}
.floating_plus_icon {
background:none;
position:absolute;
top:0;
right:0;
... | public/css/add.css | h1{
text-shadow:0px 0px 2px rgba(0,0,0,0.2);
font-weight:normal;
color:#FFFFFF;
letter-spacing:3pt;
word-spacing:-2pt;
font-size:54px;
text-align:center;
font-family:Syncopate;
line-height:1;
}
.form-check-input{
}
.floating_plus_icon {
background:none;
position:absolute;
top:0;
right:0;
... | 0.318379 | 0.063337 |
:root {
--background: whitesmoke;
--pagedjs-width: 6in;
--pagedjs-height: 9in;
--color-paper: white;
--color-mbox: rgba(0, 0, 0, 0.2);
--running-title-width: 2.5in;
--screen-pages-spacing: 5mm;
}
html {
line-height: 1.3;
}
/* generated content */
a[href^="http"]:not([class="uri"])::after {
conte... | custom_default_not_page.css | :root {
--background: whitesmoke;
--pagedjs-width: 6in;
--pagedjs-height: 9in;
--color-paper: white;
--color-mbox: rgba(0, 0, 0, 0.2);
--running-title-width: 2.5in;
--screen-pages-spacing: 5mm;
}
html {
line-height: 1.3;
}
/* generated content */
a[href^="http"]:not([class="uri"])::after {
conte... | 0.451085 | 0.149376 |
----------------------------------------------------------------------------- Import css */
.dcb {
background-image: url(https://cdn.esphere.ru/images/sberbank/grass.jpg);
background-position: 50% 0;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed; }
.dcb > div > .wrapper ... | storybook/styles/css/uikit.css | ----------------------------------------------------------------------------- Import css */
.dcb {
background-image: url(https://cdn.esphere.ru/images/sberbank/grass.jpg);
background-position: 50% 0;
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed; }
.dcb > div > .wrapper ... | 0.469277 | 0.103522 |
.fd-tooltip
.fd-tooltip__content+(left, right, bottom-left, bottom-right)
*/
.fd-inline-help {
font-size: 14px;
line-height: 1.42857;
color: #32363a;
font-family: '72',-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
positio... | dist/components/inline-help.css | .fd-tooltip
.fd-tooltip__content+(left, right, bottom-left, bottom-right)
*/
.fd-inline-help {
font-size: 14px;
line-height: 1.42857;
color: #32363a;
font-family: '72',-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
positio... | 0.436862 | 0.066266 |
.y.axis text {
visibility: hidden;
}
.y.axis g .icon {
opacity: 0;
}
.y.axis g:hover .icon {
opacity: 1.0;
}
.y.axis text, .y.axis image {
cursor: pointer;
}
.y.axis rect:hover {
stroke: #fff;
stroke-width: 0;
opacity: 0 !important;
}
.y.axis rect:hover .icon {
opacity: 1 !important;
}
.docLab... | David and Pooja/topicexplorer/www/css/bars.css | .y.axis text {
visibility: hidden;
}
.y.axis g .icon {
opacity: 0;
}
.y.axis g:hover .icon {
opacity: 1.0;
}
.y.axis text, .y.axis image {
cursor: pointer;
}
.y.axis rect:hover {
stroke: #fff;
stroke-width: 0;
opacity: 0 !important;
}
.y.axis rect:hover .icon {
opacity: 1 !important;
}
.docLab... | 0.643665 | 0.137272 |
body {
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color: rgb(38, 38, 38);
}
a {
color: rgb(0, 55, 107);
font-weight: bold;
text-decoration: none;
}
.flex {
display: flex;
flex: 1;
}
.flex-2 {
flex: 2;
}
.flex... | css/style.css | body {
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
color: rgb(38, 38, 38);
}
a {
color: rgb(0, 55, 107);
font-weight: bold;
text-decoration: none;
}
.flex {
display: flex;
flex: 1;
}
.flex-2 {
flex: 2;
}
.flex... | 0.470007 | 0.071009 |
a {
text-decoration: none; }
.hiddenbox {
display: none !important; }
.posts {
float: left;
width: 100%;
position: relative;
background: #14191C;
margin: 10px;
padding: 2rem 3rem;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
.posts .post-header {
... | css/post.css | a {
text-decoration: none; }
.hiddenbox {
display: none !important; }
.posts {
float: left;
width: 100%;
position: relative;
background: #14191C;
margin: 10px;
padding: 2rem 3rem;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; }
.posts .post-header {
... | 0.333178 | 0.054575 |
body {
font-family: sans-serif;
overflow: hidden;
}
li {
list-style: none;
}
/* Layout */
body {
display: flex;
flex-flow: column nowrap;
height: 100vh;
}
/* Header */
.header {
padding: 15px 50px;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
al... | 3.Item_Catalog/static/css/main.css | body {
font-family: sans-serif;
overflow: hidden;
}
li {
list-style: none;
}
/* Layout */
body {
display: flex;
flex-flow: column nowrap;
height: 100vh;
}
/* Header */
.header {
padding: 15px 50px;
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
al... | 0.272508 | 0.088151 |
@import "reset.css";
@import url(http://fonts.googleapis.com/css?family=Anaheim);
body {
width: 100%;
margin: 0;
font-size: 1em;
color: #333333;
font-weight: normal;
font-family: 'Anaheim', 'Anaheim', sans-serif;
line-height: 100%;
background: url(../images/bg.png) repeat; }
body.welcome { background:... | archive/2012/assets/css/mainstyle.css | @import "reset.css";
@import url(http://fonts.googleapis.com/css?family=Anaheim);
body {
width: 100%;
margin: 0;
font-size: 1em;
color: #333333;
font-weight: normal;
font-family: 'Anaheim', 'Anaheim', sans-serif;
line-height: 100%;
background: url(../images/bg.png) repeat; }
body.welcome { background:... | 0.231701 | 0.063222 |
.pagination {
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto;
}
.pagination li {
float: left;
margin-left: 5px;
padding: 0 6px;
min-width: 17px;
line-height: 27px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
f... | public/css/pagination.css | .pagination {
vertical-align: baseline;
zoom: 1;
*display: inline;
*vertical-align: auto;
}
.pagination li {
float: left;
margin-left: 5px;
padding: 0 6px;
min-width: 17px;
line-height: 27px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
f... | 0.530966 | 0.18159 |
.dashboard-top-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.dashboard-top-flex div {
margin: auto 1%;
}... | src/components/AdminDashboard/Incidents.css | .dashboard-top-flex {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.dashboard-top-flex div {
margin: auto 1%;
}... | 0.351089 | 0.037222 |
@charset "utf-8";
html {
font-family: PingFangSC-Light,HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,STHeiTi,sans-serif
}
body,dd,dl,h1,h2,h3,input[type=radio],input[type=checkbox],ol,p,ul {
margin: 0
}
ol,ul {
padding: 0
}
body {
-webkit-tap-highlight-color: transparent;
... | src/views/video/css/room.css | @charset "utf-8";
html {
font-family: PingFangSC-Light,HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",Helvetica,STHeiTi,sans-serif
}
body,dd,dl,h1,h2,h3,input[type=radio],input[type=checkbox],ol,p,ul {
margin: 0
}
ol,ul {
padding: 0
}
body {
-webkit-tap-highlight-color: transparent;
... | 0.329284 | 0.060197 |
@media
only screen and (min-device-width: 320px) and (max-device-width: 480px),
only screen and (min-width: 320px) and (max-width: 767px) {
footer, header, video, #home, #portfolio,
.portfolio-item, #about, #contact, #impressum, #impressum2 {
}
footer {
display: block;
float: left;
position: relative... | css/mobile-portrait.css | @media
only screen and (min-device-width: 320px) and (max-device-width: 480px),
only screen and (min-width: 320px) and (max-width: 767px) {
footer, header, video, #home, #portfolio,
.portfolio-item, #about, #contact, #impressum, #impressum2 {
}
footer {
display: block;
float: left;
position: relative... | 0.223292 | 0.127979 |
.sideBox div, .sideBox a:hover
{
color: #1396b0;
font-weight: normal;
background-color: #e3ebe7;
}
.sideBox a, .sideBox span,
{ background-color: #fcfcff; }
/* For IE & Mozilla-based browsers: */
.LHS {
margin-left: 2.5mm;
float: left;
clear: left;
width: 14em; /* this is width of sidebox ... | src/iface/http/static/style.css | .sideBox div, .sideBox a:hover
{
color: #1396b0;
font-weight: normal;
background-color: #e3ebe7;
}
.sideBox a, .sideBox span,
{ background-color: #fcfcff; }
/* For IE & Mozilla-based browsers: */
.LHS {
margin-left: 2.5mm;
float: left;
clear: left;
width: 14em; /* this is width of sidebox ... | 0.362631 | 0.13852 |
body {
/* font: normal 100.01% verdana,arial,helvetica,sans-serif;
*/ color: black;
background: white;
margin: 0;
padding: 0;
min-width: 40em;
/* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
}
/* Kopfzeile */
#hab_logo img {
border: 0;
}
#headline {
font-size: 0.83em;
... | resources/css/mss.css | body {
/* font: normal 100.01% verdana,arial,helvetica,sans-serif;
*/ color: black;
background: white;
margin: 0;
padding: 0;
min-width: 40em;
/* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
}
/* Kopfzeile */
#hab_logo img {
border: 0;
}
#headline {
font-size: 0.83em;
... | 0.369998 | 0.107625 |
@font-face {
font-family: "Source Sans Pro";
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2)
format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
U+02DC, U+2000-206F... | css/main.css | @font-face {
font-family: "Source Sans Pro";
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/sourcesanspro/v14/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2)
format("woff2");
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
U+02DC, U+2000-206F... | 0.476336 | 0.116312 |
@charset "utf-8";
* {
margin: 0;
padding: 0;
list-style-type: none;
}
a, img {
border: 0;
}
/*body{background:#f7f7f7 url(../images/pinstripe.gif) repeat top left;color:#000;font-family: Georgia, "Times New Roman",sans-serif;font-size:12px;}*/
a {
color: #000;
text-decoration: none;
}
/* iw_w... | src/main/resources/static/css/media-style.css | @charset "utf-8";
* {
margin: 0;
padding: 0;
list-style-type: none;
}
a, img {
border: 0;
}
/*body{background:#f7f7f7 url(../images/pinstripe.gif) repeat top left;color:#000;font-family: Georgia, "Times New Roman",sans-serif;font-size:12px;}*/
a {
color: #000;
text-decoration: none;
}
/* iw_w... | 0.343672 | 0.06989 |
.mainContent {
width: auto;
}
.bodyContent {
margin-left: 35px;
margin-right: 35px;
}
<!-- Custom CSS -->
#custom-search-input{
padding: 3px;
border: solid 1px #E4E4E4;
border-radius: 6px;
background-color: #fff;
}
#custom-search-input input{
border: 0;
box-shadow: none;
}
#custom-search-input button{
mar... | css/style.css | .mainContent {
width: auto;
}
.bodyContent {
margin-left: 35px;
margin-right: 35px;
}
<!-- Custom CSS -->
#custom-search-input{
padding: 3px;
border: solid 1px #E4E4E4;
border-radius: 6px;
background-color: #fff;
}
#custom-search-input input{
border: 0;
box-shadow: none;
}
#custom-search-input button{
mar... | 0.335024 | 0.074804 |
body{
font-family: 'Lato', sans-serif;
}
.row{
max-width: 110rem;
margin: 0px auto;
}
a{
color: #FFF;
text-decoration: none;
}
a:hover{
color: #FFF;
text-decoration: none;
}
div{
font-size: 100%;
}
.header{
/*padding-top: 45px;*/
position: relative;
height: 0;
}
.header .logo... | public/css/style.css | body{
font-family: 'Lato', sans-serif;
}
.row{
max-width: 110rem;
margin: 0px auto;
}
a{
color: #FFF;
text-decoration: none;
}
a:hover{
color: #FFF;
text-decoration: none;
}
div{
font-size: 100%;
}
.header{
/*padding-top: 45px;*/
position: relative;
height: 0;
}
.header .logo... | 0.414662 | 0.056548 |
@media (max-width: 1366px) {
.city_top_wrap .slick-slider {
overflow: hidden !important;
height: 28px;
/* width: 70%; */
width: 67%;
}
.city_top_social ul li {
margin-right: 7px;
}
.navigation ul li {
margin-right: 20px;
}
.banner_text {
... | assets/css/responsive.css | @media (max-width: 1366px) {
.city_top_wrap .slick-slider {
overflow: hidden !important;
height: 28px;
/* width: 70%; */
width: 67%;
}
.city_top_social ul li {
margin-right: 7px;
}
.navigation ul li {
margin-right: 20px;
}
.banner_text {
... | 0.513425 | 0.09611 |
body {
background-color: #2D2D2D;
color: #F6F8F7;
font-family: 'Source Code Pro', serif;
font-size: 16px;
font-weight: 400;
line-height: 25px;
margin: 64px;
margin-top: 42px;
width: 480px
}
h1 {
font-size: 17px;
line-height: 24px;
margin: 0;
font-weight: 600;
mar... | src/css/base.css | body {
background-color: #2D2D2D;
color: #F6F8F7;
font-family: 'Source Code Pro', serif;
font-size: 16px;
font-weight: 400;
line-height: 25px;
margin: 64px;
margin-top: 42px;
width: 480px
}
h1 {
font-size: 17px;
line-height: 24px;
margin: 0;
font-weight: 600;
mar... | 0.359589 | 0.07836 |
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Mukta:wght@200;400;700&display=swap");
* {
margin: 0px;
padding: 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "DM Sans", sans-serif;
}
body {
background-color: #efefef;
}
input[type="... | css/moda.css | @import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Mukta:wght@200;400;700&display=swap");
* {
margin: 0px;
padding: 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "DM Sans", sans-serif;
}
body {
background-color: #efefef;
}
input[type="... | 0.280715 | 0.045268 |
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, ... | styles/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.232136 | 0.06885 |
.show-grid {
background-image: -webkit-linear-gradient(top, cyan 0, rgba(255, 255, 255, 0) 1px);
background-image: -moz-linear-gradient(top, cyan 0, rgba(255, 255, 255, 0) 1px);
background-image: -o-linear-gradient(top, cyan 0, rgba(255, 255, 255, 0) 1px);
background-image: linear-gradient(to bottom, cyan 0, rg... | public/stylesheets/homepage_ipmb.css | .show-grid {
background-image: -webkit-linear-gradient(top, cyan 0, rgba(255, 255, 255, 0) 1px);
background-image: -moz-linear-gradient(top, cyan 0, rgba(255, 255, 255, 0) 1px);
background-image: -o-linear-gradient(top, cyan 0, rgba(255, 255, 255, 0) 1px);
background-image: linear-gradient(to bottom, cyan 0, rg... | 0.373762 | 0.140248 |
nav.menu {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 300px;
}
nav.menu ul {
list-style-type: none;
margin: 0;
padding: 0;
padding-top: 56px;
padding-bottom: 80;
}
nav.menu li {
display: block;
text-align: center;
border-bottom: solid 1px #2b2b2b;
}
nav... | src/app/shared/menu/menu.component.css | nav.menu {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 300px;
}
nav.menu ul {
list-style-type: none;
margin: 0;
padding: 0;
padding-top: 56px;
padding-bottom: 80;
}
nav.menu li {
display: block;
text-align: center;
border-bottom: solid 1px #2b2b2b;
}
nav... | 0.488527 | 0.065575 |
.nav {
display: flex;
text-transform: uppercase;
font-weight: 700;
font-size: 18px;
padding-top: 40px;
margin-bottom: 40px;
}
.nav-menu__item {
text-decoration: none;
transition: all 0.1s linear;
}
.nav-menu__item.cart {
position: relative;
}
.nav-menu__cart-count {
position: absolute;
width: 20px... | src/Components/Menu/Menu.css | .nav {
display: flex;
text-transform: uppercase;
font-weight: 700;
font-size: 18px;
padding-top: 40px;
margin-bottom: 40px;
}
.nav-menu__item {
text-decoration: none;
transition: all 0.1s linear;
}
.nav-menu__item.cart {
position: relative;
}
.nav-menu__cart-count {
position: absolute;
width: 20px... | 0.328529 | 0.079639 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* COLOR */
:root{
--background-color: #edf2f5;
--dark-one: #333;
--dark-two: #7a7a7a;
--main-color: #24afda;
--light-color: #fff;
--light-two: #f9fafb;
--hover-color: #0077ff;
... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/* COLOR */
:root{
--background-color: #edf2f5;
--dark-one: #333;
--dark-two: #7a7a7a;
--main-color: #24afda;
--light-color: #fff;
--light-two: #f9fafb;
--hover-color: #0077ff;
... | 0.353986 | 0.076236 |
.content_wrap .separator .separator-view-title .breadcrumb,
.right_wrap .separator .separator-view-title .breadcrumb{
text-align: left;
padding: 0 0 0 170px;
}
/* task list */
.task_list_container{
margin: 0;
}
.task_list_container,
.task_list,
.task_list_closed,
.tasks_content .task,
#t... | data/usercss/87291.user.css |
.content_wrap .separator .separator-view-title .breadcrumb,
.right_wrap .separator .separator-view-title .breadcrumb{
text-align: left;
padding: 0 0 0 170px;
}
/* task list */
.task_list_container{
margin: 0;
}
.task_list_container,
.task_list,
.task_list_closed,
.tasks_content .task,
#t... | 0.220007 | 0.044452 |
body {
color: #333333; }
.ns-supply-index {
background-color: #FFFFFF; }
.ns-goods-store {
padding: 20px; }
.ns-goods-store .ns-store-info {
width: 100%;
height: 115px;
margin-top: 10px;
margin-bottom: 20px;
padding: 20px;
background-color: #f8f8f8;
display: flex;
box-sizing: b... | addon/supply/shop/view/public/css/supply.css | body {
color: #333333; }
.ns-supply-index {
background-color: #FFFFFF; }
.ns-goods-store {
padding: 20px; }
.ns-goods-store .ns-store-info {
width: 100%;
height: 115px;
margin-top: 10px;
margin-bottom: 20px;
padding: 20px;
background-color: #f8f8f8;
display: flex;
box-sizing: b... | 0.49585 | 0.046141 |
header, hgroup, nav, footer, figure, figcaption, aside, section, article {
display: block;
}
/* Body with linear gradient background and margins */
body{
background-image: linear-gradient(#FFFFFF, #00569f);
font-size: 18px;
margin-left: 90px;
margin-right: 90px;
margin-top: 30px;
margin-bottom: 150... | pacific.css | header, hgroup, nav, footer, figure, figcaption, aside, section, article {
display: block;
}
/* Body with linear gradient background and margins */
body{
background-image: linear-gradient(#FFFFFF, #00569f);
font-size: 18px;
margin-left: 90px;
margin-right: 90px;
margin-top: 30px;
margin-bottom: 150... | 0.327238 | 0.079032 |
*[noclass] * {
outline: 0;
-webkit-tap-highlight-color: transparent;
}
/* HTML */
html[noclass] {
position: relative;
height: auto;
width: auto;
overflow-x: hidden;
overflow-y: auto;
}
/* Border Box Defaults */
*[noclass] blockquote,
*[noclass] footer,
*[noclass] header,
*[noclass] div,
*[noclass] nav,
*... | components/layout/layout.css | *[noclass] * {
outline: 0;
-webkit-tap-highlight-color: transparent;
}
/* HTML */
html[noclass] {
position: relative;
height: auto;
width: auto;
overflow-x: hidden;
overflow-y: auto;
}
/* Border Box Defaults */
*[noclass] blockquote,
*[noclass] footer,
*[noclass] header,
*[noclass] div,
*[noclass] nav,
*... | 0.187728 | 0.074198 |
body#products {
/* entire container, keeps perspective */
/* flip the pane when hovered */
/* flip speed goes here */
/* hide back of pane during swap */
/* front pane, placed above back */
/* back, initially hidden pane */
}
body#products header.producthead h1 {
font-size: 2rem;
}
body#products header.... | css/products.css | body#products {
/* entire container, keeps perspective */
/* flip the pane when hovered */
/* flip speed goes here */
/* hide back of pane during swap */
/* front pane, placed above back */
/* back, initially hidden pane */
}
body#products header.producthead h1 {
font-size: 2rem;
}
body#products header.... | 0.304145 | 0.039527 |
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;700&family=Merriweather:wght@300;400;700;900&display=swap");
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,
img,
ins,
kbd,
q,
s,
samp,
s... | day-4/main.css | @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;700&family=Merriweather:wght@300;400;700;900&display=swap");
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,
img,
ins,
kbd,
q,
s,
samp,
s... | 0.352982 | 0.095181 |
.section1 {
max-height: 1002px;
display: grid;
background-color: #BDB6AD;
}
.top_pic {
right: 0;
position: relative;
border: none;
background-size: contain;
max-height: 1000px;
}
.top_picsmall {
display: none;
}
.tittle {
padding: 25px;
}
.introduction h1 {
margin: 40px;
... | css/home.css | .section1 {
max-height: 1002px;
display: grid;
background-color: #BDB6AD;
}
.top_pic {
right: 0;
position: relative;
border: none;
background-size: contain;
max-height: 1000px;
}
.top_picsmall {
display: none;
}
.tittle {
padding: 25px;
}
.introduction h1 {
margin: 40px;
... | 0.400984 | 0.140013 |
@import '../../styles/variables.css';
.recommend {
position: relative;
padding-top: 0;
padding-bottom: 30px;
&__wrapper {
height: 200px;
display: flex;
@media (--mobile-viewport) {
flex-direction: column;
margin-bottom: 40px;
}
@media (--tablet-viewport) {
height: 160px;... | src/components/RecommendEmployee/RecommendEmployee.css | @import '../../styles/variables.css';
.recommend {
position: relative;
padding-top: 0;
padding-bottom: 30px;
&__wrapper {
height: 200px;
display: flex;
@media (--mobile-viewport) {
flex-direction: column;
margin-bottom: 40px;
}
@media (--tablet-viewport) {
height: 160px;... | 0.532668 | 0.08196 |
#content {
background-color: #E5F6FF;
text-align: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
height: 100hv;
}
#header {
padding: 5px;
height: 100px;
background-color: #4545F7;
text-align: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#navbar {
heigh... | public/css/style.css | #content {
background-color: #E5F6FF;
text-align: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
height: 100hv;
}
#header {
padding: 5px;
height: 100px;
background-color: #4545F7;
text-align: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#navbar {
heigh... | 0.263126 | 0.109658 |
@import url('https://fonts.googleapis.com/css?family=Cinzel');
#fbGalleryContainer{
width: 100%;
height: 100%;
overflow-x: hidden;
background: url("bg-low.jpg");
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
z-index: 1;
}
#fbGalleryLoader... | css/fbgallery.css | @import url('https://fonts.googleapis.com/css?family=Cinzel');
#fbGalleryContainer{
width: 100%;
height: 100%;
overflow-x: hidden;
background: url("bg-low.jpg");
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
z-index: 1;
}
#fbGalleryLoader... | 0.380644 | 0.061003 |
@tailwind base;
/* Write your own custom base styles here */
/* Start purging... */
@tailwind components;
/* Stop purging. */
html,
body {
@apply bg-gray-50 dark:bg-gray-900;
}
/* Write your own custom component styles here */
.btn-blue {
@apply px-4 py-2 font-bold text-white bg-blue-500 rounded;
}
/* Start pu... | styles/index.css | @tailwind base;
/* Write your own custom base styles here */
/* Start purging... */
@tailwind components;
/* Stop purging. */
html,
body {
@apply bg-gray-50 dark:bg-gray-900;
}
/* Write your own custom component styles here */
.btn-blue {
@apply px-4 py-2 font-bold text-white bg-blue-500 rounded;
}
/* Start pu... | 0.349644 | 0.045713 |
body{
background-color: rgb(245, 243, 243);
}
img{
width: 100%;
}
.logo{
width: 20%;
}
.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link{
color: rgb(240, 77, 1);
font-weight: bolder;
background-color: rgb(17, 6, 63);
margin: 3px;
padding-top: ... | style/style.css | body{
background-color: rgb(245, 243, 243);
}
img{
width: 100%;
}
.logo{
width: 20%;
}
.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link{
color: rgb(240, 77, 1);
font-weight: bolder;
background-color: rgb(17, 6, 63);
margin: 3px;
padding-top: ... | 0.354321 | 0.074534 |
@CHARSET "ISO-8859-1";
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,700,700italic);
@font-face {
font-family:'AkkuratPro-Light';
src: url('fonts/AkkuratPro-Light/AkkuratPro-Light_gdi_eot');
src: url('fonts/AkkuratPro-Light/AkkuratPro-Light_gdi_eot?#iefix') format('embedded-opent... | css/style.css | @CHARSET "ISO-8859-1";
@import url(https://fonts.googleapis.com/css?family=Merriweather:400,300,400italic,700,700italic);
@font-face {
font-family:'AkkuratPro-Light';
src: url('fonts/AkkuratPro-Light/AkkuratPro-Light_gdi_eot');
src: url('fonts/AkkuratPro-Light/AkkuratPro-Light_gdi_eot?#iefix') format('embedded-opent... | 0.137909 | 0.060391 |
@charset "UTF-8";
/*!
Ionicons, v2.0.0
Created by <NAME> for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons
Android-style icons originally built by Google’s
Material Design Icons: https://github.... | main.css | @charset "UTF-8";
/*!
Ionicons, v2.0.0
Created by <NAME> for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons
Android-style icons originally built by Google’s
Material Design Icons: https://github.... | 0.426083 | 0.062531 |
:root {
--primary-red: #db1616;
--light-red: #db5353;
}
/*************/
body, html {
margin: 0;
padding: 0;
}
body.home {
background: linear-gradient(var(--primary-red), #ffa1a4)
}
.container {
min-height: 900px;
padding: 0 10%;
}
.top {
display: flex;
justify-content: space-be... | assets/main.css |
:root {
--primary-red: #db1616;
--light-red: #db5353;
}
/*************/
body, html {
margin: 0;
padding: 0;
}
body.home {
background: linear-gradient(var(--primary-red), #ffa1a4)
}
.container {
min-height: 900px;
padding: 0 10%;
}
.top {
display: flex;
justify-content: space-be... | 0.534855 | 0.084531 |
.block_title{
margin-top: 40px;
margin-bottom: 10px;
font-family: 'iCielPanton-Light',"Arial", sans-serif;
font-size: 28px;
}
.block_title_right{
font-family: 'iCielPanton-Black',"Arial", sans-serif;
}
.package{
height: 488px;
/*width: auto;*/
margin-top: 20px;
margin-left: 4.5%;
}... | public/themes/frontend/css/package.css | .block_title{
margin-top: 40px;
margin-bottom: 10px;
font-family: 'iCielPanton-Light',"Arial", sans-serif;
font-size: 28px;
}
.block_title_right{
font-family: 'iCielPanton-Black',"Arial", sans-serif;
}
.package{
height: 488px;
/*width: auto;*/
margin-top: 20px;
margin-left: 4.5%;
}... | 0.457379 | 0.069732 |
.dropTarget {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin-bottom: 160px;
background: var(--drop-bg-color);
text-align: center;
font-size: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
color: transparent;
transition: all 50ms ease-out;... | components/index.module.css | .dropTarget {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin-bottom: 160px;
background: var(--drop-bg-color);
text-align: center;
font-size: 1.5rem;
display: flex;
align-items: center;
justify-content: center;
color: transparent;
transition: all 50ms ease-out;... | 0.443118 | 0.054349 |
{
font-weight: normal;
font-style: normal;
}
[class^="md-"],
[class*=" md-"] {
display: inline-block;
font: normal normal normal 14px/1 'Material Design Iconic Font';
font-size: inherit;
speak: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
input... | assets/css/adminCopy.css | {
font-weight: normal;
font-style: normal;
}
[class^="md-"],
[class*=" md-"] {
display: inline-block;
font: normal normal normal 14px/1 'Material Design Iconic Font';
font-size: inherit;
speak: none;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
input... | 0.359139 | 0.124107 |
@charset "UTF-8";
/* すべてのWebページに適用される */
body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #f5f3eb;
}
.wrapper{
margin: 0 auto 0 auto;
width:1200px;
font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.here{
margin-left: 180px;
}
p {
line-height: 160%;
}
a:link{
... | style.css | @charset "UTF-8";
/* すべてのWebページに適用される */
body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background-color: #f5f3eb;
}
.wrapper{
margin: 0 auto 0 auto;
width:1200px;
font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}
.here{
margin-left: 180px;
}
p {
line-height: 160%;
}
a:link{
... | 0.201106 | 0.08819 |
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE fi... | node_modules/@zippytech/react-toolkit/ComboBox/base.css | * Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* Copyright (c) 2015-present, Zippy Technologies
*
* This source code is licensed under the MIT license found in the
* LICENSE fi... | 0.856257 | 0.063919 |
*:not(i) {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
html {
height: 100%;
font-size: 16px;
}
body {
height: 100%;
background: #F3F4F8;
}
.image-grid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
align-items: center;
justify-content: center;
max-... | transformations/style.css | *:not(i) {
font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
html {
height: 100%;
font-size: 16px;
}
body {
height: 100%;
background: #F3F4F8;
}
.image-grid {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: center;
align-items: center;
justify-content: center;
max-... | 0.540196 | 0.111193 |
.rmcard .rm_formcard_menu_icon {
float: right;
margin: 14px 4px 0px 0px;
transform: rotate(90deg);
cursor: pointer;
}
.rmagic .rmagic-cards .rmcard:hover .rm_formcard_menu_icon i {
color: #00a0d2;
}
.rmagic-cards .rmcard .rm-form-links {
display: none;
}
.rmagic-cards .rmcard:hover .rm-form-l... | wp3/wp-content/plugins/custom-registration-form-builder-with-submission-manager/admin/css/style_rm_formcard_menu.css | .rmcard .rm_formcard_menu_icon {
float: right;
margin: 14px 4px 0px 0px;
transform: rotate(90deg);
cursor: pointer;
}
.rmagic .rmagic-cards .rmcard:hover .rm_formcard_menu_icon i {
color: #00a0d2;
}
.rmagic-cards .rmcard .rm-form-links {
display: none;
}
.rmagic-cards .rmcard:hover .rm-form-l... | 0.454472 | 0.052716 |
.r_left { float: left; }
.r_right { float: right; }
.ioa-message { box-shadow:0px 0px 20px rgba(0,0,0,0.1); border-radius:2px; width:330px; padding:0; background:#222; position:fixed; z-index:999; top:45px; left:45%; display: none; }
.ioa-message .ioa-message-head { padding:8px 5px; margin:0; text-transform:upp... | resources/views/fronts/limitless257/Limitless/backend/rad_live_builder/css/live_builder.css |
.r_left { float: left; }
.r_right { float: right; }
.ioa-message { box-shadow:0px 0px 20px rgba(0,0,0,0.1); border-radius:2px; width:330px; padding:0; background:#222; position:fixed; z-index:999; top:45px; left:45%; display: none; }
.ioa-message .ioa-message-head { padding:8px 5px; margin:0; text-transform:upp... | 0.47317 | 0.200382 |
.technology {
padding: 40px 0 50px;
background: var(--background-section);
}
.technology__title {
margin-bottom: 50px;
}
.technology__list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.technology__item {
width: 28%;
margin-bottom: 4... | src/components/technology/technology.css | .technology {
padding: 40px 0 50px;
background: var(--background-section);
}
.technology__title {
margin-bottom: 50px;
}
.technology__list {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.technology__item {
width: 28%;
margin-bottom: 4... | 0.598077 | 0.095013 |
@-moz-document regexp("https?://wallpaperswide\\.com/.*") {
#formCommentAdd {
color: #b6b6b6;
background-color: #2d2d2d;
border: none;
padding: 4px 6px;
margin-top: 0;
border-radius: 0;
}
#formCommentAddBox {
background: #666;
}
.wallpaper-resolutions {
border-bottom-color: #66... | dist/css/site.css | @-moz-document regexp("https?://wallpaperswide\\.com/.*") {
#formCommentAdd {
color: #b6b6b6;
background-color: #2d2d2d;
border: none;
padding: 4px 6px;
margin-top: 0;
border-radius: 0;
}
#formCommentAddBox {
background: #666;
}
.wallpaper-resolutions {
border-bottom-color: #66... | 0.550849 | 0.089973 |
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,100italic|Roboto+Mono:400,100italic,700);
#logo {
text-align: center;
padding-bottom: 1%;
}
#logo img {
width: 150px;
position: absolute;
right: 50px;
}
.question {
margin: auto;
width: 80%;
padding-top: 7rem;
posi... | _/example_and_exercise_files/OOP Project - start/project/css/main.css | @import url(https://fonts.googleapis.com/css?family=Roboto:400,700,100italic|Roboto+Mono:400,100italic,700);
#logo {
text-align: center;
padding-bottom: 1%;
}
#logo img {
width: 150px;
position: absolute;
right: 50px;
}
.question {
margin: auto;
width: 80%;
padding-top: 7rem;
posi... | 0.437103 | 0.083965 |
body {
background: url("images/cart-background.webp") rgb(212, 192, 147);
background-size: 7%;
font-family: fira;
}
#cart-order-area {
padding-top: 200px;
min-height: 1000px;
}
#submit-order {
text-align: right;
margin-bottom: 4%;
}
#submit-order-button{
padding: 1% 2% 1% 2%;
font-family: vallkorn;... | styles/cart.css | body {
background: url("images/cart-background.webp") rgb(212, 192, 147);
background-size: 7%;
font-family: fira;
}
#cart-order-area {
padding-top: 200px;
min-height: 1000px;
}
#submit-order {
text-align: right;
margin-bottom: 4%;
}
#submit-order-button{
padding: 1% 2% 1% 2%;
font-family: vallkorn;... | 0.419053 | 0.074871 |
.choice-title {
width: 100%;
}
.choice-title,
#preview-title,
#code-title {
position: relative;
border-top: 1px solid #dedede;
}
.choice-title:after,
#preview-title:after,
#code-title:after {
content: "";
display: block;
position: absolute;
top: 0px;
left: 0;
right: 0;
border-t... | src/Resources/private/js/plugins/bootstrap/assets/css/dialogs.css | .choice-title {
width: 100%;
}
.choice-title,
#preview-title,
#code-title {
position: relative;
border-top: 1px solid #dedede;
}
.choice-title:after,
#preview-title:after,
#code-title:after {
content: "";
display: block;
position: absolute;
top: 0px;
left: 0;
right: 0;
border-t... | 0.525369 | 0.145085 |
@font-face{
font-family: "Cargo";
src: url('../fonts/GenBkBasR.ttf');
}
@font-face{
font-family: "Cargo";
font-style: italic;
src: url('../fonts/GenBkBasI.ttf');
}
@font-face{
font-family: "Cargo";
font-weight: bold;
src: url('../fonts/GenBkBasB.ttf');
}
@font-face{
font-family: "Josefin";
src: url('../fon... | assets/css/style.css | @font-face{
font-family: "Cargo";
src: url('../fonts/GenBkBasR.ttf');
}
@font-face{
font-family: "Cargo";
font-style: italic;
src: url('../fonts/GenBkBasI.ttf');
}
@font-face{
font-family: "Cargo";
font-weight: bold;
src: url('../fonts/GenBkBasB.ttf');
}
@font-face{
font-family: "Josefin";
src: url('../fon... | 0.231527 | 0.051201 |
body {
max-width: 750px;
margin: 4px auto 0px auto;
}
.bf-ipt {
width: 100%;
display: block;
}
#pgr {
resize: vertical;
}
.bf-tape {
background-color: #ccc;
padding: 1px;
margin: 1px;
min-height: 20px;
}
.bf-pgr {
height: 200px;
}
.bf-tape-item {
border: solid 1px #5fcf80;
... | g.css | body {
max-width: 750px;
margin: 4px auto 0px auto;
}
.bf-ipt {
width: 100%;
display: block;
}
#pgr {
resize: vertical;
}
.bf-tape {
background-color: #ccc;
padding: 1px;
margin: 1px;
min-height: 20px;
}
.bf-pgr {
height: 200px;
}
.bf-tape-item {
border: solid 1px #5fcf80;
... | 0.460532 | 0.125654 |
@charset "utf-8";
/* CSS Document */
/*121018-fbx*/
/* header */
/*#header{ height:80px; margin: 0 auto; position:relative; overflow:hidden; }
#headerinside{background:url(http://pic2.58.com/n/images/h_bg.gif) repeat-x;height:60px}
#login{ position:absolute; right:160px;top:50px;}
#logintext{right:10px; top:50px; col... | frontend/web/css/common.css | @charset "utf-8";
/* CSS Document */
/*121018-fbx*/
/* header */
/*#header{ height:80px; margin: 0 auto; position:relative; overflow:hidden; }
#headerinside{background:url(http://pic2.58.com/n/images/h_bg.gif) repeat-x;height:60px}
#login{ position:absolute; right:160px;top:50px;}
#logintext{right:10px; top:50px; col... | 0.193185 | 0.042088 |
.button, .button:hover {
text-decoration:none;
}
.play {
width:20px;
height:20px;
display:block;
float:left;
background:url('/images/audiosource_new.gif') 0px 0px no-repeat;
}
.downloads {
width:20px;
height:20px;
display:block;
margin:0;
background:url('/images/audiosource_new.gif') 0px -40px no-repeat;
}
.... | css/musicstyle.css | .button, .button:hover {
text-decoration:none;
}
.play {
width:20px;
height:20px;
display:block;
float:left;
background:url('/images/audiosource_new.gif') 0px 0px no-repeat;
}
.downloads {
width:20px;
height:20px;
display:block;
margin:0;
background:url('/images/audiosource_new.gif') 0px -40px no-repeat;
}
.... | 0.297062 | 0.073065 |
.home_page{
box-sizing: border-box;
margin: 0;
padding: 0;
}
.home_slide{
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.img-slider{
position: relative;
width: 100%;
height: 93%;
}
.img-slider .slide{
z-index: 1;
position: absolute;
width: 100%;
clip-path:... | public/css/homepage.css | .home_page{
box-sizing: border-box;
margin: 0;
padding: 0;
}
.home_slide{
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
.img-slider{
position: relative;
width: 100%;
height: 93%;
}
.img-slider .slide{
z-index: 1;
position: absolute;
width: 100%;
clip-path:... | 0.442637 | 0.080937 |
html,
body {
height: 100% !important;
overflow-x: hidden;
}
.sidebar-offcanvas{
padding-top: 4em;
color: white;
background: black;
display: flex;
justify-content: center;
padding-left: 40px;
padding-bottom: 40px;
f... | src/assets/assets/css/style.css | html,
body {
height: 100% !important;
overflow-x: hidden;
}
.sidebar-offcanvas{
padding-top: 4em;
color: white;
background: black;
display: flex;
justify-content: center;
padding-left: 40px;
padding-bottom: 40px;
f... | 0.332527 | 0.065366 |
.App {
text-align: center;
overflow: hidden;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
user-select: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit... | tvmv-react-app/src/App.css | .App {
text-align: center;
overflow: hidden;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
user-select: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit... | 0.417509 | 0.053775 |
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);
/* Reset
---------------------------------*/
ul {
list-style: none;
}
.figure {
margin: 0px;
}
img {
max-width: 100%;
}
a, a:h... | css/style.css | @charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);
/* Reset
---------------------------------*/
ul {
list-style: none;
}
.figure {
margin: 0px;
}
img {
max-width: 100%;
}
a, a:h... | 0.264833 | 0.054525 |
.template-iquest-announcement {
width: 1920px;
height: 1080px;
position: relative;
padding-top: 135px;
padding-left: 105px;
color: #444;
font-family: 'Segoe UI', sans-serif;
cursor: default;
display: flex;
flex-flow: column; }
.template-iquest-announcement .announcement-picture-container .announce... | public/modules/slideshows/slideTemplates/iQuestAnnouncement/slide.css | .template-iquest-announcement {
width: 1920px;
height: 1080px;
position: relative;
padding-top: 135px;
padding-left: 105px;
color: #444;
font-family: 'Segoe UI', sans-serif;
cursor: default;
display: flex;
flex-flow: column; }
.template-iquest-announcement .announcement-picture-container .announce... | 0.502197 | 0.073563 |
body {
background-color: #Eae9eb;
font-family: 'Roboto';
font-size: 15px;
}
.header {
display: flex;
background-color: rgb(85, 85, 85, 0.6);
height: 50px;
margin-top: -1%;
}
.logo {
display: flex;
margin-left: 3%;
padding: 10px;
}
.logo h5 {
margin-top: 6px;
margin-left: 10%;
}
.list ul ... | index.css | body {
background-color: #Eae9eb;
font-family: 'Roboto';
font-size: 15px;
}
.header {
display: flex;
background-color: rgb(85, 85, 85, 0.6);
height: 50px;
margin-top: -1%;
}
.logo {
display: flex;
margin-left: 3%;
padding: 10px;
}
.logo h5 {
margin-top: 6px;
margin-left: 10%;
}
.list ul ... | 0.31363 | 0.083628 |
.about-description {
padding: 50px 0;
}
.about-description img {
width: 100%;
height: 600px;
object-fit: cover;
}
@media (max-width: 992px) {
.about-description img {
height: 250px;
margin-top: 15px;
}
}
.about-description .text {
margin-right: 35px;
}
@media (max-width: 992px) {
.about-descript... | public/assets/css/style2.css | .about-description {
padding: 50px 0;
}
.about-description img {
width: 100%;
height: 600px;
object-fit: cover;
}
@media (max-width: 992px) {
.about-description img {
height: 250px;
margin-top: 15px;
}
}
.about-description .text {
margin-right: 35px;
}
@media (max-width: 992px) {
.about-descript... | 0.489503 | 0.096535 |
body {
background: url('../../Resources/Images/background.jpg');
background-size: cover;
font-family: "Arial", "Helvetica", sans-serif;
font-size: 20px;
}
#wrapper {
width: 800px;
height: 500px;
margin: 10px auto;
padding-top: 20px;
background-color: rgba(255, 255, 255, 0.2);
bo... | ExamPreparationOld/Problem03-Extreme-Reservation/Solution/styles/style.css | body {
background: url('../../Resources/Images/background.jpg');
background-size: cover;
font-family: "Arial", "Helvetica", sans-serif;
font-size: 20px;
}
#wrapper {
width: 800px;
height: 500px;
margin: 10px auto;
padding-top: 20px;
background-color: rgba(255, 255, 255, 0.2);
bo... | 0.352648 | 0.11358 |
@import url("https://www.google.com/fonts#UsePlace:use/Collection:Vollkorn");
body {
margin: 0;
padding: 0;
}
section {
width: 1000px;
margin: 0 auto;
}
.title {
font-size: 40px;
font-family:'Vollkorn', serif;
color: #778495;
text-align: center;
text-transform: uppercase;
}
article {
width: 300px;
dis... | WebBasics/Softuni-Web-Basics-Homework2017/08. CSSPresentationandPositioning/P06_PricingList/pricing-list.css | @import url("https://www.google.com/fonts#UsePlace:use/Collection:Vollkorn");
body {
margin: 0;
padding: 0;
}
section {
width: 1000px;
margin: 0 auto;
}
.title {
font-size: 40px;
font-family:'Vollkorn', serif;
color: #778495;
text-align: center;
text-transform: uppercase;
}
article {
width: 300px;
dis... | 0.25618 | 0.081301 |
div.directs.bygportal .value>div:not(.value) {
padding: 0;
background-image: none;
margin: 0;
}
div#bygmapcnt {
padding: 24px;
background: #fff;
color: #212121;
line-height: 20px;
font-size: 14px;
overflow-x: hidden;
}
div#bygmap {
height: 250px;
width: 100%;
}
.toNobreakLine, div.directs.bygportal .value... | src/main/webapp/resources/css/bygle-portal.css | div.directs.bygportal .value>div:not(.value) {
padding: 0;
background-image: none;
margin: 0;
}
div#bygmapcnt {
padding: 24px;
background: #fff;
color: #212121;
line-height: 20px;
font-size: 14px;
overflow-x: hidden;
}
div#bygmap {
height: 250px;
width: 100%;
}
.toNobreakLine, div.directs.bygportal .value... | 0.267887 | 0.10697 |
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic);
@import url(//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css);
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, ../bootstrap-sass-3.2.0/assets/stylesheets/bootst... | public/css/main.css | @import url(http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic);
@import url(//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css);
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, ../bootstrap-sass-3.2.0/assets/stylesheets/bootst... | 0.232397 | 0.038178 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@font-face {
font-family: "Archivo Narrow";
font-weight: 400;
font-style: normal;
src:local("Archivo Narrow"),
url("/assets/fonts/ArchivoNarrow-Regular.woff2"),
url("/assets/fonts/ArchivoNarrow-Regular.wo... | src/assets/css/style.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@font-face {
font-family: "Archivo Narrow";
font-weight: 400;
font-style: normal;
src:local("Archivo Narrow"),
url("/assets/fonts/ArchivoNarrow-Regular.woff2"),
url("/assets/fonts/ArchivoNarrow-Regular.wo... | 0.35209 | 0.121477 |
status_area_container {
display: flex;
display: inline-block;
position: fixed;
right: 10px;
top: calc(var(--top_bar-height) + 10px);
width: 280px;
background-color: var(--main-color);
border-radius: 10px;
padding: 10px 0px; }
status_area_container item {
display: flex;
margin: 5px 0px;
width: a... | dist/css/X/system_popups/status_area.css | status_area_container {
display: flex;
display: inline-block;
position: fixed;
right: 10px;
top: calc(var(--top_bar-height) + 10px);
width: 280px;
background-color: var(--main-color);
border-radius: 10px;
padding: 10px 0px; }
status_area_container item {
display: flex;
margin: 5px 0px;
width: a... | 0.362631 | 0.075041 |
/* Attendee view */
.peopleItem {
-ms-grid-columns: 6px 54px 1fr 40px;
-ms-grid-rows: 1fr 1fr;
background-image: url('/images/placeholder-pattern.png');
}
.peopleItem.notMicrosoft {
-ms-grid-columns: 0px 54px 1fr 40px;
}
.peopleItem .colorStrip {
-ms-grid-row-span: 2;
}
.peopleItem .portrait {
... | Official Windows Platform Sample/Windows 8 app samples/[JavaScript]-Windows 8 app samples/JavaScript/Windows 8 app samples/Build Conference app sample (Windows 8)/JavaScript/css/people.css | /* Attendee view */
.peopleItem {
-ms-grid-columns: 6px 54px 1fr 40px;
-ms-grid-rows: 1fr 1fr;
background-image: url('/images/placeholder-pattern.png');
}
.peopleItem.notMicrosoft {
-ms-grid-columns: 0px 54px 1fr 40px;
}
.peopleItem .colorStrip {
-ms-grid-row-span: 2;
}
.peopleItem .portrait {
... | 0.480479 | 0.099908 |
* We recommend you leave this stylesheet alone so you can upgrade it easily
* (remember, the C in CSS is for "cascading").
*/
/*********************************
*** Basic elements and styles ***
*********************************/
/* Based loosely on:
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 2011012... | website/css/ptkb-base.css | * We recommend you leave this stylesheet alone so you can upgrade it easily
* (remember, the C in CSS is for "cascading").
*/
/*********************************
*** Basic elements and styles ***
*********************************/
/* Based loosely on:
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 2011012... | 0.431824 | 0.07383 |
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
/* Title: Chris' CLEAN ADAPTION no1 */
/* Author: Chris, E-mail: <EMAIL> */
/* Creation date: 14. Nov. 2015 */
/* IMPORTANT INFOS:
! Hiding th... | data/usercss/133083.user.css | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";
/* Title: Chris' CLEAN ADAPTION no1 */
/* Author: Chris, E-mail: <EMAIL> */
/* Creation date: 14. Nov. 2015 */
/* IMPORTANT INFOS:
! Hiding th... | 0.439026 | 0.22008 |
@charset "utf-8";
html,body { background:#ffffff; margin:0; padding:0; width: 100%; height: 100%; }
#content { position: absolute; top: 0; right: 0; left: 0; bottom: 0; }
#content-head { position:relative; height: 30px; width: 100%; background-color: #e0e0ff; display:block; }
#content-main { position:relative; ma... | src/main/webapp/publicResources/style/screen.css | @charset "utf-8";
html,body { background:#ffffff; margin:0; padding:0; width: 100%; height: 100%; }
#content { position: absolute; top: 0; right: 0; left: 0; bottom: 0; }
#content-head { position:relative; height: 30px; width: 100%; background-color: #e0e0ff; display:block; }
#content-main { position:relative; ma... | 0.356335 | 0.128443 |
.main-cart{
display: none;
top:0;
left:0;
position:fixed;
height: 100%;
width: 100vw;
z-index:1031!important;
overflow: scroll;
}
.menu{
position:fixed;
top:0;
left:0;
height: 100%;
width: 100%;
display: flex;
/* visibility: hidden; */
overflow: scroll;... | src/app/pages/CART/CART.css |
.main-cart{
display: none;
top:0;
left:0;
position:fixed;
height: 100%;
width: 100vw;
z-index:1031!important;
overflow: scroll;
}
.menu{
position:fixed;
top:0;
left:0;
height: 100%;
width: 100%;
display: flex;
/* visibility: hidden; */
overflow: scroll;... | 0.499268 | 0.057467 |
html, body {
height: 100%;
}
@media (min-width: 780px) {
#carousel-front {
width: 780px;
margin-left: auto;
margin-right: auto;
}
}
.count_num {
color: red;
}
.right {
float: right;
}
.left {
float: left;
}
.no-padding {
padding: 0;
}
.center-block {
display: block;... | static/css/base.css | html, body {
height: 100%;
}
@media (min-width: 780px) {
#carousel-front {
width: 780px;
margin-left: auto;
margin-right: auto;
}
}
.count_num {
color: red;
}
.right {
float: right;
}
.left {
float: left;
}
.no-padding {
padding: 0;
}
.center-block {
display: block;... | 0.451568 | 0.095814 |
@media (max-width: 1280px) {
#index_banner #bottom_nav{
width: 100%;
}
#all_footer #top_footer{
display: none;
}
#all_footer #left_footer{
width: 50%;
}
#all_footer #right_footer{
width: 50%;
padding-right: 0;
margin:0;
display: flex... | public/css/layouts/rwd.css | @media (max-width: 1280px) {
#index_banner #bottom_nav{
width: 100%;
}
#all_footer #top_footer{
display: none;
}
#all_footer #left_footer{
width: 50%;
}
#all_footer #right_footer{
width: 50%;
padding-right: 0;
margin:0;
display: flex... | 0.152127 | 0.06134 |
html, body, div, span, a, p, ul, li, h1, code, nav {
margin: 0;
border: 0;
padding: 0;
box-sizing: inherit;
font: inherit;
text-decoration: inherit;
text-align: inherit;
color: inherit;
background: transparent;
}
html {
background-color: #F0F0F0;
}
body {
font-family: helvetica ... | styles/app.css | html, body, div, span, a, p, ul, li, h1, code, nav {
margin: 0;
border: 0;
padding: 0;
box-sizing: inherit;
font: inherit;
text-decoration: inherit;
text-align: inherit;
color: inherit;
background: transparent;
}
html {
background-color: #F0F0F0;
}
body {
font-family: helvetica ... | 0.337422 | 0.053477 |
@charset "UTF-8";
/*!
* by hongjianqiang(.com) 2017-?
* under MIT license
*/
/* ---------------------single CSS----------------------- */
/* display */
.dn {
display: none; }
.di {
display: inline; }
.db {
display: block; }
.dib {
display: inline-block; }
.df, .center, .hCenter, .vCenter, .between, .around ... | public/css/lib.css | @charset "UTF-8";
/*!
* by hongjianqiang(.com) 2017-?
* under MIT license
*/
/* ---------------------single CSS----------------------- */
/* display */
.dn {
display: none; }
.di {
display: inline; }
.db {
display: block; }
.dib {
display: inline-block; }
.df, .center, .hCenter, .vCenter, .between, .around ... | 0.298798 | 0.054124 |
.page {
display: grid;
grid-template-columns: 34% auto;
grid-template-rows: 100px auto;
padding: 40px 0 0 0;
}
.error {
padding: 20px 0;
border-top: 1px solid var(--line-color);
font-style: italic;
}
.profile {
grid-column: 1;
grid-row: 1;
display: grid;
grid-template-colum... | react-app/src/pages/Spotify/Spotify.module.css | .page {
display: grid;
grid-template-columns: 34% auto;
grid-template-rows: 100px auto;
padding: 40px 0 0 0;
}
.error {
padding: 20px 0;
border-top: 1px solid var(--line-color);
font-style: italic;
}
.profile {
grid-column: 1;
grid-row: 1;
display: grid;
grid-template-colum... | 0.516108 | 0.185301 |
.fd-popover {
--fd-popover-background-color: var(--fd-color-background-2);
position: relative;
display: inline-block
}
.fd-popover__control {
position: relative;
margin-left: 0;
cursor: pointer
}
.fd-popover__body {
border: solid 1px #89919a;
position: absolute;
white-space: nowrap;
z-index: 2;
bo... | dist/components/popover.css | .fd-popover {
--fd-popover-background-color: var(--fd-color-background-2);
position: relative;
display: inline-block
}
.fd-popover__control {
position: relative;
margin-left: 0;
cursor: pointer
}
.fd-popover__body {
border: solid 1px #89919a;
position: absolute;
white-space: nowrap;
z-index: 2;
bo... | 0.481941 | 0.076511 |
.table .select2-container {
margin-top: -8px;
margin-bottom: -8px;
}
/**
* Fix clipping option of background images
*/
.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
background-image: initial !important;
}
... | app-ui/src/main/webapp/themes/bootstrap-material-design/css/bootstrap-select2.css | .table .select2-container {
margin-top: -8px;
margin-bottom: -8px;
}
/**
* Fix clipping option of background images
*/
.select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b {
background-image: initial !important;
}
... | 0.38168 | 0.093306 |
display: inline-block;
padding: 4px 6px;
margin-bottom: 9px;
font-size: 13px;
color: #555;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
vertical-align: middle;
}
#solidres fieldset {
padding: 0;
margin: 0;
border: 0
}
#solidres.reservation-fi... | web/app/plugins/solidres/assets/css/site.css | display: inline-block;
padding: 4px 6px;
margin-bottom: 9px;
font-size: 13px;
color: #555;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
vertical-align: middle;
}
#solidres fieldset {
padding: 0;
margin: 0;
border: 0
}
#solidres.reservation-fi... | 0.419172 | 0.138055 |
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
figcaption,
figure,
main {
display: block;
}
figure {
margin: 1e... | static/css/style.css |
html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
display: block;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
figcaption,
figure,
main {
display: block;
}
figure {
margin: 1e... | 0.430866 | 0.10079 |
#header {
width: 100%;
display: block;
padding: 20px 0 0;
background-color: rgb(0, 63, 52);
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
border-bottom: 3px solid rgb(0, 133, 111);
}
#header .header-wrap {
width: 100%;
max-width: 1100px;
margin: 0 auto;
}
... | css/header.css | #header {
width: 100%;
display: block;
padding: 20px 0 0;
background-color: rgb(0, 63, 52);
box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
border-bottom: 3px solid rgb(0, 133, 111);
}
#header .header-wrap {
width: 100%;
max-width: 1100px;
margin: 0 auto;
}
... | 0.38168 | 0.107625 |
*{
margin: 0;
padding: 0;
/*禁止双击选中*/
-moz-user-select:none;/*火狐*/
-webkit-user-select:none;/*webkit浏览器*/
-ms-user-select:none;/*IE10*/
-khtml-user-select:none;/*早期浏览器*/
user-select:none;
}
body{
width: 100%;
height: 100%;
background-color: #000000;
}
a{
text-decoration: n... | src/main/resources/static/css/loginandreg.css | *{
margin: 0;
padding: 0;
/*禁止双击选中*/
-moz-user-select:none;/*火狐*/
-webkit-user-select:none;/*webkit浏览器*/
-ms-user-select:none;/*IE10*/
-khtml-user-select:none;/*早期浏览器*/
user-select:none;
}
body{
width: 100%;
height: 100%;
background-color: #000000;
}
a{
text-decoration: n... | 0.197677 | 0.057626 |
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* Background CSS */
body {
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% ... | wwwroot/css/site.css | /* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* Background CSS */
body {
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% ... | 0.521471 | 0.100569 |
.mpl-carousel-wrap.mpl-portfolio-slider-wrap {
margin-bottom: 25px;
}
.mpl-portfolio-entry-info {
margin: 30px 0 0;
}
@media (min-width: 768px) {
.mpl-portfolio-entry-info dt {
float: left;
width: 80px;
overflow: hidden;
clear: left;
text-overflow: ell... | wp-content/plugins/mageewp-page-layout/assets/frontend/css/custom-posts.css | .mpl-carousel-wrap.mpl-portfolio-slider-wrap {
margin-bottom: 25px;
}
.mpl-portfolio-entry-info {
margin: 30px 0 0;
}
@media (min-width: 768px) {
.mpl-portfolio-entry-info dt {
float: left;
width: 80px;
overflow: hidden;
clear: left;
text-overflow: ell... | 0.448909 | 0.066904 |
@font-face {
font-family: 'Tajawal';
src: url('Tajawal-ExtraLight.eot');
src: url('Tajawal-ExtraLight.eot?#iefix') format('embedded-opentype'),
url('Tajawal-ExtraLight.woff2') format('woff2'),
url('Tajawal-ExtraLight.woff') format('woff'),
url('Tajawal-ExtraLight.ttf') format('truety... | public/public/fonts/Tajawal/font-Tajawal.css | @font-face {
font-family: 'Tajawal';
src: url('Tajawal-ExtraLight.eot');
src: url('Tajawal-ExtraLight.eot?#iefix') format('embedded-opentype'),
url('Tajawal-ExtraLight.woff2') format('woff2'),
url('Tajawal-ExtraLight.woff') format('woff'),
url('Tajawal-ExtraLight.ttf') format('truety... | 0.447943 | 0.070113 |
@font-face {
font-family: payTone;
src: url(/assets/fonts/PaytoneOne-Regular.ttf);
}
@font-face {
font-family: robotoRegular;
src: url(Roboto-Regular.ttf);
}
@font-face {
font-family: robotoMedium;
src: url(Roboto-Medium.ttf);
}
@font-face {
font-family: robotoBold;
src: url(/assets/fonts/);
}
.tg-p... | assets/css/styles.css | @font-face {
font-family: payTone;
src: url(/assets/fonts/PaytoneOne-Regular.ttf);
}
@font-face {
font-family: robotoRegular;
src: url(Roboto-Regular.ttf);
}
@font-face {
font-family: robotoMedium;
src: url(Roboto-Medium.ttf);
}
@font-face {
font-family: robotoBold;
src: url(/assets/fonts/);
}
.tg-p... | 0.328637 | 0.041462 |
* Foundation for Sites by ZURB
* Version 6.6.1
* foundation.zurb.com
* Licensed under MIT Open Source
*/
/* line 4, ../sass/machine-section.scss */
.machine-section {
padding: 0 1.5em;
background-color: #282f3a;
color: white;
height: 100vh;
overflow-y: scroll;
}
/* line 11, ../sass/machine-section.scss *... | css/style.css | * Foundation for Sites by ZURB
* Version 6.6.1
* foundation.zurb.com
* Licensed under MIT Open Source
*/
/* line 4, ../sass/machine-section.scss */
.machine-section {
padding: 0 1.5em;
background-color: #282f3a;
color: white;
height: 100vh;
overflow-y: scroll;
}
/* line 11, ../sass/machine-section.scss *... | 0.360151 | 0.075756 |
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
html {
font-size: 10px;
background: url(https://c... | style.css | @import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script&family=Lobster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap");
html {
font-size: 10px;
background: url(https://c... | 0.340595 | 0.09426 |
.secondaryButton{
padding: 10px 0px;
width: 150px;
font-family: 'Montserrat', 'sans-seriff';
font-size: 14px;
border-radius: 30px;
outline: none;
color: #fff;
border: 2px solid rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 0);
transition: .2s ease-in-out 0s;
font-... | src/style/components/footer.css | .secondaryButton{
padding: 10px 0px;
width: 150px;
font-family: 'Montserrat', 'sans-seriff';
font-size: 14px;
border-radius: 30px;
outline: none;
color: #fff;
border: 2px solid rgb(255, 255, 255);
background-color: rgba(255, 255, 255, 0);
transition: .2s ease-in-out 0s;
font-... | 0.330687 | 0.057098 |
body {
margin: 0;
padding: 0;
overflow-x: hidden;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.container {
width: 400px;
margin: 40px auto 20px;
padding: 30px;
background-color: rgb(204, 198, 195);
color: #333!important;
min-height: 180px;
max-height: 400px;
overflow: hidden;
}
h... | src/styles/setting.css | body {
margin: 0;
padding: 0;
overflow-x: hidden;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.container {
width: 400px;
margin: 40px auto 20px;
padding: 30px;
background-color: rgb(204, 198, 195);
color: #333!important;
min-height: 180px;
max-height: 400px;
overflow: hidden;
}
h... | 0.396068 | 0.075041 |
.project-link {
margin-top: 5%;
}
.project-madeAt {
font-size: 17px;
}
.project-madeAt {
font-weight: normal;
font-size: 22px;
}
.project-description {
border-radius: 10px;
text-align: left;
font-size: 15px;
font-weight: normal;
z-index: 10;
width: 140%;
margin: 25px 0 0 -4... | section/projects/styles.css | .project-link {
margin-top: 5%;
}
.project-madeAt {
font-size: 17px;
}
.project-madeAt {
font-weight: normal;
font-size: 22px;
}
.project-description {
border-radius: 10px;
text-align: left;
font-size: 15px;
font-weight: normal;
z-index: 10;
width: 140%;
margin: 25px 0 0 -4... | 0.572723 | 0.169991 |