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 |
|---|---|---|---|---|
.dark-theme {
color: #E5F4E3;
background-color: #191919; }
.dark-theme .fa-bars {
color: #E5F4E3; }
.dark-theme .skills {
filter: opacity(30%);
fill: #14847E; }
.dark-theme .nav-list a {
color: #E5F4E3; }
.dark-theme .links {
margin: 0;
color: #E5F4E3; }
.dark-theme .night-mode-btn... | src/css/style.css | .dark-theme {
color: #E5F4E3;
background-color: #191919; }
.dark-theme .fa-bars {
color: #E5F4E3; }
.dark-theme .skills {
filter: opacity(30%);
fill: #14847E; }
.dark-theme .nav-list a {
color: #E5F4E3; }
.dark-theme .links {
margin: 0;
color: #E5F4E3; }
.dark-theme .night-mode-btn... | 0.521959 | 0.066934 |
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Ubuntu:300,400,500,700");
/* :: 2.0 Import All CSS */
@import url(../css/bootstrap.min.css);
@import url(../css/classy-nav.min.css);
@import url(../css/owl.carousel.css);
@import url(../css/animate.css);
@import url(../css/magnific-popup.c... | public/frontend/css/core-style.css | @import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Ubuntu:300,400,500,700");
/* :: 2.0 Import All CSS */
@import url(../css/bootstrap.min.css);
@import url(../css/classy-nav.min.css);
@import url(../css/owl.carousel.css);
@import url(../css/animate.css);
@import url(../css/magnific-popup.c... | 0.239972 | 0.045079 |
@font-face {
font-family: "opensans-regular";
font-display: swap;
src: url("../fonts/open-sans/open-sans-regular/OpenSans-Regular.eot");
src: url("../fonts/open-sans/open-sans-regular/OpenSans-Regular.eot?#iefix")
format("embedded-opentype"),
url("../fonts/open-sans/open-sans-regular... | apps/web-giddh/src/assets/css/typography.css | @font-face {
font-family: "opensans-regular";
font-display: swap;
src: url("../fonts/open-sans/open-sans-regular/OpenSans-Regular.eot");
src: url("../fonts/open-sans/open-sans-regular/OpenSans-Regular.eot?#iefix")
format("embedded-opentype"),
url("../fonts/open-sans/open-sans-regular... | 0.355999 | 0.061031 |
Login page
***/
/* logo page */
.login {
background: url('/static/assets/pages/media/bg/7.jpg') no-repeat;
background-size: 1920px 1200px; }
.login:before{content: '';
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: rgba(0,0,0,.5);
z-index: 1; }
.login .logo ... | Public/Admin/assets/pages/css/login-4.css | Login page
***/
/* logo page */
.login {
background: url('/static/assets/pages/media/bg/7.jpg') no-repeat;
background-size: 1920px 1200px; }
.login:before{content: '';
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: rgba(0,0,0,.5);
z-index: 1; }
.login .logo ... | 0.137475 | 0.049108 |
/* BODY */
/****************************************************/
body{
background:#333333 url(images/page-bg.jpg);
margin:0px;
font: 400 12px/22px 'Open Sans', Verdana, Helvetica, sans-serif;
color: #cbcbbd;
}
h1{font: 400 58px/60px 'Bree Serif', Georgia, serif; color:#cbcbbd;}
h2{font: 400 18px/22px 'Bree Serif',... | styles.css | /* BODY */
/****************************************************/
body{
background:#333333 url(images/page-bg.jpg);
margin:0px;
font: 400 12px/22px 'Open Sans', Verdana, Helvetica, sans-serif;
color: #cbcbbd;
}
h1{font: 400 58px/60px 'Bree Serif', Georgia, serif; color:#cbcbbd;}
h2{font: 400 18px/22px 'Bree Serif',... | 0.106784 | 0.042088 |
*, body {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-focus-ring-color: rgba(0,0,0,0);
outline: none;
margin: 0;
padding: 0;
}
*::selection{
background:rgba(0,0,0,0.01);
}
@media (min-device-width: 1000px) {
*, body {
-webkit-user-select: none;
-khtml-user-select: none;
... | style.css | *, body {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-focus-ring-color: rgba(0,0,0,0);
outline: none;
margin: 0;
padding: 0;
}
*::selection{
background:rgba(0,0,0,0.01);
}
@media (min-device-width: 1000px) {
*, body {
-webkit-user-select: none;
-khtml-user-select: none;
... | 0.263126 | 0.039676 |
.MessageBubble .arrow.left svg {
display: none !important;
}
.RecentMessageView > .items .item > .content .what,
.RecentMessageView > .items .item > .content .who,
.RecentMessageView > .items .item > .extra .when,
.MessageViewItem.bubble > div.body > div.whoWhatWhen > div.statusAndWhen > div.when,
.CustomFieldView... | src/main/inject/dark-mode-fixes.css | .MessageBubble .arrow.left svg {
display: none !important;
}
.RecentMessageView > .items .item > .content .what,
.RecentMessageView > .items .item > .content .who,
.RecentMessageView > .items .item > .extra .when,
.MessageViewItem.bubble > div.body > div.whoWhatWhen > div.statusAndWhen > div.when,
.CustomFieldView... | 0.522933 | 0.05301 |
html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0px; /* remove scrollbar space */
background: transparent; /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
background: transparent;
}
.myiframe {
... | css/customer2.css | html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0px; /* remove scrollbar space */
background: transparent; /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
background: transparent;
}
.myiframe {
... | 0.389779 | 0.060363 |
.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .co... | resources/css/bootstrap/grid.css | .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-xxxl-1, .col-xxxl-2, .col-xxxl-3, .col-xxxl-4, .col-xxxl-5, .col-xxxl-6, .col-xxxl-7, .col-xxxl-8, .col-xxxl-9, .col-xxxl-10, .col-xxxl-11, .co... | 0.524638 | 0.052086 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
/* CSS RESET */
*{
margin: 0;
padding: 0;
border: 0;
}
body{
font-family: 'Open Sans', sans-serif;
font-size: 1em;
}
/* Layout */
.Container{
margin: 0 auto;
}
.Flex{
display: flex;
justify-content: sp... | style.css |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');
/* CSS RESET */
*{
margin: 0;
padding: 0;
border: 0;
}
body{
font-family: 'Open Sans', sans-serif;
font-size: 1em;
}
/* Layout */
.Container{
margin: 0 auto;
}
.Flex{
display: flex;
justify-content: sp... | 0.225587 | 0.054199 |
.block {
position: relative;
margin-top: 30px;
word-wrap: break-word;
}
.block-media {
position: relative;
}
.media-media {
/* to avoid issue with map popup
* TODO: why is that needed? */
line-height: normal;
background-color: #FFF;
}
body.mobile-view .block-media {
width: 100%;
}
/*
* Loading
... | src/app/storymaps/tpl/view/media/Common.css | .block {
position: relative;
margin-top: 30px;
word-wrap: break-word;
}
.block-media {
position: relative;
}
.media-media {
/* to avoid issue with map popup
* TODO: why is that needed? */
line-height: normal;
background-color: #FFF;
}
body.mobile-view .block-media {
width: 100%;
}
/*
* Loading
... | 0.446736 | 0.060197 |
*[laser-loader]:not([loaded])::before, *[laser-loader]:not([loaded])::after {
box-sizing: border-box;
position: absolute;
top: 0;
margin: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
color: var(--laserEdgeAni-color1, #75cf6e);
box-shadow: inset 0 0 0 2px;
animation: laserEdge 10s linear infinite;... | elements/loading-helpers/lib/loading-styles.css | *[laser-loader]:not([loaded])::before, *[laser-loader]:not([loaded])::after {
box-sizing: border-box;
position: absolute;
top: 0;
margin: 0;
bottom: 0;
left: 0;
right: 0;
content: "";
color: var(--laserEdgeAni-color1, #75cf6e);
box-shadow: inset 0 0 0 2px;
animation: laserEdge 10s linear infinite;... | 0.631481 | 0.129513 |
body {
padding: 0;
margin: 0;
background: #FFF;
font-family: 'Open Sans', sans-serif;
}
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
... | .metadata/.plugins/org.eclipse.wst.server.core/tmp2/wtpwebapps/BusinessProcessApplication/css/style.css | body {
padding: 0;
margin: 0;
background: #FFF;
font-family: 'Open Sans', sans-serif;
}
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
... | 0.147371 | 0.044848 |
div.nav{
position: absolute;
left: 10px;
top: 2px;
}
.nav-button{
width: 80px;
font-size: 17px;
margin: 5px;
color: white;
background-color: transparent;
}
.background > form{
position: absolute;
width: 82%;
text-align: right;
top: 10%;
right: 9%;
margin-left:a... | charing-fe/css/core.css | div.nav{
position: absolute;
left: 10px;
top: 2px;
}
.nav-button{
width: 80px;
font-size: 17px;
margin: 5px;
color: white;
background-color: transparent;
}
.background > form{
position: absolute;
width: 82%;
text-align: right;
top: 10%;
right: 9%;
margin-left:a... | 0.310067 | 0.077973 |
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap");
:root {
font-family: "Montserrat", sans-serif;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
a {
outline: none;
text-decoration: none;
color: #010101;
}
.heading {
... | misc/twindle-web/team_details/team_details.css | @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap");
:root {
font-family: "Montserrat", sans-serif;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
a {
outline: none;
text-decoration: none;
color: #010101;
}
.heading {
... | 0.345105 | 0.134634 |
* This file is a derivative from a part of Mozilla's PDF.js project. The
* original license header follows.
*/
/* Copyright 2012 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a co... | public/assets/plugins/filemanager/js/ViewerJS/viewer.css | * This file is a derivative from a part of Mozilla's PDF.js project. The
* original license header follows.
*/
/* Copyright 2012 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a co... | 0.689201 | 0.119357 |
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Spartan', sans-serif;
}
... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Spartan', sans-serif;
}
... | 0.326916 | 0.0559 |
html, body {
margin: 0;
padding: 0;
color: #222;
background: #fff;
}
body {
font-family: 'Arbutus Slab', Georgia, serif;
font-size: 1em;
text-align: center;
}
.document {
text-align: left;
margin: 0 auto;
width: 700px;
background: url('../images/header-left.png') 90px -70px... | css/main.css | html, body {
margin: 0;
padding: 0;
color: #222;
background: #fff;
}
body {
font-family: 'Arbutus Slab', Georgia, serif;
font-size: 1em;
text-align: center;
}
.document {
text-align: left;
margin: 0 auto;
width: 700px;
background: url('../images/header-left.png') 90px -70px... | 0.506103 | 0.16043 |
*{
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
background: #686868;
}
header {
width: 100%;
height: 85px;
min-width: 245px;
background: #800026;
padding: 15px 20px 15px 20px;
top: 20;
}
a{
text-decoration: none;
font-weight: normal;
color: #CC4E63;
cursor: pointer;
}
p {
font-weight: no... | interactive/redmond/css/style.css | *{
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
background: #686868;
}
header {
width: 100%;
height: 85px;
min-width: 245px;
background: #800026;
padding: 15px 20px 15px 20px;
top: 20;
}
a{
text-decoration: none;
font-weight: normal;
color: #CC4E63;
cursor: pointer;
}
p {
font-weight: no... | 0.2414 | 0.057785 |
@charset "UTF-8";
/*------------------------------------*
$CONTENTS
*------------------------------------*/
/**
* BASE
* - MAIN
* - NORMALIZE
* - LAYOUTS
* - COMPONENTS
* - TYPOGRAPHY
* - FORMS
*
* COMPONENTS
* - TOP BAR
* - HEADER
* - NAVIGATIONS
* - LINKS EFFECT
* - MEGA MENU
* - SEARCH ICON
* - D... | assets/css/style.css | @charset "UTF-8";
/*------------------------------------*
$CONTENTS
*------------------------------------*/
/**
* BASE
* - MAIN
* - NORMALIZE
* - LAYOUTS
* - COMPONENTS
* - TYPOGRAPHY
* - FORMS
*
* COMPONENTS
* - TOP BAR
* - HEADER
* - NAVIGATIONS
* - LINKS EFFECT
* - MEGA MENU
* - SEARCH ICON
* - D... | 0.370453 | 0.045735 |
.orange {
color: #FFD524 !important
}
input[type="radio"]:focus {
outline: none
}
.order-options input {
-webkit-appearance: none;
background-color: #0a0a0a;
border: 1px solid #cacece;
border-radius: 15px;
display: inline-block;
position: relative;
margin: 6px 4px;
float: left;... | assets/css/quiz.css | .orange {
color: #FFD524 !important
}
input[type="radio"]:focus {
outline: none
}
.order-options input {
-webkit-appearance: none;
background-color: #0a0a0a;
border: 1px solid #cacece;
border-radius: 15px;
display: inline-block;
position: relative;
margin: 6px 4px;
float: left;... | 0.510985 | 0.158337 |
div {
color:white;
font-family: 'AvenirNextGEO';
line-height: 1.55em;
font-size:23px;
}
button {
color:white;
height:55px;
border:none;
width:fit-content;
border-radius:4px;
cursor: pointer;
padding: 0 40px;
margin-right:0.8em;
margin-left:0.8em;
margin-bottom:0.... | v2/src/global/global.css | div {
color:white;
font-family: 'AvenirNextGEO';
line-height: 1.55em;
font-size:23px;
}
button {
color:white;
height:55px;
border:none;
width:fit-content;
border-radius:4px;
cursor: pointer;
padding: 0 40px;
margin-right:0.8em;
margin-left:0.8em;
margin-bottom:0.... | 0.331012 | 0.144843 |
:root {
--nt-color-alabaster-darkest: var(--nt-color-alabaster-darker);
--nt-color-alabaster-darker: var(--nt-color-alabaster-dark);
--nt-color-alabaster-dark: var(--nt-color-alabaster);
--nt-color-alabaster: hsl(0, 0%, 97%);
--nt-color-alabaster-light: var(--nt-color-alabaster);
--nt-color-alabaster-lighte... | packages/styles/global-variables.css | :root {
--nt-color-alabaster-darkest: var(--nt-color-alabaster-darker);
--nt-color-alabaster-darker: var(--nt-color-alabaster-dark);
--nt-color-alabaster-dark: var(--nt-color-alabaster);
--nt-color-alabaster: hsl(0, 0%, 97%);
--nt-color-alabaster-light: var(--nt-color-alabaster);
--nt-color-alabaster-lighte... | 0.348756 | 0.093512 |
html {
toggle-root: mode [auto light dark];
}
html:toggle(mode light) {
--mode: 'light';
--brand: var(--violet-9);
--bg: var(--gray-1);
--callout: var(--gray-2);
--text: var(--gray-9);
--grad: var(--pink-1);
}
html:toggle(mode dark) {
--mode: 'dark';
--brand: var(--violet-3);
--bg: var(--gray-9);
... | src/styles.css | html {
toggle-root: mode [auto light dark];
}
html:toggle(mode light) {
--mode: 'light';
--brand: var(--violet-9);
--bg: var(--gray-1);
--callout: var(--gray-2);
--text: var(--gray-9);
--grad: var(--pink-1);
}
html:toggle(mode dark) {
--mode: 'dark';
--brand: var(--violet-3);
--bg: var(--gray-9);
... | 0.487551 | 0.139778 |
.features {
background-color: #22212c;
overflow: hidden;
}
.container {
padding: 0 15px;
margin: 0 auto;
max-width: 1200px;
}
.container .content:last-child {
margin: 0;
}
.content {
display: flex;
align-items: center;
margin-bottom: 200px;
}
.contentLeft,
.contentRightInverted {
width: 380px;
... | components/ui/Features.module.css | .features {
background-color: #22212c;
overflow: hidden;
}
.container {
padding: 0 15px;
margin: 0 auto;
max-width: 1200px;
}
.container .content:last-child {
margin: 0;
}
.content {
display: flex;
align-items: center;
margin-bottom: 200px;
}
.contentLeft,
.contentRightInverted {
width: 380px;
... | 0.618896 | 0.128635 |
body{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.logo-style{
height: 30px;
width: 30px;
}
.logo-label-style{
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color: #fff;
font-weight: 500;
cursor: pointer;
margin-top: -25px;
... | css/login-style.css | body{
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.logo-style{
height: 30px;
width: 30px;
}
.logo-label-style{
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
color: #fff;
font-weight: 500;
cursor: pointer;
margin-top: -25px;
... | 0.345216 | 0.142441 |
html,
body {
height: 100%;
scroll-behavior: smooth;
margin: 0;
padding: 0;
font-family: montserrat;
}
#content {
min-height: calc(100% - 72px);
}
#footer {
width: 100%;
height: 71px;
margin-top: auto;
}
@font-face {
font-family: ConcertOne;
src: url(../fonts/ConcertOne-Regular.ttf);
}
.header_... | static/css/styles.css | html,
body {
height: 100%;
scroll-behavior: smooth;
margin: 0;
padding: 0;
font-family: montserrat;
}
#content {
min-height: calc(100% - 72px);
}
#footer {
width: 100%;
height: 71px;
margin-top: auto;
}
@font-face {
font-family: ConcertOne;
src: url(../fonts/ConcertOne-Regular.ttf);
}
.header_... | 0.366817 | 0.053403 |
.feedback-form-container {
background-color: #fff;
color: #000;
margin-top: 20px;
padding: 0px 0px;
// padding-bottom: 50 px;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
... | public/stylesheets/managefeedback.css | .feedback-form-container {
background-color: #fff;
color: #000;
margin-top: 20px;
padding: 0px 0px;
// padding-bottom: 50 px;
-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
-moz-animation: fadein 2s; /* Firefox < 16 */
-ms-animation: fadein 2s; /* Internet Explorer */
... | 0.380299 | 0.073696 |
font-family: Courier, monospace;
font-size: 12px;
margin: 0;
padding: 0 0 0 12px;
display: inline-block;
position: absolute;
overflow: scroll;
top: 80px;
left: 0;
right: 0;
bottom: 0;
}
#aem-developer-chrome-diff::shadow .jsondiffpatch-delta pre {
font-family: Courier, monospace;
font-size: 12... | src/html.css | font-family: Courier, monospace;
font-size: 12px;
margin: 0;
padding: 0 0 0 12px;
display: inline-block;
position: absolute;
overflow: scroll;
top: 80px;
left: 0;
right: 0;
bottom: 0;
}
#aem-developer-chrome-diff::shadow .jsondiffpatch-delta pre {
font-family: Courier, monospace;
font-size: 12... | 0.393269 | 0.061452 |
.carousel{
position: relative;
width: 100%;
height: auto;
box-sizing: border-box;
margin: 0;
padding: 0;
z-index: 100;
background-color: #fff;
}
/* Controls */
.carousel .btn-control {
position: absolute;
top: 48%;
top: calc(50% - 25px);
width: 50px;
height: 50px;
background-color: tr... | assets/css/carousel.css | .carousel{
position: relative;
width: 100%;
height: auto;
box-sizing: border-box;
margin: 0;
padding: 0;
z-index: 100;
background-color: #fff;
}
/* Controls */
.carousel .btn-control {
position: absolute;
top: 48%;
top: calc(50% - 25px);
width: 50px;
height: 50px;
background-color: tr... | 0.254972 | 0.054174 |
body, html {
margin: 0;
padding-top: 51px;
overflow: hidden;
text-align: center;
min-width: 400px;
}
#nav-container {
display: block;
white-space: nowrap;
}
#webview-wrapper {
margin: auto;
padding: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
text-align: center;
}
#sandbox-webview {... | css/sandbox.css | body, html {
margin: 0;
padding-top: 51px;
overflow: hidden;
text-align: center;
min-width: 400px;
}
#nav-container {
display: block;
white-space: nowrap;
}
#webview-wrapper {
margin: auto;
padding: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
text-align: center;
}
#sandbox-webview {... | 0.284974 | 0.046551 |
/* tagcc,tagback */
/* 新的tags标签 tags.css: tagcc,tagback */
.tagscc,
.tagsback,
.tagsgift {
display: inline-block;
margin: 0 2px;
font-family: Arial,\5b8b\4f53,sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-indent: 0;
cursor: default;
}
.tagscc {
padding:... | docs/assets/less/tags.css |
/* tagcc,tagback */
/* 新的tags标签 tags.css: tagcc,tagback */
.tagscc,
.tagsback,
.tagsgift {
display: inline-block;
margin: 0 2px;
font-family: Arial,\5b8b\4f53,sans-serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
text-indent: 0;
cursor: default;
}
.tagscc {
padding:... | 0.227641 | 0.0697 |
body {
background: #fafafa;
color: #333;
}
body .paper-font-display4,
body .paper-font-display3,
body .paper-font-display2,
body .paper-font-display1,
body .paper-font-headline,
body .paper-font-title,
body .paper-font-subhead,
body .paper-font-body2,
body .paper-font-body1,
body .paper-font-caption,
body .paper-fo... | app/styles/main.css | body {
background: #fafafa;
color: #333;
}
body .paper-font-display4,
body .paper-font-display3,
body .paper-font-display2,
body .paper-font-display1,
body .paper-font-headline,
body .paper-font-title,
body .paper-font-subhead,
body .paper-font-body2,
body .paper-font-body1,
body .paper-font-caption,
body .paper-fo... | 0.397354 | 0.067917 |
@charset "UTF-8";
@font-face {
font-family: 'Iosevka';
src:
url('../fonts/iosevka-fixed-regular.woff2') format('woff2'),
url('../fonts/iosevka-fixed-regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Iosevka';
src:
url('../fonts/iosevka-fixed-b... | dist/css/style.css | @charset "UTF-8";
@font-face {
font-family: 'Iosevka';
src:
url('../fonts/iosevka-fixed-regular.woff2') format('woff2'),
url('../fonts/iosevka-fixed-regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Iosevka';
src:
url('../fonts/iosevka-fixed-b... | 0.288268 | 0.040769 |
html{
}
html,
body {
overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
padding-top: 0px;
background-color:#818a91;
}
footer {
height:60px;
color: #eceeef;
background-color: #373a3c;
padding: 30px 0;
}
.header {
min-height:55px;
background-color:#06b2e5;
}
.... | components/offDash/offDash.css | html{
}
html,
body {
overflow-x: hidden; /* Prevent scroll on narrow devices */
}
body {
padding-top: 0px;
background-color:#818a91;
}
footer {
height:60px;
color: #eceeef;
background-color: #373a3c;
padding: 30px 0;
}
.header {
min-height:55px;
background-color:#06b2e5;
}
.... | 0.308398 | 0.05875 |
body {
background-color: #f5f5f5;
/*position: fixed;
width: 120pc;
overflow-y: hidden;*/
}
.navbrand {
/*color: #32a873;*/
color: gray;
}
a {
font-weight: bold;
font-size: 18px;
/*color: #32a873;*/
color: gray;
}
.container {
/*height: 100vh;*/
}
#control-panel {
back... | web/css/custom.css | body {
background-color: #f5f5f5;
/*position: fixed;
width: 120pc;
overflow-y: hidden;*/
}
.navbrand {
/*color: #32a873;*/
color: gray;
}
a {
font-weight: bold;
font-size: 18px;
/*color: #32a873;*/
color: gray;
}
.container {
/*height: 100vh;*/
}
#control-panel {
back... | 0.367043 | 0.073963 |
.header-detail {
padding: 25px 0 28px;
}
.header-detail .header-left {
float: left;
}
.table-list {
display: table;
width: 100%;
}
.header-detail .breadcrumb {
padding: 0;
margin-bottom: 15px;
}
.breadcrumb {
line-height: 12px;
}
.breadcrumb {
margin: 0;
background: none;
paddin... | public/css/estate.css | .header-detail {
padding: 25px 0 28px;
}
.header-detail .header-left {
float: left;
}
.table-list {
display: table;
width: 100%;
}
.header-detail .breadcrumb {
padding: 0;
margin-bottom: 15px;
}
.breadcrumb {
line-height: 12px;
}
.breadcrumb {
margin: 0;
background: none;
paddin... | 0.473901 | 0.091992 |
.select2-container--krajee .select2-selection--single {
height: 40px;
border-radius: 0;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
border-left: 1px solid #dad8d8;
height: 38px;
width: 28px;
}
.help-block {
color: crimson;
}
.form-group .form-check-grou... | frontend/web/css/custom.css | .select2-container--krajee .select2-selection--single {
height: 40px;
border-radius: 0;
}
.select2-container--krajee .select2-selection--single .select2-selection__arrow {
border-left: 1px solid #dad8d8;
height: 38px;
width: 28px;
}
.help-block {
color: crimson;
}
.form-group .form-check-grou... | 0.333937 | 0.079567 |
body {
width: 80%;
display: block;
margin: auto !important;
font-family: "Terminal Dosis",Arial,Helvetica,sans-serif !important;
}
/*********************************************CSS FROM HOME PAGE****************************************************/
.containerHomePage{
margin-top: 50px;
/*borde... | web/css/fe3b0e7_style_1.css | body {
width: 80%;
display: block;
margin: auto !important;
font-family: "Terminal Dosis",Arial,Helvetica,sans-serif !important;
}
/*********************************************CSS FROM HOME PAGE****************************************************/
.containerHomePage{
margin-top: 50px;
/*borde... | 0.354657 | 0.051059 |
html {
height: 100%;
}
body {
max-width: 1200px;
margin: 0 auto;
padding: 0;
height: 100%;
min-height: 100%;
background-color: rgba(44, 27, 19, 0.4);
}
body > * {
color: #2C1B13;
outline: none;
}
body div {
position: relative;
}
#content {
margin: 0 auto;
min-height: 100%;
position: relati... | app/assets/stylesheets/application.css | html {
height: 100%;
}
body {
max-width: 1200px;
margin: 0 auto;
padding: 0;
height: 100%;
min-height: 100%;
background-color: rgba(44, 27, 19, 0.4);
}
body > * {
color: #2C1B13;
outline: none;
}
body div {
position: relative;
}
#content {
margin: 0 auto;
min-height: 100%;
position: relati... | 0.418459 | 0.070464 |
@media (max-width: 768px) {
.offcanvas-compatibilty-wrapper {
position: fixed;
width: 100%;
height: 100%;
z-index: 99996;
top: 0;
overflow: scroll;
}
.offcanvas {
background: #222;
left: -100%;
width: 70%;
height: 100%;
min-width: 0;
position: absolute;
padding-... | src/css/bootstrap.offcanvas.menu.css | @media (max-width: 768px) {
.offcanvas-compatibilty-wrapper {
position: fixed;
width: 100%;
height: 100%;
z-index: 99996;
top: 0;
overflow: scroll;
}
.offcanvas {
background: #222;
left: -100%;
width: 70%;
height: 100%;
min-width: 0;
position: absolute;
padding-... | 0.464173 | 0.073963 |
@keyframes upthenscale {
0% {
transform: translateY(250px);
}
50% {
transform: translateY(0);
}
60% {
height: 100px;
width: 90px;
transform: translateY(0);
}
100% {
height: 250px;
width: 100%;
transform: translateY(0);
}
}
@keyframes scalethendown {
0% {
height... | static/css/main.css | @keyframes upthenscale {
0% {
transform: translateY(250px);
}
50% {
transform: translateY(0);
}
60% {
height: 100px;
width: 90px;
transform: translateY(0);
}
100% {
height: 250px;
width: 100%;
transform: translateY(0);
}
}
@keyframes scalethendown {
0% {
height... | 0.588534 | 0.175715 |
.productowl-demo .item img{
display: block;
width: 100%;
height: auto;
}
.productowl-carousel .productowl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.productowl-carousel {
d... | themes/factoriadigital/css/autoload/productowl.carousel.css | .productowl-demo .item img{
display: block;
width: 100%;
height: auto;
}
.productowl-carousel .productowl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.productowl-carousel {
d... | 0.257672 | 0.034391 |
.blog-sidebar
{
padding-right: 0;
}
.post .post-banner
{
position: relative;
height: 60vh;
min-height: 300px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
border-bottom: 1px solid #ddd;
}
.post .post-banner .inner
{
padding:... | Portal.CMS.Web/Content/Styles/Framework/framework-posts.css | .blog-sidebar
{
padding-right: 0;
}
.post .post-banner
{
position: relative;
height: 60vh;
min-height: 300px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
border-bottom: 1px solid #ddd;
}
.post .post-banner .inner
{
padding:... | 0.581065 | 0.091911 |
html, body { height: 100vh; padding: 0; margin: 5; background-color: #f2f1f6;}
* { outline: none !important; }
body { color: #454955; font: 14px/1.5 '-apple-system', 'HelveticaNeue', Helvetica, Segoe UI; }
h1, h2, h3, h4, h5, h6, b, th, strong, .nav-link { color: #454955; }
input, button, div, pre, ... | fs_src/style.css | html, body { height: 100vh; padding: 0; margin: 5; background-color: #f2f1f6;}
* { outline: none !important; }
body { color: #454955; font: 14px/1.5 '-apple-system', 'HelveticaNeue', Helvetica, Segoe UI; }
h1, h2, h3, h4, h5, h6, b, th, strong, .nav-link { color: #454955; }
input, button, div, pre, ... | 0.381565 | 0.111919 |
* {
/* border: 2px solid black; */
color: #100a08;
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
/* REGISTRATION/SIGNUP STYLING */
.formDiv {
background-color:#cbc2bf;
}
.form {
border: 1px solid black;
background-color: #ffffff;
text-align: center;
display: fle... | src/App.css | * {
/* border: 2px solid black; */
color: #100a08;
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
/* REGISTRATION/SIGNUP STYLING */
.formDiv {
background-color:#cbc2bf;
}
.form {
border: 1px solid black;
background-color: #ffffff;
text-align: center;
display: fle... | 0.294418 | 0.07244 |
html,
body {
height: 100%;
margin:0;
}
body {
background: #000;
cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/836/hearthstone-cursor.png) 10 2, auto;
overflow: hidden;
text-align: center;
}
body:active {
cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/836/... | static/css/king_v.css | html,
body {
height: 100%;
margin:0;
}
body {
background: #000;
cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/836/hearthstone-cursor.png) 10 2, auto;
overflow: hidden;
text-align: center;
}
body:active {
cursor: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/836/... | 0.4436 | 0.076788 |
.custom-primary-font {
font-family: "Poppins", sans-serif !important;
}
h1, h2, h3, h4, h5, h6, a, p, span, li, input {
font-family: "Poppins", sans-serif;
}
h1 {
font-size: 2.9em;
}
h2 {
font-size: 1.8em;
line-height: 27px;
margin: 0;
}
h3 {
font-size: 1.2em;
letter-spacing: -1px;
}
... | web/vendor/css/demos/demo-finance.css | .custom-primary-font {
font-family: "Poppins", sans-serif !important;
}
h1, h2, h3, h4, h5, h6, a, p, span, li, input {
font-family: "Poppins", sans-serif;
}
h1 {
font-size: 2.9em;
}
h2 {
font-size: 1.8em;
line-height: 27px;
margin: 0;
}
h3 {
font-size: 1.2em;
letter-spacing: -1px;
}
... | 0.232397 | 0.049359 |
.App {
text-align: center;
}
/* CSS for Chat UI */
.chat-body {
width: 100%;
padding-top: 20px;
padding-bottom: 60px;
overflow: hidden;
overflow-y: auto;
}
.chat-body .chat-body-inner {
width: 100%;
}
.chat-body .chat-body-inner .sep {
text-align: center;
width: 100%;
position: relative;
}
.chat-... | client/src/App.css | .App {
text-align: center;
}
/* CSS for Chat UI */
.chat-body {
width: 100%;
padding-top: 20px;
padding-bottom: 60px;
overflow: hidden;
overflow-y: auto;
}
.chat-body .chat-body-inner {
width: 100%;
}
.chat-body .chat-body-inner .sep {
text-align: center;
width: 100%;
position: relative;
}
.chat-... | 0.334481 | 0.035311 |
@import "../node_modules/bootstrap/dist/css/bootstrap.min.css";
@import "../node_modules/angular2-toaster/toaster.css";
@import "../node_modules/font-awesome/css/font-awesome.min.css";
body {
padding-top: 5rem;
}
.pwd-container {
position: relative;
padding: 30px 15px;
text-align: center;
backgrou... | src/main/gui/src/styles.css | @import "../node_modules/bootstrap/dist/css/bootstrap.min.css";
@import "../node_modules/angular2-toaster/toaster.css";
@import "../node_modules/font-awesome/css/font-awesome.min.css";
body {
padding-top: 5rem;
}
.pwd-container {
position: relative;
padding: 30px 15px;
text-align: center;
backgrou... | 0.447943 | 0.066236 |
position: fixed;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgb(27, 18, 31);
opacity: 1;
transition: 1s opacity;
}
#loading-screen.fade-out {
opacity: 0;
}
#loader {
display: block;
position: relative;
left: 50%;
top: 50%;
width: 150px;
height: 150p... | public/css/stylesheet.css | position: fixed;
z-index: 2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgb(27, 18, 31);
opacity: 1;
transition: 1s opacity;
}
#loading-screen.fade-out {
opacity: 0;
}
#loader {
display: block;
position: relative;
left: 50%;
top: 50%;
width: 150px;
height: 150p... | 0.386532 | 0.101589 |
.move-to-r0{right: 0 !important;}
.order-wrapper{position: relative;width: 640px;}
.order-wrapper h3,.order-wrapper h4{font-weight: normal;}
.order-wrapper .order-main{position: relative;z-index: 1;width: 640px;}
.order-wrapper .information-detail{position: absolute;top: -80px;right: -640px;z-index:9;width: 640px;b... | public/static/mobile/css/order-confirm.css | .move-to-r0{right: 0 !important;}
.order-wrapper{position: relative;width: 640px;}
.order-wrapper h3,.order-wrapper h4{font-weight: normal;}
.order-wrapper .order-main{position: relative;z-index: 1;width: 640px;}
.order-wrapper .information-detail{position: absolute;top: -80px;right: -640px;z-index:9;width: 640px;b... | 0.184841 | 0.066266 |
body{
background: url(gambar/background.jpg);
background-size: 100%;
background-attachment: fixed;
}
/*page 2*/
#container2{
padding: 20px;
background: rgb(0, 0, 0, 0.3);
width: 700px;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-31%);
}
... | TR PTI/style.css | body{
background: url(gambar/background.jpg);
background-size: 100%;
background-attachment: fixed;
}
/*page 2*/
#container2{
padding: 20px;
background: rgb(0, 0, 0, 0.3);
width: 700px;
height: auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-31%);
}
... | 0.345547 | 0.091626 |
.menu-icon {
display: none;
width: 30px;
height: 30px;
background-image: url(../img/menu/menu-icon.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.menu-wrapper {
position: fixed;
display: flex;
flex-direction: co... | css/menu.css | .menu-icon {
display: none;
width: 30px;
height: 30px;
background-image: url(../img/menu/menu-icon.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
cursor: pointer;
}
.menu-wrapper {
position: fixed;
display: flex;
flex-direction: co... | 0.327883 | 0.065545 |
#df_load_test{
height: 10px;
}
body{
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 80%;
line-height: 1.1;
}
/* - - - - - - WebApp - - - - - - */
.WebApp .WebApp_ViewRegion{
padding: 20px 20px 20px 20px;
}
.WebApp.WebContainer{
background-color: #ABABAB;
}
/* - - - - - - W... | AppHtml/CssThemes/Df_Windows_Like/theme.css | #df_load_test{
height: 10px;
}
body{
font-family: 'Trebuchet MS', Helvetica, sans-serif;
font-size: 80%;
line-height: 1.1;
}
/* - - - - - - WebApp - - - - - - */
.WebApp .WebApp_ViewRegion{
padding: 20px 20px 20px 20px;
}
.WebApp.WebContainer{
background-color: #ABABAB;
}
/* - - - - - - W... | 0.240507 | 0.07538 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
*{
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
}
body{
background-color: #333536;
}
section{
padding-top: 1rem;
padding-left: 2rem;
display: flex;
flex-direction: column;
just... | constructors/css/ver_constructor.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
*{
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
}
body{
background-color: #333536;
}
section{
padding-top: 1rem;
padding-left: 2rem;
display: flex;
flex-direction: column;
just... | 0.462716 | 0.110279 |
:root {
--primary-color: teal;
}
@font-face {
font-family: 'HK Grotesk';
src: url('../fonts/HKGrotesk-Bold.woff2') format('woff2'),
url('../fonts/HKGrotesk-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'HK Grotesk';
src: url(... | wagtail_live_demo/wagtail_live_demo/static/css/main.css | :root {
--primary-color: teal;
}
@font-face {
font-family: 'HK Grotesk';
src: url('../fonts/HKGrotesk-Bold.woff2') format('woff2'),
url('../fonts/HKGrotesk-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'HK Grotesk';
src: url(... | 0.458349 | 0.100525 |
.po-checkbox {
width: 24px;
height: 24px;
box-sizing: border-box;
display: flex;
background-color: var(--color-checkbox-background-color);
border-color: var(--color-checkbox-border-input);
align-items: center;
justify-content: center;
border-width: 2px;
border-style: solid;
border-radius: 4px;
m... | src/css/components/po-field/po-checkbox/po-checkbox.css | .po-checkbox {
width: 24px;
height: 24px;
box-sizing: border-box;
display: flex;
background-color: var(--color-checkbox-background-color);
border-color: var(--color-checkbox-border-input);
align-items: center;
justify-content: center;
border-width: 2px;
border-style: solid;
border-radius: 4px;
m... | 0.422028 | 0.125172 |
html, body, div {
border: 0;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
width: 100%;
}
body {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
*, *:before, *:after {
... | src/client/css/styles.css | html, body, div {
border: 0;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
width: 100%;
}
body {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
*, *:before, *:after {
... | 0.565539 | 0.06216 |
html,
body {
overflow: hidden;
}
body {
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
-webkit-user-select: none;
user-select: none;
background: #0293f4;
background: -webkit-linear-gradient(#0293f4, #20a3fa, #059bff); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#029... | www/css/styles.css | html,
body {
overflow: hidden;
}
body {
-webkit-touch-callout: none;
-webkit-text-size-adjust: none;
-webkit-user-select: none;
user-select: none;
background: #0293f4;
background: -webkit-linear-gradient(#0293f4, #20a3fa, #059bff); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#029... | 0.439747 | 0.058265 |
*{margin:0; padding: 0; outline: 0;}
body{
background: #fafafa !important;
}
.clear{
overflow: hidden;
}
.navbar-form{
padding-top: 10px;
}
/*.upper{
border: 1px solid black
padding-right: 40px;
}*/
/*.navbar{
background: #FFFFFF;
}*/
/*.nav{
top: -20px;
}*/
/*.navbar{
height: 110px;
}*/
.right{
float: right... | public/css/project.css | *{margin:0; padding: 0; outline: 0;}
body{
background: #fafafa !important;
}
.clear{
overflow: hidden;
}
.navbar-form{
padding-top: 10px;
}
/*.upper{
border: 1px solid black
padding-right: 40px;
}*/
/*.navbar{
background: #FFFFFF;
}*/
/*.nav{
top: -20px;
}*/
/*.navbar{
height: 110px;
}*/
.right{
float: right... | 0.255901 | 0.044785 |
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
.App-title {
font-size: 1.5em;
}
.App-intro {
font-size: large;
}
@keyframes App-logo-spin {
from { transfor... | ui/src/src/App.css | .App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
.App-title {
font-size: 1.5em;
}
.App-intro {
font-size: large;
}
@keyframes App-logo-spin {
from { transfor... | 0.767254 | 0.129981 |
margin-bottom: 0;
float: none;
width: 100%;
position: relative;
overflow: hidden;
cursor: pointer;
}
.cms_content {
overflow: hidden;
position: relative;
display: inline-block;
}
img {
max-width: 100%;
vertical-align: middle;
}
.tmcms2 .cms-block {
position: absolute;
... | public/css/frontend/content_home.css | margin-bottom: 0;
float: none;
width: 100%;
position: relative;
overflow: hidden;
cursor: pointer;
}
.cms_content {
overflow: hidden;
position: relative;
display: inline-block;
}
img {
max-width: 100%;
vertical-align: middle;
}
.tmcms2 .cms-block {
position: absolute;
... | 0.560854 | 0.088426 |
img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}
.coworking-card {
background: #fff;
margin: 4em auto;
width: 90%;
max-width: 496px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.coworking-card aside {
position: ... | coworking_front/src/listing.css | img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}
.coworking-card {
background: #fff;
margin: 4em auto;
width: 90%;
max-width: 496px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.coworking-card aside {
position: ... | 0.422743 | 0.094803 |
* Web Font definition.
*
* We define 4 different fonts in the same family to avoid using faux bold and
* italics.
*
* Font selected is SourceSans Pro from Adobe (Open Source License) and the
* weight selected are:
*
* Light
* Light Italic
* Semibold
* Semibold italic
*
* Because this is not a technical bo... | long-form/css/bm-styles.css | * Web Font definition.
*
* We define 4 different fonts in the same family to avoid using faux bold and
* italics.
*
* Font selected is SourceSans Pro from Adobe (Open Source License) and the
* weight selected are:
*
* Light
* Light Italic
* Semibold
* Semibold italic
*
* Because this is not a technical bo... | 0.70069 | 0.161618 |
.htmove-testimonial {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.htmove-testimonial .htmove-testimonial-thumb {
max-width: 100px;
flex: 0 0 auto;
}
.htmove-testimonial .htmove-testimonial-thumb img {
width: 100%;
-webkit-transition: all 0.25s cubic-bezier(0.64... | www/wp-content/plugins/move-addons/assets/css/widget/testimonials.css | .htmove-testimonial {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
}
.htmove-testimonial .htmove-testimonial-thumb {
max-width: 100px;
flex: 0 0 auto;
}
.htmove-testimonial .htmove-testimonial-thumb img {
width: 100%;
-webkit-transition: all 0.25s cubic-bezier(0.64... | 0.301568 | 0.22657 |
html{height:100%;font-size:100%;}
a{color:#42a3d6;text-decoration:none;}
a:hover{color:#387dc9;}
form{margin-bottom:0;}
input, textarea, select{font-family: 'Roboto', sans-serif, Helvetica, Arial, Tahoma;margin:0;outline: none;}
.align_center{text-align:center;}
.align_right{text-align:right;}
.clearfix:after,.clearfix... | public/css/touch_style_1.02.css | html{height:100%;font-size:100%;}
a{color:#42a3d6;text-decoration:none;}
a:hover{color:#387dc9;}
form{margin-bottom:0;}
input, textarea, select{font-family: 'Roboto', sans-serif, Helvetica, Arial, Tahoma;margin:0;outline: none;}
.align_center{text-align:center;}
.align_right{text-align:right;}
.clearfix:after,.clearfix... | 0.277571 | 0.054174 |
.aj_method,
.aj_steps_hidden,
#aj_step2_gtmetrix_results,
#aj_step2b_gtmetrix_results,
#aj_step2c_gtmetrix_results,
#aj_step2d_gtmetrix_results,
#aj_step2e_gtmetrix_results,
#aj_latest_please_wait,
#aj_step4_y,
#aj_step4_n,
#aj_notification {
display: none;
}
#aj_step2_gtmetrix_results td,
#aj_step2b_gtmetrix_results... | public/content/plugins/async-javascript/css/admin.css | .aj_method,
.aj_steps_hidden,
#aj_step2_gtmetrix_results,
#aj_step2b_gtmetrix_results,
#aj_step2c_gtmetrix_results,
#aj_step2d_gtmetrix_results,
#aj_step2e_gtmetrix_results,
#aj_latest_please_wait,
#aj_step4_y,
#aj_step4_n,
#aj_notification {
display: none;
}
#aj_step2_gtmetrix_results td,
#aj_step2b_gtmetrix_results... | 0.351089 | 0.088978 |
html{
scroll-behavior: smooth;
}
.conta{
padding:10px;
}
.foto{
font-family: 'MedievalSharp', cursive;
position: absolute;
top: 5px;
}
.fotofoto .comentario{
width: 300;
}
.foto2{
width:200px;
height:100px;
font-family: 'MedievalSharp', cursive;
position: absolute;
top: 5px;
line-heig... | css/estilo.css | html{
scroll-behavior: smooth;
}
.conta{
padding:10px;
}
.foto{
font-family: 'MedievalSharp', cursive;
position: absolute;
top: 5px;
}
.fotofoto .comentario{
width: 300;
}
.foto2{
width:200px;
height:100px;
font-family: 'MedievalSharp', cursive;
position: absolute;
top: 5px;
line-heig... | 0.395718 | 0.063164 |
color: #ffce00;
font-size: 90%;
padding: 4px 2px;
}
#ap-list-side-labels {
display: inline-block;
width: 90%;
}
#ap-list-eny {
display: inline-block;
text-align: center;
width: 50%;
opacity: 1.0;
}
#ap-list-frd {
display: inline-block;
text-align: center;
width: 50%;
opacity: 0.5;
}
#ap-li... | plugins/broken/ap-list.css | color: #ffce00;
font-size: 90%;
padding: 4px 2px;
}
#ap-list-side-labels {
display: inline-block;
width: 90%;
}
#ap-list-eny {
display: inline-block;
text-align: center;
width: 50%;
opacity: 1.0;
}
#ap-list-frd {
display: inline-block;
text-align: center;
width: 50%;
opacity: 0.5;
}
#ap-li... | 0.409929 | 0.121451 |
/* ======================= */
#extra-div-1 {
z-index: 9;
position: fixed;
top: 0;
left: 0;
width: 1000vw;
height: 5rem;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
background: white;
}
#extra-div-2 {
z-index: 9;
position: fixed;
top: 0;
left: 0;
width: 1000vw;
h... | header.css | /* ======================= */
#extra-div-1 {
z-index: 9;
position: fixed;
top: 0;
left: 0;
width: 1000vw;
height: 5rem;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
background: white;
}
#extra-div-2 {
z-index: 9;
position: fixed;
top: 0;
left: 0;
width: 1000vw;
h... | 0.290779 | 0.087019 |
body{
font: 15px/1.5 Junge, Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
background-color: lightgoldenrodyellow;
}
.container{
width: 80%;
margin: auto;
overflow: hidden;
}
.caret:hover {
color: black;
}
input[type=text], input[type=tel], input[type=email],input[type=date],inp... | UI/assets/css/style.css | body{
font: 15px/1.5 Junge, Arial, Helvetica, sans-serif;
padding: 0;
margin: 0;
background-color: lightgoldenrodyellow;
}
.container{
width: 80%;
margin: auto;
overflow: hidden;
}
.caret:hover {
color: black;
}
input[type=text], input[type=tel], input[type=email],input[type=date],inp... | 0.449634 | 0.100525 |
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');
.transition {
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
transition: 0.5s all;
}
.delay {
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-dela... | public/brandagency-placeholder/css/style.css | @import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');
.transition {
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
transition: 0.5s all;
}
.delay {
-webkit-transition-delay: 0.5s;
-moz-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-dela... | 0.287868 | 0.073463 |
.topic-info-top .topic-details {
padding-top: 40px;
}
@media (min-width: 1000px) {
.topic-info-top .topic-details {
padding-top: 80px;
}
}
.topic-info-bottom {
background-color: white;
padding: 25px;
margin-bottom: 20px;
}
.topic-tile {
max-width: 320px;
margin: 0 auto 45px;
... | css/app.css |
.topic-info-top .topic-details {
padding-top: 40px;
}
@media (min-width: 1000px) {
.topic-info-top .topic-details {
padding-top: 80px;
}
}
.topic-info-bottom {
background-color: white;
padding: 25px;
margin-bottom: 20px;
}
.topic-tile {
max-width: 320px;
margin: 0 auto 45px;
... | 0.204501 | 0.054828 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: rgb(236, 238, 241);
}
.container {
width: 100%;
height: 100vh;
padding: 20px;
text-align: center;
}
.navbar {
top: 0;
width: 100%;
display: flex;
align-items: flex-end;
justify-content: flex-end;
}
form a {
mar... | main.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: rgb(236, 238, 241);
}
.container {
width: 100%;
height: 100vh;
padding: 20px;
text-align: center;
}
.navbar {
top: 0;
width: 100%;
display: flex;
align-items: flex-end;
justify-content: flex-end;
}
form a {
mar... | 0.474144 | 0.086439 |
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../fonts/material-design-icons/MaterialIcons-Regular.eot);
/* For IE6-8 */
src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/material-design-icons/MaterialIcons-Regular.woff2) format('woff2'),... | frontend/static/stylesheets/styles.css | @font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(../fonts/material-design-icons/MaterialIcons-Regular.eot);
/* For IE6-8 */
src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/material-design-icons/MaterialIcons-Regular.woff2) format('woff2'),... | 0.313945 | 0.048451 |
/*Fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Lato');
/*
Color palette
*/
.black {
color: #333333;
}
.warm-grey {
color: #6f6f6f;
}
.pinkish-grey {
color: #cfcfcf;
}
.pale-grey {
color: #fcfdfe;
}
.white {
... | public/css/mainstyle.css | /*Fonts*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Lato');
/*
Color palette
*/
.black {
color: #333333;
}
.warm-grey {
color: #6f6f6f;
}
.pinkish-grey {
color: #cfcfcf;
}
.pale-grey {
color: #fcfdfe;
}
.white {
... | 0.348867 | 0.082217 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("wikipedia.org") {
@media screen and (max-width:1100px) {
#toc { display:none!important; }
#content { margin-left:0!important; }
}
@media screen and (min-width:1101px) {
#toc { display:block!important; }
#content { margin-left:290px!impor... | data/usercss/105102.user.css |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("wikipedia.org") {
@media screen and (max-width:1100px) {
#toc { display:none!important; }
#content { margin-left:0!important; }
}
@media screen and (min-width:1101px) {
#toc { display:block!important; }
#content { margin-left:290px!impor... | 0.14627 | 0.061763 |
The element on which display: grid is applied. It's the direct parent of all the grid items. */
/* Grid Item
The children (i.e. direct descendants) of the grid container. */
/* Grid Line
The dividing lines that make up the structure of the grid. They can be either vertical
("column grid lines") or horizontal ("row g... | 05A. CSS Fundamentals/09. CSS Grid/Demos/02. A Complete Guide to Grid/styles.css | The element on which display: grid is applied. It's the direct parent of all the grid items. */
/* Grid Item
The children (i.e. direct descendants) of the grid container. */
/* Grid Line
The dividing lines that make up the structure of the grid. They can be either vertical
("column grid lines") or horizontal ("row g... | 0.592313 | 0.590573 |
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
a {
text-decoration: none;
color: #4b9ce2;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
}
img {
max-width: 100%;
}
body {
background-color:... | src/App.css | @import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap");
a {
text-decoration: none;
color: #4b9ce2;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
}
img {
max-width: 100%;
}
body {
background-color:... | 0.323915 | 0.095898 |
.fullscreen-showable {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
min-width: 780px;
}
.fullscreen-map {
position: absolute;
top: 0;
left: 380px; /* pullout */
right: 0;
bottom: 0;
}
/* override leaflet text style, reset to bootstrap */
.l... | static/css/main.css | .fullscreen-showable {
overflow: hidden;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
min-width: 780px;
}
.fullscreen-map {
position: absolute;
top: 0;
left: 380px; /* pullout */
right: 0;
bottom: 0;
}
/* override leaflet text style, reset to bootstrap */
.l... | 0.580233 | 0.165965 |
@charset "utf-8";
/**
*
* -----------------------------------------------------------------------------
*
* Template : Edulearn | Responsive Education HTML5 Template<
* Author : rs-theme
* Author URI : http://www.rstheme.com/
*
* -----------------------------------------------------------------------------
*
**/
/*--... | public/css/timeline.css | @charset "utf-8";
/**
*
* -----------------------------------------------------------------------------
*
* Template : Edulearn | Responsive Education HTML5 Template<
* Author : rs-theme
* Author URI : http://www.rstheme.com/
*
* -----------------------------------------------------------------------------
*
**/
/*--... | 0.342242 | 0.089335 |
nav.navbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-self: center;
letter-spacing: 0.05rem;
background: #234465;
padding: 0.8rem 1rem;
color: white;
}
#site-header > nav > section.navbar-dashboard > a{
list-style: none;
text-decoration: none;
align-sel... | JavaScirpt Advanced/Exam Preparation - Online-Books-Library/styles/navigation.css | nav.navbar {
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
align-self: center;
letter-spacing: 0.05rem;
background: #234465;
padding: 0.8rem 1rem;
color: white;
}
#site-header > nav > section.navbar-dashboard > a{
list-style: none;
text-decoration: none;
align-sel... | 0.235636 | 0.042444 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
user-select: none;
box-sizing: border-box;
font-family: sans-serif;
}
.utama {
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
}
.sidebar-kiri {
flex: 25%;
height: 100vh;
left: 0;
background-color: #1b1b1b;
}
.sidebar-kiri .text {
c... | css/tampil_isi_kehilangan.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
user-select: none;
box-sizing: border-box;
font-family: sans-serif;
}
.utama {
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
}
.sidebar-kiri {
flex: 25%;
height: 100vh;
left: 0;
background-color: #1b1b1b;
}
.sidebar-kiri .text {
c... | 0.36625 | 0.080177 |
.with-100 {
width: 100%
}
/* margin padding */
.margin-top-15 {
margin-top: 15px
}
.margin-top-60 {
margin-top: 60px
}
.margin-top-bot-10 {
margin: 10px 0px;
}
.margin-5 {
margin: 5px;
}
/* margin padding */
.title {
color: #000000;
font-weight: 600;
}
.title a {
color: #000000;
font-weight: 600;
... | public/frontend/web/css/my-style.css | .with-100 {
width: 100%
}
/* margin padding */
.margin-top-15 {
margin-top: 15px
}
.margin-top-60 {
margin-top: 60px
}
.margin-top-bot-10 {
margin: 10px 0px;
}
.margin-5 {
margin: 5px;
}
/* margin padding */
.title {
color: #000000;
font-weight: 600;
}
.title a {
color: #000000;
font-weight: 600;
... | 0.35488 | 0.090856 |
@font-face {
font-family: 'Hack';
src: url('fonts/hack-regular.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-regular.woff?sha=3114f1256') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Hack';
src: url('fonts/hack-bold.woff2?sha=3114f1256') format('woff2'), url('... | telethon_generator/data/html/css/docs.h4x0r.css | @font-face {
font-family: 'Hack';
src: url('fonts/hack-regular.woff2?sha=3114f1256') format('woff2'), url('fonts/hack-regular.woff?sha=3114f1256') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'Hack';
src: url('fonts/hack-bold.woff2?sha=3114f1256') format('woff2'), url('... | 0.451327 | 0.075961 |
html {
font-family: sans-serif; /* 1 */
-webkit-text-size-adjust: 100%; /* 3 */
-ms-text-size-adjust: 100%; /* 3 */
}
/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body {
margin: 0;
}
/** Add the correct displ... | docs/dist/spectre-rtl.css | html {
font-family: sans-serif; /* 1 */
-webkit-text-size-adjust: 100%; /* 3 */
-ms-text-size-adjust: 100%; /* 3 */
}
/* Sections ========================================================================== */
/** Remove the margin in all browsers (opinionated). */
body {
margin: 0;
}
/** Add the correct displ... | 0.585575 | 0.193871 |
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
body{
background-color: #edf0f1;
font-family: Montserrat, sans-serif;
}
li, a, button{
font-family: Montserrat, sans-serif;
font-weight: 500;
font-size: 16px;
color: #edf0f1;
}
/* Header */
header{
background-color: #171716... | css/style.css | *{
box-sizing: border-box;
margin: 0;
padding: 0;
}
body{
background-color: #edf0f1;
font-family: Montserrat, sans-serif;
}
li, a, button{
font-family: Montserrat, sans-serif;
font-weight: 500;
font-size: 16px;
color: #edf0f1;
}
/* Header */
header{
background-color: #171716... | 0.364325 | 0.071074 |
.course-section-heading {
font-size: 22px;
font-weight: 600;
display: flex;
flex-wrap: wrap;
margin: 0 -30px;
padding: 9px 30px;
border-bottom: 1px solid var(--standard-light-gray);
}
.gradeable-row {
padding: 18px 0;
border-bottom: 1px solid var(--standard-light-gray);
}
#gradeabl... | site/public/css/navigation.css | .course-section-heading {
font-size: 22px;
font-weight: 600;
display: flex;
flex-wrap: wrap;
margin: 0 -30px;
padding: 9px 30px;
border-bottom: 1px solid var(--standard-light-gray);
}
.gradeable-row {
padding: 18px 0;
border-bottom: 1px solid var(--standard-light-gray);
}
#gradeabl... | 0.536799 | 0.152221 |
display: table;
/* width: 1000px; */
width: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
height: 2em;
margin-top: 1em;
margin-bottom: 3em;
user-select: none; /* supported by Chrome and Opera */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML... | docs/tutorials/15 - Recorder Introduction/controls/controls.css | display: table;
/* width: 1000px; */
width: 100%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
height: 2em;
margin-top: 1em;
margin-bottom: 3em;
user-select: none; /* supported by Chrome and Opera */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML... | 0.286568 | 0.051869 |
body {
background-color: #737373;
background-image: url("background_blur.png");
background-size: 1632px 1224px;
background-position: center;
background-attachment: fixed;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 0;
margin: 0;
font-size: 13px;
}
.outer-container {
... | client/main.css | body {
background-color: #737373;
background-image: url("background_blur.png");
background-size: 1632px 1224px;
background-position: center;
background-attachment: fixed;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 0;
margin: 0;
font-size: 13px;
}
.outer-container {
... | 0.487307 | 0.095602 |
.loading {
position: fixed;
z-index: 999;
height: 2em;
width: 2em;
overflow: show;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
/* Transparent Overlay */
.loading:before {
content: '';
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-c... | simp_comp_webservice/simp_monitor/assets/css/user.css | .loading {
position: fixed;
z-index: 999;
height: 2em;
width: 2em;
overflow: show;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
/* Transparent Overlay */
.loading:before {
content: '';
display: block;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-c... | 0.446012 | 0.166845 |
:root {
--white: #fff;
--black: #282828;
--logo-blue: #4285f4;
--logo-green: #0f9d58;
--logo-red: #ea4335;
--logo-yellow: #fbbc04;
--gray-secondary: #777777;
--gray-light-secondary: #d6d6d6;
--gray-light: #f8f8f8;
--main-shadow: 0.3rem 0.3rem 0.6rem 0rem rgba(0, 0, 0, 0.205);
--nav-shadow: 0rem 0.1rem 1.6rem... | 1.0/css/stylee.css | :root {
--white: #fff;
--black: #282828;
--logo-blue: #4285f4;
--logo-green: #0f9d58;
--logo-red: #ea4335;
--logo-yellow: #fbbc04;
--gray-secondary: #777777;
--gray-light-secondary: #d6d6d6;
--gray-light: #f8f8f8;
--main-shadow: 0.3rem 0.3rem 0.6rem 0rem rgba(0, 0, 0, 0.205);
--nav-shadow: 0rem 0.1rem 1.6rem... | 0.31563 | 0.109992 |
body {
background-color: white;
padding-top: 70px;
background-image: url(../images/tc.jpg);
background-size: cover;
background-attachment:fixed;
background-repeat: no-repeat;
}
.container {
margin-left: 0;
margin-right: 0;
}
.card {
border: 4px solid rgba(255, 242, 242, .3);
bo... | resources/assets/css/app.css | body {
background-color: white;
padding-top: 70px;
background-image: url(../images/tc.jpg);
background-size: cover;
background-attachment:fixed;
background-repeat: no-repeat;
}
.container {
margin-left: 0;
margin-right: 0;
}
.card {
border: 4px solid rgba(255, 242, 242, .3);
bo... | 0.609059 | 0.153962 |
:root {
--main-bg-color: #D9E9E9E9;
--main-text-color: #494E6B;
--taxa-1: #900C3F;
--select-border: #777;
--select-focus: blue;
--select-arrow: var(--select-border);
}
select.mySelectArrow{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: var(--main... | css/style.css | :root {
--main-bg-color: #D9E9E9E9;
--main-text-color: #494E6B;
--taxa-1: #900C3F;
--select-border: #777;
--select-focus: blue;
--select-arrow: var(--select-border);
}
select.mySelectArrow{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: var(--main... | 0.291989 | 0.110567 |
html {
margin: 0;
max-width: 100%;
overflow-x: hidden;
}
body {
margin: 0;
font-family: "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
max-width: 100%;
overflow-x: hidden;
font-size: 0.8em;
}
.user-welcome {
display: flex... | client/src/index.css | html {
margin: 0;
max-width: 100%;
overflow-x: hidden;
}
body {
margin: 0;
font-family: "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
max-width: 100%;
overflow-x: hidden;
font-size: 0.8em;
}
.user-welcome {
display: flex... | 0.567218 | 0.096535 |
@charset "UTF-8";
.container {
width: 1200px;
padding-left: 15px;
padding-right: 15px;
padding-top: 94px;
padding-bottom: 94px;
margin: 0 auto;
}
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).... | css/main.css | @charset "UTF-8";
.container {
width: 1200px;
padding-left: 15px;
padding-right: 15px;
padding-top: 94px;
padding-bottom: 94px;
margin: 0 auto;
}
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).... | 0.66769 | 0.07989 |
.carousel-inner>.item>a>img,
.carousel-inner>.item>img, .img-responsive,
.thumbnail a>img, .thumbnail>img:active{
width: 100%;
height: 560px;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img, .img-responsive,
.thumbnail a>img, .thumbnail>img{
width: 100%;
height: 580px;
}
.carousel{
margi... | public/css/english.css | .carousel-inner>.item>a>img,
.carousel-inner>.item>img, .img-responsive,
.thumbnail a>img, .thumbnail>img:active{
width: 100%;
height: 560px;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img, .img-responsive,
.thumbnail a>img, .thumbnail>img{
width: 100%;
height: 580px;
}
.carousel{
margi... | 0.318803 | 0.072703 |
-------------------------------------------------------------- */
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}... | css/layout.css | -------------------------------------------------------------- */
.alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}... | 0.469277 | 0.167253 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Open Sans', sans-serif;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 18vh;
}
.content {
border-radius: 15px;
width: 100%;
height: 100%;
justify-conte... | SistemaClinica/css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Open Sans', sans-serif;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 18vh;
}
.content {
border-radius: 15px;
width: 100%;
height: 100%;
justify-conte... | 0.298696 | 0.098686 |