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 |
|---|---|---|---|---|
[ Table of contents ]
================================================
:: Header
:: Navigation
:: Pages Content
:: Back to Top
:: Sign In
======================================
[ End table content ]
======================================*/
/*---------------------------------------------------------------------
... | css/style.css | [ Table of contents ]
================================================
:: Header
:: Navigation
:: Pages Content
:: Back to Top
:: Sign In
======================================
[ End table content ]
======================================*/
/*---------------------------------------------------------------------
... | 0.569733 | 0.080538 |
:root {
--grey-scheme: #59594A;
--teal-scheme: #A3BFA8;
--red-scheme: #BE6E46;
--green-scheme: #CDE7B0;
--blue-scheme: #7286A0;
}
body {
padding: 50px 0px 50px 0px;
background-color: var(--grey-scheme, grey);
font-family: Orbitron;
text-align: center;
font-weight: bold;
}
h1 {
font-size: 5em;
... | portfolio/TicTacToe/style.css | :root {
--grey-scheme: #59594A;
--teal-scheme: #A3BFA8;
--red-scheme: #BE6E46;
--green-scheme: #CDE7B0;
--blue-scheme: #7286A0;
}
body {
padding: 50px 0px 50px 0px;
background-color: var(--grey-scheme, grey);
font-family: Orbitron;
text-align: center;
font-weight: bold;
}
h1 {
font-size: 5em;
... | 0.436262 | 0.219965 |
Layout
-------------------------------------- */
#now
{
letter-spacing:3px;
}
#up
{
letter-spacing:2px;
}
#now img
{
width: 60%;
filter: brightness(50%);
transition: .6s all;
}
.container{
padding: 20px;
text-align: center;
}
#now img:hover
{
... | findmovies/includes/css/styles.css | Layout
-------------------------------------- */
#now
{
letter-spacing:3px;
}
#up
{
letter-spacing:2px;
}
#now img
{
width: 60%;
filter: brightness(50%);
transition: .6s all;
}
.container{
padding: 20px;
text-align: center;
}
#now img:hover
{
... | 0.193414 | 0.058105 |
.containerFluid{
width: 100%;
padding-top: 100px;
}
.containerForm{
max-width: 400px;
width: 100%;
margin: auto;
/* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); */
border-radius: 6px;
padding-bottom: 40px;
}
.input{
width: 100%;
border-radius: 4px;
padding: 10px 0px;
padding-left... | styles/page/room-candidate.module.css | .containerFluid{
width: 100%;
padding-top: 100px;
}
.containerForm{
max-width: 400px;
width: 100%;
margin: auto;
/* box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); */
border-radius: 6px;
padding-bottom: 40px;
}
.input{
width: 100%;
border-radius: 4px;
padding: 10px 0px;
padding-left... | 0.293911 | 0.070688 |
-------------------------------------------------- */
/* For devices that do not support html meta viewport (e.g. IE 10 snap mode) */
@-ms-viewport { width: device-width; }
@viewport { width: device-width; }
html {
overflow-y: scroll;
min-height: 100%;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-se... | evoHaX/css/brand.css | -------------------------------------------------- */
/* For devices that do not support html meta viewport (e.g. IE 10 snap mode) */
@-ms-viewport { width: device-width; }
@viewport { width: device-width; }
html {
overflow-y: scroll;
min-height: 100%;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-se... | 0.346099 | 0.082401 |
.rtlCursorMirroring-auto {
cursor: auto;
}
.rtlCursorMirroring-default {
cursor: default;
}
.rtlCursorMirroring-pointer {
cursor: pointer;
}
.rtlCursorMirroring-e-resize {
cursor: /* some comment */ w-resize;
}
.rtlCursorMirroring-w-resize {
cursor: e-resize;
}
.rtlCursorMirroring-ne-resize {
cursor: nw-res... | test/expected/rtl/cursor.css | .rtlCursorMirroring-auto {
cursor: auto;
}
.rtlCursorMirroring-default {
cursor: default;
}
.rtlCursorMirroring-pointer {
cursor: pointer;
}
.rtlCursorMirroring-e-resize {
cursor: /* some comment */ w-resize;
}
.rtlCursorMirroring-w-resize {
cursor: e-resize;
}
.rtlCursorMirroring-ne-resize {
cursor: nw-res... | 0.420005 | 0.068662 |
input[type='range'] {
-webkit-appearance: none;
margin: initial;
width: 2in; }
input[type='range']:focus::-webkit-slider-runnable-track {
background: #DAD9D7; }
input[type='range']:focus::-ms-fill-lower {
background: #DAD9D7; }
input[type='range']:focus::-ms-fill-upper {
background: #DAD9D7; }
... | form-controls.css | input[type='range'] {
-webkit-appearance: none;
margin: initial;
width: 2in; }
input[type='range']:focus::-webkit-slider-runnable-track {
background: #DAD9D7; }
input[type='range']:focus::-ms-fill-lower {
background: #DAD9D7; }
input[type='range']:focus::-ms-fill-upper {
background: #DAD9D7; }
... | 0.325628 | 0.106784 |
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
/*
* Social Buttons for Bootstrap
*
* Copyright 2013 <NAME>
* Licensed under the MIT License
*
* https://github.com/lipis/bootstrap-social
*/
.btn-social {
position: relative;
padding-left: 44px;
text-align: left;
whit... | Comfy Dashboard/css/plugins/social-buttons/social-buttons.css | @import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
/*
* Social Buttons for Bootstrap
*
* Copyright 2013 <NAME>
* Licensed under the MIT License
*
* https://github.com/lipis/bootstrap-social
*/
.btn-social {
position: relative;
padding-left: 44px;
text-align: left;
whit... | 0.448668 | 0.047802 |
html, body {
margin: 0;
height: 100%;
}
body{
background-image: url("../images/dust_scratches.png");
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
color: #777777;
}
#container{
min-height: 100%;
margin-bottom: -60px;
}
#wrap{
overflow: auto;
padding-bottom: 60px;
... | assets/css/style.css | html, body {
margin: 0;
height: 100%;
}
body{
background-image: url("../images/dust_scratches.png");
font-family: 'Arial', 'Helvetica Neue', Helvetica, sans-serif;
color: #777777;
}
#container{
min-height: 100%;
margin-bottom: -60px;
}
#wrap{
overflow: auto;
padding-bottom: 60px;
... | 0.42179 | 0.084153 |
.chatbot-body
{
width: 90%;
margin: 0 auto;
padding-top: 64px;
position: relative;
}
@media screen and (min-width: 1400px)
{
.chatbot-body
{
width: 66%;
}
}
@media screen and (min-width: 1450px)
{
.chatbot-body
{
width: 66%;
}
}
.chatbots
{
overflow: auto;
... | modules/chatbots/client/css/chatbot.css | .chatbot-body
{
width: 90%;
margin: 0 auto;
padding-top: 64px;
position: relative;
}
@media screen and (min-width: 1400px)
{
.chatbot-body
{
width: 66%;
}
}
@media screen and (min-width: 1450px)
{
.chatbot-body
{
width: 66%;
}
}
.chatbots
{
overflow: auto;
... | 0.503418 | 0.087837 |
:root {
/* Give H, S, L values */
/* rainbow 🌈 */
--rosewater: 10, 56%, 91%;
--flamingo: 0, 59%, 88%;
--mauve: 279, 70%, 83%;
--pink: 316, 72%, 86%;
--maroon: 349, 60%, 77%;
--red: 342, 79%, 75%;
--peach: 024, 88%, 78%;
--yellow: 041, 88%, 84%;
--green: 128, 58%, 79%;
--g... | catppuccin.css |
:root {
/* Give H, S, L values */
/* rainbow 🌈 */
--rosewater: 10, 56%, 91%;
--flamingo: 0, 59%, 88%;
--mauve: 279, 70%, 83%;
--pink: 316, 72%, 86%;
--maroon: 349, 60%, 77%;
--red: 342, 79%, 75%;
--peach: 024, 88%, 78%;
--yellow: 041, 88%, 84%;
--green: 128, 58%, 79%;
--g... | 0.360714 | 0.10961 |
body
{
font-family:"微软雅黑","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
word-break:break-all;
word-wrap: break-word;
overflow-x:hidden;
}
.slider{width:100%;}
.imageSlider1 {
/*margin:5px 0 0 0;*/
margin: 0;
margin-top: 5px;
padding: 0;
height: 5px;
width: 100%;
backgro... | public/css/joinNew/q.css | body
{
font-family:"微软雅黑","Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
word-break:break-all;
word-wrap: break-word;
overflow-x:hidden;
}
.slider{width:100%;}
.imageSlider1 {
/*margin:5px 0 0 0;*/
margin: 0;
margin-top: 5px;
padding: 0;
height: 5px;
width: 100%;
backgro... | 0.324878 | 0.069226 |
* {
margin: 0;
box-sizing: border-box;
}
body {
font-family: "Nunito", sans-serif;
font-size: 16px;
}
li {
list-style: none;
}
a {
text-decoration: none;
cursor: pointer;
}
i {
cursor: pointer;
}
.container {
max-width: 1170px;
margin: 0 auto;
}
.btn-blue {
color: #ffffff;
background-color... | public/css/app.css | * {
margin: 0;
box-sizing: border-box;
}
body {
font-family: "Nunito", sans-serif;
font-size: 16px;
}
li {
list-style: none;
}
a {
text-decoration: none;
cursor: pointer;
}
i {
cursor: pointer;
}
.container {
max-width: 1170px;
margin: 0 auto;
}
.btn-blue {
color: #ffffff;
background-color... | 0.393735 | 0.070688 |
:root {
--c_01: #fbffb9;
--c_02: #B39FD1;
--c_03: #1e2022;
--c_04: #CD853F;
--c_05: #2EA397;
--c_06: #222426;
--c_07: #743D2B;
--c_08: #d50000;
--c_09: #ffffff;
--c_10: #a8a8a8;
--size: 300px;
--jane: calc(var(--size) / 2.3);
--jane_position: calc(var(--jane) / 2.2);
... | hs.css | :root {
--c_01: #fbffb9;
--c_02: #B39FD1;
--c_03: #1e2022;
--c_04: #CD853F;
--c_05: #2EA397;
--c_06: #222426;
--c_07: #743D2B;
--c_08: #d50000;
--c_09: #ffffff;
--c_10: #a8a8a8;
--size: 300px;
--jane: calc(var(--size) / 2.3);
--jane_position: calc(var(--jane) / 2.2);
... | 0.46563 | 0.184088 |
body {
background-color: #0d0f36;
color: #00fff1;
text-shadow: 0 0 5px #00fff1, 0 0 20px #00fff1;
}
ol {
background-color: #0d0f36;
}
table {
width: 85%;
margin-left: 15%;
border-collapse: collapse;
background-color: #0d0f36;
}
td,
th {
text-align: center;
}
label {
position:... | public/css/style.css | body {
background-color: #0d0f36;
color: #00fff1;
text-shadow: 0 0 5px #00fff1, 0 0 20px #00fff1;
}
ol {
background-color: #0d0f36;
}
table {
width: 85%;
margin-left: 15%;
border-collapse: collapse;
background-color: #0d0f36;
}
td,
th {
text-align: center;
}
label {
position:... | 0.308919 | 0.149283 |
.logo{
font-family: 'Press Start 2P', cursive;
background: #92CD41;
border-radius: 5%;
padding: 20px;
width: 100%;
}
.App{
margin: auto;
width: 80%;
padding: 10px;
}
.container{
margin: center;
text-align: center;
}
.logo{
margin-bottom:3em;
}
.card... | app/App.css | .logo{
font-family: 'Press Start 2P', cursive;
background: #92CD41;
border-radius: 5%;
padding: 20px;
width: 100%;
}
.App{
margin: auto;
width: 80%;
padding: 10px;
}
.container{
margin: center;
text-align: center;
}
.logo{
margin-bottom:3em;
}
.card... | 0.331877 | 0.134349 |
.btn-circle {
border-radius: 15px;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.35rem;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 4rem;... | public/css/style.css | .btn-circle {
border-radius: 15px;
}
.alert {
position: relative;
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.35rem;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: 700;
}
.alert-dismissible {
padding-right: 4rem;... | 0.407569 | 0.120542 |
.ace-nav > li.brands ul.brand-nav > li.brand {
/* different colors */
}
.ace-nav > li.brands ul.brand-nav > li.brand > a {
background: #5b2560;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active > a:after {
content: "";
width: 0px;
height: 0px;
border-style: solid;
border-width: 12px 22px... | data/train/css/39a4db6b79a61d175f147c690cc7702e8ad5798cadmin.css | .ace-nav > li.brands ul.brand-nav > li.brand {
/* different colors */
}
.ace-nav > li.brands ul.brand-nav > li.brand > a {
background: #5b2560;
}
.ace-nav > li.brands ul.brand-nav > li.brand.active > a:after {
content: "";
width: 0px;
height: 0px;
border-style: solid;
border-width: 12px 22px... | 0.327776 | 0.063832 |
@font-face {
font-family: "Oxygen-Bold";
src: url("../fonts/Oxygen-Bold/Oxygen-Bold.eot");
src: url("../fonts/Oxygen-Bold/Oxygen-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oxygen-Bold/Oxygen-Bold.woff") format("woff"), url("../fonts/Oxygen-Bold/Oxygen-Bold.ttf") format("truetype"), url("../fonts... | www/css/main.css | @font-face {
font-family: "Oxygen-Bold";
src: url("../fonts/Oxygen-Bold/Oxygen-Bold.eot");
src: url("../fonts/Oxygen-Bold/Oxygen-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Oxygen-Bold/Oxygen-Bold.woff") format("woff"), url("../fonts/Oxygen-Bold/Oxygen-Bold.ttf") format("truetype"), url("../fonts... | 0.278551 | 0.048496 |
.container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding-bottom: 40px;
}
.el-button{
height: 40px !important;
line-height: 1 !important;
}
/*查看区块 查看交易搜索面板样式*/
.search-main{
height: calc(100% - 120px);
background-color: #2a2c3b;
padding-bottom: 20px
}
.search-nav{
wid... | src/assets/css/layout.css | .container{
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding-bottom: 40px;
}
.el-button{
height: 40px !important;
line-height: 1 !important;
}
/*查看区块 查看交易搜索面板样式*/
.search-main{
height: calc(100% - 120px);
background-color: #2a2c3b;
padding-bottom: 20px
}
.search-nav{
wid... | 0.139133 | 0.047625 |
::-webkit-selection,
::-moz-selection,
::selection {
background-color: #0099cc;
color: #fff;
}
html,
body {
height: 100%;
background-color: #f9f9f9;
-webkit-font-smoothing: antialiased;
}
body {
color: #222;
font: 14px/19px Roboto, sans-serif;
font-weight: 400;
letter-spacing: .1;
padding-top: 20px;... | website/sample/static/spoon.css | ::-webkit-selection,
::-moz-selection,
::selection {
background-color: #0099cc;
color: #fff;
}
html,
body {
height: 100%;
background-color: #f9f9f9;
-webkit-font-smoothing: antialiased;
}
body {
color: #222;
font: 14px/19px Roboto, sans-serif;
font-weight: 400;
letter-spacing: .1;
padding-top: 20px;... | 0.413951 | 0.073198 |
@import '/hApplication/hApplicationUI/hApplicationUIButton/CSS/Segmented+Aqua.css';
html,
body {
background: rgb(232, 232, 232);
padding: 0;
margin: 0;
font: 12px "Lucida Grande", Arial;
}
div#hMailEditor {
position: absolute;
top: 40px;
right: 0;
bottom: 40px;
left: 0;
border-t... | hMail/hMailEditor/hMailEditor.css | @import '/hApplication/hApplicationUI/hApplicationUIButton/CSS/Segmented+Aqua.css';
html,
body {
background: rgb(232, 232, 232);
padding: 0;
margin: 0;
font: 12px "Lucida Grande", Arial;
}
div#hMailEditor {
position: absolute;
top: 40px;
right: 0;
bottom: 40px;
left: 0;
border-t... | 0.318061 | 0.066509 |
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+... | assets/css/style-18-17.css | @font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+... | 0.432063 | 0.096621 |
*{
padding: 0%;
margin: 0%;
box-sizing: border-box;
font-size: 62.5%;
}
body{
font-size: 1.8rem;
width:fit-content;
}
/* Header */
.headerSection{
background-image: url(images/desktop/image-header.jpg);
height: 768px;
background-size: cover;
width: 100%;
}
.h... | styles.css | *{
padding: 0%;
margin: 0%;
box-sizing: border-box;
font-size: 62.5%;
}
body{
font-size: 1.8rem;
width:fit-content;
}
/* Header */
.headerSection{
background-image: url(images/desktop/image-header.jpg);
height: 768px;
background-size: cover;
width: 100%;
}
.h... | 0.357568 | 0.041501 |
html,
body,
div,
span {
height: 100%;
width: 100%;
overflow: hidden;
padding: 0;
margin: 0;
box-sizing: border-box;
font-size: 1em;
}
* {
-webkit-transition:.2s ease-in-out;
-moz-transition:.2s ease-in-out;
-o-transition:.2s ease-in-out;
transition:.2s ease-in-out;
}
/*Main ... | src/app/app.component.css | html,
body,
div,
span {
height: 100%;
width: 100%;
overflow: hidden;
padding: 0;
margin: 0;
box-sizing: border-box;
font-size: 1em;
}
* {
-webkit-transition:.2s ease-in-out;
-moz-transition:.2s ease-in-out;
-o-transition:.2s ease-in-out;
transition:.2s ease-in-out;
}
/*Main ... | 0.474631 | 0.067454 |
* {
font-family: 'Open Sans', sans-serif;
margin: 0;
overflow: hidden;
}
*:focus {
outline: none;
}
html {
font-family: 'Open Sans', sans-serif;
margin: 0;
--item-text-color: white;
--item-padding: 1px;
--item-height: 15%;
--item-width: 15%;
--item-float: left;
--item-bg... | resources/[DARK_DEV]/inventairehtml/assets/css/main.css |
* {
font-family: 'Open Sans', sans-serif;
margin: 0;
overflow: hidden;
}
*:focus {
outline: none;
}
html {
font-family: 'Open Sans', sans-serif;
margin: 0;
--item-text-color: white;
--item-padding: 1px;
--item-height: 15%;
--item-width: 15%;
--item-float: left;
--item-bg... | 0.405566 | 0.075075 |
@media (min-width: 1024px) {
.info-card {
max-width: 45vw !important;
min-width: 35%;
width: fit-content;
position: absolute;
left: auto;
right: 0px;
}
}
.info-card {
max-width: 100%;
}
.info-card.maximized {
max-width: 100% !important;
width: 100%;
... | src/aux-server/aux-web/shared/vue-components/IdePortal/IdePortal.css | @media (min-width: 1024px) {
.info-card {
max-width: 45vw !important;
min-width: 35%;
width: fit-content;
position: absolute;
left: auto;
right: 0px;
}
}
.info-card {
max-width: 100%;
}
.info-card.maximized {
max-width: 100% !important;
width: 100%;
... | 0.456652 | 0.067424 |
@font-face {
font-family: "Gilroy-Bold";
src: url('fonts/Gilroy-Bold.woff');
}
@font-face {
font-family: "Gilroy-Medium";
src: url('fonts/Gilroy-Medium.woff');
}
body {
overflow-x: hidden;
/* overflow-y: hidden; */
}
h1.text-judul {
font-family: "Gilroy-Bold";
font-weight: 700;
}
.fo... | public/user-assets/style.v2.css | @font-face {
font-family: "Gilroy-Bold";
src: url('fonts/Gilroy-Bold.woff');
}
@font-face {
font-family: "Gilroy-Medium";
src: url('fonts/Gilroy-Medium.woff');
}
body {
overflow-x: hidden;
/* overflow-y: hidden; */
}
h1.text-judul {
font-family: "Gilroy-Bold";
font-weight: 700;
}
.fo... | 0.327453 | 0.105441 |
@import '../base/barchart.css';
.dashboard {
min-height: calc(100% - 60px);
.header {
background-color: $inputBackground;
.title-container {
@extend %flex;
@mixin home {
width: 20%;
border-right: 1px solid $darkBorderColor;
};
.title {
margin-left: 20px;
... | ui/public/css/modules/dashboard.css |
@import '../base/barchart.css';
.dashboard {
min-height: calc(100% - 60px);
.header {
background-color: $inputBackground;
.title-container {
@extend %flex;
@mixin home {
width: 20%;
border-right: 1px solid $darkBorderColor;
};
.title {
margin-left: 20px;
... | 0.684686 | 0.116136 |
.layerControlDijit .vectorLayerContainer {}
.layerControlDijit .overlayLayerContainer {}
.layerControlDijit .vectorLabelContainer, .layerControlDijit .overlayLabelContainer {
font-size: 15px;
font-weight: 600;
padding-bottom: 4px;
}
.layerControlDijit .layerControl {
padding-bottom: 6px;
-webkit-... | viewer/js/gis/dijit/LayerControl/css/LayerControl.css | .layerControlDijit .vectorLayerContainer {}
.layerControlDijit .overlayLayerContainer {}
.layerControlDijit .vectorLabelContainer, .layerControlDijit .overlayLabelContainer {
font-size: 15px;
font-weight: 600;
padding-bottom: 4px;
}
.layerControlDijit .layerControl {
padding-bottom: 6px;
-webkit-... | 0.431704 | 0.176069 |
body, html {
margin: 0;
padding: 0;
font-family: 'Chivo', sans-serif;
font-size: 16px;
color: #58585B;
}
/*---------Modal Pic--------*/
input#spotfile {
display: inline-block;
width: 100px;
padding: 120px 0 0 0;
height: 100px;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: b... | front/styles/modal.css | body, html {
margin: 0;
padding: 0;
font-family: 'Chivo', sans-serif;
font-size: 16px;
color: #58585B;
}
/*---------Modal Pic--------*/
input#spotfile {
display: inline-block;
width: 100px;
padding: 120px 0 0 0;
height: 100px;
overflow: hidden;
-webkit-box-sizing: border-box;
-moz-box-sizing: b... | 0.311113 | 0.048631 |
:host {
display: grid;
grid-template-columns: repeat(2, auto);
grid-template-rows: repeat(3, auto);
grid-gap: 0.8em;
max-width: 45em;
padding: 1.5em 2em 1em;
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #fff;
border-radius: 10px;
}
... | src/app/components/category-dialog.component.css | :host {
display: grid;
grid-template-columns: repeat(2, auto);
grid-template-rows: repeat(3, auto);
grid-gap: 0.8em;
max-width: 45em;
padding: 1.5em 2em 1em;
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: #fff;
border-radius: 10px;
}
... | 0.599016 | 0.316343 |
.more-top {
display: inline-block;
width: 100%;
background: #e82350;
padding: 2vw 0;
text-align: center;
color: #ffffff;
font-size: 5vw;
}
.more-top a {
display: inline-block;
float: left;
margin-left: 4vw;
}
.more-top span {
margin-left: -4vw;
}
.more-top a img {
width: 4vw;
height: 4vw;
}
.m... | public/css/more.css | .more-top {
display: inline-block;
width: 100%;
background: #e82350;
padding: 2vw 0;
text-align: center;
color: #ffffff;
font-size: 5vw;
}
.more-top a {
display: inline-block;
float: left;
margin-left: 4vw;
}
.more-top span {
margin-left: -4vw;
}
.more-top a img {
width: 4vw;
height: 4vw;
}
.m... | 0.529993 | 0.088347 |
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i');
html, body {
background: #f0f0f0;
font-family: "Montserrat", sans-serif;
font-size: 15px;
color: #333;
height: 100%;
min-he... | themes/briev/css/style.css | @import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i');
html, body {
background: #f0f0f0;
font-family: "Montserrat", sans-serif;
font-size: 15px;
color: #333;
height: 100%;
min-he... | 0.157331 | 0.053059 |
body {
text-align: center;
font-family: "Montserrat", sans-serif;
background-color: black;
color: #fff;
}
form {
font-size: 1.5rem;
font-weight: 600;
}
#bg {
position: fixed;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
z-index: -10;
}
#bg img {
position: absolute;
top: 0;
left: 0;... | css/style.css | body {
text-align: center;
font-family: "Montserrat", sans-serif;
background-color: black;
color: #fff;
}
form {
font-size: 1.5rem;
font-weight: 600;
}
#bg {
position: fixed;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
z-index: -10;
}
#bg img {
position: absolute;
top: 0;
left: 0;... | 0.38318 | 0.076788 |
* {
font-family: 'Indie Flower', cursive;
color: rgb(35, 22, 22);
background-color: beige;
/* font-weight: bold; */
}
main {
display: flex;
flex-wrap: wrap;
/* max-width:fit-content;
max-height: fit-content; */
margin: 10px 7px 10px 100px;;
/* float: none; */
text-align: ... | css/base.css | * {
font-family: 'Indie Flower', cursive;
color: rgb(35, 22, 22);
background-color: beige;
/* font-weight: bold; */
}
main {
display: flex;
flex-wrap: wrap;
/* max-width:fit-content;
max-height: fit-content; */
margin: 10px 7px 10px 100px;;
/* float: none; */
text-align: ... | 0.363195 | 0.091951 |
body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to ... | B2BPortal/Content/Site.css | body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to ... | 0.420243 | 0.061565 |
html {
scroll-behavior: smooth;
}
.main {
width: 100%;
height: 100%;
background: rgb(5, 5, 16);
padding-top: 18%;
background: linear-gradient(0deg, rgba(5, 5, 16, 0.918) 24%, rgba(3, 3, 25, 0.562) 52%, rgba(178, 178, 191, 0.11) 93%);
}
@media screen and (max-width: 760px) {
.main {
... | styles/css/index.css | html {
scroll-behavior: smooth;
}
.main {
width: 100%;
height: 100%;
background: rgb(5, 5, 16);
padding-top: 18%;
background: linear-gradient(0deg, rgba(5, 5, 16, 0.918) 24%, rgba(3, 3, 25, 0.562) 52%, rgba(178, 178, 191, 0.11) 93%);
}
@media screen and (max-width: 760px) {
.main {
... | 0.647687 | 0.097476 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | lib/dist/aurelia-docs.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, ... | 0.46563 | 0.088151 |
.search-button {
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.search-toggle {
position: relative;
display: block;
height: 10px;
width: 10px;
}
.search-toggle::before, .search-toggle::after {
content: '';
position: absol... | search.css | .search-button {
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.search-toggle {
position: relative;
display: block;
height: 10px;
width: 10px;
}
.search-toggle::before, .search-toggle::after {
content: '';
position: absol... | 0.347205 | 0.068569 |
@import 'animate.min.css';
@import 'normalizeV3.0.2.css';
@import '../dep/layer/skin/default/layer.css';
@font-face {
font-family: 'FontAwesome';
src: url('../dep/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
src: url('../dep/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-ope... | FE/style/login.css | @import 'animate.min.css';
@import 'normalizeV3.0.2.css';
@import '../dep/layer/skin/default/layer.css';
@font-face {
font-family: 'FontAwesome';
src: url('../dep/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
src: url('../dep/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-ope... | 0.276105 | 0.045649 |
.unidad .panel-header .ayuda {
position: absolute;
top: -5px;
right: 35px;
z-index: 100;
}
.unidad .panel-header .ayuda .icono {
border-radius: 50%;
float: left;
font-size: 27pt;
font-weight: normal;
height: 64px;
margin-left: 20px;
text-align: center;
width: 64px;
... | app/src/cap_unit/cap_unit.css |
.unidad .panel-header .ayuda {
position: absolute;
top: -5px;
right: 35px;
z-index: 100;
}
.unidad .panel-header .ayuda .icono {
border-radius: 50%;
float: left;
font-size: 27pt;
font-weight: normal;
height: 64px;
margin-left: 20px;
text-align: center;
width: 64px;
... | 0.550003 | 0.109182 |
body {
color:#333;
background-color:white;
margin:10px;
padding:0px;
font:11px verdana, arial, helvetica, sans-serif;
}
h1 {
margin:0px 0px 15px 0px;
padding:0px;
font-size:28px;
font-weight:900;
color:#ccc;
}
h2 {
font:bold 12px/14px verdana, arial, helvetica, sans-... | velocity-tools-examples/velocity-tools-examples-showcase/src/main/webapp/layout/layout.css | body {
color:#333;
background-color:white;
margin:10px;
padding:0px;
font:11px verdana, arial, helvetica, sans-serif;
}
h1 {
margin:0px 0px 15px 0px;
padding:0px;
font-size:28px;
font-weight:900;
color:#ccc;
}
h2 {
font:bold 12px/14px verdana, arial, helvetica, sans-... | 0.446736 | 0.134463 |
.cms .ss-gridfield tbody td a.payment-capture-link,
.cms .ss-gridfield tbody td a.payment-refund-link,
.cms .ss-gridfield tbody td .payment-pending-indicator {
display: inline-block;
width: 20px;
height: 20px;
text-indent: 9999em;
overflow: hidden;
vertical-align: middle;
}
.cms .ss-gridfield tbody td a.pa... | client/dist/css/omnipay-ui-cms.css | .cms .ss-gridfield tbody td a.payment-capture-link,
.cms .ss-gridfield tbody td a.payment-refund-link,
.cms .ss-gridfield tbody td .payment-pending-indicator {
display: inline-block;
width: 20px;
height: 20px;
text-indent: 9999em;
overflow: hidden;
vertical-align: middle;
}
.cms .ss-gridfield tbody td a.pa... | 0.530236 | 0.100084 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body{
width: 100%;
height: 100vh;
}
body{
font-family: Arial, Helvetica, sans-serif;
background-image: url(../img/fundo.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
back... | social/css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body{
width: 100%;
height: 100vh;
}
body{
font-family: Arial, Helvetica, sans-serif;
background-image: url(../img/fundo.webp);
background-size: cover;
background-repeat: no-repeat;
background-position: top center;
back... | 0.505371 | 0.086054 |
.header_bg {
width: 100%;
position: absolute;
top: 0;
z-index: 1;
}
image {
display: block;
/* margin: 0 auto;
width: 100%; */
}
.search_box {
border-radius: 999px;
background-color: #fff;
background-color: rgba(255, 255, 255, .5);
height: 60upx;
}
.jus-spB {
display: flex;
align-i... | src/css/public.css | .header_bg {
width: 100%;
position: absolute;
top: 0;
z-index: 1;
}
image {
display: block;
/* margin: 0 auto;
width: 100%; */
}
.search_box {
border-radius: 999px;
background-color: #fff;
background-color: rgba(255, 255, 255, .5);
height: 60upx;
}
.jus-spB {
display: flex;
align-i... | 0.311008 | 0.060363 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("tabun.everypony.ru") {
/* КОСТЫЛЬ - отрубаем шапки и сайд */
#c-header, #sidebar, #toolbar.toolbar, .main-menu {
display: none;
}
/* навигашка */
#header {
height: 80px;
position: fixed;
left: 0px;
... | data/usercss/121359.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("tabun.everypony.ru") {
/* КОСТЫЛЬ - отрубаем шапки и сайд */
#c-header, #sidebar, #toolbar.toolbar, .main-menu {
display: none;
}
/* навигашка */
#header {
height: 80px;
position: fixed;
left: 0px;
... | 0.156846 | 0.106924 |
body {
background: url("https://www.toptal.com/designers/subtlepatterns/patterns/double-bubble-outline.png");
}
/* All Sizes */
.m-container {
display: block;
max-width: 100%;
width: 90%;
margin-left: auto;
margin-right: auto;
}
.m-biglabel {
padding-top: 0.3em !important;
padding-bot... | src/main/resources/static/css/style.css | body {
background: url("https://www.toptal.com/designers/subtlepatterns/patterns/double-bubble-outline.png");
}
/* All Sizes */
.m-container {
display: block;
max-width: 100%;
width: 90%;
margin-left: auto;
margin-right: auto;
}
.m-biglabel {
padding-top: 0.3em !important;
padding-bot... | 0.517083 | 0.139045 |
html {
scroll-behavior: smooth;
}
/*************************************************/
/* Variables */
/*************************************************/
.trans {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.box-shadow {... | public/web/v1/css/en.css | html {
scroll-behavior: smooth;
}
/*************************************************/
/* Variables */
/*************************************************/
.trans {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.box-shadow {... | 0.351645 | 0.081849 |
@media screen and (max-width: 48em) {
/* -- L*568px -- */
@media (min-height: 35em) {
.results {
margin: 1.5em auto;
}
.keypads {
margin-top: 1em;
}
input {
height: 40px;
}
.saved {
font-size: 0.65em;
... | css/responsive.css | @media screen and (max-width: 48em) {
/* -- L*568px -- */
@media (min-height: 35em) {
.results {
margin: 1.5em auto;
}
.keypads {
margin-top: 1em;
}
input {
height: 40px;
}
.saved {
font-size: 0.65em;
... | 0.318697 | 0.095013 |
.mainall{
background-color: #F8F9FD;
}
.bg{
width: 100%;
height: 4.6667rem;
position: relative;
}
.bg img{
width: 100%;
height: 4.6667rem;
}
.bgp{
position: absolute;
bottom: 0;
width:100%;
height:0.8rem;
line-height: 0.8rem;
background-color: rgba(92,116,147,1);
color:... | Public/Weixin/css/dingdan3.css | .mainall{
background-color: #F8F9FD;
}
.bg{
width: 100%;
height: 4.6667rem;
position: relative;
}
.bg img{
width: 100%;
height: 4.6667rem;
}
.bgp{
position: absolute;
bottom: 0;
width:100%;
height:0.8rem;
line-height: 0.8rem;
background-color: rgba(92,116,147,1);
color:... | 0.540681 | 0.071916 |
body {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe2aa+0,229e95+42,0c3a39+100 */
background: #ffe2aa; /* Old browsers */
background: -moz-linear-gradient(top, #ffe2aa 0%, #229e95 42%, #0c3a39 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffe2aa 0%,... | public/styles/main.css | body {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe2aa+0,229e95+42,0c3a39+100 */
background: #ffe2aa; /* Old browsers */
background: -moz-linear-gradient(top, #ffe2aa 0%, #229e95 42%, #0c3a39 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ffe2aa 0%,... | 0.21305 | 0.089018 |
:root {
--primary: #dc5d4b;
--primary-alt: #700000;
--secondary: #A7DBE2;
--secondary-alt: #7CC7F9;
--white: #f9f4e7;
--black: #393939;
}
/*
RGB values for hex:
--primary: 220, 93, 75
--primary-alt: 112, 0, 0
--black: 57, 57, 57
*/
/* Global settings */
*,
*::before,
*::after {
margin: 0;
padding: 0... | css/styles-final.css | :root {
--primary: #dc5d4b;
--primary-alt: #700000;
--secondary: #A7DBE2;
--secondary-alt: #7CC7F9;
--white: #f9f4e7;
--black: #393939;
}
/*
RGB values for hex:
--primary: 220, 93, 75
--primary-alt: 112, 0, 0
--black: 57, 57, 57
*/
/* Global settings */
*,
*::before,
*::after {
margin: 0;
padding: 0... | 0.488527 | 0.10079 |
* {
font-family: 'Lato', sans-serif;
}
h1 {
font-weight: bold;
margin: 0;
}
p {
font-size: 14px;
font-weight: 100;
line-height: 20px;
letter-spacing: 0.5px;
margin: 20px 0 30px;
}
span {
font-size: 12px;
}
a {
color: #333;
font-size: 14px;
text-decoration: none;
margin: 15px 0;
}
button {... | Instagramclone/static/css/main.css | * {
font-family: 'Lato', sans-serif;
}
h1 {
font-weight: bold;
margin: 0;
}
p {
font-size: 14px;
font-weight: 100;
line-height: 20px;
letter-spacing: 0.5px;
margin: 20px 0 30px;
}
span {
font-size: 12px;
}
a {
color: #333;
font-size: 14px;
text-decoration: none;
margin: 15px 0;
}
button {... | 0.396302 | 0.072538 |
[Table of contents]
* Reset CSS
* Header CSS
+ Logo
+ Main menu
+ Social
+ Header Extra
* Personal CSS
+ Personal Animate
+ Personal Particle
+ Personal Slider
+ Personal Video Background
* About Me CSS
* Service CSS
* portfolio CSS
+ Portfolio Latest
+ Portfolio Archive
+ Portfolio Single
* CountDown CSS
* ... | resources/assets/repair-service/css/style.css | [Table of contents]
* Reset CSS
* Header CSS
+ Logo
+ Main menu
+ Social
+ Header Extra
* Personal CSS
+ Personal Animate
+ Personal Particle
+ Personal Slider
+ Personal Video Background
* About Me CSS
* Service CSS
* portfolio CSS
+ Portfolio Latest
+ Portfolio Archive
+ Portfolio Single
* CountDown CSS
* ... | 0.326271 | 0.059921 |
.scroll{
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
h2 {
color: #294f59;
text-align: center;
}
h3 {
color: #294f59;
text-align: center;
}
body{
background-color: #9198A1;
font-family: 'Open Sans';
margi... | flaskapp/app/static/css/styling.css | .scroll{
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
h2 {
color: #294f59;
text-align: center;
}
h3 {
color: #294f59;
text-align: center;
}
body{
background-color: #9198A1;
font-family: 'Open Sans';
margi... | 0.463444 | 0.111386 |
body {
width: 970px;
margin: auto !important;
padding:0px;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
border-left: 1px solid #dcdcdc;
border-right: 1px solid #dcdcdc;
background: #fff;
font-size: .75em;
text-align:center;
min-width:800px;
}
span.label {
display:block;
}
span.d... | trunk/Social/src/main/webapp/static/social.css | body {
width: 970px;
margin: auto !important;
padding:0px;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
border-left: 1px solid #dcdcdc;
border-right: 1px solid #dcdcdc;
background: #fff;
font-size: .75em;
text-align:center;
min-width:800px;
}
span.label {
display:block;
}
span.d... | 0.347648 | 0.069258 |
@import url(//fonts.googleapis.com/css?family=Roboto:400italic,700,400); /* Google's Roboto Font */
/* Smaller than 530px styles */
@media (max-width: 530px) {
main {
width: 98%;
}
aside#catNav {
width: 100%;
}
td {
display: inline-block;
}
}
/* Bigger than 53... | css/base.css | @import url(//fonts.googleapis.com/css?family=Roboto:400italic,700,400); /* Google's Roboto Font */
/* Smaller than 530px styles */
@media (max-width: 530px) {
main {
width: 98%;
}
aside#catNav {
width: 100%;
}
td {
display: inline-block;
}
}
/* Bigger than 53... | 0.330363 | 0.080033 |
body {
background-color: #f1f1f1;
color: #333;
}
.navbar a {
color: #333;
transition: color 0.5s;
transition: background-color 0.5s;
}
header.pageheader {
background-image: url(../img/bars-top.svg);
background-size: 100% auto;
padding: 15px 0 0 0;
}
header.pageheader h1 {
background-color: white;
... | batch_demographics/static/css/main.css | body {
background-color: #f1f1f1;
color: #333;
}
.navbar a {
color: #333;
transition: color 0.5s;
transition: background-color 0.5s;
}
header.pageheader {
background-image: url(../img/bars-top.svg);
background-size: 100% auto;
padding: 15px 0 0 0;
}
header.pageheader h1 {
background-color: white;
... | 0.506836 | 0.113383 |
@-moz-document regexp("chrome-extension://.*"), regexp("moz-extension://.*") {
/* ====================================== size settings ====================================== */
.resize-grip-enabled .CodeMirror-scroll { font-size: 13px !important; line-height: 14px !important; }
.CodeMirror.CodeMirror-wrap.resize-gri... | data/usercss/166184.user.css | @-moz-document regexp("chrome-extension://.*"), regexp("moz-extension://.*") {
/* ====================================== size settings ====================================== */
.resize-grip-enabled .CodeMirror-scroll { font-size: 13px !important; line-height: 14px !important; }
.CodeMirror.CodeMirror-wrap.resize-gri... | 0.215021 | 0.048137 |
.order-layout {
min-height: 30rem;
text-align: center;
background: url('../images/order-bg.jpg') no-repeat -25% 0;
background-size: 45rem;
background-color: #fff;
color: #9a9a9a;
}
.order-banner h1 {
color: black;
font-size: 2vw;
margin-bottom: 0.2rem;
margin-top: 3rem;
}
.order-... | Project/front-reyhoon/src/assets/styles/home.css | .order-layout {
min-height: 30rem;
text-align: center;
background: url('../images/order-bg.jpg') no-repeat -25% 0;
background-size: 45rem;
background-color: #fff;
color: #9a9a9a;
}
.order-banner h1 {
color: black;
font-size: 2vw;
margin-bottom: 0.2rem;
margin-top: 3rem;
}
.order-... | 0.430387 | 0.118538 |
html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
.popover {
max-width: 400px;
}
.popover-content {
max-height: 600px;
overflow-y: auto;
overflow-x: auto;
padding: 0 0;
font-size: .9em;
}
.popover pre {
padding: 2px;
margin: 0;
font-size: 0.9em;
}
.popover table {
margin-botto... | appengine/css/queryvis.css | html {
overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}
.popover {
max-width: 400px;
}
.popover-content {
max-height: 600px;
overflow-y: auto;
overflow-x: auto;
padding: 0 0;
font-size: .9em;
}
.popover pre {
padding: 2px;
margin: 0;
font-size: 0.9em;
}
.popover table {
margin-botto... | 0.480722 | 0.087564 |
/*
发红包
* */
body {
background: #F2F2F2;
}
.headWrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: .88rem;
background-image: linear-gradient(90deg, #fd0059 0%, #fe0050 50%, #ff0048 100%), linear-gradient( #f8f400, #f8f400);
font-size: .3rem;
line-height: .88rem;
text-align: center;
color: #fff... | public/static/chatWeb/css/news/givered.css | /*
发红包
* */
body {
background: #F2F2F2;
}
.headWrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: .88rem;
background-image: linear-gradient(90deg, #fd0059 0%, #fe0050 50%, #ff0048 100%), linear-gradient( #f8f400, #f8f400);
font-size: .3rem;
line-height: .88rem;
text-align: center;
color: #fff... | 0.18866 | 0.048541 |
body {
font-family:Muli,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
padding-top:54px;
color:#575f68
}
@media (min-width:992px){
body{padding-top:0;
padding-left:17rem}
}
h1,h2,h3,... | css/resume.min.css | body {
font-family:Muli,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';
padding-top:54px;
color:#575f68
}
@media (min-width:992px){
body{padding-top:0;
padding-left:17rem}
}
h1,h2,h3,... | 0.202719 | 0.050799 |
.memenu {
margin: 5px 0 0 0;
padding: 0;
width: 100%;
list-style: none;
display: inline-block;
position: relative;
font-size: 15px;
background:linear-gradient(135deg, #c23970, #ea7538);
}
.memenu li{
display:inline-block;
}
.memenu>li>a {
float: left;
padding-right: 45px;
co... | public/css/memenu.css | .memenu {
margin: 5px 0 0 0;
padding: 0;
width: 100%;
list-style: none;
display: inline-block;
position: relative;
font-size: 15px;
background:linear-gradient(135deg, #c23970, #ea7538);
}
.memenu li{
display:inline-block;
}
.memenu>li>a {
float: left;
padding-right: 45px;
co... | 0.245356 | 0.055464 |
.block.summary > .body {
background: white;
display: flex;
padding: 1em;
}
.summary .details {
display: flex;
flex: 1 1 auto;
flex-direction: column;
overflow: hidden;
}
.summary .primary {
display: flex;
justify-content: center;
}
.summary .primary figure {
margin: 0;
}
.summary .primary figure... | style/summary.css | .block.summary > .body {
background: white;
display: flex;
padding: 1em;
}
.summary .details {
display: flex;
flex: 1 1 auto;
flex-direction: column;
overflow: hidden;
}
.summary .primary {
display: flex;
justify-content: center;
}
.summary .primary figure {
margin: 0;
}
.summary .primary figure... | 0.823967 | 0.077622 |
.contact-help-faq-popover {
width: 480px;
height: 400px;
overflow: hidden;
position: fixed;
bottom: 0;
right: 30px;
z-index: 1000;
background-color: #fff;
display: flex;
flex-flow: column;
box-shadow: 0px 0px 20px 1px #A8A8A8;
}
.contact-help-faq-popover__header {
padding: 15px 20px;
backgrou... | public/css/contact-help-faq-popover.css | .contact-help-faq-popover {
width: 480px;
height: 400px;
overflow: hidden;
position: fixed;
bottom: 0;
right: 30px;
z-index: 1000;
background-color: #fff;
display: flex;
flex-flow: column;
box-shadow: 0px 0px 20px 1px #A8A8A8;
}
.contact-help-faq-popover__header {
padding: 15px 20px;
backgrou... | 0.468061 | 0.055438 |
body {
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-size: 2rem;
font-weight: 700;
font-family: 'LobsterTwo', cursive;
}
p {
}
.navbar-toggler {
border-color: #eca308!important;
color: #eca308!important;
background-color: #eca308;
}
/*Home Section*/
.home {
background: url(../images/m... | Ignatius/css/style.css | body {
overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
font-size: 2rem;
font-weight: 700;
font-family: 'LobsterTwo', cursive;
}
p {
}
.navbar-toggler {
border-color: #eca308!important;
color: #eca308!important;
background-color: #eca308;
}
/*Home Section*/
.home {
background: url(../images/m... | 0.300438 | 0.050658 |
body{
background-color: #ededed;
font-family: 'Oswald';
position: relative;
margin-top: 0;
}
/*======================================================================
## Global Settings
=======================================================================*/
.btn-robot, p{
font-family: 'Arial,Helvetica Neue,Helv... | main.css | body{
background-color: #ededed;
font-family: 'Oswald';
position: relative;
margin-top: 0;
}
/*======================================================================
## Global Settings
=======================================================================*/
.btn-robot, p{
font-family: 'Arial,Helvetica Neue,Helv... | 0.357568 | 0.052086 |
.popup-confirm-note textarea {
margin-top: 10px;
resize: none;
width: 460px;
}
.popup-confirm-note .button {
width: 150px !important;
float: left !important;
margin-left: 11px !important;
margin-right: 0px !important;
}
.popup-confirm-note .footer .button {
float: none !important;
}
.pop... | pos_order_note/static/src/css/pos.css | .popup-confirm-note textarea {
margin-top: 10px;
resize: none;
width: 460px;
}
.popup-confirm-note .button {
width: 150px !important;
float: left !important;
margin-left: 11px !important;
margin-right: 0px !important;
}
.popup-confirm-note .footer .button {
float: none !important;
}
.pop... | 0.286568 | 0.069038 |
@import "compass/css3";
$ease-out-quint:cubic-bezier(0.230, 1.000, 0.320, 1.000);
$ease-in-quint:cubic-bezier(0.755, 0.050, 0.855, 0.060);
$screen-background:#121010;
body{
background:#111;
color:white;
padding-top:20px;
padding-left:20px;
}
#switch{
display:none;
}
.switch-label{
displa... | style1.css | @import "compass/css3";
$ease-out-quint:cubic-bezier(0.230, 1.000, 0.320, 1.000);
$ease-in-quint:cubic-bezier(0.755, 0.050, 0.855, 0.060);
$screen-background:#121010;
body{
background:#111;
color:white;
padding-top:20px;
padding-left:20px;
}
#switch{
display:none;
}
.switch-label{
displa... | 0.208985 | 0.072145 |
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
html,
body {
margin: 0px;
padding: 0px;
width: 100%;
min-height: 100vh;
background: #ffffff;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
overflow-x: hid... | public/assets/css/-styles.css | @import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');
html,
body {
margin: 0px;
padding: 0px;
width: 100%;
min-height: 100vh;
background: #ffffff;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
overflow-x: hid... | 0.340595 | 0.078289 |
@media all and (min-width:1020px){
.index-title{
height:50px;
border-bottom:1px solid #888;
margin:20px auto 20px auto;
}
.index-title h2{
display:block;
float:left;
height:50px;
line-height:50px;
font-size:20px;
color:#333;
font-weight: normal;
}
.index-title i{
display:block;
float:left;
height:50px;
li... | resources/sitemodels/h5_science/css/style.css | @media all and (min-width:1020px){
.index-title{
height:50px;
border-bottom:1px solid #888;
margin:20px auto 20px auto;
}
.index-title h2{
display:block;
float:left;
height:50px;
line-height:50px;
font-size:20px;
color:#333;
font-weight: normal;
}
.index-title i{
display:block;
float:left;
height:50px;
li... | 0.204501 | 0.054879 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("workflowy.com") {
/* Userstyles URL: https://userstyles.org/styles/122832/ */
/* Background (no class for workflowy app, separate from blog?) */
body {
background: #ccc;
}
/* Override styles for the blog (wordpress) */
... | data/usercss/122832.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("workflowy.com") {
/* Userstyles URL: https://userstyles.org/styles/122832/ */
/* Background (no class for workflowy app, separate from blog?) */
body {
background: #ccc;
}
/* Override styles for the blog (wordpress) */
... | 0.327238 | 0.105763 |
* {
box-sizing: border-box;
}
body {
width: 100%;
align-content: center;
font-size: 100%;
color: #000;
font-family: 'Verdana', sans-serif;
text-align: center;
background-color: #D5D5D5;
margin: 0 !important;
padding: 0 !important;
}
/*Landscape */
@media screen and (orientation:landscape)... | assets/js/styles-grids.css | * {
box-sizing: border-box;
}
body {
width: 100%;
align-content: center;
font-size: 100%;
color: #000;
font-family: 'Verdana', sans-serif;
text-align: center;
background-color: #D5D5D5;
margin: 0 !important;
padding: 0 !important;
}
/*Landscape */
@media screen and (orientation:landscape)... | 0.455925 | 0.164886 |
:root {
--border-color: #59503c;
--barrier-color: linear-gradient(90deg, rgba(0,255,42,1) 0%,
rgba(0,255,42,1) 4%, rgba(186,255,104,1) 4%, rgba(186,255,104,1) 6%,
rgba(0,255,42,1) 6%, rgba(56,237,66,1) 40%, rgba(127,215,98,1) 40%,
rgba(122,217,95,1) 42%, rgba(56,237,66,1) 42%, rgba(56... | style/flappy.css | :root {
--border-color: #59503c;
--barrier-color: linear-gradient(90deg, rgba(0,255,42,1) 0%,
rgba(0,255,42,1) 4%, rgba(186,255,104,1) 4%, rgba(186,255,104,1) 6%,
rgba(0,255,42,1) 6%, rgba(56,237,66,1) 40%, rgba(127,215,98,1) 40%,
rgba(122,217,95,1) 42%, rgba(56,237,66,1) 42%, rgba(56... | 0.473901 | 0.172381 |
.r-company-name {
font-size: 20px;
margin-top: 10px;
}
.name {
font-size: 20px;
}
.pic-recruiter {
width: 225px;
height: 225px;
border-radius: 150px;
display: block;
margin-left: auto;
margin-right: auto;
cursor: pointer;
}
.r-location {
font-size: 15px;
color: #5a5757;
font-style: italic;
... | src/components/Profile/RecruiterProfile/ProfileRecruiter.css | .r-company-name {
font-size: 20px;
margin-top: 10px;
}
.name {
font-size: 20px;
}
.pic-recruiter {
width: 225px;
height: 225px;
border-radius: 150px;
display: block;
margin-left: auto;
margin-right: auto;
cursor: pointer;
}
.r-location {
font-size: 15px;
color: #5a5757;
font-style: italic;
... | 0.353651 | 0.10004 |
.navbar{
background-color: rgb(22, 119, 119);
}
.title-nav{
margin-left: 200px;
color: aliceblue;
font-size: 40px;
font-weight: 700;
}
#navbarNav{
margin-left: 200px;
}
.navlink{
color: aliceblue;
}
.img-draw{
margin-left: 20px;
margin-top: 5px;
}
... | estilo.css | .navbar{
background-color: rgb(22, 119, 119);
}
.title-nav{
margin-left: 200px;
color: aliceblue;
font-size: 40px;
font-weight: 700;
}
#navbarNav{
margin-left: 200px;
}
.navlink{
color: aliceblue;
}
.img-draw{
margin-left: 20px;
margin-top: 5px;
}
... | 0.307566 | 0.042068 |
body {
overflow-x: hidden;
font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
p {
line-height: 1.75;
}
a {
color: #ce041b;
}
a:hover {
color: #ce041b;
}
.tex... | css/agency.css | body {
overflow-x: hidden;
font-family: 'Roboto Slab', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
p {
line-height: 1.75;
}
a {
color: #ce041b;
}
a:hover {
color: #ce041b;
}
.tex... | 0.509276 | 0.078642 |
@import "./variables.pcss.css";
/* Style the dialog-off-canvas container. */
.ui-dialog.ui-dialog-off-canvas {
/* Layer the dialog just under the toolbar. */
z-index: var(--jui-dialog-off-canvas-z-index);
padding: 0;
color: #ddd;
border-radius: 0;
background: #444;
box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0... | web/core/themes/claro/css/base/off-canvas.theme.pcss.css | @import "./variables.pcss.css";
/* Style the dialog-off-canvas container. */
.ui-dialog.ui-dialog-off-canvas {
/* Layer the dialog just under the toolbar. */
z-index: var(--jui-dialog-off-canvas-z-index);
padding: 0;
color: #ddd;
border-radius: 0;
background: #444;
box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0... | 0.273769 | 0.064007 |
@font-face {
font-family: ProximaNovaRegular;
src: url(../fonts/ProximaNovaRegular.ttf);
}
body {
background-image: url("../img/background.png");
background-position: center center;
background-attachment: fixed;
/*background: linear-gradient(#26ADB5 0%, #1DA3AD 33%, #1597A3 67%, #0E8C99 100%) n... | app/static/css/main.css | @font-face {
font-family: ProximaNovaRegular;
src: url(../fonts/ProximaNovaRegular.ttf);
}
body {
background-image: url("../img/background.png");
background-position: center center;
background-attachment: fixed;
/*background: linear-gradient(#26ADB5 0%, #1DA3AD 33%, #1597A3 67%, #0E8C99 100%) n... | 0.31732 | 0.079175 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
:root {
/*Colores*/
--js-yellow: #f0db4f;
--strong-orange:#f36304;
--mustard-yellow:#ffca00;
}
*{
box-sizing:border-box;
margin:0;
padding: 0;
}
body{
background:#1d3e52;
ov... | MediaMedianaModa/styles.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
:root {
/*Colores*/
--js-yellow: #f0db4f;
--strong-orange:#f36304;
--mustard-yellow:#ffca00;
}
*{
box-sizing:border-box;
margin:0;
padding: 0;
}
body{
background:#1d3e52;
ov... | 0.34621 | 0.072472 |
body{
font-family: 'Roboto', sans-serif;
background-image: url(../images/1\ \(1\).jpg)!important;
background-attachment: fixed;
background-position: center;
background-size: cover;
font-size: 16px;
position: relative;
overflow-x: hidden;
}
html{
scroll-behavior: smooth;
}
::selection{
... | css/podcast_child.css | body{
font-family: 'Roboto', sans-serif;
background-image: url(../images/1\ \(1\).jpg)!important;
background-attachment: fixed;
background-position: center;
background-size: cover;
font-size: 16px;
position: relative;
overflow-x: hidden;
}
html{
scroll-behavior: smooth;
}
::selection{
... | 0.259075 | 0.066025 |
@font-face {
font-family: 'AriaText-SemiBold';
src: url('fonts/AriaTextG2-SemiBold.woff') format('woff');
font-style: normal;
}
@font-face {
font-family: 'AriaText-Bold';
src: url('fonts/AriaTextG2-Bold.woff') format('woff');
font-style: normal;
}
@font-face {
font-family: 'Raleway-Regular... | src/components/Fonts.css | @font-face {
font-family: 'AriaText-SemiBold';
src: url('fonts/AriaTextG2-SemiBold.woff') format('woff');
font-style: normal;
}
@font-face {
font-family: 'AriaText-Bold';
src: url('fonts/AriaTextG2-Bold.woff') format('woff');
font-style: normal;
}
@font-face {
font-family: 'Raleway-Regular... | 0.342791 | 0.075892 |
.indextop-notice{
font-size: 14px;
padding:20px;
}
.xm-contbox{
margin-bottom: 30px;
}
.xm-title{
font-size: 16px;
padding:6px 20px;
color:rgba(244,81,56,1);
background:rgba(244,81,56,0.1094);
}
.xm-contbody {
font-weight: normal;
}
.p20{
padding-left: 20px;
padding-right:20px;
}
.worklist{
list-s... | assets/css/main.css | .indextop-notice{
font-size: 14px;
padding:20px;
}
.xm-contbox{
margin-bottom: 30px;
}
.xm-title{
font-size: 16px;
padding:6px 20px;
color:rgba(244,81,56,1);
background:rgba(244,81,56,0.1094);
}
.xm-contbody {
font-weight: normal;
}
.p20{
padding-left: 20px;
padding-right:20px;
}
.worklist{
list-s... | 0.235812 | 0.054777 |
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
#ctitle,
text {
font-family: 'Noto Sans TC', sans-serif;
}
/* Stats */
#stats {
position: fixed;
bottom: 0;
right: 0;
}
#stats div {
position: relative;
}
/* Main */
body {
width: 414px;
margin: 0 auto;
}
.wrapper {
width: 100vw;
... | assets/css/style.css | @import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
#ctitle,
text {
font-family: 'Noto Sans TC', sans-serif;
}
/* Stats */
#stats {
position: fixed;
bottom: 0;
right: 0;
}
#stats div {
position: relative;
}
/* Main */
body {
width: 414px;
margin: 0 auto;
}
.wrapper {
width: 100vw;
... | 0.308815 | 0.087681 |
.availableContainer {
width: 100%;
height: 100vh;
}
.availableContainer article {
margin: 0 auto;
width: 100%;
height: 100%;
max-width: 61.25rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.availableContainer h1 {
font-size: 2.3rem;
}
.underline {
... | src/styles/components/Available.module.css | .availableContainer {
width: 100%;
height: 100vh;
}
.availableContainer article {
margin: 0 auto;
width: 100%;
height: 100%;
max-width: 61.25rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.availableContainer h1 {
font-size: 2.3rem;
}
.underline {
... | 0.687735 | 0.122917 |
*{
margin: 0;
box-sizing: border-box;
}
body{
width:1422px;
height: 1000px;
margin: auto;
font-family: 'Roboto', sans-serif;
}
header{
width: 1422px;
height: 100px;
z-index:3;
background-color: #851600;
background-image: url("http://www.transparenttextures.com/patterns/natural-paper.png");
/* Th... | css/styles.css | *{
margin: 0;
box-sizing: border-box;
}
body{
width:1422px;
height: 1000px;
margin: auto;
font-family: 'Roboto', sans-serif;
}
header{
width: 1422px;
height: 100px;
z-index:3;
background-color: #851600;
background-image: url("http://www.transparenttextures.com/patterns/natural-paper.png");
/* Th... | 0.311951 | 0.088229 |
.hover-lift:hover {
color: #FF4906;
transition: 0.3s;
}
.px-2 {
padding-left: 16px;
padding-right: 16px;
}
.lg\:px-5 {
padding-left: 64px;
padding-right: 64px;
}
.block {
display: block;
}
.mb-5 {
margin-bottom: 64px;
}
.max-w-2xl {
max-width: 70rem;
}
.mx-auto {
margin-left: auto;
margin-right: ... | public/css/estilo-promo.css | .hover-lift:hover {
color: #FF4906;
transition: 0.3s;
}
.px-2 {
padding-left: 16px;
padding-right: 16px;
}
.lg\:px-5 {
padding-left: 64px;
padding-right: 64px;
}
.block {
display: block;
}
.mb-5 {
margin-bottom: 64px;
}
.max-w-2xl {
max-width: 70rem;
}
.mx-auto {
margin-left: auto;
margin-right: ... | 0.469277 | 0.119152 |
@import url(../../../../../../../template/css/common.css);
.bx-main.bx-pt-application .bx-toolbar-content {
position: relative;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}
.bx-main.bx-pt-application .bx-toolbar-content .bx-toolbar-1-container {
-web... | modules/boonex/decorous/updates/13.0.0_13.0.1/source/data/template/system/css/common.css | @import url(../../../../../../../template/css/common.css);
.bx-main.bx-pt-application .bx-toolbar-content {
position: relative;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}
.bx-main.bx-pt-application .bx-toolbar-content .bx-toolbar-1-container {
-web... | 0.330795 | 0.046141 |
@import url(//fonts.googleapis.com/css?family=Coda:400|Raleway:300,400,600|Inconsolata);
.add-padd {
padding: 0 2rem; }
/*# sourceMappingURL=custom.css.map */
a {
color: #fff; }
a:hover {
color: #fff; }
#header {
background-color: rgba(150, 60, 60, 0.9);
box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
#... | themes/doc/css/custom.css | @import url(//fonts.googleapis.com/css?family=Coda:400|Raleway:300,400,600|Inconsolata);
.add-padd {
padding: 0 2rem; }
/*# sourceMappingURL=custom.css.map */
a {
color: #fff; }
a:hover {
color: #fff; }
#header {
background-color: rgba(150, 60, 60, 0.9);
box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
#... | 0.271348 | 0.062132 |
* {
webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Roboto', sans-serif;
font-weight: normal;
padding-top: 35px;
font-size: 100%;
color:#777;
}
p {
color: #777;
line-height: 24px;
font-size: 16px;
}
a {
color: #777
}
.intro,
.recursos,
.footer {... | assets/css/main.css | * {
webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body {
font-family: 'Roboto', sans-serif;
font-weight: normal;
padding-top: 35px;
font-size: 100%;
color:#777;
}
p {
color: #777;
line-height: 24px;
font-size: 16px;
}
a {
color: #777
}
.intro,
.recursos,
.footer {... | 0.321567 | 0.097133 |
.world-event-screen
{
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
}
.world-event-screen > .l-dialog-container
{
top: 0;
left: 0;
right: 0;
bottom: 0;
/*width: 102.4rem;
height: 76.8rem;*/
width: 80.0rem;
height: 72.0rem;
position: abs... | game_files/en/v1-5-0-10/scripts/ui/screens/world/world_event_screen.css | .world-event-screen
{
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
}
.world-event-screen > .l-dialog-container
{
top: 0;
left: 0;
right: 0;
bottom: 0;
/*width: 102.4rem;
height: 76.8rem;*/
width: 80.0rem;
height: 72.0rem;
position: abs... | 0.569254 | 0.06804 |
.sf-menu.sf-style-blue {
float: left;
margin-bottom: 1em;
padding: 0;
}
.sf-menu.sf-style-blue.sf-navbar {
width: 100%;
}
.sf-menu.sf-style-blue ul {
padding-left: 0;
}
.sf-menu.sf-style-blue a,
.sf-menu.sf-style-blue span.nolink {
border: 1px outset #003973;
color: #ffffff;
padding: 0.75em 1em;
}
.sf-m... | themag_theme/libraries/superfish/style/blue.css | .sf-menu.sf-style-blue {
float: left;
margin-bottom: 1em;
padding: 0;
}
.sf-menu.sf-style-blue.sf-navbar {
width: 100%;
}
.sf-menu.sf-style-blue ul {
padding-left: 0;
}
.sf-menu.sf-style-blue a,
.sf-menu.sf-style-blue span.nolink {
border: 1px outset #003973;
color: #ffffff;
padding: 0.75em 1em;
}
.sf-m... | 0.410047 | 0.088347 |
body {
background: #f2f2f2;
}
.dm-header {
background: white;
}
.dm-header .goods-nav {
font-size: 22px;
font-weight: bold;
}
.dm-header .goods-nav li{
float: left;
height: 100px;
line-height: 120px;
margin:0px 25px;
}
.dm-header .nav-content li{
/* width: 50%;
height: 40px;*/
... | css/user.css | body {
background: #f2f2f2;
}
.dm-header {
background: white;
}
.dm-header .goods-nav {
font-size: 22px;
font-weight: bold;
}
.dm-header .goods-nav li{
float: left;
height: 100px;
line-height: 120px;
margin:0px 25px;
}
.dm-header .nav-content li{
/* width: 50%;
height: 40px;*/
... | 0.376394 | 0.065306 |
.blurred-box {
position: relative;
width: 275px;
height: 350px;
top: calc(45vh - 175px);
left: calc(50% - 137.5px);
background: inherit;
border-radius: 2px;
overflow: hidden;
transition: all 0.5s ease;
opacity: 0.75;
}
.blurred-box:hover {
/* border-radius: none; */
/* filter: drop-shadow(2px 1... | src/styles/newLandingStyles.css | .blurred-box {
position: relative;
width: 275px;
height: 350px;
top: calc(45vh - 175px);
left: calc(50% - 137.5px);
background: inherit;
border-radius: 2px;
overflow: hidden;
transition: all 0.5s ease;
opacity: 0.75;
}
.blurred-box:hover {
/* border-radius: none; */
/* filter: drop-shadow(2px 1... | 0.468061 | 0.111193 |
html {
font-family: Rubik;
scroll-behavior: smooth;
}
.basic-color {
background-color: #35974a;
}
li{
list-style: none;
}
hr{
opacity: 8% !important;
}
a{
text-decoration:none !important;
}
/* NAVBAR */
.navbar-font {
color: #e7f3e9;
font-weight: bold;
font-size: 14px;
font-styl... | public/css/style.css | html {
font-family: Rubik;
scroll-behavior: smooth;
}
.basic-color {
background-color: #35974a;
}
li{
list-style: none;
}
hr{
opacity: 8% !important;
}
a{
text-decoration:none !important;
}
/* NAVBAR */
.navbar-font {
color: #e7f3e9;
font-weight: bold;
font-size: 14px;
font-styl... | 0.331985 | 0.089654 |
body {
font-family: "Oswald", Helvetica, Arial, sans-serif!important;
}
/* Header section */
#maincontent img{
border-radius: 50%;
height: 10%;
width: 20%;
}
header {
background-image: url("../img/spaceneedle2.jpg");
background-size: cover;
}
/* header section headshot styling */
.hexagon {
position: re... | css/custom.css | body {
font-family: "Oswald", Helvetica, Arial, sans-serif!important;
}
/* Header section */
#maincontent img{
border-radius: 50%;
height: 10%;
width: 20%;
}
header {
background-image: url("../img/spaceneedle2.jpg");
background-size: cover;
}
/* header section headshot styling */
.hexagon {
position: re... | 0.418578 | 0.069195 |
body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pr... | example/public/index.css | body {
margin: 0;
padding: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pr... | 0.482917 | 0.132458 |
@charset "UTF-8";
/***********************************************
jquery-scroll-container.scss,
(c) 2017, FCOO
https://github.com/FCOO/jquery-scroll-container
https://github.com/FCOO
************************************************/
/***********************************************
jquery-scroll-con... | src/jquery-scroll-container.css | @charset "UTF-8";
/***********************************************
jquery-scroll-container.scss,
(c) 2017, FCOO
https://github.com/FCOO/jquery-scroll-container
https://github.com/FCOO
************************************************/
/***********************************************
jquery-scroll-con... | 0.453504 | 0.038647 |