code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
... | react-app/src/index.css | @import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
... | 0.284278 | 0.051582 |
.petrol {
background-image: url("../img/petrol/bg_petrol.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
font-family: "Akrobat";
font-weight: 800;
color: #fff;
}
.petrol .petrol_w... | assets/css/petrol.css | .petrol {
background-image: url("../img/petrol/bg_petrol.png");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
font-family: "Akrobat";
font-weight: 800;
color: #fff;
}
.petrol .petrol_w... | 0.379608 | 0.090414 |
.width-10 {
width: 10px;
}
.width-30 {
width: 30px;
}
.width-35 {
width: 35px;
}
.width-40 {
width: 40px;
}
.width-50 {
width: 50px;
}
.width-60 {
width: 60px;
}
.width-70 {
width: 70px;
}
.width-80 {
width: 80px;
}
.width-90 {
width: 90px;
}
.width-100 {
width: 10... | public/themes/templateproject/asset/Style.css | .width-10 {
width: 10px;
}
.width-30 {
width: 30px;
}
.width-35 {
width: 35px;
}
.width-40 {
width: 40px;
}
.width-50 {
width: 50px;
}
.width-60 {
width: 60px;
}
.width-70 {
width: 70px;
}
.width-80 {
width: 80px;
}
.width-90 {
width: 90px;
}
.width-100 {
width: 10... | 0.420005 | 0.086516 |
.fa.fa-glass:before {
content: "\F000";
}
.fa.fa-meetup {
font-family: 'Font Awesome 5 Brands';
font-weight: 400;
}
.fa.fa-star-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400;
}
.fa.fa-star-o:before {
content: "\F005";
}
.fa.fa-remove:before {
content: "\F00D";
}
.fa.fa-close:before {
con... | public/vendor/binarytorch/larecipe/assets/css/font-awesome-v4-shims.css | .fa.fa-glass:before {
content: "\F000";
}
.fa.fa-meetup {
font-family: 'Font Awesome 5 Brands';
font-weight: 400;
}
.fa.fa-star-o {
font-family: 'Font Awesome 5 Free';
font-weight: 400;
}
.fa.fa-star-o:before {
content: "\F005";
}
.fa.fa-remove:before {
content: "\F00D";
}
.fa.fa-close:before {
con... | 0.476823 | 0.079997 |
.modal__container {
align-items: center;
background-color: rgba(0, 0, 0, 0.2);
display: none;
height: 100vh;
justify-content: center;
left: 0;
position: fixed;
top: 0;
width: 100vw;
}
.modal {
background-color: white;
border-radius: var(--br-sm);
box-shadow: var(--bs-md);
flex-direction: colu... | css/_components/modal/_modal.css | .modal__container {
align-items: center;
background-color: rgba(0, 0, 0, 0.2);
display: none;
height: 100vh;
justify-content: center;
left: 0;
position: fixed;
top: 0;
width: 100vw;
}
.modal {
background-color: white;
border-radius: var(--br-sm);
box-shadow: var(--bs-md);
flex-direction: colu... | 0.376279 | 0.056809 |
html body {
color: #eeeeee;
background: #333;
overflow-y: scroll;
}
.as-label { // ability scores label
display: inline-block;
width: 105px;
}
.height-zero {
height: 0px !important;
overflow: hidden;
}
.output-column {
position: relative;
}
.no-spells {
margin-top: 32px;
}
.show-hide {
cursor: p... | dist/www/css/test.css | html body {
color: #eeeeee;
background: #333;
overflow-y: scroll;
}
.as-label { // ability scores label
display: inline-block;
width: 105px;
}
.height-zero {
height: 0px !important;
overflow: hidden;
}
.output-column {
position: relative;
}
.no-spells {
margin-top: 32px;
}
.show-hide {
cursor: p... | 0.601125 | 0.127789 |
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: 1em 40px;
}
hr {
-webkit... | people_network/public/stylesheets/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: 1em 40px;
}
hr {
-webkit... | 0.331877 | 0.063106 |
@media (max-width:960px) {
div {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.first{
width:760px ;
}
.final {
width:960px ;
}
.sec{
width: 760px;
}
section {
width: 1916px;
di... | CSS/layout.css | @media (max-width:960px) {
div {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.first{
width:760px ;
}
.final {
width:960px ;
}
.sec{
width: 760px;
}
section {
width: 1916px;
di... | 0.169269 | 0.048926 |
.filter-main {
grid-area: filter;
width: 100%;
position: fixed;
top: 3.5rem;
left: 0;
padding: 0.5rem 1rem;
z-index: 50;
display: flex;
align-items: center;
height: 8rem;
justify-content: left;
background: white;
}
.filter-main__items {
margin: 0;
padding: 0;
list-style: none;
margin: a... | css/index.css | .filter-main {
grid-area: filter;
width: 100%;
position: fixed;
top: 3.5rem;
left: 0;
padding: 0.5rem 1rem;
z-index: 50;
display: flex;
align-items: center;
height: 8rem;
justify-content: left;
background: white;
}
.filter-main__items {
margin: 0;
padding: 0;
list-style: none;
margin: a... | 0.562777 | 0.080538 |
html, body {
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
input[type="text"], select, button {
margin: 0;
padding: 3px;
height: 24px;
border-radius: 0;
border: 1px solid gray;
background: white;
}
input[type="text"] {
height: 20px;
}
.container {
height: 100%;
position: r... | extension/data/sidebar/scenario.css | html, body {
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
input[type="text"], select, button {
margin: 0;
padding: 3px;
height: 24px;
border-radius: 0;
border: 1px solid gray;
background: white;
}
input[type="text"] {
height: 20px;
}
.container {
height: 100%;
position: r... | 0.441432 | 0.108189 |
html,
body {
text-align: center;
}
img{
max-width: 100%;
}
header{
left: 0;
position: fixed;
background: #fff none repeat scroll 0 0;
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
display: block;
width: 100%;
height: 12rem;
z-index: 99;
}
header ... | docs/css/layout.css | html,
body {
text-align: center;
}
img{
max-width: 100%;
}
header{
left: 0;
position: fixed;
background: #fff none repeat scroll 0 0;
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
display: block;
width: 100%;
height: 12rem;
z-index: 99;
}
header ... | 0.532182 | 0.084758 |
@charset "utf-8";
#hpage_featured{
display:block;
position:relative;
width:960px;
margin:0 auto;
padding-bottom:20px;
}
#hpage_featured a{
color:#510000;
background-color:#E1D6CB;
}
#hpage_featured .intro{
display:block;
float:right;
width:450px;
line-... | homepage.css | @charset "utf-8";
#hpage_featured{
display:block;
position:relative;
width:960px;
margin:0 auto;
padding-bottom:20px;
}
#hpage_featured a{
color:#510000;
background-color:#E1D6CB;
}
#hpage_featured .intro{
display:block;
float:right;
width:450px;
line-... | 0.097724 | 0.038502 |
.name {
text-align: center;
height: auto;
padding-top: 10px;
padding-bottom: 10px;
font-family: 'Oswald', sans-serif;
font-size: 72px;
color: rgb(255, 255, 255);
width: auto;
}
p {
color: rgb(160, 160, 160);
background-color: rgb(0, 0, 0);
padding: 20px;
margin-top: 0%;
font-size: 18px;
bor... | Assets/css/style.css | .name {
text-align: center;
height: auto;
padding-top: 10px;
padding-bottom: 10px;
font-family: 'Oswald', sans-serif;
font-size: 72px;
color: rgb(255, 255, 255);
width: auto;
}
p {
color: rgb(160, 160, 160);
background-color: rgb(0, 0, 0);
padding: 20px;
margin-top: 0%;
font-size: 18px;
bor... | 0.565419 | 0.098079 |
*{ margin: 0px; padding: 0px; box-sizing: border-box;
}
body{
font-family: 'Montserrat', sans-serif;
}
a{color: #fff; text-decoration: none;transition: 0.8s ;}
a:hover{ color: rgb(240, 142, 77);transition: 0.8s ;}
.padre{display: flex;flex-flow: column nowrap;}
.margen-interno{
padding: 0 50px;
}... | estilo.css | *{ margin: 0px; padding: 0px; box-sizing: border-box;
}
body{
font-family: 'Montserrat', sans-serif;
}
a{color: #fff; text-decoration: none;transition: 0.8s ;}
a:hover{ color: rgb(240, 142, 77);transition: 0.8s ;}
.padre{display: flex;flex-flow: column nowrap;}
.margen-interno{
padding: 0 50px;
}... | 0.310381 | 0.071397 |
body {
margin: 0;
padding: 0;
font-size:12px;
color: #222;
background: #3c3c3c url(img/bg-loginbody.png);
}
body, input, textarea, select, button{font-family: "Microsoft Yahei","\5b8b\4f53", Arial;}
:focus {outline: 0;}
* {outline:none;}
.hide {display: none;}
img {border:0;}
#logo {
margin: 80px auto 0;... | resources/sitemodels/welive/public/login.css | body {
margin: 0;
padding: 0;
font-size:12px;
color: #222;
background: #3c3c3c url(img/bg-loginbody.png);
}
body, input, textarea, select, button{font-family: "Microsoft Yahei","\5b8b\4f53", Arial;}
:focus {outline: 0;}
* {outline:none;}
.hide {display: none;}
img {border:0;}
#logo {
margin: 80px auto 0;... | 0.305801 | 0.088465 |
body{
font-size: 15px;
margin: 0;
padding: 0;
}
.left_div{
width: 50%;
float: left;
}
.right_div{
position: fixed;
bottom: 0;
width: 50%;
right: 0;
}
.section_1{
width: 100%;
background: #d3d3d3 url(images/1.jpg) center left no-repeat;
}
.section_2{
width: 100%;
background:... | style.css | body{
font-size: 15px;
margin: 0;
padding: 0;
}
.left_div{
width: 50%;
float: left;
}
.right_div{
position: fixed;
bottom: 0;
width: 50%;
right: 0;
}
.section_1{
width: 100%;
background: #d3d3d3 url(images/1.jpg) center left no-repeat;
}
.section_2{
width: 100%;
background:... | 0.25128 | 0.078678 |
.banner-overlay-new {
width: 100%;
background: #fff;
background-image:url("../assets/v1_lib/web_assets/static_image/gradient_banner_new.jpg");
background-position:center;
background-repeat:no-repeat;
background-size:100%;
}
.banner-overlay-new2 {
width: 100%;
background: #fff;
background-imag... | update/htdocs/assets/v1_lib/web_assets/v1_mobile_test.css | .banner-overlay-new {
width: 100%;
background: #fff;
background-image:url("../assets/v1_lib/web_assets/static_image/gradient_banner_new.jpg");
background-position:center;
background-repeat:no-repeat;
background-size:100%;
}
.banner-overlay-new2 {
width: 100%;
background: #fff;
background-imag... | 0.317003 | 0.088662 |
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed&display=swap');
body, html {
margin: 0;
width: 100%;
height: 100%;
background-color: #1e1e1e;
color: #ffffff;
user-select: none;
font-family: 'Encode Sans Condensed', sans-serif;
}
#loader {
position: absolute;
top: 50%;
lef... | CSS/main.css | @import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed&display=swap');
body, html {
margin: 0;
width: 100%;
height: 100%;
background-color: #1e1e1e;
color: #ffffff;
user-select: none;
font-family: 'Encode Sans Condensed', sans-serif;
}
#loader {
position: absolute;
top: 50%;
lef... | 0.326593 | 0.09343 |
body {
max-width:1200px;
display:flex;
flex-direction:column;
justify-items: center;
align-items:center;
height:100%;
}
div.calculator {
display:grid;
grid-template-columns:100%;
grid-template-rows:8% 12% 80%;
width:60%;
min-height:60%;
max-height:60%;
width:60%;... | style.css | body {
max-width:1200px;
display:flex;
flex-direction:column;
justify-items: center;
align-items:center;
height:100%;
}
div.calculator {
display:grid;
grid-template-columns:100%;
grid-template-rows:8% 12% 80%;
width:60%;
min-height:60%;
max-height:60%;
width:60%;... | 0.340705 | 0.102529 |
#loader { display: none; }
@keyframes load{
0%{height:10px;
margin:20px 2px;}
50%{height:50px;
margin:0px 2px;}
100%{height:10px;margin:20px 2px;}
}
@-o-keyframes load{
0%{height:10px;
margin:20px 2px;}
50%{height:50px;
margin:0px 2px;}
100%{height:10px;margin:20px 2px;}
}
@-ms-keyframes load{
... | data/train/css/ad573b3cf2ec8d301f0613b5d399e7d0b6b395d3loader.css | #loader { display: none; }
@keyframes load{
0%{height:10px;
margin:20px 2px;}
50%{height:50px;
margin:0px 2px;}
100%{height:10px;margin:20px 2px;}
}
@-o-keyframes load{
0%{height:10px;
margin:20px 2px;}
50%{height:50px;
margin:0px 2px;}
100%{height:10px;margin:20px 2px;}
}
@-ms-keyframes load{
... | 0.240418 | 0.065276 |
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@400;500;700&display=swap');
:root{
--vermelho: #E50914;
--vermelho-escuro: #b1060e;
--preto: #141414;
}
/* cinza --azul--rosa --verde--amarelo */
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* ELEMENT... | style/style.css | @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:wght@400;500;700&display=swap');
:root{
--vermelho: #E50914;
--vermelho-escuro: #b1060e;
--preto: #141414;
}
/* cinza --azul--rosa --verde--amarelo */
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
/* ELEMENT... | 0.395368 | 0.098296 |
@import url('https://fonts.googleapis.com/css?family=Do+Hyeon');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700,900');
body{
background-color:#111;
color:white;
font-family: 'Do Hyeon', sans-serif;
}
h1{
font-family: 'Montserrat', sans-serif;
font-weight: 900;
}
h4{
f... | FruitMarketApp-linux-ia32/resources/app/css/styles.css | @import url('https://fonts.googleapis.com/css?family=Do+Hyeon');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,700,900');
body{
background-color:#111;
color:white;
font-family: 'Do Hyeon', sans-serif;
}
h1{
font-family: 'Montserrat', sans-serif;
font-weight: 900;
}
h4{
f... | 0.212395 | 0.072178 |
.gamelist, .rechargedata {
width: 1680px;
padding: 0 20px;
}
.gamelist > ul,
.rechargedata > ul {
width: 100%;
height: 36px;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 33px;
}
.gamelist > ul > li,
.rechargedata > ul > li {
width: 90px;
height: 36px;
line-height: 36px;
tex... | public/static/css/setup.css | .gamelist, .rechargedata {
width: 1680px;
padding: 0 20px;
}
.gamelist > ul,
.rechargedata > ul {
width: 100%;
height: 36px;
border-bottom: 1px solid #e6e6e6;
margin-bottom: 33px;
}
.gamelist > ul > li,
.rechargedata > ul > li {
width: 90px;
height: 36px;
line-height: 36px;
tex... | 0.312895 | 0.160496 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
/* web page sectioning ------------------------------ */
body {
font-family: Georgia, 'Times New Roman', Times, serif;
background-color: rgb(49, 50, 53);
}
.wrapper {
margin: 0 auto auto auto;
background-color: rgb(218, 223, 22... | fp/css/styles.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
/* web page sectioning ------------------------------ */
body {
font-family: Georgia, 'Times New Roman', Times, serif;
background-color: rgb(49, 50, 53);
}
.wrapper {
margin: 0 auto auto auto;
background-color: rgb(218, 223, 22... | 0.31944 | 0.077622 |
@charset "UTF-8";
/* CSS Document */
body header.sobrepor{background: #000;}
div.col-md-6,
div.col-lg-6{margin:0px; padding: 0px; display: inline-block;}
/*Estilo de fontes*/
.btn{font-family:DesignSystemB-500I;font-size:14px!important;}
.btn i{font-family: FontAwesome;padding-right:7px;}
h3,.titulo{font-family: Desig... | style.css | @charset "UTF-8";
/* CSS Document */
body header.sobrepor{background: #000;}
div.col-md-6,
div.col-lg-6{margin:0px; padding: 0px; display: inline-block;}
/*Estilo de fontes*/
.btn{font-family:DesignSystemB-500I;font-size:14px!important;}
.btn i{font-family: FontAwesome;padding-right:7px;}
h3,.titulo{font-family: Desig... | 0.147986 | 0.077938 |
.navbarWidth {
width: 5rem;
}
#mainNavbar .navbar-brand {
font-size: 30px;
margin-left: 25px;
font-weight: bold;
}
#mainNavbar .navbar-brand span {
color: #df8338;
}
#mainNavbar .nav-link {
color: black;
font-size: 1.2rem;
margin-left: 40px;
transition: all 0.4s ease-in-out;
}
#mainNavbar .nav-link:... | syle.css | .navbarWidth {
width: 5rem;
}
#mainNavbar .navbar-brand {
font-size: 30px;
margin-left: 25px;
font-weight: bold;
}
#mainNavbar .navbar-brand span {
color: #df8338;
}
#mainNavbar .nav-link {
color: black;
font-size: 1.2rem;
margin-left: 40px;
transition: all 0.4s ease-in-out;
}
#mainNavbar .nav-link:... | 0.354321 | 0.0729 |
.ie .bbit-tree .bbit-tree-bwrap { /*position:relative;
overflow:hidden;
*/
}
.bbit-tree ul,.bbit-tree li {
list-style-type: none;
margin: 0px;
padding: 0px;
}
.bbit-tree-body {
font-size: 12px;
}
.bbit-tree-icon,.bbit-tree-ec-icon,.bbit-tree-node-cb,.bbit-tree-elbow-line,.bbit-tree-elbow,.b... | WebRoot/rc/sc/jq/themes/treeview/treeview.css | .ie .bbit-tree .bbit-tree-bwrap { /*position:relative;
overflow:hidden;
*/
}
.bbit-tree ul,.bbit-tree li {
list-style-type: none;
margin: 0px;
padding: 0px;
}
.bbit-tree-body {
font-size: 12px;
}
.bbit-tree-icon,.bbit-tree-ec-icon,.bbit-tree-node-cb,.bbit-tree-elbow-line,.bbit-tree-elbow,.b... | 0.293404 | 0.083329 |
p{
font-family: 'Roboto', sans-serif;
font-size: 16px;
}
h1 {
font-family: 'Arvo', serif;
}
/*slide 1*/
#section1 {
background-color: #666666;
min-height: 600px;
color:white;
}
.underline {
text-decoration: underline;
}
#slide1_arrow {
font-size: 40px;
}
@media screen and (min-wid... | public/angular-bootstrap/bootstrap-twit/css/customKarmaStats.css | p{
font-family: 'Roboto', sans-serif;
font-size: 16px;
}
h1 {
font-family: 'Arvo', serif;
}
/*slide 1*/
#section1 {
background-color: #666666;
min-height: 600px;
color:white;
}
.underline {
text-decoration: underline;
}
#slide1_arrow {
font-size: 40px;
}
@media screen and (min-wid... | 0.093318 | 0.065695 |
@media screen and (max-width:900px) {
body {
width: 100%;
margin: 0;
padding: 0;
top: 0;
background-color: black;
}
h1 {
font-size: 50px;
font-weight: 300;
}
h2 {
font-size: 30px;
font-weight: 300;
}
h3 {
font-... | tmobile.css | @media screen and (max-width:900px) {
body {
width: 100%;
margin: 0;
padding: 0;
top: 0;
background-color: black;
}
h1 {
font-size: 50px;
font-weight: 300;
}
h2 {
font-size: 30px;
font-weight: 300;
}
h3 {
font-... | 0.427875 | 0.111338 |
body {
overflow-x: hidden;
font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-brand>img{
display: block;
height:25px;
width:180px;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #fed136;
}
p {
font-size: 14px;
line-height: 1.75;
}
p.large {
font-size: 16p... | css/agency.css | body {
overflow-x: hidden;
font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-brand>img{
display: block;
height:25px;
width:180px;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #fed136;
}
p {
font-size: 14px;
line-height: 1.75;
}
p.large {
font-size: 16p... | 0.411702 | 0.068009 |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,... | persevere/res/common.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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr,... | 0.263979 | 0.057124 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul,
ol {
list-style: none;
}
a {
text-decoration: none;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.container {
width: 1146px;
margin: 0 auto;
background-color: transparent;
}
.clearfix::after {
displ... | module-04/css/styles.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
ul,
ol {
list-style: none;
}
a {
text-decoration: none;
}
img {
display: block;
max-width: 100%;
height: auto;
}
.container {
width: 1146px;
margin: 0 auto;
background-color: transparent;
}
.clearfix::after {
displ... | 0.40592 | 0.099295 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
display: flex;
min-height: calc(100vh - 10px);
justify-content: center;
align-items: center;
flex-direction: column;
background-color: #333;
font-family: Arial, Helvetica, sans-serif;
user-select: none... | style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
display: flex;
min-height: calc(100vh - 10px);
justify-content: center;
align-items: center;
flex-direction: column;
background-color: #333;
font-family: Arial, Helvetica, sans-serif;
user-select: none... | 0.277375 | 0.080574 |
:root {
}
*
{
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'PT Sans', sans-serif;
}
.home,
.calc2,
.calculator,
.calc2 {
text-align: center;
margin: 0 auto;
background-image: none;
max-width: 400px;
color: rgb(108, 104, 254);
font-size: 30px;
}
.calc2 label {
text-align: le... | Code/my-app/src/App.css | :root {
}
*
{
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'PT Sans', sans-serif;
}
.home,
.calc2,
.calculator,
.calc2 {
text-align: center;
margin: 0 auto;
background-image: none;
max-width: 400px;
color: rgb(108, 104, 254);
font-size: 30px;
}
.calc2 label {
text-align: le... | 0.713531 | 0.276582 |
Futuur
Author: Hub9.co
*/
/* --- Path --- */
@import url("https://fonts.googleapis.com/css?family=Oswald");
@img : '../img/';
/* --- Colors --- */
/*** FROM WEBAPP ****/
.clear:before, .clear:after {
content: ' ';
display: table;
}
.clear {
*zoom: 1;
}
.clear:after {
clear: both;
}
/*! normalize.css v2.1.3 | ... | app/assets/css/style.min.css | Futuur
Author: Hub9.co
*/
/* --- Path --- */
@import url("https://fonts.googleapis.com/css?family=Oswald");
@img : '../img/';
/* --- Colors --- */
/*** FROM WEBAPP ****/
.clear:before, .clear:after {
content: ' ';
display: table;
}
.clear {
*zoom: 1;
}
.clear:after {
clear: both;
}
/*! normalize.css v2.1.3 | ... | 0.590543 | 0.119357 |
*{
box-sizing: border-box;
/*background: linear-gradient(to right, #ff105f, #ffad06); /* took this from my login-form. No longer using this as I found a beautiful background img.*/
background-image: url(images/sky.png);
background-size: cover; /*This property/value pair tells the browser to scale the ba... | main.css | *{
box-sizing: border-box;
/*background: linear-gradient(to right, #ff105f, #ffad06); /* took this from my login-form. No longer using this as I found a beautiful background img.*/
background-image: url(images/sky.png);
background-size: cover; /*This property/value pair tells the browser to scale the ba... | 0.507568 | 0.261632 |
body {
font-family: Arial, Helvetica, Verdana, sans-serif;
background-color: #EEE;
}
/* site-wide default style for hypertext links */
a {
text-decoration: none;
color: #006699;
}
a:hover {
text-decoration: underline;
}
/* site-wide default image style */
img {
/* display... | src/gov/noaa/esrl/psd/repository/htdocs/esrl_psd.css | body {
font-family: Arial, Helvetica, Verdana, sans-serif;
background-color: #EEE;
}
/* site-wide default style for hypertext links */
a {
text-decoration: none;
color: #006699;
}
a:hover {
text-decoration: underline;
}
/* site-wide default image style */
img {
/* display... | 0.341583 | 0.100437 |
table.raincalendar {
border-collapse: separate;
border-spacing: 3px;
margin-right: 10px;
display: inline-block;
user-select: none; /* CSS3 (little to no support) */
-ms-user-select: none; /* IE 10+ */
-moz-user-select: none; /* Gecko (Firefox) */
-webkit-user-select: none; /* Webkit (Saf... | src/style/style.css | table.raincalendar {
border-collapse: separate;
border-spacing: 3px;
margin-right: 10px;
display: inline-block;
user-select: none; /* CSS3 (little to no support) */
-ms-user-select: none; /* IE 10+ */
-moz-user-select: none; /* Gecko (Firefox) */
-webkit-user-select: none; /* Webkit (Saf... | 0.403567 | 0.169166 |
@font-face {
font-family: 'latoregular';
src: url('../www/fonts/lato-regular-webfont.eot');
src: url('../www/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../www/fonts/lato-regular-webfont.woff2') format('woff2'),
url('../www/fonts/lato-regular-webfont.woff') fo... | app/less/fonts.css | @font-face {
font-family: 'latoregular';
src: url('../www/fonts/lato-regular-webfont.eot');
src: url('../www/fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../www/fonts/lato-regular-webfont.woff2') format('woff2'),
url('../www/fonts/lato-regular-webfont.woff') fo... | 0.124466 | 0.047009 |
*,
*::after,
*::before {
box-sizing: border-box;
}
body {
font-family: 'Source Sans Pro', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #444;
background: #f6f6f6;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
outline: none;
color:... | css/demo.css | *,
*::after,
*::before {
box-sizing: border-box;
}
body {
font-family: 'Source Sans Pro', Avenir, 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #444;
background: #f6f6f6;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a {
outline: none;
color:... | 0.178992 | 0.037082 |
html {
/* background: url(bg.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
height: 100%;
overflow-y: hidden;
font-family: 'Montserrat', sans-serif;
background-color: #101010;
}
#hea... | src/assets/style.css | html {
/* background: url(bg.png) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
height: 100%;
overflow-y: hidden;
font-family: 'Montserrat', sans-serif;
background-color: #101010;
}
#hea... | 0.264453 | 0.049635 |
ul.browse
{
margin-bottom:20px;
overflow:hidden;
border-top:1px solid #ccc;
}
.boroughs {
float: left;
clear: both;
width:450px;
}
.decades {
float: left;
width:150px;
}
ul.browse li{
line-height:1.5em;
border-bottom:1px solid #ccc;
float:left;
display:inline;
}
ul.boroughs li { width... | src/Wellcome.MoH/Wellcome.MoH.Web/wwwroot/assets/css/moh.css |
ul.browse
{
margin-bottom:20px;
overflow:hidden;
border-top:1px solid #ccc;
}
.boroughs {
float: left;
clear: both;
width:450px;
}
.decades {
float: left;
width:150px;
}
ul.browse li{
line-height:1.5em;
border-bottom:1px solid #ccc;
float:left;
display:inline;
}
ul.boroughs li { width... | 0.58948 | 0.134264 |
.jssorl-009-spin img {
animation-name: jssorl-009-spin;
animation-duration: 1.6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
/*jssor slider bullet skin 057 css*/
.j... | ems/static/css/style.css | .jssorl-009-spin img {
animation-name: jssorl-009-spin;
animation-duration: 1.6s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
/*jssor slider bullet skin 057 css*/
.j... | 0.530236 | 0.217234 |
body {
background-color: #fdf6e3;
color: #586e75;
font-family: Charter, "Bitstream Charter", Palatino, Georgia, serif;
line-height: 1.4;
margin: 2em auto;
max-width: 35em;
text-align: left;
width: 93%;
word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 { font-family: Lato, Helvetica, s... | solarized-light.css | body {
background-color: #fdf6e3;
color: #586e75;
font-family: Charter, "Bitstream Charter", Palatino, Georgia, serif;
line-height: 1.4;
margin: 2em auto;
max-width: 35em;
text-align: left;
width: 93%;
word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 { font-family: Lato, Helvetica, s... | 0.672009 | 0.123102 |
ul.sub-menu {border-radius: 5px;
position: absolute;top: 30px;padding: 10px 15px;cursor: pointer;width: 210px;background-color: #fff;box-shadow: 0 2px 24px 0 hsl(0deg 0% 7% / 24%);z-index: +9999;opacity: 0;visibility: hidden;-webkit-transform: translateY(.8rem) translateX(-50%);transform: translateY(.8rem) translat... | public/assets/css/ni-device.css | ul.sub-menu {border-radius: 5px;
position: absolute;top: 30px;padding: 10px 15px;cursor: pointer;width: 210px;background-color: #fff;box-shadow: 0 2px 24px 0 hsl(0deg 0% 7% / 24%);z-index: +9999;opacity: 0;visibility: hidden;-webkit-transform: translateY(.8rem) translateX(-50%);transform: translateY(.8rem) translat... | 0.39222 | 0.078254 |
body {
color: #2f2f2f; }
.article {
width: 750px; }
.title {
font-size: 2rem;
line-height: 1.3; }
/* ====================== head ====================== */
.info {
width: 100%;
height: 50px;
padding-left: 65px;
position: relative; }
.head {
width: 50px;
height: 50px;
border: 1px solid #e4e5e6;
... | public/css/page/article.css | body {
color: #2f2f2f; }
.article {
width: 750px; }
.title {
font-size: 2rem;
line-height: 1.3; }
/* ====================== head ====================== */
.info {
width: 100%;
height: 50px;
padding-left: 65px;
position: relative; }
.head {
width: 50px;
height: 50px;
border: 1px solid #e4e5e6;
... | 0.287868 | 0.085939 |
html.hc-nav-yscroll {
overflow-y: scroll
}
body.hc-nav-open {
overflow: hidden;
position: fixed;
width: 100%;
min-height: 100%
}
.hc-offcanvas-nav {
visibility: hidden;
display: none;
position: fixed;
top: 0;
height: 100%;
z-index: 9999
}
.hc-offcanvas-nav.is-ios * {
cursor: pointer !important
}
.hc-off... | public/assets/css/demo.css | html.hc-nav-yscroll {
overflow-y: scroll
}
body.hc-nav-open {
overflow: hidden;
position: fixed;
width: 100%;
min-height: 100%
}
.hc-offcanvas-nav {
visibility: hidden;
display: none;
position: fixed;
top: 0;
height: 100%;
z-index: 9999
}
.hc-offcanvas-nav.is-ios * {
cursor: pointer !important
}
.hc-off... | 0.613931 | 0.069542 |
/* line 1 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */
/*
* Load Awesome Relative v1.1.0 (http://github.danielcardoso.net/load-awesome/)
* Copyright 2015 <NAME> <@DanielCardoso>
* Copyright 2018 <NAME> <@SampsonCrowley>
* Licensed under MIT
*/
/* line 29 : /home/samps/sites/personal/load-a... | css/timer.css | /* line 1 : /home/samps/sites/personal/load-awesome-relative/css/timer.styl */
/*
* Load Awesome Relative v1.1.0 (http://github.danielcardoso.net/load-awesome/)
* Copyright 2015 <NAME> <@DanielCardoso>
* Copyright 2018 <NAME> <@SampsonCrowley>
* Licensed under MIT
*/
/* line 29 : /home/samps/sites/personal/load-a... | 0.206014 | 0.042702 |
html, body{
height: 100%;
}
body{
font-family: sans-serif;
margin: 0;
}
#container{
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 50% 50%;
grid-template-rows: 5% 90% 5%;
}
a{
color: blue;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
/*
* Header
*/
#header{
backgrou... | csscolours/style.css | html, body{
height: 100%;
}
body{
font-family: sans-serif;
margin: 0;
}
#container{
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 50% 50%;
grid-template-rows: 5% 90% 5%;
}
a{
color: blue;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
/*
* Header
*/
#header{
backgrou... | 0.361728 | 0.061424 |
.container {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 10px; }
@media (max-width: 700px) {
.container {
grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home.container.container > div:nth-of-type(6) {
grid-column: 1 / 3;
grid-row: 3; }
.home.container.container > div:... | css/BlazorSass.css | .container {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 10px; }
@media (max-width: 700px) {
.container {
grid-template-columns: repeat(2, minmax(0, 1fr)); }
.home.container.container > div:nth-of-type(6) {
grid-column: 1 / 3;
grid-row: 3; }
.home.container.container > div:... | 0.407805 | 0.114765 |
nav {
height: 75px;
line-height: 75px;
background-image: linear-gradient(to right, #027f9e, black);
}
.sidenav {
font-family: "Offside", cursive;
}
#exofont {
font-family: "Exo 2", sans-serif;
}
.profile-top-section {
padding-top: 0;
}
/* .parallax-profile {
height: 600px;
} */
.profile-pic {
heigh... | public/assets/css/style.css | nav {
height: 75px;
line-height: 75px;
background-image: linear-gradient(to right, #027f9e, black);
}
.sidenav {
font-family: "Offside", cursive;
}
#exofont {
font-family: "Exo 2", sans-serif;
}
.profile-top-section {
padding-top: 0;
}
/* .parallax-profile {
height: 600px;
} */
.profile-pic {
heigh... | 0.374333 | 0.088781 |
@import 'https://fonts.googleapis.com/css?family=Droid+Serif|Lato|Lobster|Open+Sans|Orbitron|Oswald';
/* RGB */
/* Reset some stuff{ */
/* See https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/ */
input[type=range] {
-webkit-appearance: none;
margin: 0.75em 0;
width: 15em;
}
input[type=rang... | theme/uplink.css | @import 'https://fonts.googleapis.com/css?family=Droid+Serif|Lato|Lobster|Open+Sans|Orbitron|Oswald';
/* RGB */
/* Reset some stuff{ */
/* See https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/ */
input[type=range] {
-webkit-appearance: none;
margin: 0.75em 0;
width: 15em;
}
input[type=rang... | 0.38769 | 0.113138 |
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img {
vertical-align: middl... | public/vendors/opp.css | @import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
img {
vertical-align: middl... | 0.237222 | 0.096621 |
.card_categoria_tienda{
border-radius: 6px;
color: black;
height: 22px;
font-size: 14px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
background: #fefefe;
padding: 3px 9px;
transform-origin: top left;
transform: skewY(3.6... | src/components/CardCategoria/estilos.css | .card_categoria_tienda{
border-radius: 6px;
color: black;
height: 22px;
font-size: 14px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
background: #fefefe;
padding: 3px 9px;
transform-origin: top left;
transform: skewY(3.6... | 0.553264 | 0.174868 |
.switch {
position: relative;
display: inline-block;
width: 51px;
height: 26px;
margin-top: 3px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #cdcdcd;
-webkit-transition: 0.4s... | src/DemoPages/Tables/Myownership/index.css | .switch {
position: relative;
display: inline-block;
width: 51px;
height: 26px;
margin-top: 3px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #cdcdcd;
-webkit-transition: 0.4s... | 0.358578 | 0.076236 |
.aquaLawnGreen4,
.hover_aquaLawnGreen4:hover,
.active_aquaLawnGreen4:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(128, 217, 0, .39),
inset 0 -0.5em 0.9em 0 #cbff40,
inset 0 -0.5em 0em 0.65em rgb(96, 166, 0),
inset 0 0em 0.5em 2em rgb(158, 223, 71);
-moz-box-shadow: 0 0.63em... | widgets/common/assets/shadows/aqua/aquaLawnGreen/aquaLawnGreen4.css | .aquaLawnGreen4,
.hover_aquaLawnGreen4:hover,
.active_aquaLawnGreen4:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(128, 217, 0, .39),
inset 0 -0.5em 0.9em 0 #cbff40,
inset 0 -0.5em 0em 0.65em rgb(96, 166, 0),
inset 0 0em 0.5em 2em rgb(158, 223, 71);
-moz-box-shadow: 0 0.63em... | 0.358016 | 0.353066 |
.container {
display: flex;
}
.hidden {
display: none;
}
.option:hover .hidden {
display: block !important;
}
/* width and height */
.w100 {
min-width: 100vw;
}
.h100 {
min-height: 100vh;
}
.w10 {
width: 10px;
}
.w15 {
width: 15px;
}
.w20 {
width: 20px;
}
.w25 {
width: 25px;... | assets/flex.css | .container {
display: flex;
}
.hidden {
display: none;
}
.option:hover .hidden {
display: block !important;
}
/* width and height */
.w100 {
min-width: 100vw;
}
.h100 {
min-height: 100vh;
}
.w10 {
width: 10px;
}
.w15 {
width: 15px;
}
.w20 {
width: 20px;
}
.w25 {
width: 25px;... | 0.325842 | 0.143038 |
@import url('https://fonts.googleapis.com/css2? family = Noto + Sans: ital, wght @ 0,400; 0,700; 1,400; 1,700 & display = swap');
@import url('fontawesome-free-6.0.0-beta2-web/css/all.min.css');
html{
scroll-behavior: smooth;
}
body{
background-color: #dddddd;
font-family: 'Noto Sans', sans-serif;
... | style.css | @import url('https://fonts.googleapis.com/css2? family = Noto + Sans: ital, wght @ 0,400; 0,700; 1,400; 1,700 & display = swap');
@import url('fontawesome-free-6.0.0-beta2-web/css/all.min.css');
html{
scroll-behavior: smooth;
}
body{
background-color: #dddddd;
font-family: 'Noto Sans', sans-serif;
... | 0.281011 | 0.058373 |
html, body, div, ul, li {
margin: 0;
padding: 0;
}
html{
overflow-x: hidden;
overflow-y: scroll;
}
html, body{
margin: 0;
padding: 0;
width: 100%;
height: 80%;
font-family: 'pt sans', arial, helvetica, sans-serif;
font-size: 1em;
text-align: justify;
line-height: 1.5em;... | css/main.css | html, body, div, ul, li {
margin: 0;
padding: 0;
}
html{
overflow-x: hidden;
overflow-y: scroll;
}
html, body{
margin: 0;
padding: 0;
width: 100%;
height: 80%;
font-family: 'pt sans', arial, helvetica, sans-serif;
font-size: 1em;
text-align: justify;
line-height: 1.5em;... | 0.47098 | 0.071364 |
.form-submit-button-simple_green_apple{
cursor: pointer;
-moz-border-radius:.5em;
-webkit-border-radius:.5em;
border-radius:.5em;
padding:8px 18px;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-shadow:-1px -1px 0px #5a820... | static/css/styles/buttons/form-submit-button-simple_green_apple.css |
.form-submit-button-simple_green_apple{
cursor: pointer;
-moz-border-radius:.5em;
-webkit-border-radius:.5em;
border-radius:.5em;
padding:8px 18px;
color: #ffffff;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-shadow:-1px -1px 0px #5a820... | 0.264453 | 0.103794 |
body {
box-sizing: border-box;
width: 100%;
height: 100%;
font-family: Google Sans;
margin: 0;
padding: 0;
visibility: hidden;
}
#Rodape {
box-sizing: border-box;
width: 100%;
height: auto;
float: left;
margin: 0;
padding: 30px 10%;
background-color: #32CD32;
}
#RodL {
width: 50%;
fl... | CSS/Pag.css | body {
box-sizing: border-box;
width: 100%;
height: 100%;
font-family: Google Sans;
margin: 0;
padding: 0;
visibility: hidden;
}
#Rodape {
box-sizing: border-box;
width: 100%;
height: auto;
float: left;
margin: 0;
padding: 30px 10%;
background-color: #32CD32;
}
#RodL {
width: 50%;
fl... | 0.339171 | 0.087447 |
body {
/* Google Font*/
font-family: 'Montserrat', sans-serif;
}
p {
text-align: initial;
}
/*Navigation */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
color: #fff;
font-size: 25px;
}
/* couleur bar nav*/
.bg-dark {
background-color: #447ab1 !important;
}
/*co... | PagesStagiaires/pachara/style.css | body {
/* Google Font*/
font-family: 'Montserrat', sans-serif;
}
p {
text-align: initial;
}
/*Navigation */
.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
color: #fff;
font-size: 25px;
}
/* couleur bar nav*/
.bg-dark {
background-color: #447ab1 !important;
}
/*co... | 0.2819 | 0.062617 |
body {
font: 11px Verdana, Arial, Helvetica, sans-serif;
background: #ffffff url(../images/main-bg2.png);
padding: 0;
margin: 0;
}
img {
border: none;
}
fieldset{position:absolute;top:0;left:0;margin:0;padding:0;width:100%;border:0;background:#E7E7E7;}
form{margin:0;padding:0;}
select{margin:0 auto;paddin... | mapmint-ui/css/style.css | body {
font: 11px Verdana, Arial, Helvetica, sans-serif;
background: #ffffff url(../images/main-bg2.png);
padding: 0;
margin: 0;
}
img {
border: none;
}
fieldset{position:absolute;top:0;left:0;margin:0;padding:0;width:100%;border:0;background:#E7E7E7;}
form{margin:0;padding:0;}
select{margin:0 auto;paddin... | 0.282394 | 0.067701 |
/* position: fixed; */
background-image: url(/assets/img/backhroundImage3-2.jpg);
top: 0;
left: 0;
/* Preserve aspet ratio */
min-width: 100%;
min-height: 100%;
}
/* NAVBAR STYLE */
/* body {margin:0;
font-family:Arial }
.topnav {
overflow: hidden;
background-color: #333;
}
.topna... | assets/css/HomeEstilos.css | /* position: fixed; */
background-image: url(/assets/img/backhroundImage3-2.jpg);
top: 0;
left: 0;
/* Preserve aspet ratio */
min-width: 100%;
min-height: 100%;
}
/* NAVBAR STYLE */
/* body {margin:0;
font-family:Arial }
.topnav {
overflow: hidden;
background-color: #333;
}
.topna... | 0.383872 | 0.0697 |
body {
background: #333;
display: flex;
justify-content: center;
align-items: center;
font-family: "Electrolize", sans-serif;
}
/*#091921*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap");
.container {
padding: 0;
margin: 0;
min-width: 100%;
display: grid;
gri... | public/css/estilo_principal.css | body {
background: #333;
display: flex;
justify-content: center;
align-items: center;
font-family: "Electrolize", sans-serif;
}
/*#091921*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap");
.container {
padding: 0;
margin: 0;
min-width: 100%;
display: grid;
gri... | 0.404978 | 0.082586 |
@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
*
{
margin: 0px;
padding: 0px;
}
:root
{
--cor0: #c5ebd6;
--cor1: #83E1AD;
--cor2: #3DDC84;
--cor3: #2FA866;
--cor4: #1A5C37;
--cor5: #063d1e;
--font0: Arial, Helvetica, sans-serif;... | HTML-CSS/Desafios/Desafio Website/style.css | @charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
*
{
margin: 0px;
padding: 0px;
}
:root
{
--cor0: #c5ebd6;
--cor1: #83E1AD;
--cor2: #3DDC84;
--cor3: #2FA866;
--cor4: #1A5C37;
--cor5: #063d1e;
--font0: Arial, Helvetica, sans-serif;... | 0.405449 | 0.126461 |
* {
box-sizing: border-box;
font-family: 'Sriracha', cursive;
}
body {
margin: 0 auto;
background-color: black;
background-image: url("https://i.imgur.com/4fJoH3p.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
display: flex;
align-items: center;
justify-content: center;
backgr... | public/style.css | * {
box-sizing: border-box;
font-family: 'Sriracha', cursive;
}
body {
margin: 0 auto;
background-color: black;
background-image: url("https://i.imgur.com/4fJoH3p.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
display: flex;
align-items: center;
justify-content: center;
backgr... | 0.380183 | 0.137851 |
body {
text-align: center;
margin: 0;
background-color: #352F44;
width: 100%;
min-height: 100vh;
font-family: "Gothic A1", -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
color: #FFFFFF;
... | src/client/app.css | body {
text-align: center;
margin: 0;
background-color: #352F44;
width: 100%;
min-height: 100vh;
font-family: "Gothic A1", -apple-system, BlinkMacSystemFont, "Avenir Next", Avenir, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
color: #FFFFFF;
... | 0.403802 | 0.0713 |
.fa-star-half-o,
.fa-star-o,
.fa-star {
color: gold
}
p {
font-size: 14px;
}
.aval,
.info,
.end,
.buy {
margin-top: 2%;
padding: 4%;
border-top: 1px solid #f2f2f2;
border-bottom: 2px solid #CCCCCC;
border-left: 2px solid #e1e1e1;
border-right: 2px solid #e1e1e1;
}
.end {
padding: ... | e-commerce-tutu-front/src/app/view/common-user/list-one-product/list-one-product.component.css | .fa-star-half-o,
.fa-star-o,
.fa-star {
color: gold
}
p {
font-size: 14px;
}
.aval,
.info,
.end,
.buy {
margin-top: 2%;
padding: 4%;
border-top: 1px solid #f2f2f2;
border-bottom: 2px solid #CCCCCC;
border-left: 2px solid #e1e1e1;
border-right: 2px solid #e1e1e1;
}
.end {
padding: ... | 0.435661 | 0.168344 |
.black-text-shadow{
text-shadow:2px 2px 10px #000!important;
color: #333333
}
.fullpage-wrapper .section .subtitle{
font-size:.9em!important
}
.fullpage-wrapper .section.dark-section .subtitle{
color:#fff!important
}
.social-media-links .social-link{
color:#fff!important;
margin-left:10px!impor... | public/css/style2.css | .black-text-shadow{
text-shadow:2px 2px 10px #000!important;
color: #333333
}
.fullpage-wrapper .section .subtitle{
font-size:.9em!important
}
.fullpage-wrapper .section.dark-section .subtitle{
color:#fff!important
}
.social-media-links .social-link{
color:#fff!important;
margin-left:10px!impor... | 0.402744 | 0.060585 |
@import "main.css";
/* basic setups */
* {
margin: 0 auto;
padding: 0;
box-sizing: border-box;
font-family: var(--font-family);
list-style: none;
font-style: normal;
}
input,
textarea {
outline: none;
}
input[type="text"],
textarea {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0... | css/homePage.css | @import "main.css";
/* basic setups */
* {
margin: 0 auto;
padding: 0;
box-sizing: border-box;
font-family: var(--font-family);
list-style: none;
font-style: normal;
}
input,
textarea {
outline: none;
}
input[type="text"],
textarea {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0... | 0.255994 | 0.054525 |
.ff0{font-family:sans-serif;visibility:hidden;}
@font-face{font-family:ff1;src:url(f1.woff)format("woff");}.ff1{font-family:ff1;line-height:1.432129;font-style:normal;font-weight:normal;visibility:visible;}
@font-face{font-family:ff2;src:url(f2.woff)format("woff");}.ff2{font-family:ff2;line-height:0.938477;font-style:n... | public/pdf/1/main.css | .ff0{font-family:sans-serif;visibility:hidden;}
@font-face{font-family:ff1;src:url(f1.woff)format("woff");}.ff1{font-family:ff1;line-height:1.432129;font-style:normal;font-weight:normal;visibility:visible;}
@font-face{font-family:ff2;src:url(f2.woff)format("woff");}.ff2{font-family:ff2;line-height:0.938477;font-style:n... | 0.118985 | 0.073032 |
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,900');
html {
font-size: 16px;
font-family: 'Open Sans', sans-serif;
color: #414141;
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
header {
background: #2B3137;
background-size: cover;
ba... | applications/spring-server/src/main/resources/public/style/site.css | @import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,900');
html {
font-size: 16px;
font-family: 'Open Sans', sans-serif;
color: #414141;
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
header {
background: #2B3137;
background-size: cover;
ba... | 0.440229 | 0.111676 |
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");
/* <NAME> PUT YOUR STYLES HERE */
* {
box-sizing: border-box;
}
body {
background-color: black;
color: aqua;
font-size: 1.2rem;
font-weight: 300;
font-family: "Roboto Slab", serif;
margin: 0px;
padding: 1rem;
}
a {
co... | css/style.css | @import url("https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap");
/* <NAME> PUT YOUR STYLES HERE */
* {
box-sizing: border-box;
}
body {
background-color: black;
color: aqua;
font-size: 1.2rem;
font-weight: 300;
font-family: "Roboto Slab", serif;
margin: 0px;
padding: 1rem;
}
a {
co... | 0.357568 | 0.092115 |
body {
background-color: #ffffff;
}
#logout-btn {
background-color : #a7af3a;
border: none;
color: #ffffff;
position: absolute;
right: 50px;
font-weight: bold;
}
input.input-text {
width: 100%;
}
img.slide {
width: 100%;
}
nav .menu {
float: right;
}
div.main-header {
position: r... | assets/css/mine.css | body {
background-color: #ffffff;
}
#logout-btn {
background-color : #a7af3a;
border: none;
color: #ffffff;
position: absolute;
right: 50px;
font-weight: bold;
}
input.input-text {
width: 100%;
}
img.slide {
width: 100%;
}
nav .menu {
float: right;
}
div.main-header {
position: r... | 0.169234 | 0.050214 |
position:absolute;
z-index:1;
top:0;
bottom:0;
left:0;
width:100%;
overflow:auto;
}
#scroller {
position:relative;
/* -webkit-touch-callout:none;*/
float:left;
width:100%;
padding:0;
}
#pullDown, #pullUp {
z-index: 2;
height:60px;
line-height:30px;
backg... | learn/plugins-test/iscroll-react/src/css/iscroll.css | position:absolute;
z-index:1;
top:0;
bottom:0;
left:0;
width:100%;
overflow:auto;
}
#scroller {
position:relative;
/* -webkit-touch-callout:none;*/
float:left;
width:100%;
padding:0;
}
#pullDown, #pullUp {
z-index: 2;
height:60px;
line-height:30px;
backg... | 0.380644 | 0.044411 |
@charset "utf-8";
/* CSS Document */
/*全局控制*/
*{
margin:0;
padding:0;
text-decoration:none;
list-style:none;
font-size:14px;
font-style:normal;
color:#1f1605;
}
/*清楚样式*/
.fl{
clear:both;
height:0;
font-size:0;
line-height:0;
}
img{
border:0;
}
/*背景设置*/
body{
background:url(../images/bj.jpg)
}
#main{
... | nodeW/public/css2/style.css | @charset "utf-8";
/* CSS Document */
/*全局控制*/
*{
margin:0;
padding:0;
text-decoration:none;
list-style:none;
font-size:14px;
font-style:normal;
color:#1f1605;
}
/*清楚样式*/
.fl{
clear:both;
height:0;
font-size:0;
line-height:0;
}
img{
border:0;
}
/*背景设置*/
body{
background:url(../images/bj.jpg)
}
#main{
... | 0.156298 | 0.039527 |
.microsoft-login-button {
display: block;
margin: auto;
margin-top: 10px;
width: 250px;
border-radius: 4px;
padding: 5 7px;
border: 1px solid #3b3a39;
color: #3b3a39;
background-color: white;
text-decoration: none;
text-align: center;
}
.microsoft-login-button:hover {
te... | ui/wwwroot/assets/css/main.css | .microsoft-login-button {
display: block;
margin: auto;
margin-top: 10px;
width: 250px;
border-radius: 4px;
padding: 5 7px;
border: 1px solid #3b3a39;
color: #3b3a39;
background-color: white;
text-decoration: none;
text-align: center;
}
.microsoft-login-button:hover {
te... | 0.525125 | 0.099996 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
/*font color in the body throughout website*/
body {
background-color: #d9dcd6;
}
/*top box, font and background*/
.header {
padding: 20px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;... | assets/css/style.css | * {
box-sizing: border-box;
padding: 0;
margin: 0;
}
/*font color in the body throughout website*/
body {
background-color: #d9dcd6;
}
/*top box, font and background*/
.header {
padding: 20px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;... | 0.314051 | 0.112551 |
.notifications {
box-shadow: none;
}
/* line 27, ../../app/assets/stylesheets/fresh/_mixins.css.sass */
a.shadow-link, .timer-container, header.main .score, header.main .notify {
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
/* line 37, ../../app/assets/stylesheets/fresh/_mixins.css.sass */
a:hover .item-contain... | last_files/application-5c0ee03e0e6951dc40757e716b5bb0d4.css | .notifications {
box-shadow: none;
}
/* line 27, ../../app/assets/stylesheets/fresh/_mixins.css.sass */
a.shadow-link, .timer-container, header.main .score, header.main .notify {
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
/* line 37, ../../app/assets/stylesheets/fresh/_mixins.css.sass */
a:hover .item-contain... | 0.224565 | 0.070017 |
.monetary-container {
display: flex;
align-items: center;
justify-content: space-evenly;
flex-direction: row;
height: 60%;
width: 70%;
padding: 30px;
background-color: #FFF;
margin: 25px auto;
border-radius: 6px;
}
.monetary-container > .ngos-selector {
width: 50%;
margin-right: ... | web/src/pages/Monetary/styles.css | .monetary-container {
display: flex;
align-items: center;
justify-content: space-evenly;
flex-direction: row;
height: 60%;
width: 70%;
padding: 30px;
background-color: #FFF;
margin: 25px auto;
border-radius: 6px;
}
.monetary-container > .ngos-selector {
width: 50%;
margin-right: ... | 0.22194 | 0.068195 |
html,
body,
.root {
height: 100%;
}
body {
line-height: 1.5;
}
body,
.app {
background: white;
}
/* main page */
.list-books-title {
padding: 10px 0;
background: #fff;
text-align: center;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.list-books-title img {
width: 175p... | src/App.css | html,
body,
.root {
height: 100%;
}
body {
line-height: 1.5;
}
body,
.app {
background: white;
}
/* main page */
.list-books-title {
padding: 10px 0;
background: #fff;
text-align: center;
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.list-books-title img {
width: 175p... | 0.477554 | 0.090494 |
.room-number {
/*position: absolute;*/
font-size: 50px;
padding: 10px;
}
body {
margin: 10px;
}
#chat-wrapper {
overflow: hidden;
background: aliceblue;
color: black;
}
#problem-message {
resize: none;
font-size: 20px;
}
#problem-submit {
height: 50px;
}
.problem-created-by {
... | static/css/room.css | .room-number {
/*position: absolute;*/
font-size: 50px;
padding: 10px;
}
body {
margin: 10px;
}
#chat-wrapper {
overflow: hidden;
background: aliceblue;
color: black;
}
#problem-message {
resize: none;
font-size: 20px;
}
#problem-submit {
height: 50px;
}
.problem-created-by {
... | 0.403097 | 0.115636 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container{
width: 1140px;
margin: 0 auto;
}
ul,ol{
list-style: none;
}
a{
text-decoration: none;
}
body{
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
... | style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.container{
width: 1140px;
margin: 0 auto;
}
ul,ol{
list-style: none;
}
a{
text-decoration: none;
}
body{
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
... | 0.433262 | 0.057998 |
:root {
/** sunny side **/
--blue-background: #c2e9f6;
--blue-border: #72cce3;
--blue-color: #96dcee;
--yellow-background: #fffaa8;
--yellow-border: #f5eb71;
/** dark side **/
--indigo-background: #808fc7;
--indigo-border: #5d6baa;
--indigo-color: #6b7abb;
--gray-border: #e8e8ea;
--gray-dots: #e... | Server/templates/led.css | :root {
/** sunny side **/
--blue-background: #c2e9f6;
--blue-border: #72cce3;
--blue-color: #96dcee;
--yellow-background: #fffaa8;
--yellow-border: #f5eb71;
/** dark side **/
--indigo-background: #808fc7;
--indigo-border: #5d6baa;
--indigo-color: #6b7abb;
--gray-border: #e8e8ea;
--gray-dots: #e... | 0.699152 | 0.139338 |
body{
font: 'Nunito Semibold';
text-align: center;
background: #e0e0e0;
}
/* Columns in Grid CSS... */
#content{
display: grid;
/* grid-template-columns: 33.3% 33.3% 33.3%; */
/* grid-template-columns: 1fr 2fr 1fr; */
/* grid-template-columns: repeat(9, 1fr); */
grid-template-columns: repeat(... | style.css | body{
font: 'Nunito Semibold';
text-align: center;
background: #e0e0e0;
}
/* Columns in Grid CSS... */
#content{
display: grid;
/* grid-template-columns: 33.3% 33.3% 33.3%; */
/* grid-template-columns: 1fr 2fr 1fr; */
/* grid-template-columns: repeat(9, 1fr); */
grid-template-columns: repeat(... | 0.316792 | 0.162945 |
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800");
@import url("https://fonts.googleapis.com/css?family=Lobster");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Pop... | style.css | @import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800");
@import url("https://fonts.googleapis.com/css?family=Lobster");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Pop... | 0.282691 | 0.07072 |
html, body, .capa {
height: 100%;
}
body{
background: url('imagens/capa.png'),
url('imagens/ruido.png'),
linear-gradient(50deg, #ff4169, #7c26f8);
background-attachment: fixed;
font-family: Helvetica, Arial, sans-serif;
overflow-x: hidden;
}
/* -- Barra de navegação -- */
.img-logo {
height: 40px;
wi... | estilo.css |
html, body, .capa {
height: 100%;
}
body{
background: url('imagens/capa.png'),
url('imagens/ruido.png'),
linear-gradient(50deg, #ff4169, #7c26f8);
background-attachment: fixed;
font-family: Helvetica, Arial, sans-serif;
overflow-x: hidden;
}
/* -- Barra de navegação -- */
.img-logo {
height: 40px;
wi... | 0.296247 | 0.065905 |
@import "./animations.css";
@import "./variables.css";
@import "./paddings.css";
@import "./margins.css";
@import "./shadows.css";
@import "./opacity.css";
@import "./colors.css";
@import "./fonts.css";
@import "./flexs.css";
* {
font-family: var(--font-family-normal);
-moz-user-select: -moz-none;
-webkit-user-se... | src/app/style/global.css | @import "./animations.css";
@import "./variables.css";
@import "./paddings.css";
@import "./margins.css";
@import "./shadows.css";
@import "./opacity.css";
@import "./colors.css";
@import "./fonts.css";
@import "./flexs.css";
* {
font-family: var(--font-family-normal);
-moz-user-select: -moz-none;
-webkit-user-se... | 0.386185 | 0.062531 |
.lines {
border-left: 2px solid #ffaa9f;
border-right: 2px solid #ffaa9f;
width: 10px;
float: left;
height: 266px;
margin-left: 20px;
}
.titulo{
margin: 2px 0px 0px 2px;
color: #cd0000;
font-size: 42px;
letter-spacing: -2px;
text-align: left;
}
textarea {
width: 600px;
height: 266px;
font:... | resources/styles.css | .lines {
border-left: 2px solid #ffaa9f;
border-right: 2px solid #ffaa9f;
width: 10px;
float: left;
height: 266px;
margin-left: 20px;
}
.titulo{
margin: 2px 0px 0px 2px;
color: #cd0000;
font-size: 42px;
letter-spacing: -2px;
text-align: left;
}
textarea {
width: 600px;
height: 266px;
font:... | 0.316264 | 0.108566 |
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
body {
... | contents/css/team.css | *,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}
.clearfix:before,
.clearfix:after {
content: " "; /* 1 */
display: table; /* 2 */
}
.clearfix:after {
clear: both;
}
.clearfix {
*zoom: 1;
}
body {
... | 0.208179 | 0.044848 |
:root{
--background-color: #080e29;
--primary-color: #1a2248;
--material-shaduw-1: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
--material-shaduw-2: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
--material-shaduw-3: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
... | public/stylesheet.css | :root{
--background-color: #080e29;
--primary-color: #1a2248;
--material-shaduw-1: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
--material-shaduw-2: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
--material-shaduw-3: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
... | 0.573678 | 0.142769 |
@import "reset.css";
html {
scroll-behavior: smooth;
}
body {
background-color: #FFD8CA;
color: #C46041;
font-family: "Poppins", Helvetica, sans-serif;
}
@media screen and (min-width: 600px) {
.right {
float: right;
}
.left {
float: left;
}
}
.container {
width: auto;
max-width: 1128px;
... | assets/css/main.css | @import "reset.css";
html {
scroll-behavior: smooth;
}
body {
background-color: #FFD8CA;
color: #C46041;
font-family: "Poppins", Helvetica, sans-serif;
}
@media screen and (min-width: 600px) {
.right {
float: right;
}
.left {
float: left;
}
}
.container {
width: auto;
max-width: 1128px;
... | 0.401688 | 0.114591 |
body {
background: #fff;
color: #333;
font-size: 11px;
padding: 0 0 0px;
}
/*----------------------------------------------- */
a {color: #000;font-weight:bold;text-decoration: none;}
a:hover {color:#333;}
.floatleft{float:left;}
.floatright{float:right}
.small{font-size:9px;}
.inline-ul li{display:inline; color:... | css/main/layout.css | body {
background: #fff;
color: #333;
font-size: 11px;
padding: 0 0 0px;
}
/*----------------------------------------------- */
a {color: #000;font-weight:bold;text-decoration: none;}
a:hover {color:#333;}
.floatleft{float:left;}
.floatright{float:right}
.small{font-size:9px;}
.inline-ul li{display:inline; color:... | 0.296043 | 0.10725 |
.rpd-wpd-toolkit-node.rpd-wpd-object,
.rpd-wpd-toolkit-node.rpd-wpd-message,
.rpd-wpd-toolkit-node.rpd-wpd-number,
.rpd-wpd-toolkit-node.rpd-wpd-symbol,
.rpd-wpd-toolkit-node.rpd-wpd-toolbar,
.rpd-wpd-toolkit-node.rpd-wpd-edit-switch {
fill: #f8f8f8;
stroke-width: 1;
stroke: #c0c0c0;
}
.rpd-wpd-toolkit-nod... | src/toolkit/webpd/svg.css | .rpd-wpd-toolkit-node.rpd-wpd-object,
.rpd-wpd-toolkit-node.rpd-wpd-message,
.rpd-wpd-toolkit-node.rpd-wpd-number,
.rpd-wpd-toolkit-node.rpd-wpd-symbol,
.rpd-wpd-toolkit-node.rpd-wpd-toolbar,
.rpd-wpd-toolkit-node.rpd-wpd-edit-switch {
fill: #f8f8f8;
stroke-width: 1;
stroke: #c0c0c0;
}
.rpd-wpd-toolkit-nod... | 0.340266 | 0.116261 |
{
padding:10px;
background-color:#ffffff !important;
/*border-left:1px solid #acacac;*/
text-align:justify;
}
/*** this makes paragraphs and breaks look the same for easy handling ***/
p
{
margin-top:0px;
margin-bottom:0px;
}
/*********** TEXT ***********/
/* grant that default text always looks like ... | ph-css/src/test/resources/testfiles/css21/good/phloc/phloc/content.css | {
padding:10px;
background-color:#ffffff !important;
/*border-left:1px solid #acacac;*/
text-align:justify;
}
/*** this makes paragraphs and breaks look the same for easy handling ***/
p
{
margin-top:0px;
margin-bottom:0px;
}
/*********** TEXT ***********/
/* grant that default text always looks like ... | 0.241668 | 0.055336 |
@charset "utf-8";
/* CSS Document */
@media only screen and (max-width:359px){
.clsaddnewvendorform {width: 100%;margin: 0;padding: 0;}
.clsaddnewvendorform row {float: left; width: 100%; padding-left: 0 !important; padding-right: 0 !important;}
.clsaddnewvendorform .col-md-12 {float: left; width: 100%; padding: ... | public/custom_css/responsive.css | @charset "utf-8";
/* CSS Document */
@media only screen and (max-width:359px){
.clsaddnewvendorform {width: 100%;margin: 0;padding: 0;}
.clsaddnewvendorform row {float: left; width: 100%; padding-left: 0 !important; padding-right: 0 !important;}
.clsaddnewvendorform .col-md-12 {float: left; width: 100%; padding: ... | 0.161717 | 0.168104 |
.banniere_img{
width: 100px;
margin-bottom: 10px;
margin-top: 10px;
}
.table_img{
width: 60px;
}
.gallery_img{
width: 100%;
padding-top: 10px;
}
.navtab_img{
height: 50px;
padding-bottom: 10px;
}
.filter_img{
width: 80px;
}
#logo{
width: 180px;
position: absolute;
m... | web/css/main.css | .banniere_img{
width: 100px;
margin-bottom: 10px;
margin-top: 10px;
}
.table_img{
width: 60px;
}
.gallery_img{
width: 100%;
padding-top: 10px;
}
.navtab_img{
height: 50px;
padding-bottom: 10px;
}
.filter_img{
width: 80px;
}
#logo{
width: 180px;
position: absolute;
m... | 0.349866 | 0.119639 |
*,
*:before,
*:after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
height: 100%;
margin: 0;
padding: 0;
}
#content img {
max-width: 100%;
height: auto;
}
header {
padding: 1rem;
border-top: 3px solid green;
background-color: #fff;
}
h1 {
margin: 0 auto;
text-align: center;
}
h1 ... | _includes/css/common.css | *,
*:before,
*:after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
height: 100%;
margin: 0;
padding: 0;
}
#content img {
max-width: 100%;
height: auto;
}
header {
padding: 1rem;
border-top: 3px solid green;
background-color: #fff;
}
h1 {
margin: 0 auto;
text-align: center;
}
h1 ... | 0.521471 | 0.078289 |
1. COMMON css
===========================*/
@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,700|Poppins:400,500,500i,600i,700,700i|Rubik&display=swap");
body {
font-family: "Heebo", sans-serif;
font-weight: normal;
font-style: normal;
color: #83868c;
}
* {
margin: 0;
padding... | public/assets/css/style.css | 1. COMMON css
===========================*/
@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,500,700|Poppins:400,500,500i,600i,700,700i|Rubik&display=swap");
body {
font-family: "Heebo", sans-serif;
font-weight: normal;
font-style: normal;
color: #83868c;
}
* {
margin: 0;
padding... | 0.297572 | 0.056185 |