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 |
|---|---|---|---|---|
*{
margin: 0px;
}
body{
background-color: rgb(178, 245, 178);
font-family: Arial, Helvetica, sans-serif;
}
header{
background-image: linear-gradient(to bottom, green, rgb(1, 87, 1));
height: 200px;
width: 100%;
padding: 15px;
color: white;
}
.cabecalho{
text-align: center;
margin... | desafios/desafio010/android.css | *{
margin: 0px;
}
body{
background-color: rgb(178, 245, 178);
font-family: Arial, Helvetica, sans-serif;
}
header{
background-image: linear-gradient(to bottom, green, rgb(1, 87, 1));
height: 200px;
width: 100%;
padding: 15px;
color: white;
}
.cabecalho{
text-align: center;
margin... | 0.473657 | 0.087058 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
}
.firstpage {
background-image: url(assets/h_img.jpg);
background-size: cover;
background-position: center center;
background-attachment: fixed;
width: 100%;
height: 100vh;
}
.logo {
width: 7%;
margin: auto;
}
.we... | style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
}
.firstpage {
background-image: url(assets/h_img.jpg);
background-size: cover;
background-position: center center;
background-attachment: fixed;
width: 100%;
height: 100vh;
}
.logo {
width: 7%;
margin: auto;
}
.we... | 0.515132 | 0.071235 |
* Contains a limited set of Smartclient styles which are overridden.
*/
html {
font-size: 62.5%;
margin: 0;
padding: 0;
overflow: hidden;
}
body {
background-color: #fff;
margin: 0;
padding: 0;
overflow: hidden;
font-family: 'lucida sans', sans-serif;
font-size: 1em;
color: #333;
}
* :focus { ... | modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-application-styles.css | * Contains a limited set of Smartclient styles which are overridden.
*/
html {
font-size: 62.5%;
margin: 0;
padding: 0;
overflow: hidden;
}
body {
background-color: #fff;
margin: 0;
padding: 0;
overflow: hidden;
font-family: 'lucida sans', sans-serif;
font-size: 1em;
color: #333;
}
* :focus { ... | 0.618435 | 0.061396 |
==================================================
#Site Styles
#Page Styles
#Media Queries
#Font-Face */
/* #Site Styles
================================================== */
/* #Page Styles
================================================== */
/* #Media Queries
========================================... | css/layout.css | ==================================================
#Site Styles
#Page Styles
#Media Queries
#Font-Face */
/* #Site Styles
================================================== */
/* #Page Styles
================================================== */
/* #Media Queries
========================================... | 0.262558 | 0.088033 |
BODY {
BACKGROUND-COLOR: white
}
BODY {
FONT-FAMILY: 'lucida grande', helvetica, verdana, arial, sans-serif
}
DIV {
FONT-FAMILY: 'lucida grande', helvetica, verdana, arial, sans-serif
}
BODY {
PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; COLOR: #333; PADDING-TOP: 0px
}
H1 {
PADDING-BOTT... | jeeweb-ui/jeeweb-ui-static/src/main/resources/static/vendors/JQueryMedia/jq.css | BODY {
BACKGROUND-COLOR: white
}
BODY {
FONT-FAMILY: 'lucida grande', helvetica, verdana, arial, sans-serif
}
DIV {
FONT-FAMILY: 'lucida grande', helvetica, verdana, arial, sans-serif
}
BODY {
PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; COLOR: #333; PADDING-TOP: 0px
}
H1 {
PADDING-BOTT... | 0.299208 | 0.172241 |
* {
margin: 0;
padding: 0;
}
html, body {
min-height: 100%;
overflow-x: hidden;
}
nav {
background-color: #306BA5;
}
.side-bar {
height: 100%;
width: 100%;
position: fixed;
z-index: 1;
top: 0;
left: 0;
}
.sidebar-responsivo {
height: 100%;
width: 100%;
positio... | public/css/style.css | * {
margin: 0;
padding: 0;
}
html, body {
min-height: 100%;
overflow-x: hidden;
}
nav {
background-color: #306BA5;
}
.side-bar {
height: 100%;
width: 100%;
position: fixed;
z-index: 1;
top: 0;
left: 0;
}
.sidebar-responsivo {
height: 100%;
width: 100%;
positio... | 0.547706 | 0.100879 |
@charset "UTF-8";
* {
padding: 0;
margin: 0;
box-sizing: border-box;
position: relative;
}
@font-face{
font-family:'iconsearch';
src:url('/book/home2/css/iconfont5.woff');
}
.iconsearch{
font-family:'iconsearch' !important;
font-size:0.4rem;
line-height:0.54rem;
color:#cecece;
}
... | home2/pages/shujia/search.css | @charset "UTF-8";
* {
padding: 0;
margin: 0;
box-sizing: border-box;
position: relative;
}
@font-face{
font-family:'iconsearch';
src:url('/book/home2/css/iconfont5.woff');
}
.iconsearch{
font-family:'iconsearch' !important;
font-size:0.4rem;
line-height:0.54rem;
color:#cecece;
}
... | 0.346984 | 0.062674 |
.navbar {
background: linear-gradient(90deg, rgb(28, 27, 27) 0%, rgb(26, 23, 23) 100%);
height: 80px;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.2rem;
position: sticky;
top: 0;
z-index: 999;
}
.navbar-container {
display: flex;
justify-co... | src/Components/NavBar/NavBar.css | .navbar {
background: linear-gradient(90deg, rgb(28, 27, 27) 0%, rgb(26, 23, 23) 100%);
height: 80px;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.2rem;
position: sticky;
top: 0;
z-index: 999;
}
.navbar-container {
display: flex;
justify-co... | 0.557725 | 0.086362 |
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-bottom: 40px;
color: #5a5a5a;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for p... | docs/examples/carousel/carousel2.css | -------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-bottom: 40px;
color: #5a5a5a;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for p... | 0.379723 | 0.063395 |
.md-icon-person-outline::before {
content: 'person_outline';
}
/* C:/Users/Daniel/Devel/StatsPortal/client/ext/modern/theme-material/sass/etc/mixins/icons.scss:8 */
.md-icon-plus-one::before {
content: 'plus_one';
}
/* C:/Users/Daniel/Devel/StatsPortal/client/ext/modern/theme-material/sass/etc/mixins/icons.scss... | client/build/testing/PortalStats/modern/resources/PortalStats-all_2.css | .md-icon-person-outline::before {
content: 'person_outline';
}
/* C:/Users/Daniel/Devel/StatsPortal/client/ext/modern/theme-material/sass/etc/mixins/icons.scss:8 */
.md-icon-plus-one::before {
content: 'plus_one';
}
/* C:/Users/Daniel/Devel/StatsPortal/client/ext/modern/theme-material/sass/etc/mixins/icons.scss... | 0.180035 | 0.030072 |
font-size: 50px;
font-family: sans-serif;
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
color: white;
}
#overlayText {
font-size: 70px;
font-family: sans-serif;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
color: white;
padd... | web/hotfire/styles.css | font-size: 50px;
font-family: sans-serif;
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
color: white;
}
#overlayText {
font-size: 70px;
font-family: sans-serif;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
color: white;
padd... | 0.74382 | 0.212212 |
.filter-search {
background-color: #EDF2F4;;
padding: 1%;
}
.filter-search::after {
content: "";
clear: both;
display: table;
}
.filter-search h3, .filter-search ul {
margin: 0;
padding: 0 1%;
}
.filters {
float: left;
}
.filters h3, #filters {
display: inline-block;
list-style: none;
}
.search... | public/styles/modules.css | .filter-search {
background-color: #EDF2F4;;
padding: 1%;
}
.filter-search::after {
content: "";
clear: both;
display: table;
}
.filter-search h3, .filter-search ul {
margin: 0;
padding: 0 1%;
}
.filters {
float: left;
}
.filters h3, #filters {
display: inline-block;
list-style: none;
}
.search... | 0.510985 | 0.138928 |
@font-face {
font-family: "Franklin Pro Narrow Medium";
font-style: normal;
font-weight: normal;
src: url("../../../assets/fonts/Franklin Pro Narrow Medium.woff") format("woff");
}
@font-face {
font-family: "Belwe Bd BT";
font-style: normal;
font-weight: normal;
src: url("../../../assets... | src/app/cards/card-view/card-view.component.css | @font-face {
font-family: "Franklin Pro Narrow Medium";
font-style: normal;
font-weight: normal;
src: url("../../../assets/fonts/Franklin Pro Narrow Medium.woff") format("woff");
}
@font-face {
font-family: "Belwe Bd BT";
font-style: normal;
font-weight: normal;
src: url("../../../assets... | 0.423577 | 0.089574 |
.Button:link,
.Button:hover,
.Button:focus,
.Button:active,
.Button{
position: relative;
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 2px 1em;
cursor: pointer;
text-decoration: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-s... | desktop/core/static/oocss/Button.css | .Button:link,
.Button:hover,
.Button:focus,
.Button:active,
.Button{
position: relative;
display: inline-block;
text-align: center;
vertical-align: middle;
padding: 2px 1em;
cursor: pointer;
text-decoration: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
box-s... | 0.291586 | 0.087994 |
.hot-1{
background: linear-gradient(#fec194,#f04393);
}
.hot-2{
background: linear-gradient(#00ffff,#f9c449);
}
.hot-3{
background: linear-gradient(#f04393,#f9c449);
}
.bg-1{
background: no-repeat 50% 50% linear-gradient(to right bottom,rgb(115, 194, 240),rgb(35, 51, 210)) ;
}
.hot-4{
background: l... | assets/colors.css | .hot-1{
background: linear-gradient(#fec194,#f04393);
}
.hot-2{
background: linear-gradient(#00ffff,#f9c449);
}
.hot-3{
background: linear-gradient(#f04393,#f9c449);
}
.bg-1{
background: no-repeat 50% 50% linear-gradient(to right bottom,rgb(115, 194, 240),rgb(35, 51, 210)) ;
}
.hot-4{
background: l... | 0.41941 | 0.118411 |
a:hover,
a:visited,
a:active {
text-decoration: none;
}
.container {
width: 100%!important;
}
.navbar {
height: 70px;
margin: 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
background: transparent url(../img/headers/barley-header.jpg);
background-size: 800px 80px;
background-position: -31... | app/css/brewpon-styles.css | a:hover,
a:visited,
a:active {
text-decoration: none;
}
.container {
width: 100%!important;
}
.navbar {
height: 70px;
margin: 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
background: transparent url(../img/headers/barley-header.jpg);
background-size: 800px 80px;
background-position: -31... | 0.398758 | 0.097907 |
body {
background-image: url("../images/fondo.png");
background-position: center top;
background-size: auto;
background-repeat: repeat;
background-attachment: scroll;
}
#pinterest {
posit... | public/css/style.css | body {
background-image: url("../images/fondo.png");
background-position: center top;
background-size: auto;
background-repeat: repeat;
background-attachment: scroll;
}
#pinterest {
posit... | 0.496826 | 0.095013 |
@import url('base.css');
.projectsContainer {
display: flex;
flex-direction: column;
justify-content: flex-start;
background-color: #F6F6F8;/* For browsers that do not support gradients */
background-image:linear-gradient(rgba(246,246,248,1),rgba(252,252,255,1))
}
@media only screen and (max-widt... | src/styles/projects.css | @import url('base.css');
.projectsContainer {
display: flex;
flex-direction: column;
justify-content: flex-start;
background-color: #F6F6F8;/* For browsers that do not support gradients */
background-image:linear-gradient(rgba(246,246,248,1),rgba(252,252,255,1))
}
@media only screen and (max-widt... | 0.360827 | 0.059866 |
.block-editor-block-list__block {
font-size: var(--wp--custom--font-size--base);
line-height: var(--wp--custom--line-height--global);
/* ===============
#BASE LINKS
=============== */
& a {
color: var(--text-color-link);
text-decoration: none;
&:hover,
&:active {
text-decoration: underline;
}
}
... | packages/themes/wps-prime/src/css/elements/elements-editor.css | .block-editor-block-list__block {
font-size: var(--wp--custom--font-size--base);
line-height: var(--wp--custom--line-height--global);
/* ===============
#BASE LINKS
=============== */
& a {
color: var(--text-color-link);
text-decoration: none;
&:hover,
&:active {
text-decoration: underline;
}
}
... | 0.415017 | 0.196865 |
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700&display=swap");
* {
padding: 0;
margin: 0;
box-sizing: border-box;
list-style: none;
font-family: "Mukta", sans-serif;
}
.topnav {
overflow: hidden;
background-color: #2c3e50;
}
.body {
background-color: #ecf0f1;
color: ... | public/css/style.css | @import url("https://fonts.googleapis.com/css2?family=Mukta:wght@400;500;600;700&display=swap");
* {
padding: 0;
margin: 0;
box-sizing: border-box;
list-style: none;
font-family: "Mukta", sans-serif;
}
.topnav {
overflow: hidden;
background-color: #2c3e50;
}
.body {
background-color: #ecf0f1;
color: ... | 0.490236 | 0.088112 |
.c-toasts-container {
position: fixed;
top: 0;
bottom: 0;
min-width: 250px;
width: 100%;
max-width: 100%;
min-height: 100px;
pointer-events: none;
box-sizing: border-box;
z-index: 9999;
}
.c-toasts-container *,
.c-toasts-container *::before,
.c-toasts-co... | toast.css | .c-toasts-container {
position: fixed;
top: 0;
bottom: 0;
min-width: 250px;
width: 100%;
max-width: 100%;
min-height: 100px;
pointer-events: none;
box-sizing: border-box;
z-index: 9999;
}
.c-toasts-container *,
.c-toasts-container *::before,
.c-toasts-co... | 0.521715 | 0.080864 |
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@media all and (-moz-windows-compositor) {
#TabsToolbar .arrowscrollbox-scrollbox {
padding: 0px !important;}
#TabsToolbar .tabbrowser-tab:before {
display: none !important;}
#main-window #TabsToolbar:afte... | data/usercss/75023.user.css | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
@media all and (-moz-windows-compositor) {
#TabsToolbar .arrowscrollbox-scrollbox {
padding: 0px !important;}
#TabsToolbar .tabbrowser-tab:before {
display: none !important;}
#main-window #TabsToolbar:afte... | 0.134548 | 0.108071 |
* {
margin: 0;
padding: 0;
outline: none;
-webkit-box-sizing:
border-box;
-moz-box-sizing:
border-box;
box-sizing: border-box;
}
*:after, *:before
{
-webkit-box-sizing:
border-box;-moz-box-sizing:
border-box;box-sizing:
border-box;
}
article,aside,d... | installer/public/css/style.css | * {
margin: 0;
padding: 0;
outline: none;
-webkit-box-sizing:
border-box;
-moz-box-sizing:
border-box;
box-sizing: border-box;
}
*:after, *:before
{
-webkit-box-sizing:
border-box;-moz-box-sizing:
border-box;box-sizing:
border-box;
}
article,aside,d... | 0.50293 | 0.079068 |
.allnews {
margin: 1%;
}
.allnews li {
display: flex;
box-shadow: 0px 0px 2px black;
margin: 1%;
background: #ffffff7a;
}
.allnews li img {
height: 70px;
width: 70px;
}
.allnews li p {
margin-bottom: 0%;
}
.allnews li small i {
margin-right: 5px;
}
.allnews li small {
color: grey;
}
.allnews li .act... | Classicist Express/news/css/news.css | .allnews {
margin: 1%;
}
.allnews li {
display: flex;
box-shadow: 0px 0px 2px black;
margin: 1%;
background: #ffffff7a;
}
.allnews li img {
height: 70px;
width: 70px;
}
.allnews li p {
margin-bottom: 0%;
}
.allnews li small i {
margin-right: 5px;
}
.allnews li small {
color: grey;
}
.allnews li .act... | 0.317003 | 0.080647 |
@charset "utf-8";
@font-face { font-family: 'Bebas';
src: url('Bebas.eot');
src: url('Bebas.eot') format('embedded-opentype'),
url('Bebas.ttf') format('truetype');
}
@font-face { font-family: 'Segoe';
src: url('segoeui.eot');
src: url('segoeui.eot') format('embedded-opentype'),
url('segoeui.ttf'... | files/style-lw2014.css | @charset "utf-8";
@font-face { font-family: 'Bebas';
src: url('Bebas.eot');
src: url('Bebas.eot') format('embedded-opentype'),
url('Bebas.ttf') format('truetype');
}
@font-face { font-family: 'Segoe';
src: url('segoeui.eot');
src: url('segoeui.eot') format('embedded-opentype'),
url('segoeui.ttf'... | 0.321886 | 0.101947 |
@import url('https://fonts.googleapis.com/css?family=Baloo+Bhai|Fira+Sans:300|Roboto+Mono|Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css?family=Courgette&display=swap');
body{
font-family:'Alata',monospace;
}
nav{
b... | TheEventBootstrapTemplate/style.css | @import url('https://fonts.googleapis.com/css?family=Baloo+Bhai|Fira+Sans:300|Roboto+Mono|Ubuntu&display=swap');
@import url('https://fonts.googleapis.com/css?family=Alata&display=swap');
@import url('https://fonts.googleapis.com/css?family=Courgette&display=swap');
body{
font-family:'Alata',monospace;
}
nav{
b... | 0.345326 | 0.148788 |
@import url('https://fonts.googleapis.com/css?family=Lato');
:root {
--dark-sky-blue: #31b3ef;
--azure: #15b4f1;
--warm-grey: #858585;
--greyish: #b0b0b0;
--dark-sky-blue-two: #2aa7dc;
--golden-yellow: #f8c61c;
--steel: #7c8495;
--greenish-teal: #48d2a0;
--dark-sky-blue-three: #358ed7;
--dark-grey-... | components/css/variables.css | @import url('https://fonts.googleapis.com/css?family=Lato');
:root {
--dark-sky-blue: #31b3ef;
--azure: #15b4f1;
--warm-grey: #858585;
--greyish: #b0b0b0;
--dark-sky-blue-two: #2aa7dc;
--golden-yellow: #f8c61c;
--steel: #7c8495;
--greenish-teal: #48d2a0;
--dark-sky-blue-three: #358ed7;
--dark-grey-... | 0.437583 | 0.109135 |
body {
background-image: url("./background.jpg");
background-position: top center;
background-size: cover;
font-family: "Courier New", Courier, monospace;
min-width: 500px;
color: white;
}
a {
color: inherit;
text-decoration: inherit;
}
p {
font-size: 18px;
}
h1 {
font-size: inherit;
padding: i... | docs/style.css | body {
background-image: url("./background.jpg");
background-position: top center;
background-size: cover;
font-family: "Courier New", Courier, monospace;
min-width: 500px;
color: white;
}
a {
color: inherit;
text-decoration: inherit;
}
p {
font-size: 18px;
}
h1 {
font-size: inherit;
padding: i... | 0.490724 | 0.124399 |
* {
margin: 0;
padding: 0;
font-family: 'Raleway', sans-serif;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix {
clear: both
}
.container {
width: 50%;
margin: 1% auto;
padding: 1%
}
body {
background-image: -webkit-linear-... | style.css |
* {
margin: 0;
padding: 0;
font-family: 'Raleway', sans-serif;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix {
clear: both
}
.container {
width: 50%;
margin: 1% auto;
padding: 1%
}
body {
background-image: -webkit-linear-... | 0.394901 | 0.106505 |
@import url(https://fonts.googleapis.com/css?family=Poiret+One);
a,
a:focus,
a:hover {
color: #fff;
}
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
color: #333;
text-shadow: none; /* Prevent inheritence from `body` */
background-color: #fff;
border: 1px solid #fff;
}
ht... | assets/css/custom.css | @import url(https://fonts.googleapis.com/css?family=Poiret+One);
a,
a:focus,
a:hover {
color: #fff;
}
/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
color: #333;
text-shadow: none; /* Prevent inheritence from `body` */
background-color: #fff;
border: 1px solid #fff;
}
ht... | 0.38827 | 0.071364 |
body {
padding-top: 70px;
background-color: #eee;
}
.categories-button {
padding-left: 0.5em;
}
.search-buttons {
padding-top: 1em;
padding-bottom: 1em;
}
.carousel-button {
margin-bottom: 1em;
background-color: rgba(0, 0, 0, 0.5);
color: #eee;
border: 1px dashed rgba(0, 0, 0, 0.5);
}
.carousel-bu... | layout-master/layout260/stylesheets/style.css | body {
padding-top: 70px;
background-color: #eee;
}
.categories-button {
padding-left: 0.5em;
}
.search-buttons {
padding-top: 1em;
padding-bottom: 1em;
}
.carousel-button {
margin-bottom: 1em;
background-color: rgba(0, 0, 0, 0.5);
color: #eee;
border: 1px dashed rgba(0, 0, 0, 0.5);
}
.carousel-bu... | 0.504883 | 0.123313 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
border: none;
}
#right_most {
width: 20%;
display: flex;
justify-content: space-between;
}
body {
font-family: "Poppins", sans-serif;
align-items: center;
justify-content: center;
color: white;
}
.container {
width: 400px;
height: 600... | static/form.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
border: none;
}
#right_most {
width: 20%;
display: flex;
justify-content: space-between;
}
body {
font-family: "Poppins", sans-serif;
align-items: center;
justify-content: center;
color: white;
}
.container {
width: 400px;
height: 600... | 0.355999 | 0.105303 |
body,html{
background: #fff;
font-family: 微软雅黑;
height: 5000px;
}
/*搜索结果的展示*/
#search_result_warp{
width: 100%;
min-width: 1200px;
height: 40px;
background: #F2F2F2;
}
#search_result{
width: 1190px;
height: 100%;
margin:0 auto;
position: relative;
}
#search_result_left{
float: left;
height: 100%;
font-siz... | public/home/css/detailspage.css | body,html{
background: #fff;
font-family: 微软雅黑;
height: 5000px;
}
/*搜索结果的展示*/
#search_result_warp{
width: 100%;
min-width: 1200px;
height: 40px;
background: #F2F2F2;
}
#search_result{
width: 1190px;
height: 100%;
margin:0 auto;
position: relative;
}
#search_result_left{
float: left;
height: 100%;
font-siz... | 0.228673 | 0.051463 |
.timeline-center-h {
text-align: left;
}
.timeline-margin{
margin: 30px 0;
}
.timeline-margin-header{
margin-top: 15px !important;
}
.bottomline {
padding:2px;
color: #e61718;
background-color: #e61718;
}
.btn-primary {
color: #fff !important;
background-color: #414140 !important;
... | css/custom.css | .timeline-center-h {
text-align: left;
}
.timeline-margin{
margin: 30px 0;
}
.timeline-margin-header{
margin-top: 15px !important;
}
.bottomline {
padding:2px;
color: #e61718;
background-color: #e61718;
}
.btn-primary {
color: #fff !important;
background-color: #414140 !important;
... | 0.389895 | 0.119742 |
@CHARSET "UTF-8";
html {
margin: 0 ;
color: #28b1f3 ;
background-color: #201864 ;
font-family: 'arial' ;
}
.container {
position: absolute ;
top: 10px ;
right: 10px ;
padding: 5px ;
display: inline-block;
cursor: pointer;
z-index: 100 ;
}
.bar1, .bar2, .bar3 {
width: 35px;
he... | css/index.css | @CHARSET "UTF-8";
html {
margin: 0 ;
color: #28b1f3 ;
background-color: #201864 ;
font-family: 'arial' ;
}
.container {
position: absolute ;
top: 10px ;
right: 10px ;
padding: 5px ;
display: inline-block;
cursor: pointer;
z-index: 100 ;
}
.bar1, .bar2, .bar3 {
width: 35px;
he... | 0.385375 | 0.109753 |
.range_slides_carousel_wrapper {
padding: 50px;
overflow: hidden;
font-family: 'Raleway', sans-serif;
}
.range_slides_carousel_inner {
border-radius: 5px;
}
/*---------- CONTROL INDICATORS ----------*/
.range_slides_carousel_indicators {
bottom: 0px;
padding-top: 3px;
padding-bottom: 2px;
}... | public/toeflassets/css/range_slides_carousel.css |
.range_slides_carousel_wrapper {
padding: 50px;
overflow: hidden;
font-family: 'Raleway', sans-serif;
}
.range_slides_carousel_inner {
border-radius: 5px;
}
/*---------- CONTROL INDICATORS ----------*/
.range_slides_carousel_indicators {
bottom: 0px;
padding-top: 3px;
padding-bottom: 2px;
}... | 0.366703 | 0.064624 |
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
margin: 0;
padding: 0; }
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
font-weight: 300;
color: #111;
background-color: #fdfdfd;
-webkit-text-size-adjust: 100%; }
/**
* Set `margin-... | _site/css/main.css | body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
margin: 0;
padding: 0; }
body {
font-family: Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
font-weight: 300;
color: #111;
background-color: #fdfdfd;
-webkit-text-size-adjust: 100%; }
/**
* Set `margin-... | 0.480235 | 0.092074 |
.Home .lander {
padding: 80px 0;
text-align: center;
}
.Home .lander h1 {
font-family: "Open Sans", sans-serif;
font-weight: 600;
margin: 0;
}
.Home .lander .scratch-container {
position: relative;
display: inline-block;
font-weight: bold;
margin-bottom: 10px;
}
.Home .lander .scratch-underline {
... | src/containers/Home.css | .Home .lander {
padding: 80px 0;
text-align: center;
}
.Home .lander h1 {
font-family: "Open Sans", sans-serif;
font-weight: 600;
margin: 0;
}
.Home .lander .scratch-container {
position: relative;
display: inline-block;
font-weight: bold;
margin-bottom: 10px;
}
.Home .lander .scratch-underline {
... | 0.553264 | 0.076857 |
@font-face {
font-family: 'poppins-v9';
src: url('../assets/fonts/poppins-v9-latin-regular.woff2') format('woff2');
src: url('../assets/fonts/poppins-v9-latin-500.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'poppins-v9';
overflow-x: hidden;
}
.ca... | public/custom/app.css | @font-face {
font-family: 'poppins-v9';
src: url('../assets/fonts/poppins-v9-latin-regular.woff2') format('woff2');
src: url('../assets/fonts/poppins-v9-latin-500.woff2') format('woff2');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'poppins-v9';
overflow-x: hidden;
}
.ca... | 0.476092 | 0.085824 |
.missionList{
margin-top:10rem;
}
.popup {
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.4), 0 3px 5px 2px rgba(0, 0, 0, 0.3);
position: relative;
left: 50%;
top: -1rem;
transform: translate(-50%, -50%);
/* background: #f19495; */
background:#ffb4b4b8;
height: 153px;
width: 330px;
... | assets/ref/missionbox.css | .missionList{
margin-top:10rem;
}
.popup {
box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.4), 0 3px 5px 2px rgba(0, 0, 0, 0.3);
position: relative;
left: 50%;
top: -1rem;
transform: translate(-50%, -50%);
/* background: #f19495; */
background:#ffb4b4b8;
height: 153px;
width: 330px;
... | 0.328099 | 0.073364 |
.node-all {
color: #22477d;
}
.cm-all {
color: #3e9dfb;
font-size: 16px;
}
.node-spin {
background-image: url("../../../static/OmniDB_app/images/omnidb_loading.svg");
background-size: 16px;
}
.node-postgresql {
background-image: url( "../../../static/OmniDB_app/images/postgresql_medium.png")
}
.node-ora... | OmniDB/OmniDB_app/static/OmniDB_app/css/node-icon.css | .node-all {
color: #22477d;
}
.cm-all {
color: #3e9dfb;
font-size: 16px;
}
.node-spin {
background-image: url("../../../static/OmniDB_app/images/omnidb_loading.svg");
background-size: 16px;
}
.node-postgresql {
background-image: url( "../../../static/OmniDB_app/images/postgresql_medium.png")
}
.node-ora... | 0.364551 | 0.196845 |
body{
margin: 0;
padding: 0;
font-family: Quicksand;
}
.top_menu1{
position: fixed;
top:0;
left: 0;
width: 100%;
height: 100px;
padding: 10px 100px;
box-sizing: border-box;
transition: .3s;
}
.top_menu1.black{
background: rgba(0,0,0,0.8);
height: 100px;
padding: 10px 100px;
}
.top_menu1 .logo{
padding: 2... | public/css/css.css | body{
margin: 0;
padding: 0;
font-family: Quicksand;
}
.top_menu1{
position: fixed;
top:0;
left: 0;
width: 100%;
height: 100px;
padding: 10px 100px;
box-sizing: border-box;
transition: .3s;
}
.top_menu1.black{
background: rgba(0,0,0,0.8);
height: 100px;
padding: 10px 100px;
}
.top_menu1 .logo{
padding: 2... | 0.334481 | 0.062531 |
html,
body {
height: 100%;
font-family: Arial, Helvetica, sans-serif;
background-size: cover;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.row {
margin-right: 0;
margin-left: 0;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.head... | frontend/web/css/site - Copy.css | html,
body {
height: 100%;
font-family: Arial, Helvetica, sans-serif;
background-size: cover;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.row {
margin-right: 0;
margin-left: 0;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.head... | 0.49048 | 0.10618 |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block;
}
audio, canvas, video {
display: inline-block;
}
[hidden] {
display: none;
}
html {
font-family... | projects/yellr/style/one-pager.css | * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block;
}
audio, canvas, video {
display: inline-block;
}
[hidden] {
display: none;
}
html {
font-family... | 0.387111 | 0.082771 |
@font-face {
font-family: 'Montserrat';
src: url("../../client/fonts/Montserrat-Medium.ttf");
font-weight: normal;
}
@font-face {
font-family: 'Montserrat';
src: url("../../client/fonts/Montserrat-MediumItalic.ttf");
font-style: italic;
}
@font-face {
font-family: 'Montserrat';
src: url("../../client/... | assets/theme/css/index.css | @font-face {
font-family: 'Montserrat';
src: url("../../client/fonts/Montserrat-Medium.ttf");
font-weight: normal;
}
@font-face {
font-family: 'Montserrat';
src: url("../../client/fonts/Montserrat-MediumItalic.ttf");
font-style: italic;
}
@font-face {
font-family: 'Montserrat';
src: url("../../client/... | 0.347205 | 0.062904 |
body{
padding: 0px;
margin: 0px;
height: 100%;
font-family: 'Roboto'
}
nav.main-menu{
width: 100%;
height: 12vh;
display: flex;
background-color: teal;
color: white;
position: fixed;
top: 0px;
}
#nav-menu{
color: black;
}
.logo{
margin:10px;
margin-left: 20px;
}
/* Packages */
.p... | static/css/styles.css | body{
padding: 0px;
margin: 0px;
height: 100%;
font-family: 'Roboto'
}
nav.main-menu{
width: 100%;
height: 12vh;
display: flex;
background-color: teal;
color: white;
position: fixed;
top: 0px;
}
#nav-menu{
color: black;
}
.logo{
margin:10px;
margin-left: 20px;
}
/* Packages */
.p... | 0.236693 | 0.05715 |
Reach me out at twitter.com/twinysam */
@-moz-document url(http://analysis.sesse.net/) {
body {
font-family: 'Source Sans Pro', sans-serif;
background-color: #30383c;
color: white;
margin: 0 2.5%;
}
h1,
h2,
h3 {
font-weight: 300;
}
h1 {
font-size: 3em;
margin-top: 0.5em;
}
h... | data/usercss/143938.user.css | Reach me out at twitter.com/twinysam */
@-moz-document url(http://analysis.sesse.net/) {
body {
font-family: 'Source Sans Pro', sans-serif;
background-color: #30383c;
color: white;
margin: 0 2.5%;
}
h1,
h2,
h3 {
font-weight: 300;
}
h1 {
font-size: 3em;
margin-top: 0.5em;
}
h... | 0.299412 | 0.087291 |
.md-grid {max-width: initial;}
.md-footer{display: none;}
.md-sidebar {color: #385676;}
.md-header-nav__button:hover{opacity:1}
.md-header, .md-tabs {box-shadow: none;}
.md-typeset .md-button {color: #385676;}
.md-typeset code {color: #F50057;font-size: .85em;background-color: #F5F7F9;border: solid 1px #eee;border-rad... | docs/stylesheets/extra.css |
.md-grid {max-width: initial;}
.md-footer{display: none;}
.md-sidebar {color: #385676;}
.md-header-nav__button:hover{opacity:1}
.md-header, .md-tabs {box-shadow: none;}
.md-typeset .md-button {color: #385676;}
.md-typeset code {color: #F50057;font-size: .85em;background-color: #F5F7F9;border: solid 1px #eee;border-rad... | 0.388154 | 0.068071 |
@charset "UTF-8";
@font-face{
font-family:raleway-example;
src:url(../fonts/RalewayRegular.woff) format("woff")
}
@font-face{
font-family:raleway-example;
src:url(../fonts/RalewayBold.woff) format("woff");
font-weight:700
}
@font-face{
font-family:raleway-example;
src:url(../fonts/RalewayReg... | 8.6.1/css/main.css | @charset "UTF-8";
@font-face{
font-family:raleway-example;
src:url(../fonts/RalewayRegular.woff) format("woff")
}
@font-face{
font-family:raleway-example;
src:url(../fonts/RalewayBold.woff) format("woff");
font-weight:700
}
@font-face{
font-family:raleway-example;
src:url(../fonts/RalewayReg... | 0.250546 | 0.052741 |
@import url("http://fonts.googleapis.com/css?family=Fjalla+One|Open+Sans:400,400italic,300,600,700,800");
@import url("font-awesome.min.css");
/*
Venue by Pixelarity
pixel<EMAIL> | <EMAIL>
License: pixelarity.com/license
*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h7, h8... | assets/css/main.css | @import url("http://fonts.googleapis.com/css?family=Fjalla+One|Open+Sans:400,400italic,300,600,700,800");
@import url("font-awesome.min.css");
/*
Venue by Pixelarity
pixel<EMAIL> | <EMAIL>
License: pixelarity.com/license
*/
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h7, h8... | 0.290779 | 0.090655 |
.btn-group{float:left;, labels:"Export"}
#example_length{float:left; margin:0 0 0 0px;}
#example_length select{width:50%;}
div.dataTables_wrapper div.dataTables_length label
{
margin-left:30px;
}
div.dataTables_wrapper div.dataTables_filter label
{
float:right;
}
@media... | projects/static/reports/base.css | .btn-group{float:left;, labels:"Export"}
#example_length{float:left; margin:0 0 0 0px;}
#example_length select{width:50%;}
div.dataTables_wrapper div.dataTables_length label
{
margin-left:30px;
}
div.dataTables_wrapper div.dataTables_filter label
{
float:right;
}
@media... | 0.380068 | 0.149935 |
@charset "utf-8";
/*通用*/
body {
font: 12px "simhei", Arial, Helvetica, sans-serif;
color: #666;
margin: 0px;
padding: 0px;
background-color: #f5f5f5;
}
a,a:hover{
text-decoration: none;
}
input:focus{
outline: 0;
}
#nav a {
color: #cccccc;
}
#nav a:hover{
color: #b8b8b8;
}
#nav a:foc... | WebServer_v9/webapps/web/css/header.css | @charset "utf-8";
/*通用*/
body {
font: 12px "simhei", Arial, Helvetica, sans-serif;
color: #666;
margin: 0px;
padding: 0px;
background-color: #f5f5f5;
}
a,a:hover{
text-decoration: none;
}
input:focus{
outline: 0;
}
#nav a {
color: #cccccc;
}
#nav a:hover{
color: #b8b8b8;
}
#nav a:foc... | 0.277767 | 0.07403 |
.wrapper {
width: 980px;
margin: 0 auto;
color: #666;
}
.ap-head {
height: 70px;
border-bottom: 3px solid #e5e5e5;
margin-top: 20px;
}
.ap-head h1 {
width: 178px;
float: left;
font-size: 18px;
line-height: 70px;
font-weight: normal;
padding-left: 3px;
}
.ap-head dl {
... | study-notes/j2ee-collection/framework/15-Elasticsearch/project_wolf2w/trip-website/src/main/resources/static/styles/addtravelnote.css | .wrapper {
width: 980px;
margin: 0 auto;
color: #666;
}
.ap-head {
height: 70px;
border-bottom: 3px solid #e5e5e5;
margin-top: 20px;
}
.ap-head h1 {
width: 178px;
float: left;
font-size: 18px;
line-height: 70px;
font-weight: normal;
padding-left: 3px;
}
.ap-head dl {
... | 0.475849 | 0.195671 |
@charset 'utf-8';
* {
padding: 0%;
margin: 0%;
font-family: Tahoma;
}
#principal {
width: 100%;
height: 100%;
position: absolute;
}
#topo {
background-image: url(../img/topo.png);
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
width: 100%;
height: 30%;
bac... | Aulas/Aula 10/css/estilo.css | @charset 'utf-8';
* {
padding: 0%;
margin: 0%;
font-family: Tahoma;
}
#principal {
width: 100%;
height: 100%;
position: absolute;
}
#topo {
background-image: url(../img/topo.png);
background-position: center;
background-repeat: no-repeat;
background-size: 100%;
width: 100%;
height: 30%;
bac... | 0.374562 | 0.066055 |
.App {
text-align: center;
}
/* .App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
} */
body {
background: #fcfcfcda;
}
h2 {
color: #636363;
}
.caution {
... | client/src/App.css | .App {
text-align: center;
}
/* .App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
} */
body {
background: #fcfcfcda;
}
h2 {
color: #636363;
}
.caution {
... | 0.408041 | 0.080937 |
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
font-family: 'Poppins', sans-serif;
/* Center and scale the image nicely */
background: #E0EAFC; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC); /* Chrome 10-25, Safari 5.1-6... | public/css/tutorIndex.css | @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
font-family: 'Poppins', sans-serif;
/* Center and scale the image nicely */
background: #E0EAFC; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC); /* Chrome 10-25, Safari 5.1-6... | 0.35488 | 0.079961 |
*{margin:0;padding:0;}
*{touch-action: none; -webkit-user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-appearance:none;appearance:none;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:0;}
img{border:0;display:block;}
li{list-style:none;}
.clear{cle... | 20160214/css/css.css | *{margin:0;padding:0;}
*{touch-action: none; -webkit-user-select: none; -webkit-user-drag: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-appearance:none;appearance:none;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);border-radius:0;}
img{border:0;display:block;}
li{list-style:none;}
.clear{cle... | 0.242295 | 0.036459 |
-------------------------*/
html, body{
padding: 0px;
margin: 0px;
font-size: 12px;
}
body {
font-family: Tahoma, Geneva, sans-serif;
}
.clear {
clear: both;
}
/* Preview 2 styles
-------------------------*/
.preview-2-styles {
margin: 50px auto;
position: relative;
padding-top: 50px;
}
.... | preview/themes/preview.css | -------------------------*/
html, body{
padding: 0px;
margin: 0px;
font-size: 12px;
}
body {
font-family: Tahoma, Geneva, sans-serif;
}
.clear {
clear: both;
}
/* Preview 2 styles
-------------------------*/
.preview-2-styles {
margin: 50px auto;
position: relative;
padding-top: 50px;
}
.... | 0.468791 | 0.096663 |
.no-startup-wrap svg {
display: block;
margin: auto;
fill: #c4c4c4;
}
.no-startup-content {
text-align: center;
margin-bottom: 2em;
}
.no-startup-title-wrap h2 {
color: #525252;
font-family: sans-serif;
margin: 0;
}
.no-startup-para-wrap {
margin-top: 1.1em;
margin-bottom: 2.2em;
}
.no-startup-p... | dashboard/styles/startup.css | .no-startup-wrap svg {
display: block;
margin: auto;
fill: #c4c4c4;
}
.no-startup-content {
text-align: center;
margin-bottom: 2em;
}
.no-startup-title-wrap h2 {
color: #525252;
font-family: sans-serif;
margin: 0;
}
.no-startup-para-wrap {
margin-top: 1.1em;
margin-bottom: 2.2em;
}
.no-startup-p... | 0.367043 | 0.057998 |
body {
--navbar-height: 0;
--global-background: white;
height: 100vh;
}
.login {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
overflow: hidden;
}
#left {
position: relative;
display: flex;
flex-direction: column;
align-items: flex-start;
width: 400px;
padding: 50px 80px... | static/css/login.css | body {
--navbar-height: 0;
--global-background: white;
height: 100vh;
}
.login {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
overflow: hidden;
}
#left {
position: relative;
display: flex;
flex-direction: column;
align-items: flex-start;
width: 400px;
padding: 50px 80px... | 0.458106 | 0.06951 |
* {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
margin: 0;
color: white;
text-shadow: 0px 2px rgb(50,50,50);
font-weight: bold;
}
/* Style the header */
.header {
grid-area: header;
background-color: rgb(50,50,50);
padding: 30px;
text-align: ... | 35/fagdag/mva-veileder/styles/style.css | * {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
text-align: center;
margin: 0;
color: white;
text-shadow: 0px 2px rgb(50,50,50);
font-weight: bold;
}
/* Style the header */
.header {
grid-area: header;
background-color: rgb(50,50,50);
padding: 30px;
text-align: ... | 0.489259 | 0.185762 |
.header {
box-shadow: 0px 4px 30px rgba(0,0,0,.1);
margin-bottom: 10px;
display: flex;
align-items: stretch;
justify-content: space-between;
/* min-height: 30px;
max-height: 70px; */
height: 40px;
}
.mainMenu {
border: none;
background-color: #fff;
padding: 0px 20px;
box-shadow: 5px 0px 10px 0p... | client/src/components/styles/Header.css | .header {
box-shadow: 0px 4px 30px rgba(0,0,0,.1);
margin-bottom: 10px;
display: flex;
align-items: stretch;
justify-content: space-between;
/* min-height: 30px;
max-height: 70px; */
height: 40px;
}
.mainMenu {
border: none;
background-color: #fff;
padding: 0px 20px;
box-shadow: 5px 0px 10px 0p... | 0.443841 | 0.110088 |
@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("./inter/Inter-Regular.woff2?v=3.15") format("woff2"),
url("./inter/Inter-Regular.woff?v=3.15") format("woff");
}
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 400;
font-display: swa... | public/font/font.css | @font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url("./inter/Inter-Regular.woff2?v=3.15") format("woff2"),
url("./inter/Inter-Regular.woff?v=3.15") format("woff");
}
@font-face {
font-family: 'Inter';
font-style: italic;
font-weight: 400;
font-display: swa... | 0.251372 | 0.065336 |
@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');
html{
margin-bottom: 50px;
}
body {
font-family: 'Nunito', sans-serif;
}
@media(min-width: 992px) {
.showMenu {
text-align: center;
width: 100px;
position: absolute;
right: 100px;
top: 55px;
... | css/diklats.css | @import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');
html{
margin-bottom: 50px;
}
body {
font-family: 'Nunito', sans-serif;
}
@media(min-width: 992px) {
.showMenu {
text-align: center;
width: 100px;
position: absolute;
right: 100px;
top: 55px;
... | 0.529507 | 0.097864 |
.m-auto {
margin: auto;
}
/* Margin auto top and bottom */
.mtb-auto {
margin-top: auto;
margin-bottom: auto;
}
/* Margin auto left and right */
.mlr-auto {
margin-left: auto;
margin-right: auto;
}
/* Margin all sides */
.m-0 {
margin: 0;
}
.m-1 {
margin: 0.3125rem;
}
.m-2 {
margin: 0.9375rem;
}
.... | css/reductor.css | .m-auto {
margin: auto;
}
/* Margin auto top and bottom */
.mtb-auto {
margin-top: auto;
margin-bottom: auto;
}
/* Margin auto left and right */
.mlr-auto {
margin-left: auto;
margin-right: auto;
}
/* Margin all sides */
.m-0 {
margin: 0;
}
.m-1 {
margin: 0.3125rem;
}
.m-2 {
margin: 0.9375rem;
}
.... | 0.430147 | 0.090695 |
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
src: local("Montserrat Regular"), local("Montserrat-Regular"),
url("../fonts/montserrat-v14-latin-regular.woff2") format("woff2"),
url("../fonts/montserrat-v14-latin-regular.woff") format("woff");
}
@... | styles/style.css | @font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
src: local("Montserrat Regular"), local("Montserrat-Regular"),
url("../fonts/montserrat-v14-latin-regular.woff2") format("woff2"),
url("../fonts/montserrat-v14-latin-regular.woff") format("woff");
}
@... | 0.276886 | 0.06216 |
body{
margin:0;
font-family: 'Lato', sans-serif;
background: #fff;
}
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;
outline:none;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
p{
margin:0;
... | public/static/css/style.css | body{
margin:0;
font-family: 'Lato', sans-serif;
background: #fff;
}
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;
outline:none;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
p{
margin:0;
... | 0.191895 | 0.03825 |
.Response {
display: flex;
justify-content: center;
}
.Response_showcase {
display: flex;
justify-content: center;
}
.Response__showcase_horizontal {
flex-direction: row;
}
.Response__showcase_vertical {
flex-direction: column;
}
.SelectableResponse {
background-color: #fff;
display: flex;
justify... | src/components/Response/Response.module.css | .Response {
display: flex;
justify-content: center;
}
.Response_showcase {
display: flex;
justify-content: center;
}
.Response__showcase_horizontal {
flex-direction: row;
}
.Response__showcase_vertical {
flex-direction: column;
}
.SelectableResponse {
background-color: #fff;
display: flex;
justify... | 0.581422 | 0.080105 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Montserrat', sans-serif;
}
.logo img {
width: 125px;
height: 50px;
}
.navbar {
display: flex;
align-items: center;
padding: 20px;
}
nav{
flex: 1;
text-align: right;
}
nav ul... | css/styles.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-family: 'Montserrat', sans-serif;
}
.logo img {
width: 125px;
height: 50px;
}
.navbar {
display: flex;
align-items: center;
padding: 20px;
}
nav{
flex: 1;
text-align: right;
}
nav ul... | 0.353875 | 0.049889 |
.glyphicon.glyphicon-remove {
font-size: 25px;
cursor: pointer;
color: red;
}
.glyphicon.glyphicon-shopping-cart {
font-size: 25px;
}
ul{
padding-left:0;
}
ul li{
text-decoration: none;
list-style-type: none;
}
.rightPanel {
margin-top: 50px;
}
.totalPriceForUnit {
width: 60px;
float: left;
}
.rightNavM... | resources/css/style.css | .glyphicon.glyphicon-remove {
font-size: 25px;
cursor: pointer;
color: red;
}
.glyphicon.glyphicon-shopping-cart {
font-size: 25px;
}
ul{
padding-left:0;
}
ul li{
text-decoration: none;
list-style-type: none;
}
.rightPanel {
margin-top: 50px;
}
.totalPriceForUnit {
width: 60px;
float: left;
}
.rightNavM... | 0.341253 | 0.064535 |
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";
@import url(cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/0.3.0/css/roboto.min.css);
@import url(cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/0.3.0/css/material.min.css);
@import url(cdnjs.cloudflare.com/ajax/libs/bo... | css/style.css | @import "//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css";
@import url(cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/0.3.0/css/roboto.min.css);
@import url(cdnjs.cloudflare.com/ajax/libs/bootstrap-material-design/0.3.0/css/material.min.css);
@import url(cdnjs.cloudflare.com/ajax/libs/bo... | 0.246171 | 0.0402 |
/* custom styles */
.nav-link {
text-decoration: none;
}
.accordion .btn {
display: block;
width: 100%;
}
.accordion .btn-link {
color: #333;
font-weight: 600;
}
.accordion > .card h2 {
display: inline-block;
}
.accordion > .card:first-of-type .card-header {
background-color: #7... | Content/css/site.css | /* custom styles */
.nav-link {
text-decoration: none;
}
.accordion .btn {
display: block;
width: 100%;
}
.accordion .btn-link {
color: #333;
font-weight: 600;
}
.accordion > .card h2 {
display: inline-block;
}
.accordion > .card:first-of-type .card-header {
background-color: #7... | 0.608129 | 0.088583 |
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.container{
width:100%;
max-width: 1400px;
margin:auto;
-webki... | styles/custom_global.css | .clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.container{
width:100%;
max-width: 1400px;
margin:auto;
-webki... | 0.297266 | 0.096621 |
input[readonly="readonly"] {
border:0px;
background-color:transparent;
}
#loginout {
padding:5px 20px;
margin-top:10px;
}
.input-group-btn{
margin-left: 5px;
padding-left: 10px;
}
.dateSelect{
padding-bottom: 10px;
}
.serviceitem{
border: 1px solid #000043;
border-radius: 10px;... | cssOne.css | input[readonly="readonly"] {
border:0px;
background-color:transparent;
}
#loginout {
padding:5px 20px;
margin-top:10px;
}
.input-group-btn{
margin-left: 5px;
padding-left: 10px;
}
.dateSelect{
padding-bottom: 10px;
}
.serviceitem{
border: 1px solid #000043;
border-radius: 10px;... | 0.389082 | 0.123155 |
* {box-sizing:border-box;}
body {font-family:sans-serif; line-height:1.5; margin:1rem 2rem;background-color:#eee}
h1,h2 {font-weight:100;margin:0 0 .5rem}
h2 {margin-top:2rem}
li {margin:.75rem 0}
code {font-size:larger}
.u-margin2 {margin:2rem 0}
.noJS .theatre {
/* no point in displaying without JS */
display: ... | css/styles.css | * {box-sizing:border-box;}
body {font-family:sans-serif; line-height:1.5; margin:1rem 2rem;background-color:#eee}
h1,h2 {font-weight:100;margin:0 0 .5rem}
h2 {margin-top:2rem}
li {margin:.75rem 0}
code {font-size:larger}
.u-margin2 {margin:2rem 0}
.noJS .theatre {
/* no point in displaying without JS */
display: ... | 0.541651 | 0.111241 |
.parallax-window {
min-height: 500px;
padding: 260px 0;
margin-top: -80px;
}
.bg-transparent { background: transparent; }
/* .bgBlue { background: #2D98F7; } */
/*.bgBlue { background: #22447a; }*/
.bgGray { background: #f1f1f1; }
.bgGray { background: rgba(0, 0, 0, 0.74); }
.bgBlack { background: #000; ... | css/app.css | .parallax-window {
min-height: 500px;
padding: 260px 0;
margin-top: -80px;
}
.bg-transparent { background: transparent; }
/* .bgBlue { background: #2D98F7; } */
/*.bgBlue { background: #22447a; }*/
.bgGray { background: #f1f1f1; }
.bgGray { background: rgba(0, 0, 0, 0.74); }
.bgBlack { background: #000; ... | 0.296349 | 0.06989 |
.encoded-5456636543, .droopmenu > li {
position: relative;
}
.droopmenu .droopmenu-tabheader:after, .droopmenu .droopmenu-tabnav:after, .droopmenu-inner:after, .droopmenu-row:after, .droopmenu-tabs.droopmenu-tabs-vertical:after, .droopmenu:after {
clear: both
}
.encoded-5456636543, .encoded-5456636543 * {
... | public/client/assets/css/droopmenu.css | .encoded-5456636543, .droopmenu > li {
position: relative;
}
.droopmenu .droopmenu-tabheader:after, .droopmenu .droopmenu-tabnav:after, .droopmenu-inner:after, .droopmenu-row:after, .droopmenu-tabs.droopmenu-tabs-vertical:after, .droopmenu:after {
clear: both
}
.encoded-5456636543, .encoded-5456636543 * {
... | 0.392919 | 0.051272 |
/* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1024px) {
#download h2, #slider .item h1 {
font-size: 3em;
}
#slider .item p {
color: white;
font-size: 1.5em;
margin: 0 0 1em;
}
#gallery .item .hover i {
border: 4px solid #F0630... | css/media-queries.css | /* ---------------------------------------------------------------------- */
@media handheld, only screen and (max-width: 1024px) {
#download h2, #slider .item h1 {
font-size: 3em;
}
#slider .item p {
color: white;
font-size: 1.5em;
margin: 0 0 1em;
}
#gallery .item .hover i {
border: 4px solid #F0630... | 0.265119 | 0.110663 |
.overlay_magento {
background-color: #000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
.top.table_window { border-bottom:4px solid #deebf0; background:url(magento/top_bg.gif) repeat-x #7e9fb3; }
.magento_nw {
width:6px;
height:26px;
}
.magento_n {
height:26px;
}
.magento_ne {
width:6px;
... | _src/Chapter 3/3/Magento base structure/js/prototype/windows/themes/magento.css | .overlay_magento {
background-color: #000;
filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
}
.top.table_window { border-bottom:4px solid #deebf0; background:url(magento/top_bg.gif) repeat-x #7e9fb3; }
.magento_nw {
width:6px;
height:26px;
}
.magento_n {
height:26px;
}
.magento_ne {
width:6px;
... | 0.41052 | 0.066569 |
@import url('https://fonts.googleapis.com/css?family=Oswald');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
outline: none;
}
body{
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
color: #FFF;
background: -webkit-linear-gradient(right, #1d3ede, #01e6... | password.css | @import url('https://fonts.googleapis.com/css?family=Oswald');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
outline: none;
}
body{
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
color: #FFF;
background: -webkit-linear-gradient(right, #1d3ede, #01e6... | 0.280124 | 0.07603 |
@-moz-document url-prefix(https://jira.platform.mnscorp.net/browse/) {
#header,
#announcement-banner,
#ghx-operations,
.complete-sprint-container,
#ghx-view-pluggable,
#ghx-view-presentation,
#ghx-view-tools,
#ghx-view-modes,
#ghx-board-name,
.aui-page-header-image,
... | data/usercss/149517.user.css | @-moz-document url-prefix(https://jira.platform.mnscorp.net/browse/) {
#header,
#announcement-banner,
#ghx-operations,
.complete-sprint-container,
#ghx-view-pluggable,
#ghx-view-presentation,
#ghx-view-tools,
#ghx-view-modes,
#ghx-board-name,
.aui-page-header-image,
... | 0.326486 | 0.095223 |
.express-area {
background-color: #fff;
}
.express-area a {
display: block;
background: url(../img/link-arrow.png) no-repeat 100% 50%;
background-size: .5rem .5rem;
}
.express-area dl {
position: relative;
line-height: 1.2rem;
color: #4d525d;
}
.express-area dl dt {
position: absolute... | public/static/css/three.css | .express-area {
background-color: #fff;
}
.express-area a {
display: block;
background: url(../img/link-arrow.png) no-repeat 100% 50%;
background-size: .5rem .5rem;
}
.express-area dl {
position: relative;
line-height: 1.2rem;
color: #4d525d;
}
.express-area dl dt {
position: absolute... | 0.611498 | 0.114567 |
.breadcrumbs_wrap{
width: 100%;
background-color: #f2f2f2;
padding-bottom: 80px;
}
.breadcrumbs_inner{
width: 1180px;
margin: 0 auto;
}
/* 中标公示 */
.bidding_detail_wrap{
width: 1180px;
margin: 0 auto;
background-color: #fff;
}
.bidding_detail_wrap .bidding_detail_header{
width: 100%... | client/bidding/pages/biddingFront/sanfangDetail/page.css | .breadcrumbs_wrap{
width: 100%;
background-color: #f2f2f2;
padding-bottom: 80px;
}
.breadcrumbs_inner{
width: 1180px;
margin: 0 auto;
}
/* 中标公示 */
.bidding_detail_wrap{
width: 1180px;
margin: 0 auto;
background-color: #fff;
}
.bidding_detail_wrap .bidding_detail_header{
width: 100%... | 0.379034 | 0.075858 |
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap');
* {
margin: 0;
padding: 0px;
outline: 0;
box-sizing: border-box;
}
html, body {
height: 100%;
}
body {
background-color: #f5f5f5;
font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
hr {
border: 0;... | assets/css/main.css | @import url('https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap');
* {
margin: 0;
padding: 0px;
outline: 0;
box-sizing: border-box;
}
html, body {
height: 100%;
}
body {
background-color: #f5f5f5;
font-family: 'Roboto', Arial, Helvetica, sans-serif;
}
hr {
border: 0;... | 0.308503 | 0.080177 |
.App {
text-align: center;
}
.header-color {
background: #502c2c00; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #000000, #000000); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #140905, #240f0a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 1... | portfolio/src/App.css | .App {
text-align: center;
}
.header-color {
background: #502c2c00; /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #000000, #000000); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #140905, #240f0a); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 1... | 0.446495 | 0.077762 |
graphfile {
cursor: pointer;
}
graphfile:hover {
font-weight: bolder;
background-color: #f9f9f9;
padding: 2px;
}
div.graph-img {
display: none;
text-align: center;
z-index: 100;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
cursor: default;
background-color: rgb(0, 0, 0, 0... | math/cal/style.css |
graphfile {
cursor: pointer;
}
graphfile:hover {
font-weight: bolder;
background-color: #f9f9f9;
padding: 2px;
}
div.graph-img {
display: none;
text-align: center;
z-index: 100;
width: 100%;
height: 100%;
left: 0;
top: 0;
overflow: hidden;
cursor: default;
background-color: rgb(0, 0, 0, 0... | 0.589244 | 0.104889 |
@media (min-width: 768px) {
.boxx {
width: 768px;
}
}
@media (min-width: 992px) {
.boxx {
width: 970px;
}
}
@media (min-width: 1200px) {
.boxx {
width: 970px;
}
.catCont{
display:none;
float:left;
position:absolute;
left:200px;
... | public/css/Boxes-updated.css | @media (min-width: 768px) {
.boxx {
width: 768px;
}
}
@media (min-width: 992px) {
.boxx {
width: 970px;
}
}
@media (min-width: 1200px) {
.boxx {
width: 970px;
}
.catCont{
display:none;
float:left;
position:absolute;
left:200px;
... | 0.371137 | 0.090695 |
.action-dropdown, .noclick-dropdown {
position: absolute;
z-index: 8;
display: none;
margin-top: 8px;
}
.action-dropdown ul, .noclick-dropdown ul {
text-align: left;
font-size: 0.95em;
min-width: 140px;
list-style: none;
background: #FFF;
border: solid 1px #DDD;
border: solid 1px rgba(0, 0, 0, 0.2... | ComerciaisCia/osTicket/scp/css/dropdown.css | .action-dropdown, .noclick-dropdown {
position: absolute;
z-index: 8;
display: none;
margin-top: 8px;
}
.action-dropdown ul, .noclick-dropdown ul {
text-align: left;
font-size: 0.95em;
min-width: 140px;
list-style: none;
background: #FFF;
border: solid 1px #DDD;
border: solid 1px rgba(0, 0, 0, 0.2... | 0.506591 | 0.059428 |
.eael-setup-wizard-wrap {
padding: 15px 10%;
}
.eael-setup-wizard {
display: grid;
grid-template-columns: repeat(5, 15%);
grid-gap: 6.3%;
position: relative;
margin: 0 8%;
}
.eael-setup-wizard.four {
grid-template-columns: repeat(4, 19%);
grid-gap: 8%;
margin: 0 15%;
}
.eael-setup-w... | wordpress/wp-content/plugins/essential-addons-for-elementor-lite/assets/admin/css/admin.css |
.eael-setup-wizard-wrap {
padding: 15px 10%;
}
.eael-setup-wizard {
display: grid;
grid-template-columns: repeat(5, 15%);
grid-gap: 6.3%;
position: relative;
margin: 0 8%;
}
.eael-setup-wizard.four {
grid-template-columns: repeat(4, 19%);
grid-gap: 8%;
margin: 0 15%;
}
.eael-setup-w... | 0.378574 | 0.189446 |
.cafPopup
{
display: none;
position: absolute;
opacity: 0;
width: 100%;
height: 100%;
top: 0px; left: 0px;
z-index: 9995;
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
-o-transition: opacity 500ms ease-in;
transition: opacity 500ms ease... | kettle-data-integration/plugins/spoon/agile-bi/platform/pentaho-solutions/system/marketplace/resources/lib/caf-TRUNK.SNAPSHOT.css |
.cafPopup
{
display: none;
position: absolute;
opacity: 0;
width: 100%;
height: 100%;
top: 0px; left: 0px;
z-index: 9995;
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
-o-transition: opacity 500ms ease-in;
transition: opacity 500ms ease... | 0.514888 | 0.059866 |
.main-banner-wrapper {
position: relative;
z-index: 1;
}
.category-wrapper {
padding: 0;
margin: 0;
min-width: 1px;
min-height: 44px;
background: transparent
}
.category-main-text {
display: none;
}
.swiper-pagination {
position: absolute;
padding: 0 1rem;
display: flex;
... | public/themes/tinker/assets/css/home.css | .main-banner-wrapper {
position: relative;
z-index: 1;
}
.category-wrapper {
padding: 0;
margin: 0;
min-width: 1px;
min-height: 44px;
background: transparent
}
.category-main-text {
display: none;
}
.swiper-pagination {
position: absolute;
padding: 0 1rem;
display: flex;
... | 0.395601 | 0.110856 |
min-width: 400px;
min-height: 100px;
background-color: #D9D9D9;
border: 1px solid #9D9D9D;
outline: 2px solid #EEE;
padding: 10px;
box-shadow: 0 0 5px 1px #000;
margin-top: -200px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
bo... | examples/css/alert.css | min-width: 400px;
min-height: 100px;
background-color: #D9D9D9;
border: 1px solid #9D9D9D;
outline: 2px solid #EEE;
padding: 10px;
box-shadow: 0 0 5px 1px #000;
margin-top: -200px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
bo... | 0.461017 | 0.187207 |
.wrap {
margin: 0 auto;
width: 100%;
height: 0;
padding-top: 58%; /* ratio of image * 100 */
overflow: hidden;
position: relative;
}
.mockup {
position: absolute;
top: 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.mockup::after {
content: '';
position: absolute;
background: rgba(51,71,89,0.... | css/slideshow.css | .wrap {
margin: 0 auto;
width: 100%;
height: 0;
padding-top: 58%; /* ratio of image * 100 */
overflow: hidden;
position: relative;
}
.mockup {
position: absolute;
top: 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
.mockup::after {
content: '';
position: absolute;
background: rgba(51,71,89,0.... | 0.371251 | 0.089494 |
html, body {
overflow: hidden;
/*background-color: #000;*/
}
body {
margin: 0;
position: fixed;
width: 100%;
height: 100%;
font-family: Helvetica;
color: white;
font-size: 0.8em;
}
canvas {
/* fullscreen */
/*width: 100%;
height: 100%;*/
position: absolute;
pointer-events: none;
z-index:... | style.css | html, body {
overflow: hidden;
/*background-color: #000;*/
}
body {
margin: 0;
position: fixed;
width: 100%;
height: 100%;
font-family: Helvetica;
color: white;
font-size: 0.8em;
}
canvas {
/* fullscreen */
/*width: 100%;
height: 100%;*/
position: absolute;
pointer-events: none;
z-index:... | 0.487795 | 0.061565 |
body {
font-family: 'Open Sans', sans-serif;
background: linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.8)),url('../img/body-bcg.jpg');
color: var(--black);
}
:root {
--brightYellow: #e3b505;
--darkBrown: #BB9457;
--yellow: rgba(242, 180, 80);
--brown: #382923;
--black: #19191... | css/main.css | body {
font-family: 'Open Sans', sans-serif;
background: linear-gradient(rgba(255,255,255,0.8),rgba(255,255,255,0.8)),url('../img/body-bcg.jpg');
color: var(--black);
}
:root {
--brightYellow: #e3b505;
--darkBrown: #BB9457;
--yellow: rgba(242, 180, 80);
--brown: #382923;
--black: #19191... | 0.420362 | 0.090937 |
.sidebar-container {
height: 0;
}
.sidebar-toggle {
background: #fff;
cursor: pointer;
display: none;
padding: 16px;
}
.sidebar {
height: 100%;
font-size: 2.7vmin;
position: fixed;
width: 25vw;
left: 0;
top: 0;
z-index: 99999;
background-color: #68536C;
/*background-color: #f6f8fa;*/
bo... | app/components/docs/layout/Sidebar.css | .sidebar-container {
height: 0;
}
.sidebar-toggle {
background: #fff;
cursor: pointer;
display: none;
padding: 16px;
}
.sidebar {
height: 100%;
font-size: 2.7vmin;
position: fixed;
width: 25vw;
left: 0;
top: 0;
z-index: 99999;
background-color: #68536C;
/*background-color: #f6f8fa;*/
bo... | 0.410756 | 0.06276 |
body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
*:focus {
outline: none;
}
:link:focus, :visited:focus { outline: none; }
/*-------------------------tab slider starts-------------------*/
.swiper-container {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.swiper-slide {
bac... | assets/admin_services/css/batch/style.css | body {
font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
}
*:focus {
outline: none;
}
:link:focus, :visited:focus { outline: none; }
/*-------------------------tab slider starts-------------------*/
.swiper-container {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.swiper-slide {
bac... | 0.378 | 0.059784 |
:root {
--brand-blue: rgb(17,39,94);
--brand-blue-darker: #11275E;
}
* { margin: 0; padding: 0; }
body
{
background-color: #999;
background-image: url( ../img/wood.png);
padding: 5px;
font-family: 'Lato', sans-serif;
}
.navbar {
border: none;
background-color: #11275E;
... | src/css/main.css | :root {
--brand-blue: rgb(17,39,94);
--brand-blue-darker: #11275E;
}
* { margin: 0; padding: 0; }
body
{
background-color: #999;
background-image: url( ../img/wood.png);
padding: 5px;
font-family: 'Lato', sans-serif;
}
.navbar {
border: none;
background-color: #11275E;
... | 0.385259 | 0.176672 |
body {
background-color: #F0F0F0;
}
a, a:hover, a:active, a:visited {
color: #F15B2A;
text-decoration: none;
}
pre {
border-radius: 4px;
}
code {
background-color: #282c34;
border-radius: 4px;
color: #98c379;
padding: 4px 6px;
}
blockquote {
background-color: #E0E0E0;
border-lef... | Parker.Holladay.Me/content/css/main.css | body {
background-color: #F0F0F0;
}
a, a:hover, a:active, a:visited {
color: #F15B2A;
text-decoration: none;
}
pre {
border-radius: 4px;
}
code {
background-color: #282c34;
border-radius: 4px;
color: #98c379;
padding: 4px 6px;
}
blockquote {
background-color: #E0E0E0;
border-lef... | 0.474144 | 0.103567 |
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-... | public/assets/installer/css/vendor.css | html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-... | 0.509276 | 0.078113 |