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 |
|---|---|---|---|---|
* {
box-sizing: border-box;
}
body {
overflow-x: hidden;
}
.Boat {
position: absolute;
width: 8%;
-webkit-animation: up-and-down 3s ease-in-out infinite, boat-back-and-forth 80s ease-in-out infinite;
animation: up-and-down 3s ease-in-out infinite, boat-back-and-forth 80s ease-in-out infinite;
-web... | build/css/index.css | * {
box-sizing: border-box;
}
body {
overflow-x: hidden;
}
.Boat {
position: absolute;
width: 8%;
-webkit-animation: up-and-down 3s ease-in-out infinite, boat-back-and-forth 80s ease-in-out infinite;
animation: up-and-down 3s ease-in-out infinite, boat-back-and-forth 80s ease-in-out infinite;
-web... | 0.451085 | 0.107391 |
* {
margin: 0;
padding: 0;
}
body {
font-size: 1.2em;
background-color: #fff;
color: #555;
}
p {
padding: 0 0 20px 0;
line-height: 1.7em;
}
input[type="text"], input[type="password"], input[type="search"] {
color: #5d5d5d;
width: 60%;
padding: 8px;
}
input, textarea {
outline: none;
border:... | public/assets/css/style.css | * {
margin: 0;
padding: 0;
}
body {
font-size: 1.2em;
background-color: #fff;
color: #555;
}
p {
padding: 0 0 20px 0;
line-height: 1.7em;
}
input[type="text"], input[type="password"], input[type="search"] {
color: #5d5d5d;
width: 60%;
padding: 8px;
}
input, textarea {
outline: none;
border:... | 0.408631 | 0.143008 |
@font-face {
font-family: 'noto_sans_jpblack';
src: url("./fonts/notosansjp-black-webfont.woff2") format("woff2"), url("./fonts/notosansjp-black-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'noto_sans_jpbold';
src: url("./fonts/notosansjp-bold-webfont.... | src/styles/main.css | @font-face {
font-family: 'noto_sans_jpblack';
src: url("./fonts/notosansjp-black-webfont.woff2") format("woff2"), url("./fonts/notosansjp-black-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'noto_sans_jpbold';
src: url("./fonts/notosansjp-bold-webfont.... | 0.321141 | 0.045226 |
.filters {
@apply max-w-md sm:max-w-sm;
@media (min-width: 449px) {
@apply border-r;
}
&--header {
@apply flex items-center relative px-4 py-3 sm:px-8 sm:py-6 text-sm leading-normal font-semibold uppercase;
&::after {
@apply absolute inset-x-0 bottom-0 border-t;
content: "";
}
}... | styles/modules/_filters.css | .filters {
@apply max-w-md sm:max-w-sm;
@media (min-width: 449px) {
@apply border-r;
}
&--header {
@apply flex items-center relative px-4 py-3 sm:px-8 sm:py-6 text-sm leading-normal font-semibold uppercase;
&::after {
@apply absolute inset-x-0 bottom-0 border-t;
content: "";
}
}... | 0.670069 | 0.213418 |
.mt20 {
margin-top: 20px !important;
}
.collection.with-header .collection-item {
padding-left: 20px !important;
position: relative;
}
.transparent-status-bar{
background: rgba(0, 0, 0, .5);
}
.status-btns {
display: -webkit-flex;
display: flex;
height: 40px;
background: #fff;
position: absolute;
... | client/public/css/app.css | .mt20 {
margin-top: 20px !important;
}
.collection.with-header .collection-item {
padding-left: 20px !important;
position: relative;
}
.transparent-status-bar{
background: rgba(0, 0, 0, .5);
}
.status-btns {
display: -webkit-flex;
display: flex;
height: 40px;
background: #fff;
position: absolute;
... | 0.317955 | 0.082697 |
/* SlideShow*/
.slide-container {
width:800px;
height: 500px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
text-align: center;
}
.image-container{
width:2400px;
height:500px;
position: relative;
transition: left 2s;
-webkit-transition: left 2s;
-moz-transition: le... | Styles/jpsstyles.css |
/* SlideShow*/
.slide-container {
width:800px;
height: 500px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
text-align: center;
}
.image-container{
width:2400px;
height:500px;
position: relative;
transition: left 2s;
-webkit-transition: left 2s;
-moz-transition: le... | 0.260954 | 0.057546 |
* {
margin: 0px;
padding: 0px;
transition: width 2s;
}
.meve {
background-color: tomato;
width: 180;
font-size: 20;
height: 50;
border: solid 4px tomato;
box-shadow: 0 4px 12px tomato;
border-radius: 4px;
}
.meve:hover {
background-color: white;
}
.wold... | CSS/css.css | * {
margin: 0px;
padding: 0px;
transition: width 2s;
}
.meve {
background-color: tomato;
width: 180;
font-size: 20;
height: 50;
border: solid 4px tomato;
box-shadow: 0 4px 12px tomato;
border-radius: 4px;
}
.meve:hover {
background-color: white;
}
.wold... | 0.469034 | 0.095476 |
.image {
display: flex;
align-items: center;
flex-direction: column;
margin: 25px 0;
background-color: #191932;
height: 60vh;
position: relative;
}
.image--small {
height: 40vh;
}
.image__elem {
min-width: 200px;
min-height: 100px;
max-width: 100%;
... | docs/css/components.css | .image {
display: flex;
align-items: center;
flex-direction: column;
margin: 25px 0;
background-color: #191932;
height: 60vh;
position: relative;
}
.image--small {
height: 40vh;
}
.image__elem {
min-width: 200px;
min-height: 100px;
max-width: 100%;
... | 0.683102 | 0.134406 |
:root {
--white:rgb(245, 245, 245);
--gray-high-2: rgb(250, 250, 250);
--gray-high: rgba(226, 226, 226, 0.803);
--gray: rgba(163, 163, 163, 0.803);
--gray-low: rgb(72, 72, 72);
}
::-webkit-scrollbar {
width: 7px;
margin-left: -7px;
background: #000;
position: absolute;
z-index: ... | css/style.css | :root {
--white:rgb(245, 245, 245);
--gray-high-2: rgb(250, 250, 250);
--gray-high: rgba(226, 226, 226, 0.803);
--gray: rgba(163, 163, 163, 0.803);
--gray-low: rgb(72, 72, 72);
}
::-webkit-scrollbar {
width: 7px;
margin-left: -7px;
background: #000;
position: absolute;
z-index: ... | 0.64713 | 0.173288 |
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer utilities {
.link-underline {
background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
}
.link-underline-black {
border-bottom-width: 0;
background-image: linear-gradient(transparent, transparent), lin... | styles/global.css | @tailwind base;
@tailwind components;
@tailwind utilities;
@layer utilities {
.link-underline {
background-image: linear-gradient(transparent, transparent), linear-gradient(#fff, #fff);
}
.link-underline-black {
border-bottom-width: 0;
background-image: linear-gradient(transparent, transparent), lin... | 0.547948 | 0.094929 |
.material-icons {
font-size: 1rem;
vertical-align: middle;
}
html {
font-size: 2.5vh;
}
body {
margin: 0;
font-family: "Helvetica Neue", sans-serif;
font-size: 1rem;
background-color: #0F8BC0;
background-size: cover;
background-position: center;
color: #000000;
overflow-y: hidden;
}
#sn-title {
color: b... | css/index.css | .material-icons {
font-size: 1rem;
vertical-align: middle;
}
html {
font-size: 2.5vh;
}
body {
margin: 0;
font-family: "Helvetica Neue", sans-serif;
font-size: 1rem;
background-color: #0F8BC0;
background-size: cover;
background-position: center;
color: #000000;
overflow-y: hidden;
}
#sn-title {
color: b... | 0.437103 | 0.083031 |
::selection {
background-color: #3334;
}
ul {
list-style-type: none;
}
.desktop {
border-radius: 10px;
background-image: url("./MacOS_11.jpg");
background-repeat: no-repeat;
display: flex;
justify-content: center;
font-family: Helvetica, 'Lucida Sans';
overflow: hidd... | style.css | ::selection {
background-color: #3334;
}
ul {
list-style-type: none;
}
.desktop {
border-radius: 10px;
background-image: url("./MacOS_11.jpg");
background-repeat: no-repeat;
display: flex;
justify-content: center;
font-family: Helvetica, 'Lucida Sans';
overflow: hidd... | 0.367951 | 0.08218 |
.main-header {
position: relative;
left: 0px;
top: 0px;
z-index: 999;
width: 100%;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
/* Header upper */
.main-header .header-upper {
position: abs... | public/assets/css/header.css | .main-header {
position: relative;
left: 0px;
top: 0px;
z-index: 999;
width: 100%;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
}
/* Header upper */
.main-header .header-upper {
position: abs... | 0.249813 | 0.042742 |
body
{
padding-top:50px;
background-color: #252525;
color: #DDDDDD;
}
a:hover
{
color: #f49500;
text-decoration: none;
}
a{color:#52B3EA}
#txTable a
{
color:#DDD;
}
#txtAmount
{
/*font-size: 24px;*/
}
#confirmBox
{
background-color: #053442;
border-radius: 9px;
margin-bottom: 10px;
padding: 10px;
colo... | public/static/mobile/files/main.css | body
{
padding-top:50px;
background-color: #252525;
color: #DDDDDD;
}
a:hover
{
color: #f49500;
text-decoration: none;
}
a{color:#52B3EA}
#txTable a
{
color:#DDD;
}
#txtAmount
{
/*font-size: 24px;*/
}
#confirmBox
{
background-color: #053442;
border-radius: 9px;
margin-bottom: 10px;
padding: 10px;
colo... | 0.189784 | 0.059894 |
html {
line-height: 1.5;
font-family: 'Roboto', sans-serif;
font-weight: normal;
color: rgba(0,0,0,0.87);
}
body {
background: #f5f5f5;
}
.container {
width: 70%;
margin: 0 auto;;
}
.page-title {
text-align: center;
font-weight: 500;
}
ul {
list-style-type: none;
}
.news-block {
margin: 18px ... | css/style.css | html {
line-height: 1.5;
font-family: 'Roboto', sans-serif;
font-weight: normal;
color: rgba(0,0,0,0.87);
}
body {
background: #f5f5f5;
}
.container {
width: 70%;
margin: 0 auto;;
}
.page-title {
text-align: center;
font-weight: 500;
}
ul {
list-style-type: none;
}
.news-block {
margin: 18px ... | 0.456168 | 0.105856 |
:root{
--channels-default: rgba(228, 228, 228, 0.952) /* channel not selected not hovered*/;
--popup-border: inset 0 0 0px 1px rgb(172, 187, 190) /* border for context menus*/;
--popup-background: rgb(32, 34, 37) /* background for context menus */;
--interactive-active: rgb(122, 202, 255) /* selected tab*/;
-... | layout.css | :root{
--channels-default: rgba(228, 228, 228, 0.952) /* channel not selected not hovered*/;
--popup-border: inset 0 0 0px 1px rgb(172, 187, 190) /* border for context menus*/;
--popup-background: rgb(32, 34, 37) /* background for context menus */;
--interactive-active: rgb(122, 202, 255) /* selected tab*/;
-... | 0.397471 | 0.127327 |
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
:root {
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of fo... | _includes/assets/css/styles.css | /*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
:root {
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of fo... | 0.64579 | 0.131424 |
.container{
display: inline-block;
padding-top: 5px;
width: 100%;
background: #CC0B16;
padding-bottom: 10px;
}
body {
background: #70060C;
color: white;
font-family: 'Bellefair', serif;
text-align: center;
margin: 0;
}
/* Nav */
nav {
background: black;
padding-bottom: 10px;
pa... | css.css | .container{
display: inline-block;
padding-top: 5px;
width: 100%;
background: #CC0B16;
padding-bottom: 10px;
}
body {
background: #70060C;
color: white;
font-family: 'Bellefair', serif;
text-align: center;
margin: 0;
}
/* Nav */
nav {
background: black;
padding-bottom: 10px;
pa... | 0.121373 | 0.058185 |
/* disable badge styles */
img[alt="badge"] {
display: unset;
margin: unset;
border-radius: unset;
}
/* enable pre-block scrolling */
pre.highlight {
overflow-x: auto;
white-space: pre;
}
/* splash image style */
img[alt="splash"] { width: 100%; }
@media (min-width: 48em) {
... | public/css/blog.css |
/* disable badge styles */
img[alt="badge"] {
display: unset;
margin: unset;
border-radius: unset;
}
/* enable pre-block scrolling */
pre.highlight {
overflow-x: auto;
white-space: pre;
}
/* splash image style */
img[alt="splash"] { width: 100%; }
@media (min-width: 48em) {
... | 0.358802 | 0.067148 |
/* Tweak some item controls styles to fit the additional buttons*/
.training .item-controls {
min-width: fit-content;
min-width: -moz-fit-content;
}
.training .item-controls a {
min-width: fit-content;
min-width: -moz-fit-content;
flex: 1 !important;
margin-right: 5px;
}
/* Type Column */
.training .item-detai... | styles/training.css |
/* Tweak some item controls styles to fit the additional buttons*/
.training .item-controls {
min-width: fit-content;
min-width: -moz-fit-content;
}
.training .item-controls a {
min-width: fit-content;
min-width: -moz-fit-content;
flex: 1 !important;
margin-right: 5px;
}
/* Type Column */
.training .item-detai... | 0.31216 | 0.058912 |
@charset "UTF-8";
/*
Theme Name: Bappi
Theme URI:
Author: Bappi
Author URI: https://bappi.blog/
Description: A simple hacker style theme.
Version: 1.0.6
Tested up to: 5.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bappi
Tags: custom-background, custom-logo, cust... | wp-MySite/wordpress/wp-content/themes/bappi/style.css | @charset "UTF-8";
/*
Theme Name: Bappi
Theme URI:
Author: Bappi
Author URI: https://bappi.blog/
Description: A simple hacker style theme.
Version: 1.0.6
Tested up to: 5.5
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bappi
Tags: custom-background, custom-logo, cust... | 0.512449 | 0.088033 |
.form {
width: 60%;
margin: 20px auto;
}
.form-ttl {
font-size: 28px;
text-align: center;
padding: 20px;
}
.form-item {
padding: 24px 0;
width: 100%;
display: flex;
align-items: top;
}
.form-item-label,
.form-item-label__build {
width: 40%;
font-weight: bold;
font-size: 1... | public/css/index.css | .form {
width: 60%;
margin: 20px auto;
}
.form-ttl {
font-size: 28px;
text-align: center;
padding: 20px;
}
.form-item {
padding: 24px 0;
width: 100%;
display: flex;
align-items: top;
}
.form-item-label,
.form-item-label__build {
width: 40%;
font-weight: bold;
font-size: 1... | 0.569134 | 0.096238 |
body {
margin-left: auto;
margin-right: auto;
margin-top: 2px;
margin-bottom: 2px;
max-width: 899px;
}
.oswald-text {
font-family: "Oswald";
margin-bottom: 0px;
margin-top: 0px;
}
.indent-para {
text-indent: 2em;
}
#article-title-details h1 {
font-size: 45px;... | style.css | body {
margin-left: auto;
margin-right: auto;
margin-top: 2px;
margin-bottom: 2px;
max-width: 899px;
}
.oswald-text {
font-family: "Oswald";
margin-bottom: 0px;
margin-top: 0px;
}
.indent-para {
text-indent: 2em;
}
#article-title-details h1 {
font-size: 45px;... | 0.319227 | 0.065157 |
@charset "utf-8";
body {
background-color:#AFAFAF;
}
.container-pai{
width: 100%;
margin: auto;
}
.container-align{
margin:auto;
width: 0px;
}
.container {
width:900px;
height:auto;
border: 2px solid #888888;
box-shadow: 10px 10px 5px #888888;
float:left;
margin-left: -450px;
margin-top:... | css/style.css | @charset "utf-8";
body {
background-color:#AFAFAF;
}
.container-pai{
width: 100%;
margin: auto;
}
.container-align{
margin:auto;
width: 0px;
}
.container {
width:900px;
height:auto;
border: 2px solid #888888;
box-shadow: 10px 10px 5px #888888;
float:left;
margin-left: -450px;
margin-top:... | 0.251556 | 0.069195 |
@charset "UTF-8";
.bg-green {
background: #31C4A8; }
.bg-red {
background: #F77872; }
.bg-blue {
background: #50C1E9; }
.bg-purple {
background: #B69BC6; }
.bg-orange {
background: #FFB24A; }
.z-green {
color: #31C4A8; }
.z-red {
color: #F77872; }
.z-blue {
color: #50C1E9; }
.z-purple {
color:... | public/css/szy/wishes-product.css | @charset "UTF-8";
.bg-green {
background: #31C4A8; }
.bg-red {
background: #F77872; }
.bg-blue {
background: #50C1E9; }
.bg-purple {
background: #B69BC6; }
.bg-orange {
background: #FFB24A; }
.z-green {
color: #31C4A8; }
.z-red {
color: #F77872; }
.z-blue {
color: #50C1E9; }
.z-purple {
color:... | 0.285372 | 0.093927 |
html{
height: 100%;
}
body, #app{
height: inherit;
}
.container-fluid {
/* removes bootstrap padding */
padding: 0px;
}
.navbar {
display: list-item;
height: inherit;
}
/* Highlighting rules for nav menu items */
.nav-item a.active,
.nav-item a.active:hover,
.nav-item a.active:focus {
ba... | ClientApp/css/site.css | html{
height: 100%;
}
body, #app{
height: inherit;
}
.container-fluid {
/* removes bootstrap padding */
padding: 0px;
}
.navbar {
display: list-item;
height: inherit;
}
/* Highlighting rules for nav menu items */
.nav-item a.active,
.nav-item a.active:hover,
.nav-item a.active:focus {
ba... | 0.403214 | 0.064271 |
.o-ui-lozenge {
display: inline-flex;
align-items: center;
background-color: var(--o-ui-bg-alias-accent-light);
color: var(--o-ui-text-alias-primary);
text-transform: uppercase;
padding: 0 var(--o-ui-sp-2);
border-radius: 4px;
min-height: var(--o-ui-sz-3);
line-height: var(--o-ui-sz-... | packages/components/src/lozenge/src/Lozenge.css | .o-ui-lozenge {
display: inline-flex;
align-items: center;
background-color: var(--o-ui-bg-alias-accent-light);
color: var(--o-ui-text-alias-primary);
text-transform: uppercase;
padding: 0 var(--o-ui-sp-2);
border-radius: 4px;
min-height: var(--o-ui-sz-3);
line-height: var(--o-ui-sz-... | 0.438665 | 0.04531 |
.Projects-container{
background-color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 25px;
margin-bottom: 20px;
/* width: 100%; */
padding: 10px;
}
.Project-item{
display: flex;
flex-direction: row;
width: auto;... | src/components/Projects/Projects.css | .Projects-container{
background-color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 25px;
margin-bottom: 20px;
/* width: 100%; */
padding: 10px;
}
.Project-item{
display: flex;
flex-direction: row;
width: auto;... | 0.352982 | 0.081593 |
@font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-regular.eot");
/* IE9 Compat Modes */
src: local("Merriweather Regular"), local("Merriweather-Regular"), url("../fonts/merriweather-v19-latin-e... | client/src/assets/css/main.css | @font-face {
font-family: 'Merriweather';
font-style: normal;
font-weight: 400;
src: url("../fonts/merriweather-v19-latin-ext_latin_cyrillic_cyrillic-ext_vietnamese-regular.eot");
/* IE9 Compat Modes */
src: local("Merriweather Regular"), local("Merriweather-Regular"), url("../fonts/merriweather-v19-latin-e... | 0.185504 | 0.054224 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
.bg {
align-items: center;
background: url(recruiters/static/recruiters/images/Image.jpg) no-repeat;
background-size: cover;
display: flex;
flex-direction: column;
width: 100vw;
height: 100vh;
... | static/css/rec_home.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
.bg {
align-items: center;
background: url(recruiters/static/recruiters/images/Image.jpg) no-repeat;
background-size: cover;
display: flex;
flex-direction: column;
width: 100vw;
height: 100vh;
... | 0.293101 | 0.060947 |
.conversationBg {
/* background-color: rgb(240, 246, 246); */
background-color: black;
width: 100%;
height: 87vh;
right: 0px;
margin-left: 0px !important;
}
#peoplesIcon {
width: 50px;
height: 50px;
position: absolute;
top: 0px;
left: 0px;
background-color: white;
bo... | client/src/components/conversation/conversation.css | .conversationBg {
/* background-color: rgb(240, 246, 246); */
background-color: black;
width: 100%;
height: 87vh;
right: 0px;
margin-left: 0px !important;
}
#peoplesIcon {
width: 50px;
height: 50px;
position: absolute;
top: 0px;
left: 0px;
background-color: white;
bo... | 0.480722 | 0.060836 |
header{
padding: 20px 0;
position: fixed;
top: 0;
width: 100%;
z-index: 2000;
background-color: #fff;
}
header > .row{
align-items: center;
justify-content: space-between;
}
.logomarca img{
max-width: 90px;
}
header nav ul li a{
color: #aaa;
margin-left: 20px;
}
header n... | vgoffice/css/home.css |
header{
padding: 20px 0;
position: fixed;
top: 0;
width: 100%;
z-index: 2000;
background-color: #fff;
}
header > .row{
align-items: center;
justify-content: space-between;
}
.logomarca img{
max-width: 90px;
}
header nav ul li a{
color: #aaa;
margin-left: 20px;
}
header n... | 0.451327 | 0.102036 |
.bookmarked { text-decoration: line-through; }
.contenthead { color: #ccc; text-align:center; background-color: #7A6A53; }
.bgone { background-color: #D9CEB2; }
.bgtwo { background-color: #D5DED9; }
.bgthree { background-color: #99B2B7; }
.nodelist, .bookmarklist { list-style: none; }
.bookmarklist { padding-top: 5px;... | static/css/style.css | .bookmarked { text-decoration: line-through; }
.contenthead { color: #ccc; text-align:center; background-color: #7A6A53; }
.bgone { background-color: #D9CEB2; }
.bgtwo { background-color: #D5DED9; }
.bgthree { background-color: #99B2B7; }
.nodelist, .bookmarklist { list-style: none; }
.bookmarklist { padding-top: 5px;... | 0.358578 | 0.178705 |
@document domain(www.facebook.com) {
body {
color: #555;
line-height: 1.28;
text-align: left;
direction: ltr;
}
.DOMControl_placeholder {
color: #ccc;
}
.ego_column {
width: 0px;
height:0px;
overflow:hidden;
}
._5uch {
border: 1px solid #E2E1E1;
padding: 18px 18px 18px 18px;
margin:5px;
b... | data/usercss/95591.user.css | @document domain(www.facebook.com) {
body {
color: #555;
line-height: 1.28;
text-align: left;
direction: ltr;
}
.DOMControl_placeholder {
color: #ccc;
}
.ego_column {
width: 0px;
height:0px;
overflow:hidden;
}
._5uch {
border: 1px solid #E2E1E1;
padding: 18px 18px 18px 18px;
margin:5px;
b... | 0.214034 | 0.062875 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
a {
text-decoration: none;
color: black;
}
:root {
--green-color: #59A638;
--gray-color: #D6D1D1;
}
.green-btn {
background-color: var(--green-color);
colo... | public/user_folders/css/app.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
a {
text-decoration: none;
color: black;
}
:root {
--green-color: #59A638;
--gray-color: #D6D1D1;
}
.green-btn {
background-color: var(--green-color);
colo... | 0.408041 | 0.137532 |
.left_xinxi{
height:600px;
border:1px solid #ddd;
width:230px;
float:left;
margin-top:15px;
margin-left:20px;
}
.use_info{
width:230px;
height:128px;
float:left;
background:#f3f3f3;
}
.use_touxiang{
border:1px solid #e5e5e5;
border-radius:50%;
float:left;
height:79px;
margin-left:15px;
margin-right:10px... | Public/css/headimage.css | .left_xinxi{
height:600px;
border:1px solid #ddd;
width:230px;
float:left;
margin-top:15px;
margin-left:20px;
}
.use_info{
width:230px;
height:128px;
float:left;
background:#f3f3f3;
}
.use_touxiang{
border:1px solid #e5e5e5;
border-radius:50%;
float:left;
height:79px;
margin-left:15px;
margin-right:10px... | 0.255529 | 0.08617 |
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
* {
margin: 0px;
padding: 0px;
}
html {
overflow-y: scroll;
}
body {
width: 100%;
font-family: Lato ,sans-serif;
font-size: 16px;
line-height: 30px;
font-size: 1rem;
line-height: 1.875rem;
color: #444;
margin: 0;
-webkit-fon... | Demo/src/Demo/wwwroot/css/style.css | @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
* {
margin: 0px;
padding: 0px;
}
html {
overflow-y: scroll;
}
body {
width: 100%;
font-family: Lato ,sans-serif;
font-size: 16px;
line-height: 30px;
font-size: 1rem;
line-height: 1.875rem;
color: #444;
margin: 0;
-webkit-fon... | 0.287068 | 0.066539 |
body{
background: black;
}
.logo{
width:150px;
height: 120px;
float: left;
padding-left:0px;
position:fixed;
}
.navigationbar{
text-transform: uppercase;
background: white;
position: fixed;
width:1366px;
height: 70px;
float: right;
margin-left:150px;
overflow-x:hidden;
}
header{
background: white;
ma... | css/style.css | body{
background: black;
}
.logo{
width:150px;
height: 120px;
float: left;
padding-left:0px;
position:fixed;
}
.navigationbar{
text-transform: uppercase;
background: white;
position: fixed;
width:1366px;
height: 70px;
float: right;
margin-left:150px;
overflow-x:hidden;
}
header{
background: white;
ma... | 0.213541 | 0.101589 |
* {
margin: 0;
padding: 0;
border: 0;
}
html {
overflow-x: hidden;
font-family:"Alegreya";
}
.container-fluid{
padding:0 !important;
}
nav {
background-color: transparent;
margin:0px 0px !important;
position: absolute !important;
}
nav a {
text-decoration: none;
text-align: center!important;
... | styles.css | * {
margin: 0;
padding: 0;
border: 0;
}
html {
overflow-x: hidden;
font-family:"Alegreya";
}
.container-fluid{
padding:0 !important;
}
nav {
background-color: transparent;
margin:0px 0px !important;
position: absolute !important;
}
nav a {
text-decoration: none;
text-align: center!important;
... | 0.403567 | 0.082771 |
ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
text-align: center;
}
li {
display: inline-block;
font-size: 20px;
font-weight: 100;
z-index: 1;
}
li a {
/* display: block; */
color: rgb(221, 221, 221);
text-align: center;
padding: 15px 15px;
margin: 0px;
/* border-bottom... | frontend/src/components/Navigation/Navigation.css | ul {
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
text-align: center;
}
li {
display: inline-block;
font-size: 20px;
font-weight: 100;
z-index: 1;
}
li a {
/* display: block; */
color: rgb(221, 221, 221);
text-align: center;
padding: 15px 15px;
margin: 0px;
/* border-bottom... | 0.555194 | 0.116588 |
body {
background-image: url(../images/fondLogin.PNG);
background-repeat: no-repeat;
background-size: cover;
}
.login-box {
position: absolute;
top: 55%;
left: 50%;
right: 50%;
width: 450px;
height: 450px;
padding: 40px;
transform: translate(-50%, -50%);
background-image... | style/login.css | body {
background-image: url(../images/fondLogin.PNG);
background-repeat: no-repeat;
background-size: cover;
}
.login-box {
position: absolute;
top: 55%;
left: 50%;
right: 50%;
width: 450px;
height: 450px;
padding: 40px;
transform: translate(-50%, -50%);
background-image... | 0.467332 | 0.102754 |
.wallet {
width: 100%;
height: 100%;
font-size: 2rem;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
}
.wallet .head {
width: 100%;
height: 34%;
background: linear-gradient(to bottom, #55c6ff, #19a6ed);
}
.wallet .head .bg {
width: 100%;
heigh... | src/assets/css/views/wallet/index.css | .wallet {
width: 100%;
height: 100%;
font-size: 2rem;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
}
.wallet .head {
width: 100%;
height: 34%;
background: linear-gradient(to bottom, #55c6ff, #19a6ed);
}
.wallet .head .bg {
width: 100%;
heigh... | 0.339609 | 0.177543 |
.scroll-to-top {
position: fixed;
right: 1.5rem;
bottom: 1.5rem;
cursor: pointer;
width: 3rem;
height: 3rem;
line-height: 3rem;
display: none;
background-color: rgba(0, 0, 0, 0.5);
z-index: 100;
border-radius: 50%;
text-align: center;
transition: background-color 0.5s;
}
.scroll-to-top i {
... | assets/css/main.css | .scroll-to-top {
position: fixed;
right: 1.5rem;
bottom: 1.5rem;
cursor: pointer;
width: 3rem;
height: 3rem;
line-height: 3rem;
display: none;
background-color: rgba(0, 0, 0, 0.5);
z-index: 100;
border-radius: 50%;
text-align: center;
transition: background-color 0.5s;
}
.scroll-to-top i {
... | 0.611962 | 0.099996 |
.list--posts {
margin: 0;
padding: 0;
width: 100%;
list-style-type: none;
}
.post--link {
display: block;
padding: 6.125vh 0;
text-align: center;
text-decoration: none;
color: var(--blackOff);
& .post--title {
font-size: 1.25rem;
}
}
.post--item {
border-bottom: 1px solid var(--grayLighter);
}
.post-... | src/css/modules/_posts.css | .list--posts {
margin: 0;
padding: 0;
width: 100%;
list-style-type: none;
}
.post--link {
display: block;
padding: 6.125vh 0;
text-align: center;
text-decoration: none;
color: var(--blackOff);
& .post--title {
font-size: 1.25rem;
}
}
.post--item {
border-bottom: 1px solid var(--grayLighter);
}
.post-... | 0.322846 | 0.080973 |
.suva a,
.suva a:active,
.suva a:focus,
.suva .tg-item-cart-button a,
.suva .tg-item-media-holder,
.suva .tg-item-content-inner,
.suva .tg-item-title,
.suva .tg-item-price,
.suva .tg-item-on-sale,
.suva .yith-wcwl-add-to-wishlist,
.suva .tg-item-cart-button,
.suva .tg-item-rating {
text-decoration: none;
... | www/wp-content/plugins/the-grid/includes/item-skins/grid/suva/suva.css | .suva a,
.suva a:active,
.suva a:focus,
.suva .tg-item-cart-button a,
.suva .tg-item-media-holder,
.suva .tg-item-content-inner,
.suva .tg-item-title,
.suva .tg-item-price,
.suva .tg-item-on-sale,
.suva .yith-wcwl-add-to-wishlist,
.suva .tg-item-cart-button,
.suva .tg-item-rating {
text-decoration: none;
... | 0.299003 | 0.065276 |
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
h1, h2, h3, h4, h5 {
margin: 0; }
h1, h2, h3 {
text-transform: uppercase;
letter-spacing: 0.1em; }
h1 small, h2 small, h3 small {
font-size: 0.5em; }
h1.masthead {
font-size: 2em;
text-align: center;
font-weight: 300;
padding: 2... | src/styles/main.css | @import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
h1, h2, h3, h4, h5 {
margin: 0; }
h1, h2, h3 {
text-transform: uppercase;
letter-spacing: 0.1em; }
h1 small, h2 small, h3 small {
font-size: 0.5em; }
h1.masthead {
font-size: 2em;
text-align: center;
font-weight: 300;
padding: 2... | 0.39129 | 0.077727 |
<style type="text/css">
table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}
.table {
width: 88%;
margin-bottom: 18px;
}
.table th, .table td {
padding: 8px;
line-height: 18px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.... | ServerTest/assets/css/table_style.css | <style type="text/css">
table {
max-width: 100%;
background-color: transparent;
border-collapse: collapse;
border-spacing: 0;
}
.table {
width: 88%;
margin-bottom: 18px;
}
.table th, .table td {
padding: 8px;
line-height: 18px;
text-align: left;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.... | 0.275325 | 0.133359 |
alignment: right;
}
.tabName {
padding: 15;
font-size: 15%;
height: 60;
background-color: #ffffff;
color: #4b4b4b;
width: auto;
text-align: center;
}
.page_border {
height: 100%;
align-items: stretch;
border-width: 5;
border-color: black;
border-radius: 5;
padd... | src/app/inspection-module/tabs/tabs.component.css | alignment: right;
}
.tabName {
padding: 15;
font-size: 15%;
height: 60;
background-color: #ffffff;
color: #4b4b4b;
width: auto;
text-align: center;
}
.page_border {
height: 100%;
align-items: stretch;
border-width: 5;
border-color: black;
border-radius: 5;
padd... | 0.705684 | 0.174094 |
.wpb_start_animation{
opacity: 1!important;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
... | wp-content/themes/fashion/framework/assets/css/animationb41e.css | .wpb_start_animation{
opacity: 1!important;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
... | 0.416915 | 0.072637 |
body {
font-family:arial,helvetica,sans-serif;
font-size:12px;
background-color: white;
}
#wrapper {
width:600px;
height:520px;
margin:auto 50px;
border:1px solid gray;
padding:10px;
}
#absFrame {
width:180px;
height:250px;
padding:10px;
border:1px solid gray;
float:left;
white-space: nowrap;
}... | demos/resource-api/style.css | body {
font-family:arial,helvetica,sans-serif;
font-size:12px;
background-color: white;
}
#wrapper {
width:600px;
height:520px;
margin:auto 50px;
border:1px solid gray;
padding:10px;
}
#absFrame {
width:180px;
height:250px;
padding:10px;
border:1px solid gray;
float:left;
white-space: nowrap;
}... | 0.310276 | 0.069258 |
@media (min-width: 1170px) and (max-width: 1400px) {
.container{width:1170px}
.hero-item .content {
margin-top: 116px;
text-align: center;
}
.hero-item .content p {
padding: 0 10%;
}
.welcome-text {
display: block;
overflow: hidden;
padding: 95px 100px 100px 55px;
}
.frequently-left {
padding: 95px 100px ... | assets/css/responsive.css | @media (min-width: 1170px) and (max-width: 1400px) {
.container{width:1170px}
.hero-item .content {
margin-top: 116px;
text-align: center;
}
.hero-item .content p {
padding: 0 10%;
}
.welcome-text {
display: block;
overflow: hidden;
padding: 95px 100px 100px 55px;
}
.frequently-left {
padding: 95px 100px ... | 0.253491 | 0.084455 |
html
{
height: 100%; /* To be able to have full page designs in themes */
min-height:100%;
}
body /* These becomes the initial settings for most other elements */
{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-color: #ffffff;
margin: 0;
padding: 0;
height: 100... | web/design/admin/stylesheets/core.css | html
{
height: 100%; /* To be able to have full page designs in themes */
min-height:100%;
}
body /* These becomes the initial settings for most other elements */
{
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
background-color: #ffffff;
margin: 0;
padding: 0;
height: 100... | 0.507812 | 0.118385 |
body {
padding-top: 50px;
padding-bottom: 20px;
}
#slide-img{
height:400px;
width:100%;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 30px;
padding-right: 15px;
margin-top: 90px;
}
/* Override the default bootstrap behavior where horizontal descri... | SKSLearningSystem/SKSLearningSystem/Content/Site.css | body {
padding-top: 50px;
padding-bottom: 20px;
}
#slide-img{
height:400px;
width:100%;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 30px;
padding-right: 15px;
margin-top: 90px;
}
/* Override the default bootstrap behavior where horizontal descri... | 0.396769 | 0.094093 |
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
font-size: 20px;
letter-spacing: 0.5px;
word-spacing: 2px;
}
.wrap {
border: 1px solid gray;
border-radius: ... | week1/main.css | @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Poppins', sans-serif;
font-size: 20px;
letter-spacing: 0.5px;
word-spacing: 2px;
}
.wrap {
border: 1px solid gray;
border-radius: ... | 0.314577 | 0.089933 |
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, ... | css/stylesheet.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.26569 | 0.078536 |
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-s... | css/style.css | article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-s... | 0.377426 | 0.081593 |
* {
padding: 0px;
margin: 0px;
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
}
.main-wrap {
width: 100%;
background: #fff;
}
.footer-wrap {
position: relative;
width: 100%;
background: black;
}
.footer-wrap-1 {
display: flex;
}
.footer-section {
disp... | src/css/footer.css | * {
padding: 0px;
margin: 0px;
box-sizing: border-box;
font-family: Arial, Helvetica, sans-serif;
}
.main-wrap {
width: 100%;
background: #fff;
}
.footer-wrap {
position: relative;
width: 100%;
background: black;
}
.footer-wrap-1 {
display: flex;
}
.footer-section {
disp... | 0.551091 | 0.107578 |
@import url("https://code.cdn.mozilla.net/fonts/fira.css");
@import url("Font-Awesome/css/font-awesome.min.css");
body
{
background : rgb(238,238,236);
color : rgb(46,52,54);
font-family : "Fira Sans", sans-serif;
font-size : 13pt;
}
div#content
{
background-color : rgb(255,255,255);
back... | static/poco.css |
@import url("https://code.cdn.mozilla.net/fonts/fira.css");
@import url("Font-Awesome/css/font-awesome.min.css");
body
{
background : rgb(238,238,236);
color : rgb(46,52,54);
font-family : "Fira Sans", sans-serif;
font-size : 13pt;
}
div#content
{
background-color : rgb(255,255,255);
back... | 0.464659 | 0.085786 |
body {
background-color: #171717;
font-size: 14px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.footer {
color: #4a4a4a !important;
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
text-align: center;
font-size: 13px;
}
.conta... | frontend/src/assets/style.css | body {
background-color: #171717;
font-size: 14px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: relative;
}
.footer {
color: #4a4a4a !important;
position: absolute;
right: 0;
bottom: 0;
left: 0;
padding: 1rem;
text-align: center;
font-size: 13px;
}
.conta... | 0.293506 | 0.077518 |
html {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 100%;
color: white;
}
body {
background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
background-image: linear-gradient(to right, #74ebd5 0%, #9face... | layouts/css/grid-gallery-examples.css |
html {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 100%;
color: white;
}
body {
background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
background-image: linear-gradient(to right, #74ebd5 0%, #9face... | 0.584153 | 0.167083 |
.style1 {
COLOR: #360508
}
."style4" {
FONT-SIZE: 11px
}
.style5 {
FONT-SIZE: 12px
}
.style6 {
COLOR: #ffffff; FONT-WEIGHT: bold
}
BODY {
TEXT-AliGN: center;
FONT-FAMILY: tahoma, helvetica, arial, sans-serif;
FONT-SIZE: 11px;
PADDING-BOTTOM: 0px;
liST-STYLE-TYPE: none;
MARGIN: 0px;
... | thai.css | .style1 {
COLOR: #360508
}
."style4" {
FONT-SIZE: 11px
}
.style5 {
FONT-SIZE: 12px
}
.style6 {
COLOR: #ffffff; FONT-WEIGHT: bold
}
BODY {
TEXT-AliGN: center;
FONT-FAMILY: tahoma, helvetica, arial, sans-serif;
FONT-SIZE: 11px;
PADDING-BOTTOM: 0px;
liST-STYLE-TYPE: none;
MARGIN: 0px;
... | 0.205057 | 0.070368 |
.ace--seahorse .ace_gutter {
background: rgba(37,38,43,1);
color: rgb(125,126,131)
}
.ace--seahorse .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--seahorse {
background-color: rgba(37,38,43,1);
color: rgba(213,214,219,1)
}
.ace--seahorse .ace_cursor {
color: rgba(248,248,240,1)
}
.ace--se... | ace/lib/ace/theme/Seahorse.css | .ace--seahorse .ace_gutter {
background: rgba(37,38,43,1);
color: rgb(125,126,131)
}
.ace--seahorse .ace_print-margin {
width: 1px;
background: #e8e8e8
}
.ace--seahorse {
background-color: rgba(37,38,43,1);
color: rgba(213,214,219,1)
}
.ace--seahorse .ace_cursor {
color: rgba(248,248,240,1)
}
.ace--se... | 0.618089 | 0.126758 |
@charset "utf-8";
/* CSS Document */
/* 首页 */
.header-bot-item{ height:1.75rem; line-height:1.75rem; background-color:#fa4b28; color:#fff; width:100%; display: -moz-box; display: -webkit-box; display: box; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; }
.header-b... | public/index/css/commonbake.css | @charset "utf-8";
/* CSS Document */
/* 首页 */
.header-bot-item{ height:1.75rem; line-height:1.75rem; background-color:#fa4b28; color:#fff; width:100%; display: -moz-box; display: -webkit-box; display: box; -ms-flex-align: center; -webkit-align-items: center; -webkit-box-align: center; align-items: center; }
.header-b... | 0.258139 | 0.049359 |
/*creates transparancy by 50% in background*/
.imageclass {
opacity: 0.5;
filter: alpha(opacity=50)
}
/*create a class for image background (2) */
.imageclass2 {
background-image:url("runner.png");
background-size: 100% 100%;
background-repeat: no-repeat;
}
/*create a class for image ... | styles.css | /*creates transparancy by 50% in background*/
.imageclass {
opacity: 0.5;
filter: alpha(opacity=50)
}
/*create a class for image background (2) */
.imageclass2 {
background-image:url("runner.png");
background-size: 100% 100%;
background-repeat: no-repeat;
}
/*create a class for image ... | 0.155591 | 0.079926 |
main{
height: 100vh;
overflow: hidden;
}
.top-nav{
width: 100%;
height: 70px;
display: flex;
justify-content: space-between;
align-items: center;
}
.top-nav-logo{
margin-left: 30px;
font-size: 24px;
font-weight: 800;
color: #569AFF;
display: flex;
justify-content: c... | src/app/css/stack.css | main{
height: 100vh;
overflow: hidden;
}
.top-nav{
width: 100%;
height: 70px;
display: flex;
justify-content: space-between;
align-items: center;
}
.top-nav-logo{
margin-left: 30px;
font-size: 24px;
font-weight: 800;
color: #569AFF;
display: flex;
justify-content: c... | 0.535827 | 0.075448 |
position: absolute;
top: 0;
left: 0;
width: 100%;
min-width: 833px;
height: 100%;
min-height: 500px;
background-color: #eee;
z-index: 100;
font-size: 20px;
opacity: 1;
-webkit-transition-property: opacity, background;
-moz-transition-property: opacity, background;
... | web/files/css/desktop/loader.css | position: absolute;
top: 0;
left: 0;
width: 100%;
min-width: 833px;
height: 100%;
min-height: 500px;
background-color: #eee;
z-index: 100;
font-size: 20px;
opacity: 1;
-webkit-transition-property: opacity, background;
-moz-transition-property: opacity, background;
... | 0.507568 | 0.082809 |
.SIMRacingApps-Widget-StandingsTop35 {
line-height: 170%;
overflow:hidden;
/* background: dimgray; */
color: white;
padding: 0;
}
.SIMRacingApps-Widget-StandingsTop35-TitleHeader {
background-color: rgba(0,0,0,.7);
}
.SIMRacingApps-Widget-StandingsTop35-Title {
font-size: 140%;
... | widgets/StandingsTop35/StandingsTop35.css | .SIMRacingApps-Widget-StandingsTop35 {
line-height: 170%;
overflow:hidden;
/* background: dimgray; */
color: white;
padding: 0;
}
.SIMRacingApps-Widget-StandingsTop35-TitleHeader {
background-color: rgba(0,0,0,.7);
}
.SIMRacingApps-Widget-StandingsTop35-Title {
font-size: 140%;
... | 0.569134 | 0.058723 |
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## ... | public/assets/css/style.css | >>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## ... | 0.704973 | 0.109753 |
.navbar-inverse .nav > li {
color: #ddd;
}
/* line 16, ../sass/navbar.scss */
.navbar-inverse .nav > li > a {
padding: 8px 12px 7px 18px;
color: #ddd;
font-size: 13px;
}
/* line 22, ../sass/navbar.scss */
.navbar-inverse .navbar-inner {
background-color: #333;
background-image: none;
border: 1px solid #f0... | public/cadviewer_toplevel_vue/app/user_resources/css/navbar.css | .navbar-inverse .nav > li {
color: #ddd;
}
/* line 16, ../sass/navbar.scss */
.navbar-inverse .nav > li > a {
padding: 8px 12px 7px 18px;
color: #ddd;
font-size: 13px;
}
/* line 22, ../sass/navbar.scss */
.navbar-inverse .navbar-inner {
background-color: #333;
background-image: none;
border: 1px solid #f0... | 0.307462 | 0.055209 |
p.caption {
color: #777;
margin-top: 10px;
}
code {
white-space: inherit;
font-size: 1rem;
}
button {
font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
font-size: 1.4rem;
}
.header-section-number {
color: dimgrey;
}
p, ol, ul {
font-size: 1.2rem;... | css/style.css | p.caption {
color: #777;
margin-top: 10px;
}
code {
white-space: inherit;
font-size: 1rem;
}
button {
font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
font-size: 1.4rem;
}
.header-section-number {
color: dimgrey;
}
p, ol, ul {
font-size: 1.2rem;... | 0.4856 | 0.198821 |
@import url("https://fonts.googleapis.com/css?family=Roboto+Mono|Source+Sans+Pro:300,400,600");
* {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-overflow-scrolling: touch;
box-sizing: border-box;
-webkit-touch-callout: none;
}
b... | docs/_media/old/theme.0.20.0.min.css | @import url("https://fonts.googleapis.com/css?family=Roboto+Mono|Source+Sans+Pro:300,400,600");
* {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-overflow-scrolling: touch;
box-sizing: border-box;
-webkit-touch-callout: none;
}
b... | 0.425367 | 0.058858 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=Kalam&family=Montserrat:wght@400;500;600&family=Poppins:wght@100;300;400;500&family=Robot... | css/style.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@500&family=Kalam&family=Montserrat:wght@400;500;600&family=Poppins:wght@100;300;400;500&family=Robot... | 0.382257 | 0.057493 |
html {
background: antiquewhite;
}
.membership, .contact, .galleries, .posts, .new_post, .deacon {
background: antiquewhite;
}
.posts, .view_questions, .view_members {
margin-bottom: 200px;
}
/* header style */
.head1 {
background: darkred;
display: flex;
justify-content: space-between;
color: white;
}... | website/static/main.css | html {
background: antiquewhite;
}
.membership, .contact, .galleries, .posts, .new_post, .deacon {
background: antiquewhite;
}
.posts, .view_questions, .view_members {
margin-bottom: 200px;
}
/* header style */
.head1 {
background: darkred;
display: flex;
justify-content: space-between;
color: white;
}... | 0.35768 | 0.056993 |
.homeContainer {
display: flex;
background-color: #c7b299;
height: 100vh;
width: 100vw;
flex-direction: column;
}
.headerContainer {
height: 18vh;
width: 40vw;
margin-left: 2.25vw;
}
.headerText {
display: flex;
align-items: center;
margin-left: 2.25vw;
color: #534741;
... | src/Home.css | .homeContainer {
display: flex;
background-color: #c7b299;
height: 100vh;
width: 100vw;
flex-direction: column;
}
.headerContainer {
height: 18vh;
width: 40vw;
margin-left: 2.25vw;
}
.headerText {
display: flex;
align-items: center;
margin-left: 2.25vw;
color: #534741;
... | 0.462473 | 0.132066 |
html, body {
margin: 0;
padding: 0;
}
body
{
font-family: arial, sans-serif;
background-color: #fff;
}
/*Main*/
* {
box-sizing: border-box;
}
#main {
overflow: auto;
}
.side-menu {
float: left;
width: 25%;
padding-right: 10px;
margin-right: 10px;
background-color: #f1f1f1;
border-radius: ... | themes/codeisscience/static/css/style.css | html, body {
margin: 0;
padding: 0;
}
body
{
font-family: arial, sans-serif;
background-color: #fff;
}
/*Main*/
* {
box-sizing: border-box;
}
#main {
overflow: auto;
}
.side-menu {
float: left;
width: 25%;
padding-right: 10px;
margin-right: 10px;
background-color: #f1f1f1;
border-radius: ... | 0.418578 | 0.0686 |
body {
background-image: url("https://cloud.githubusercontent.com/assets/15900954/18045726/ed2dbc90-6df1-11e6-99b4-5c3e681f926d.jpg");
}
.main_div_css {
width: 20%;
height: 22%;
padding: 3%;
border: 5px solid #181717;
margin-right: 1%;
margin-left: 1%;
display: in... | css/style.css | body {
background-image: url("https://cloud.githubusercontent.com/assets/15900954/18045726/ed2dbc90-6df1-11e6-99b4-5c3e681f926d.jpg");
}
.main_div_css {
width: 20%;
height: 22%;
padding: 3%;
border: 5px solid #181717;
margin-right: 1%;
margin-left: 1%;
display: in... | 0.36693 | 0.131424 |
.main-application-container {
background-color: white;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
width: 50%;
margin-top: 4%;
margin-right: auto;
margin-left: auto;
height: 100%;
}
.application-form {
width:80%;
margin-left:11%;
margin-top: 2%;
padding-top: 2%;
posit... | CIMOB_IPS/wwwroot/css/application.css | .main-application-container {
background-color: white;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
width: 50%;
margin-top: 4%;
margin-right: auto;
margin-left: auto;
height: 100%;
}
.application-form {
width:80%;
margin-left:11%;
margin-top: 2%;
padding-top: 2%;
posit... | 0.464902 | 0.117016 |
* {
font-family: 'Open Sans', sans-serif;
}
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?18f0y6');
src: url('fonts/icomoon.eot?18f0y6#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?18f0y6') format('truetype'), url('fonts/icomoon.woff?18f0y6') format('woff'), url('fonts/i... | front-office/stylesheets/screen.css | * {
font-family: 'Open Sans', sans-serif;
}
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?18f0y6');
src: url('fonts/icomoon.eot?18f0y6#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?18f0y6') format('truetype'), url('fonts/icomoon.woff?18f0y6') format('woff'), url('fonts/i... | 0.336004 | 0.08733 |
body {
background-color: white !important;
margin-top: 80px !important;
font-size: 13px !important;
font-family: Arial;
}
.glyphicon {
font-size: 30px;
color: #FCF4A3;
}
.glyphicon:hover {
color: #3f704d;
}
footer {
left: 0;
width: 100%;
padding: 3px;
background-color: #3f704... | public/css/app_faye.css | body {
background-color: white !important;
margin-top: 80px !important;
font-size: 13px !important;
font-family: Arial;
}
.glyphicon {
font-size: 30px;
color: #FCF4A3;
}
.glyphicon:hover {
color: #3f704d;
}
footer {
left: 0;
width: 100%;
padding: 3px;
background-color: #3f704... | 0.39257 | 0.108661 |
.animate-once {
animation-fill-mode: forwards !important;
}
.spinning {
animation: spinningAnim 2800ms infinite forwards cubic-bezier(0.5, 1.1, 0.36, 1.02);
}
@keyframes spinningAnim {
0% {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
20% {
transform-origin:... | pack/react-components/src/styles/animations.css | .animate-once {
animation-fill-mode: forwards !important;
}
.spinning {
animation: spinningAnim 2800ms infinite forwards cubic-bezier(0.5, 1.1, 0.36, 1.02);
}
@keyframes spinningAnim {
0% {
transform-origin: center;
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
20% {
transform-origin:... | 0.78436 | 0.285294 |
body {
padding-top: 2.5rem;
display: none;
}
.P_Pages {
padding: 0 0.5625rem 0;
background: #fff;
color: #fff;
min-height: 100%;
position: relative;
}
.P_Pages form {
}
.P_Pages .reg_nav {
line-height: 2rem;
}
.P_Pages .reg_nav .right a {
colo... | Iwenli.Org.Passport.Site/Skin/Passport/Css/Register.css | body {
padding-top: 2.5rem;
display: none;
}
.P_Pages {
padding: 0 0.5625rem 0;
background: #fff;
color: #fff;
min-height: 100%;
position: relative;
}
.P_Pages form {
}
.P_Pages .reg_nav {
line-height: 2rem;
}
.P_Pages .reg_nav .right a {
colo... | 0.558568 | 0.067332 |
html,
body,
.content-wrapper {
height: 100%;
margin: 0px;
padding: 0px;
}
.content-wrapper {
padding-top: 2px;
display: flex;
flex-direction: column;
}
.login-screen {
flex: 1;
display: flex;
}
.login-screen .login-left p {
color: white;
font-size: 20px;
text-align: left;
width: 100%;
}
.log... | Prawito Hudoro (Code)/CSS Login Twitter/style.css | html,
body,
.content-wrapper {
height: 100%;
margin: 0px;
padding: 0px;
}
.content-wrapper {
padding-top: 2px;
display: flex;
flex-direction: column;
}
.login-screen {
flex: 1;
display: flex;
}
.login-screen .login-left p {
color: white;
font-size: 20px;
text-align: left;
width: 100%;
}
.log... | 0.409929 | 0.069858 |
body {
font-family: 'Roboto', sans-serif;
background: #7e8b91;
margin: 1%;
box-sizing: border-box;
}
.container {
display: flex;
display: -webkit-flex;
flex-direction: row;
-webkit-flex-direction: row;
width: 100%;
min-width: 1180px;
margin: auto;
justify-content: center;
}
.menu-column {
po... | projets-web/DEMO_CodePen_Dashboard/style.css | body {
font-family: 'Roboto', sans-serif;
background: #7e8b91;
margin: 1%;
box-sizing: border-box;
}
.container {
display: flex;
display: -webkit-flex;
flex-direction: row;
-webkit-flex-direction: row;
width: 100%;
min-width: 1180px;
margin: auto;
justify-content: center;
}
.menu-column {
po... | 0.468061 | 0.063744 |
body{
overflow: scroll;
padding-top: 80px;
background-color: #E1EEF5;
}
.logo {
margin-left: 15px !important;
}
.logo a{
margin-top: 7px;
font-weight: bold;
font-size: 24px !important;
}
/* Painel Nav-bar Topo */
.navbar-default {
background-color: #424242;
border-color: #6E6E6E;... | public/css/style.css | body{
overflow: scroll;
padding-top: 80px;
background-color: #E1EEF5;
}
.logo {
margin-left: 15px !important;
}
.logo a{
margin-top: 7px;
font-weight: bold;
font-size: 24px !important;
}
/* Painel Nav-bar Topo */
.navbar-default {
background-color: #424242;
border-color: #6E6E6E;... | 0.327023 | 0.060225 |
html,body{
margin: 0;
padding: 0;
height: 100%;
}
.center {
position: relative;
width: 100%;
/*min-height: 500px;*/
height: 100%;
background: url(../img/bj1.png);
}
.center>.cen_1 {
width: 100%;
min-height: 59px;
background: url(../img/bj1.png);
}
.center>.cen_2{
margin-top: 20px;
b... | CRM/CRM/css/CRM_rito.css | html,body{
margin: 0;
padding: 0;
height: 100%;
}
.center {
position: relative;
width: 100%;
/*min-height: 500px;*/
height: 100%;
background: url(../img/bj1.png);
}
.center>.cen_1 {
width: 100%;
min-height: 59px;
background: url(../img/bj1.png);
}
.center>.cen_2{
margin-top: 20px;
b... | 0.336222 | 0.074601 |
.aa{
position: relative;
display: block;
overflow: hidden;
margin:0 5px;
padding: 5px 0 8px 0px;
border-bottom: solid 1px #eee;
font-size: 0.875rem
}
.aa .spann{
color:#00a67c;
}
.aa span{
color:#999;
}
.aa .spann:hover {
color:red;
}
.aa .imgg{
float:left;
display: blo... | src/main/resources/static/others/static/css/detail.css |
.aa{
position: relative;
display: block;
overflow: hidden;
margin:0 5px;
padding: 5px 0 8px 0px;
border-bottom: solid 1px #eee;
font-size: 0.875rem
}
.aa .spann{
color:#00a67c;
}
.aa span{
color:#999;
}
.aa .spann:hover {
color:red;
}
.aa .imgg{
float:left;
display: blo... | 0.400046 | 0.103794 |
.whatido-container {
display: flex;
margin: 30px 0px 30px 0px;
width: 100%;
justify-content: center;
color: #181a2e;
}
.skills-container {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
width: 80%;
height: 400px;
border: 0px;
border-... | src/styles/components/whatido.css | .whatido-container {
display: flex;
margin: 30px 0px 30px 0px;
width: 100%;
justify-content: center;
color: #181a2e;
}
.skills-container {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-around;
flex-wrap: wrap;
width: 80%;
height: 400px;
border: 0px;
border-... | 0.42668 | 0.075551 |
MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
font-size:... | style.css | MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
font-size:... | 0.260389 | 0.061876 |
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Fraunces:wght@700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@700;900&display=swap');
:root {
--softRede: hsl(7, 99%, 70%);
--yellow: hsl(51, 100%, 49%);
/*Dark desaturated cyan (graphic... | estilo.css | @import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600&family=Fraunces:wght@700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fraunces:wght@700;900&display=swap');
:root {
--softRede: hsl(7, 99%, 70%);
--yellow: hsl(51, 100%, 49%);
/*Dark desaturated cyan (graphic... | 0.249905 | 0.072276 |
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
@import "../css/utility.css";
@import "../css/play_section.css";
@import "../css/popup_section.css";
*{box-sizing: border-box;
margin: 0;
}
body {
position: relative;
background-image: url("../images/paper_4.png");
... | assets/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
@import "../css/utility.css";
@import "../css/play_section.css";
@import "../css/popup_section.css";
*{box-sizing: border-box;
margin: 0;
}
body {
position: relative;
background-image: url("../images/paper_4.png");
... | 0.292292 | 0.072341 |
.transaction-container {
/* height: calc(100vh - 55px - 83px - 96px - 75px); */
height: calc(100vh - 55px - 83px - 130px - 36px);
}
.transaction-item-container-pointer {
display: grid;
grid-template-columns: 0.44fr 3fr 1fr;
grid-template-rows: repeat(2, 1fr);
grid-template-areas:
'left main .'
... | app/components/Transactions/styles.css | .transaction-container {
/* height: calc(100vh - 55px - 83px - 96px - 75px); */
height: calc(100vh - 55px - 83px - 130px - 36px);
}
.transaction-item-container-pointer {
display: grid;
grid-template-columns: 0.44fr 3fr 1fr;
grid-template-rows: repeat(2, 1fr);
grid-template-areas:
'left main .'
... | 0.393968 | 0.11836 |
.faq_page {
width: 100%;
padding: 2%;
}
.sub_menu_faq {
width: 100%;
}
.liste_menu {
width: 100%;
padding: 3% 10%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.item_menu {
/* width: 18%; */
flex: 1;
border-right: 3px solid #fff;
background-color: #efefed;
display: flex;
... | public/css/front/faq.css | .faq_page {
width: 100%;
padding: 2%;
}
.sub_menu_faq {
width: 100%;
}
.liste_menu {
width: 100%;
padding: 3% 10%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.item_menu {
/* width: 18%; */
flex: 1;
border-right: 3px solid #fff;
background-color: #efefed;
display: flex;
... | 0.332527 | 0.073364 |
#myform{position:absolute;top:10px;left:10px;padding-bottom: 10px;z-index:3;margin:0;width:auto;}
#pictxtdialog{position:fixed;width:400px; left:10px;bottom:10px;z-index:4}
#vedioOuter #localVideo, #vedioOuter #remoteVideo {
width: 100%!important;
height: 100%!important;
}
#main{height:100%;padding:0;}
#stat... | WebRoot/css/view/video.exp.css |
#myform{position:absolute;top:10px;left:10px;padding-bottom: 10px;z-index:3;margin:0;width:auto;}
#pictxtdialog{position:fixed;width:400px; left:10px;bottom:10px;z-index:4}
#vedioOuter #localVideo, #vedioOuter #remoteVideo {
width: 100%!important;
height: 100%!important;
}
#main{height:100%;padding:0;}
#stat... | 0.243912 | 0.040617 |
.img-box img {
width: 200px;
height: 200px;
}
#G-lightbox-mask {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.5;
z-index: 10000;
background: url(../icon/opacity.png) repeat left top;
/* fliter: alpha(opacity=50%); */
display: none;
}
#G-lightb... | lightbox/css/lightbox.css | .img-box img {
width: 200px;
height: 200px;
}
#G-lightbox-mask {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.5;
z-index: 10000;
background: url(../icon/opacity.png) repeat left top;
/* fliter: alpha(opacity=50%); */
display: none;
}
#G-lightb... | 0.342901 | 0.097433 |
.navbar {
background: rgba(0, 0, 0, 0);
transition: .5s;
}
.navbar.navmuncul {
background: rgba(0, 0, 0, 1);
border-bottom:1px solid rgba(0,0,0,0);
}
#logoperpus{
width: 40px;
height: 40px;
}
.jumbotron{
background-size: cover;
background-repeat: no-repeat;
animation: slide 20s infinite;
backgro... | bootstrap/custom css/stylepencarian.css | .navbar {
background: rgba(0, 0, 0, 0);
transition: .5s;
}
.navbar.navmuncul {
background: rgba(0, 0, 0, 1);
border-bottom:1px solid rgba(0,0,0,0);
}
#logoperpus{
width: 40px;
height: 40px;
}
.jumbotron{
background-size: cover;
background-repeat: no-repeat;
animation: slide 20s infinite;
backgro... | 0.306838 | 0.098729 |
body {
font-family: "Roboto", sans-serif;
}
/* navbar */
.navbar-brand {
font-size: 24px;
font-weight: 500;
}
/* header */
header h1 {
font-size: 7vw;
text-align: center;
color: rgb(224, 224, 219);
padding: 5% 0 3%;
text-shadow: 5px 5px 30px black;
}
header p {
font-size: 3vw;
text-align: center;... | client/src/App.css | body {
font-family: "Roboto", sans-serif;
}
/* navbar */
.navbar-brand {
font-size: 24px;
font-weight: 500;
}
/* header */
header h1 {
font-size: 7vw;
text-align: center;
color: rgb(224, 224, 219);
padding: 5% 0 3%;
text-shadow: 5px 5px 30px black;
}
header p {
font-size: 3vw;
text-align: center;... | 0.446736 | 0.099689 |
body {
/* overflow: hidden; */
}
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-thumb {
/* border-width:2px;
border-style:solid;
border-color:#fff; */
border-radius: 6px;
background-color: #c6c6c6;
}
::-webkit-scrollbar-thumb:hover {
background: #999;
}
div.... | src/main/resources/static/admin/css/admin.css | body {
/* overflow: hidden; */
}
::-webkit-scrollbar {
width: 6px;
height: 6px;
}
::-webkit-scrollbar-thumb {
/* border-width:2px;
border-style:solid;
border-color:#fff; */
border-radius: 6px;
background-color: #c6c6c6;
}
::-webkit-scrollbar-thumb:hover {
background: #999;
}
div.... | 0.420243 | 0.079139 |
html{
scrollbar-width:none!important;
}
html::-webkit-scrollbar {
display: hidden;
width:0;
}
* {
box-sizing: border-box;
}
h3 {
font-size: 40px;
font-family: "DM Sans", sans-serif;
color: white;
align-items: justify;
margin: 0px;
}
body {
background: linear-gradient(40deg, rgb(65, 201, 2... | WebContent/AllPages/RegisterPage/register.css | html{
scrollbar-width:none!important;
}
html::-webkit-scrollbar {
display: hidden;
width:0;
}
* {
box-sizing: border-box;
}
h3 {
font-size: 40px;
font-family: "DM Sans", sans-serif;
color: white;
align-items: justify;
margin: 0px;
}
body {
background: linear-gradient(40deg, rgb(65, 201, 2... | 0.334589 | 0.060752 |
.navcontent .csidenav .colorBrand .anicon {
margin: 6px 30px 0px 30px;
font-size: 64px;
top: 0px;
}
.cbrand {
font-size: 26px;
font-weight: 300;
text-align: center;
padding-top: 74px;
cursor: default;
margin-right: 20px;
}
.navcontent {
display: block;
position: relative;
... | app/static/css/home.css | .navcontent .csidenav .colorBrand .anicon {
margin: 6px 30px 0px 30px;
font-size: 64px;
top: 0px;
}
.cbrand {
font-size: 26px;
font-weight: 300;
text-align: center;
padding-top: 74px;
cursor: default;
margin-right: 20px;
}
.navcontent {
display: block;
position: relative;
... | 0.488527 | 0.082254 |
* {
margin: 0;
padding: 0;
font-family: Calibri, sans-serif;
box-sizing: border-box;
}
.main-container{
padding: 0 15px;
}
.form-container {
width: 500px;
margin: 50px auto;
box-shadow: 0 0px 10px 0 #cecece;
}
.table-container {
width: 800px;
margin: 50px auto;
}
.form {
padding: 20px 50px;
}
h1 {... | public/stylesheets/contact.css | * {
margin: 0;
padding: 0;
font-family: Calibri, sans-serif;
box-sizing: border-box;
}
.main-container{
padding: 0 15px;
}
.form-container {
width: 500px;
margin: 50px auto;
box-shadow: 0 0px 10px 0 #cecece;
}
.table-container {
width: 800px;
margin: 50px auto;
}
.form {
padding: 20px 50px;
}
h1 {... | 0.345326 | 0.110856 |