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 |
|---|---|---|---|---|
font-family: 'Open Sans', sans-serif;
font-size: 13px;
}
#fontIcons .col-md-4,
#fontIcons .col-sm-6,
#fontIcons .col-lg-3 {
border-bottom: 1px solid #f0f0f0;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
height: 40px;
padding-top: 10px;
}
#fontIcons .col-md-4 i,
#fontIcons... | assets/css/demo.css | font-family: 'Open Sans', sans-serif;
font-size: 13px;
}
#fontIcons .col-md-4,
#fontIcons .col-sm-6,
#fontIcons .col-lg-3 {
border-bottom: 1px solid #f0f0f0;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
height: 40px;
padding-top: 10px;
}
#fontIcons .col-md-4 i,
#fontIcons... | 0.18072 | 0.05752 |
html {
font-family: 'Lato', sans-serif;
box-sizing: border-box;
font-size: 62.5%;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}
.container {
display: grid;
grid-template-rows: repeat(auto-fix, minmax(100px, 1fr));
grid-template-columns: 1fr 1fr 1fr;
j... | Search-Engine-Front-End-Development/main.css | html {
font-family: 'Lato', sans-serif;
box-sizing: border-box;
font-size: 62.5%;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}
.container {
display: grid;
grid-template-rows: repeat(auto-fix, minmax(100px, 1fr));
grid-template-columns: 1fr 1fr 1fr;
j... | 0.610337 | 0.189015 |
.Input {
position: relative;
font-size: 1rem;
line-height: 1.5;
overflow: hidden;
}
.Input + .Input {
margin-top: 0.5rem;
}
/* Input, Textarea */
.Input > input {
display: block;
margin: 0;
border: none;
border-top: solid 1rem transparent;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 0 ... | src/components/Input/Input.module.css | .Input {
position: relative;
font-size: 1rem;
line-height: 1.5;
overflow: hidden;
}
.Input + .Input {
margin-top: 0.5rem;
}
/* Input, Textarea */
.Input > input {
display: block;
margin: 0;
border: none;
border-top: solid 1rem transparent;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
padding: 0 ... | 0.507568 | 0.102979 |
:root {
--dornika-blue: #00BCD4;
--dornika-gray: #2A2A2A;
}
@font-face {
font-family: 'dornika';
src: url('..\\font\\IRANSansWeb.woff')format('woff');
}
*{font-family:'dornika'}
html {
scroll-behavior: smooth;
}
.hero {
background: url(../img/hero-bg.png) no-repeat;
background-size: 1200... | public/landing/css/style.css | :root {
--dornika-blue: #00BCD4;
--dornika-gray: #2A2A2A;
}
@font-face {
font-family: 'dornika';
src: url('..\\font\\IRANSansWeb.woff')format('woff');
}
*{font-family:'dornika'}
html {
scroll-behavior: smooth;
}
.hero {
background: url(../img/hero-bg.png) no-repeat;
background-size: 1200... | 0.437583 | 0.197019 |
:root {
--cinza: #859399 !important;
}
@font-face {
font-family: "Kirvy Regular";
font-style: normal;
font-weight: normal;
src: local("Kirvy Regular"),
url("/assets/fonts/Kirvy-Regular.woff") format("woff");
}
@font-face {
font-family: "Kirvy Thin";
font-style: normal;
font-weight: normal;
src: ... | assets/css/parallax.css | :root {
--cinza: #859399 !important;
}
@font-face {
font-family: "Kirvy Regular";
font-style: normal;
font-weight: normal;
src: local("Kirvy Regular"),
url("/assets/fonts/Kirvy-Regular.woff") format("woff");
}
@font-face {
font-family: "Kirvy Thin";
font-style: normal;
font-weight: normal;
src: ... | 0.368633 | 0.112113 |
@charset "utf-8";
/* CSS Document */
.header {
width: 100%;
max-height: 134px;
background: url(/images/icon/footer_bg.png) no-repeat left bottom #fff;
position: relative;
z-index: 9;
float: left;
}
.header .navbar_all {
padding: 0 15%;
*padding: 0 5%;
}
.header .avator {
width: 19%;
*width: 15%;
padding... | web/frontend/css/main.css | @charset "utf-8";
/* CSS Document */
.header {
width: 100%;
max-height: 134px;
background: url(/images/icon/footer_bg.png) no-repeat left bottom #fff;
position: relative;
z-index: 9;
float: left;
}
.header .navbar_all {
padding: 0 15%;
*padding: 0 5%;
}
.header .avator {
width: 19%;
*width: 15%;
padding... | 0.393968 | 0.060032 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Roboto", sans-serif;
}
html {
font-size: 10px;
background-color: #f2f2f2;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background-color: #f1f1f1;
}
::-webkit-scrollbar-thu... | public/assets/styles/css/chat.style.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Roboto", sans-serif;
}
html {
font-size: 10px;
background-color: #f2f2f2;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background-color: #f1f1f1;
}
::-webkit-scrollbar-thu... | 0.332744 | 0.074265 |
position: fixed;
z-index: 999;
top: 0;
height: 50px;
width: 100%;
}
ul {
list-style: none;
padding: 0;
}
li {
display: inline-block;
padding: 15px 5px;
margin: 10px 10px;
}
:root {
--mainColor: rgb(236, 30, 150);
--accentColor: black;
}
.nav-link {
color: white;
font-family: "Chakra Petc... | assets/style/style.css | position: fixed;
z-index: 999;
top: 0;
height: 50px;
width: 100%;
}
ul {
list-style: none;
padding: 0;
}
li {
display: inline-block;
padding: 15px 5px;
margin: 10px 10px;
}
:root {
--mainColor: rgb(236, 30, 150);
--accentColor: black;
}
.nav-link {
color: white;
font-family: "Chakra Petc... | 0.361503 | 0.096706 |
body {font-family: 'lato';}
/* start header */
.header .container {
/*background: url('../images/toy.jpeg') no-repeat center;*/
/*background-size: cover;*/
/*height: 370px;*/
}
.header img {
width:100%;
height:300px;
object-fit:cover;
}
.header .adv {
height:300px;
border: 1px solid... | public/backend/website/css/notMinified/displayArticleStyle.css | body {font-family: 'lato';}
/* start header */
.header .container {
/*background: url('../images/toy.jpeg') no-repeat center;*/
/*background-size: cover;*/
/*height: 370px;*/
}
.header img {
width:100%;
height:300px;
object-fit:cover;
}
.header .adv {
height:300px;
border: 1px solid... | 0.303732 | 0.089614 |
*{
margin:0;
padding:0;
}
img{
max-width: 100%;
}
ul{
list-style: none;
padding-left: 0;
margin: 0;
}
a, a:focus, a:hover{
text-decoration: none;
outline: none;
}
body{
font-family: 'Montserrat', sans-serif;
}
button:focus, .btn.focus, .btn:focus{
outline:none;
border:none;
box-shadow: 0px 5px 13px 0px... | public/css/frontend/style.css |
*{
margin:0;
padding:0;
}
img{
max-width: 100%;
}
ul{
list-style: none;
padding-left: 0;
margin: 0;
}
a, a:focus, a:hover{
text-decoration: none;
outline: none;
}
body{
font-family: 'Montserrat', sans-serif;
}
button:focus, .btn.focus, .btn:focus{
outline:none;
border:none;
box-shadow: 0px 5px 13px 0px... | 0.282196 | 0.050191 |
html{
--width-tight: 767px;
--width-site: 1400px;
--width-full: 100%;
--gutter: 1.375rem;
--rhythm: 6rem;
--base-font-size: 16px;
--color-bg: #FFFFFF;
--color-fg: #000000;
--color-sc: #C00127;
--color-hl: #000000;
--color-hl-inverted: #FFFFFF;
--color-nav-bg: transparent;
--color-n... | themes/zynthian/css/theme.css | html{
--width-tight: 767px;
--width-site: 1400px;
--width-full: 100%;
--gutter: 1.375rem;
--rhythm: 6rem;
--base-font-size: 16px;
--color-bg: #FFFFFF;
--color-fg: #000000;
--color-sc: #C00127;
--color-hl: #000000;
--color-hl-inverted: #FFFFFF;
--color-nav-bg: transparent;
--color-n... | 0.36591 | 0.050752 |
#toggle:checked~ label i:first-child{display:none;}
#toggle:not(checked)~ label i:first-child(){display: block;}
#toggle:not(checked)~ label i:nth-child(2){display:none;}
#toggle:checked~ul{display: block;}
#toggle:checked~ul div li a{display:block;}
#data-hora{
font-size:xx-large;
padding: 5px;
}
.menu{... | Codigo/Projeto-tortuga/Pagina inicial/tp.css | #toggle:checked~ label i:first-child{display:none;}
#toggle:not(checked)~ label i:first-child(){display: block;}
#toggle:not(checked)~ label i:nth-child(2){display:none;}
#toggle:checked~ul{display: block;}
#toggle:checked~ul div li a{display:block;}
#data-hora{
font-size:xx-large;
padding: 5px;
}
.menu{... | 0.162979 | 0.082809 |
@media (min-width: 1400px) {
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
.special-item-image {
min-height:205px;
}
.promo-slider .slide {
margin-bottom:0 !important;
}
#comments .commenter img {
margin-top:-15px;
}
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
.specia... | public/assets/css/responsive.css | @media (min-width: 1400px) {
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
.special-item-image {
min-height:205px;
}
.promo-slider .slide {
margin-bottom:0 !important;
}
#comments .commenter img {
margin-top:-15px;
}
}
/* sm */
@media (min-width: 768px) and (max-width: 991px) {
.specia... | 0.10759 | 0.057971 |
body
{
background-color:white;
color:black;
font-family: 'Catamaran', sans-serif;
font-size:125%;
background-image: url("") ;
}
.headings
{
font-size : 2rem;
width: 50%;
float: left;
margin-left: 15px;
padding:3px;
white-space: nowrap;
line-height:5px;
}
.icon1
{
padding:1rem;
widt... | target/weather-finder-0.0.1-SNAPSHOT/WEB-INF/classes/style.css | body
{
background-color:white;
color:black;
font-family: 'Catamaran', sans-serif;
font-size:125%;
background-image: url("") ;
}
.headings
{
font-size : 2rem;
width: 50%;
float: left;
margin-left: 15px;
padding:3px;
white-space: nowrap;
line-height:5px;
}
.icon1
{
padding:1rem;
widt... | 0.390708 | 0.056574 |
.header{
width: 100%;
height: 310px;
background-color:#222;
}
.header-container{
width: 78%;
height: 100%;
margin: auto;
padding-top: 40px;
}
.header-search{
width: 100%;
height: 60px;
margin-top: 40px;
}
.header-search .skill-search{
height: 100%;
width: 580px;
back... | public/theme-seeker/css/job-list.css | .header{
width: 100%;
height: 310px;
background-color:#222;
}
.header-container{
width: 78%;
height: 100%;
margin: auto;
padding-top: 40px;
}
.header-search{
width: 100%;
height: 60px;
margin-top: 40px;
}
.header-search .skill-search{
height: 100%;
width: 580px;
back... | 0.40157 | 0.052328 |
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* Correct... | public/js/trumbowyg/docs/scss/main.css | HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* Correct... | 0.591959 | 0.08438 |
.ProfileContainer-Estudiantes_inicio{
background-color:#1565c0;
display: flex;
flex-flow: column;
align-items: center;
justify-content: space-around;
height: 80vh;
border-radius: 20px;
}
.ImgProfile-Estudiantes_inicio{
width: 15vw;
height: 15vw;
border-radius: 100%;
}
.Directivos... | frontend/src/Styles/Estudiantes_inicio.css | .ProfileContainer-Estudiantes_inicio{
background-color:#1565c0;
display: flex;
flex-flow: column;
align-items: center;
justify-content: space-around;
height: 80vh;
border-radius: 20px;
}
.ImgProfile-Estudiantes_inicio{
width: 15vw;
height: 15vw;
border-radius: 100%;
}
.Directivos... | 0.437103 | 0.107297 |
.xefros-color {
color: var(--xefros-color);
}
.t-dark .xefros-color {
color: var(--xefros-color-dark);
}
.waves-effect.waves-xefros .waves-ripple {
background-color: var(--xefros-color);
}
.checkbox-xefros[type="checkbox"].filled-in:checked + span:not(.lever):after {
border: 2px solid var(--xefros-color... | App/TextColors/hvsp.css | .xefros-color {
color: var(--xefros-color);
}
.t-dark .xefros-color {
color: var(--xefros-color-dark);
}
.waves-effect.waves-xefros .waves-ripple {
background-color: var(--xefros-color);
}
.checkbox-xefros[type="checkbox"].filled-in:checked + span:not(.lever):after {
border: 2px solid var(--xefros-color... | 0.560373 | 0.180071 |
@media only screen and (max-width: 600px) {
body.desplegado{
overflow: hidden;
}
/* header .container{
position: relative;
} */
#menu{
display: none;
}
#boton-menu{
display: table-cell;
padding-left: 30px;
}
#btn-perfil{
padding-righ... | frontend/web/css/max-600.css | @media only screen and (max-width: 600px) {
body.desplegado{
overflow: hidden;
}
/* header .container{
position: relative;
} */
#menu{
display: none;
}
#boton-menu{
display: table-cell;
padding-left: 30px;
}
#btn-perfil{
padding-righ... | 0.359139 | 0.084153 |
@import url('https://fonts.googleapis.com/css2?family=Fruktur&family=Oswald&display=swap');
*{
margin: 0;
padding: 0;
background-color: black;
font-family: 'Fruktur', cursive;
font-family: 'Oswald', sans-serif;
color: white;
text-decoration: none;
}
.perfis {
padding-left: 2... | login/main.css | @import url('https://fonts.googleapis.com/css2?family=Fruktur&family=Oswald&display=swap');
*{
margin: 0;
padding: 0;
background-color: black;
font-family: 'Fruktur', cursive;
font-family: 'Oswald', sans-serif;
color: white;
text-decoration: none;
}
.perfis {
padding-left: 2... | 0.379378 | 0.083965 |
.menu {
list-style: none;
border-bottom: 0.1em solid black;
margin-bottom: 2em;
padding: 0 0 0.5em;
}
.menu:before {
content: "[";
}
.progress-bar-success {
background-color: #9b4dca;
}
#nav img {
height: 30px;
width: 30px;
}
#nav span {
margin-left: 1vw;
}
.menu:after {
content: "]";
}
.menu... | app/app.css |
.menu {
list-style: none;
border-bottom: 0.1em solid black;
margin-bottom: 2em;
padding: 0 0 0.5em;
}
.menu:before {
content: "[";
}
.progress-bar-success {
background-color: #9b4dca;
}
#nav img {
height: 30px;
width: 30px;
}
#nav span {
margin-left: 1vw;
}
.menu:after {
content: "]";
}
.menu... | 0.420719 | 0.086555 |
* {
margin:0px;
padding:0px;
}
.clear_both {
clear:both;
}
#header_bar {
background-color:#0080FF;
display:block;
text-align:center;
color:white;
margin:0px;
padding:50px 0 5px 0;
font-size:1.5em;
font-family:junction;
}
#header_link {
display:block;
margin:0.5% auto 0 auto;
text-align:center;
... | main.css | * {
margin:0px;
padding:0px;
}
.clear_both {
clear:both;
}
#header_bar {
background-color:#0080FF;
display:block;
text-align:center;
color:white;
margin:0px;
padding:50px 0 5px 0;
font-size:1.5em;
font-family:junction;
}
#header_link {
display:block;
margin:0.5% auto 0 auto;
text-align:center;
... | 0.302494 | 0.110279 |
@charset "UTF-8";
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
em,
button {
margin: 0;
padding: 0; }
img,
fieldset {
... | demo/show3/css/main.css | @charset "UTF-8";
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%; }
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
em,
button {
margin: 0;
padding: 0; }
img,
fieldset {
... | 0.364664 | 0.058426 |
.settingsWrapper {
margin-top: 7rem;
margin-bottom: 7rem;
}
.settingsSubWrapper {
height: auto;
padding-bottom: 2rem;
background: var(--secondary-color);
}
.settings__userHeader,
.settings__userSubHeader {
font-style: normal;
font-weight: 900;
font-size: 18px;
line-height: 175.78%;
text-align: jus... | styles/Settings.module.css | .settingsWrapper {
margin-top: 7rem;
margin-bottom: 7rem;
}
.settingsSubWrapper {
height: auto;
padding-bottom: 2rem;
background: var(--secondary-color);
}
.settings__userHeader,
.settings__userSubHeader {
font-style: normal;
font-weight: 900;
font-size: 18px;
line-height: 175.78%;
text-align: jus... | 0.560373 | 0.053034 |
.footer__objects {
text-decoration: none;
color: #8e8e8e;
padding: 0 1rem 0 0;
}
.footer__nav {
margin: auto;
text-align: center;
}
.footer__div {
margin-left: auto;
margin-right: auto;
margin-top: 3.125rem;
margin-bottom: 0;
max-width: 46.875rem;
font-size: 0.75rem;
}
.login__screen {
displa... | css/index.css | .footer__objects {
text-decoration: none;
color: #8e8e8e;
padding: 0 1rem 0 0;
}
.footer__nav {
margin: auto;
text-align: center;
}
.footer__div {
margin-left: auto;
margin-right: auto;
margin-top: 3.125rem;
margin-bottom: 0;
max-width: 46.875rem;
font-size: 0.75rem;
}
.login__screen {
displa... | 0.398524 | 0.053428 |
@component Btn {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
vertical-align: middle;
border: none;
border-radius: 4px;
font-size: var(--fontSize-default);
transition: var(--transition-btn-default);
text-decoration: none;
box-shadow: 0 0 0 0 transparent;
overflow: hidden;
text-overflow... | packages/theme/src/button.css | @component Btn {
position: relative;
display: inline-block;
margin: 0;
padding: 0;
vertical-align: middle;
border: none;
border-radius: 4px;
font-size: var(--fontSize-default);
transition: var(--transition-btn-default);
text-decoration: none;
box-shadow: 0 0 0 0 transparent;
overflow: hidden;
text-overflow... | 0.327238 | 0.138287 |
#inspector-button {
list-style-image: url(chrome://firebug/skin/inspect.png);
}
#inspector-button[disabled="true"] {
list-style-image: url(chrome://firebug/skin/inspectDisabled.png);
}
toolbar[iconsize="small"] #inspector-button > .toolbarbutton-icon {
list-style-image: url(chrome://firebug/skin/inspectSmall... | skin/classic/firebug.css |
#inspector-button {
list-style-image: url(chrome://firebug/skin/inspect.png);
}
#inspector-button[disabled="true"] {
list-style-image: url(chrome://firebug/skin/inspectDisabled.png);
}
toolbar[iconsize="small"] #inspector-button > .toolbarbutton-icon {
list-style-image: url(chrome://firebug/skin/inspectSmall... | 0.294114 | 0.081447 |
.clearfix:after,.wrap:after,.cwrap:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
.clearfix,.wrap,.cwrap{zoom:1}/* for IE6 IE7 */
/* 空标签清除法 */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
/* 要注意表单元素并不继承父级 font 的问题 根据自身需求设置... | cnDocs/assets/css/common.css | .clearfix:after,.wrap:after,.cwrap:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
.clearfix,.wrap,.cwrap{zoom:1}/* for IE6 IE7 */
/* 空标签清除法 */
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
/* 要注意表单元素并不继承父级 font 的问题 根据自身需求设置... | 0.153549 | 0.083516 |
.sk {
position: absolute;
top: 40px;
left: 185px;
height: 32px;
border-left: 1px solid #b1191a;
padding: 5px 0 0 15px;
}
.sk_list li {
float: left;
line-height: 45px;
margin: 0 30px;
}
.sk_list li a {
font-size: 16px;
color: #000;
font-weight: 700;
}
.sk_list li a:hover {
color: #c81523;
}
.sk_con li {
... | css/list.css | .sk {
position: absolute;
top: 40px;
left: 185px;
height: 32px;
border-left: 1px solid #b1191a;
padding: 5px 0 0 15px;
}
.sk_list li {
float: left;
line-height: 45px;
margin: 0 30px;
}
.sk_list li a {
font-size: 16px;
color: #000;
font-weight: 700;
}
.sk_list li a:hover {
color: #c81523;
}
.sk_con li {
... | 0.271059 | 0.142799 |
@import url(bootstrap-grid.min.css);
@import url(jquery.pagepiling.min.css);
@import url(swiper-bundle.min.css);
@import url(magnific-popup.css);
@font-face {
font-family: "NeueMontreal-Regular";
font-display: swap;
src: url("../fonts/NeueMontreal-Regular.woff") format("woff"), url("../fonts/NeueMontreal-Regula... | css/main.css |
@import url(bootstrap-grid.min.css);
@import url(jquery.pagepiling.min.css);
@import url(swiper-bundle.min.css);
@import url(magnific-popup.css);
@font-face {
font-family: "NeueMontreal-Regular";
font-display: swap;
src: url("../fonts/NeueMontreal-Regular.woff") format("woff"), url("../fonts/NeueMontreal-Regula... | 0.343232 | 0.051702 |
body{
margin: 0;
padding: 0;
font-family: 'Lora', serif;
color: black;
}
:root {
--primary: #14152e;
--background: #afb6c0;
--subbackground: #f3f9fb;
--neutral: #ececec;
--highlight: orange;
--secondary: #494ca2;
--inputfocus: #dadddf;
--buttonfocus: #fdfdfd;
}
#overlay... | UI/css/signup.css | body{
margin: 0;
padding: 0;
font-family: 'Lora', serif;
color: black;
}
:root {
--primary: #14152e;
--background: #afb6c0;
--subbackground: #f3f9fb;
--neutral: #ececec;
--highlight: orange;
--secondary: #494ca2;
--inputfocus: #dadddf;
--buttonfocus: #fdfdfd;
}
#overlay... | 0.467575 | 0.096621 |
p {
line-height: 2rem;
}
.icon-block {
padding: 0 15px;
}
.material-icons {
font-size: inherit;
}
.dialog {
width: 30%;
}
.divider.large {
margin: 2em 0 2em 0;
}
/* HELPERS */
.no-margin {
margin: 0 !important;
}
.no-padding {
padding: 0 !important;
}
.no-margin-top {
margin-top: 0 !imp... | css/main.css | p {
line-height: 2rem;
}
.icon-block {
padding: 0 15px;
}
.material-icons {
font-size: inherit;
}
.dialog {
width: 30%;
}
.divider.large {
margin: 2em 0 2em 0;
}
/* HELPERS */
.no-margin {
margin: 0 !important;
}
.no-padding {
padding: 0 !important;
}
.no-margin-top {
margin-top: 0 !imp... | 0.367043 | 0.135375 |
html,body{
padding:0px;
margin:0px;
font-size: 12px;
background-color: #fff;
}
html{
height: 100%;
}
body{
min-height: 100%;
}
nav{
background-color:#DE99F2;
padding: 10px 40px; /*Establece el espacio de relleno requerido por todos los lados de un elemento*/
}
nav h1{
font-weight... | css/estilos.css | html,body{
padding:0px;
margin:0px;
font-size: 12px;
background-color: #fff;
}
html{
height: 100%;
}
body{
min-height: 100%;
}
nav{
background-color:#DE99F2;
padding: 10px 40px; /*Establece el espacio de relleno requerido por todos los lados de un elemento*/
}
nav h1{
font-weight... | 0.317744 | 0.08617 |
.service-cms {
padding: 10px;
margin-bottom: 35px; }
.service-cms h3 {
padding-top: 10px;
margin-bottom: 13px;
color: #666666; }
.service-cms p {
text-align: center; }
.service-cms div > span.compartir {
text-align: center; }
.link-inicio {
color: #ffffff;
text-decoration: none; }
.h... | public/css/maincamoranns.css | .service-cms {
padding: 10px;
margin-bottom: 35px; }
.service-cms h3 {
padding-top: 10px;
margin-bottom: 13px;
color: #666666; }
.service-cms p {
text-align: center; }
.service-cms div > span.compartir {
text-align: center; }
.link-inicio {
color: #ffffff;
text-decoration: none; }
.h... | 0.36727 | 0.080249 |
body {
background-color: var(--bs-light);
font-family: 'Roboto', sans-serif;
/* background: linear-gradient(313deg, rgb(204, 204, 204) 0%, rgba(223, 217, 247, 0.841) 35%, rgb(199, 232, 240) 100%); */
}
.color{
background: linear-gradient(313deg, rgb(204, 204, 204) 0%, rgba(223, 217, 247, 0.841) 35%, rgb(1... | style.css | body {
background-color: var(--bs-light);
font-family: 'Roboto', sans-serif;
/* background: linear-gradient(313deg, rgb(204, 204, 204) 0%, rgba(223, 217, 247, 0.841) 35%, rgb(199, 232, 240) 100%); */
}
.color{
background: linear-gradient(313deg, rgb(204, 204, 204) 0%, rgba(223, 217, 247, 0.841) 35%, rgb(1... | 0.542621 | 0.090574 |
*,
*::before,
*::after {
margin: 0;
padding: 0;
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 62.5%;
}
@media only screen and (max-width: 22.5em) {
html {
font-size: 58%;
}
}
@media only screen and (... | css/main.css | *,
*::before,
*::after {
margin: 0;
padding: 0;
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-size: 62.5%;
}
@media only screen and (max-width: 22.5em) {
html {
font-size: 58%;
}
}
@media only screen and (... | 0.404978 | 0.052522 |
a, a:visited{
text-decoration: none;
color: #fff;
}
a:hover{
color: #fff;
}
/* USER COMPONENT STYLES */
.logout-btn, .delete-account-button{
background-color: #ff4040;
padding: 8px;
margin-top: 0;
border-radius: 25px;
width: 120px;
font-weight: 700;
color: #fff;
}
.logout-btn... | src/css/style.css |
a, a:visited{
text-decoration: none;
color: #fff;
}
a:hover{
color: #fff;
}
/* USER COMPONENT STYLES */
.logout-btn, .delete-account-button{
background-color: #ff4040;
padding: 8px;
margin-top: 0;
border-radius: 25px;
width: 120px;
font-weight: 700;
color: #fff;
}
.logout-btn... | 0.379493 | 0.070528 |
*{
margin: 0px;
padding: 0px;
}
a {
text-decoration: none;
}
li {
text-decoration: none;
list-style: none;
}
h1 {
text-align: left;
padding-left: 30px;
}
.disclaimer {
font-size: 30px;
font-weight: bold;
color: grey;
}
.pagecontainer {
display: flex;
flex-direction: row;
justify-content: cen... | site/stylesheets/mybooks.css | *{
margin: 0px;
padding: 0px;
}
a {
text-decoration: none;
}
li {
text-decoration: none;
list-style: none;
}
h1 {
text-align: left;
padding-left: 30px;
}
.disclaimer {
font-size: 30px;
font-weight: bold;
color: grey;
}
.pagecontainer {
display: flex;
flex-direction: row;
justify-content: cen... | 0.427038 | 0.09236 |
.range-slider {
border: 1px solid #DDDDDD;
margin: 1.25rem 0;
position: relative;
-ms-touch-action: none;
touch-action: none;
display: block;
height: 1rem;
width: 100%;
background: #FAFAFA; }
.range-slider.vertical-range {
border: 1px solid #DDDDDD;
margin: 1.25rem 0;
position: relative;... | data/assets/default/css/form/foundation.slider.css | .range-slider {
border: 1px solid #DDDDDD;
margin: 1.25rem 0;
position: relative;
-ms-touch-action: none;
touch-action: none;
display: block;
height: 1rem;
width: 100%;
background: #FAFAFA; }
.range-slider.vertical-range {
border: 1px solid #DDDDDD;
margin: 1.25rem 0;
position: relative;... | 0.52829 | 0.107087 |
width: 100%;
height: 150px;
}
input{
display: block;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
... | web/css/temp.css | width: 100%;
height: 150px;
}
input{
display: block;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
... | 0.14624 | 0.049543 |
border-spacing: 3px;
margin: 25px;
float: left;
font-family: -apple-system, BlinkMacSystemFont, sans-serif;;
}
#dados {
border: 2px solid black;
}
button{
margin: 10px;
position: center;
}
#js-valor-dados{
margin: 10px;
}
#tablero {
display: 1;
border: 2px solid black;
background-color: gainsboro;
... | progweb1/monopoly/styles.css | border-spacing: 3px;
margin: 25px;
float: left;
font-family: -apple-system, BlinkMacSystemFont, sans-serif;;
}
#dados {
border: 2px solid black;
}
button{
margin: 10px;
position: center;
}
#js-valor-dados{
margin: 10px;
}
#tablero {
display: 1;
border: 2px solid black;
background-color: gainsboro;
... | 0.292899 | 0.098209 |
body,td,th { color:#000; font:12px Arial,Helvetica,sans-serif; }
input,select,textarea,button { color:#000; font:11px Arial,Helvetica,sans-serif; }
/*a { font-family:Arial,Helvetica,sans-serif; }*/
body,form { margin:0px; padding:0px; }
body {font:12px arial,helvetica,sans-serif;color:#000;}
/* begin added to overcom... | Data/PP/mlb.com/priv_files/global.css | body,td,th { color:#000; font:12px Arial,Helvetica,sans-serif; }
input,select,textarea,button { color:#000; font:11px Arial,Helvetica,sans-serif; }
/*a { font-family:Arial,Helvetica,sans-serif; }*/
body,form { margin:0px; padding:0px; }
body {font:12px arial,helvetica,sans-serif;color:#000;}
/* begin added to overcom... | 0.281208 | 0.076339 |
body{
background-color:#d1d1e0;
color:#3e3e5b;
font-family:sans-serif;
align-items: center;
display:flex;
}
#survey-container{
background:#fff;
border-radius:5px;
display:flex;
flex-direction:column;
font-size: 18px;
/* align-items: center; */
font-family:'Raleway', Helvetica, sans-serif;
padd... | SurveyForm/css/Style.css | body{
background-color:#d1d1e0;
color:#3e3e5b;
font-family:sans-serif;
align-items: center;
display:flex;
}
#survey-container{
background:#fff;
border-radius:5px;
display:flex;
flex-direction:column;
font-size: 18px;
/* align-items: center; */
font-family:'Raleway', Helvetica, sans-serif;
padd... | 0.243463 | 0.093388 |
::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }
.bg {
width: 100%;
height: 100%;
}
.bg .content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.bg .sli... | assets/css/style1old.css |
::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }
.bg {
width: 100%;
height: 100%;
}
.bg .content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
}
.bg .sli... | 0.409103 | 0.089097 |
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
html, body {
font-family: 'Roboto', sans-serif;
}
body {
min-height: 100%;
max-height: 100%;
height: 100%;
overflow: hidden;
/*padding-top: 50px;*/
}
a {
color: inherit;
}
a:hover {
text-de... | src/client/vandaid/content/css/style.css | [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
html, body {
font-family: 'Roboto', sans-serif;
}
body {
min-height: 100%;
max-height: 100%;
height: 100%;
overflow: hidden;
/*padding-top: 50px;*/
}
a {
color: inherit;
}
a:hover {
text-de... | 0.441432 | 0.12552 |
{
position: absolute;
box-sizing:content-box;
-moz-box-sizing:content-box;
}
#ned-flanders
{
position: relative;
width: 120px;
height: 131px;
margin: 0 auto;
}
#ned-flanders .head *
{
border: 1px solid #110b00;
}
#ned-flanders .head .no-border
{
border: none;
}
#ned-flanders .he... | apps/fun.v1/public/css/ned.characters.css | {
position: absolute;
box-sizing:content-box;
-moz-box-sizing:content-box;
}
#ned-flanders
{
position: relative;
width: 120px;
height: 131px;
margin: 0 auto;
}
#ned-flanders .head *
{
border: 1px solid #110b00;
}
#ned-flanders .head .no-border
{
border: none;
}
#ned-flanders .he... | 0.342462 | 0.086942 |
.flag-edit-img {
background: url(images/flags/0.png) 0 5px no-repeat;
display: block;
width: 16px;
height: 12px;
margin-top: 3px;
text-indent: -9999px;
overflow: hidden;
padding: 0;
}
.flag-edit-img.prev {
display: inline-block;
width: 21px;
height: 19px;
background-position: 5px 4px;
}
.flag-edit-img.flag-... | modules/ext.bracketManager.flags.css | .flag-edit-img {
background: url(images/flags/0.png) 0 5px no-repeat;
display: block;
width: 16px;
height: 12px;
margin-top: 3px;
text-indent: -9999px;
overflow: hidden;
padding: 0;
}
.flag-edit-img.prev {
display: inline-block;
width: 21px;
height: 19px;
background-position: 5px 4px;
}
.flag-edit-img.flag-... | 0.118118 | 0.11221 |
@import url("reset.css");
@import url("pygment.css");
@import url("typogrify.css");
/***** Global *****/
/* Body */
body {
background:url("../images/body-bg.jpg");
color: #000305;
font-size: 87.5%; /* Base font size: 14px */
font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, sans-serif;
... | themes/SoMA2/static/css/main.css | @import url("reset.css");
@import url("pygment.css");
@import url("typogrify.css");
/***** Global *****/
/* Body */
body {
background:url("../images/body-bg.jpg");
color: #000305;
font-size: 87.5%; /* Base font size: 14px */
font-family: 'Avenir Next', Avenir, 'Helvetica Neue', Helvetica, sans-serif;
... | 0.254602 | 0.083815 |
* {
margin: 0;
padding: 0;
}
body {
font: 14px/18px'OpenSans-Bold', sans-serif;
}
ul {
list-style: none;
}
.wrapper {
width: 700px;
margin: 20px auto;
}
.products {
margin: 40px 0;
overflow: hidden;
border-left: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
}
.products... | components/esb-tools/plugins/org.wso2.integrationstudio.apim.endpoint.central/WebAppContent/libs/list_grid_view/table_style.css | * {
margin: 0;
padding: 0;
}
body {
font: 14px/18px'OpenSans-Bold', sans-serif;
}
ul {
list-style: none;
}
.wrapper {
width: 700px;
margin: 20px auto;
}
.products {
margin: 40px 0;
overflow: hidden;
border-left: 1px solid #d9d9d9;
border-bottom: 1px solid #d9d9d9;
}
.products... | 0.465873 | 0.107625 |
body {
background-color: black;
color: burlywood;
font-family: "Courier New", serif;
font-size: 40px;
}
input {
background-color: brown;
border-radius: 4px;
}
.btn {
background-color: burlywood;
height: 100px;
width: 200px;
border-radius: 10px;
border: none;
font-family: "Courier New", serif;
... | public/css/app.css | body {
background-color: black;
color: burlywood;
font-family: "Courier New", serif;
font-size: 40px;
}
input {
background-color: brown;
border-radius: 4px;
}
.btn {
background-color: burlywood;
height: 100px;
width: 200px;
border-radius: 10px;
border: none;
font-family: "Courier New", serif;
... | 0.525856 | 0.074265 |
*,
*::before,
*::after {
padding: 0;
margin: 0;
box-sizing: inherit;
}
*::selection {
background-color: var(--color-primary);
color: var(--color-pure-white);
}
html {
font-size: 62.5%;
}
@media screen and (max-width: 1200px) {
html {
font-size: 60%;
}
}
@media screen and (max-width: 900px) {
ht... | src/index.css | *,
*::before,
*::after {
padding: 0;
margin: 0;
box-sizing: inherit;
}
*::selection {
background-color: var(--color-primary);
color: var(--color-pure-white);
}
html {
font-size: 62.5%;
}
@media screen and (max-width: 1200px) {
html {
font-size: 60%;
}
}
@media screen and (max-width: 900px) {
ht... | 0.57821 | 0.054324 |
@charset "utf-8";
/* CSS Document */
.h1 {
color: rgb(19, 19, 17);
}
.h2 {
color: rgb(37, 37, 35);
}
.p {
color: rgb(226, 143, 87);
}
.body {
background-image: url(./images/bg.JPG);
}
.wrapper {
width: 1280px;
height: auto;
overflow: hidden;
m... | input/style.css | @charset "utf-8";
/* CSS Document */
.h1 {
color: rgb(19, 19, 17);
}
.h2 {
color: rgb(37, 37, 35);
}
.p {
color: rgb(226, 143, 87);
}
.body {
background-image: url(./images/bg.JPG);
}
.wrapper {
width: 1280px;
height: auto;
overflow: hidden;
m... | 0.35488 | 0.122786 |
.Treant { position: relative; overflow: hidden; padding: 0 !important; }
.Treant > .node,
.Treant > .pseudo { position: absolute; display: block; visibility: hidden; }
.Treant.loaded .node,
.Treant.loaded .pseudo { visibility: visible; }
.Treant > .pseudo { width: 0; height: 0; border: none; padding: 0; }
.Treant .coll... | tools/pythonpkg/duckdb_query_graph/query_graph.css | .Treant { position: relative; overflow: hidden; padding: 0 !important; }
.Treant > .node,
.Treant > .pseudo { position: absolute; display: block; visibility: hidden; }
.Treant.loaded .node,
.Treant.loaded .pseudo { visibility: visible; }
.Treant > .pseudo { width: 0; height: 0; border: none; padding: 0; }
.Treant .coll... | 0.521471 | 0.241366 |
.body {
height: 100%;
}
.main {
border-right: 1.5px solid #337ab7;
border-left: 1.5px solid #337ab7;
border-bottom: 1.5px solid #337ab7;
border-top: 1.5px solid #337ab7;
border-bottom-left-radius: 2.5%;
border-bottom-right-radius: 2.5%;
margin-right: .15%;
margin-left: .... | src/gui/static/css/main.css | .body {
height: 100%;
}
.main {
border-right: 1.5px solid #337ab7;
border-left: 1.5px solid #337ab7;
border-bottom: 1.5px solid #337ab7;
border-top: 1.5px solid #337ab7;
border-bottom-left-radius: 2.5%;
border-bottom-right-radius: 2.5%;
margin-right: .15%;
margin-left: .... | 0.332744 | 0.069668 |
@-moz-document domain("ru-bit.com"), domain("mirror-rutor.org"), domain("x-bit.net"), domain("xrutor.org"), domain("zerkalo-rutor.org"), domain("mega-tor.org"), domain("free-rutor.org"), domain("top-tor.org"), domain("vip-tor.org"), domain("hd-bit.org"), domain("tracker.rutor.is"), domain("rutor.info"), domain("fast-... | data/usercss/129543.user.css |
@-moz-document domain("ru-bit.com"), domain("mirror-rutor.org"), domain("x-bit.net"), domain("xrutor.org"), domain("zerkalo-rutor.org"), domain("mega-tor.org"), domain("free-rutor.org"), domain("top-tor.org"), domain("vip-tor.org"), domain("hd-bit.org"), domain("tracker.rutor.is"), domain("rutor.info"), domain("fast-... | 0.171373 | 0.433202 |
label { font-weight: normal;}
.no-pad-sm-right{ padding-right:0px; }
.no-pad-sm{ padding-left:0px; padding-right:0px; }
.no-pad-sm-left{ padding-left:0px; }
.no-pad-left{ padding-left:0px; }
.no-pad-right{ padding-right:0px; }
.no-pad{ padding-left:0px; padding-right:0px; }
.pad-right-5{ padding-right:5%; }... | css/custom.css | label { font-weight: normal;}
.no-pad-sm-right{ padding-right:0px; }
.no-pad-sm{ padding-left:0px; padding-right:0px; }
.no-pad-sm-left{ padding-left:0px; }
.no-pad-left{ padding-left:0px; }
.no-pad-right{ padding-right:0px; }
.no-pad{ padding-left:0px; padding-right:0px; }
.pad-right-5{ padding-right:5%; }... | 0.447219 | 0.222004 |
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--succ... | static/css/bootstrap-subset.css | :root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--succ... | 0.439747 | 0.119075 |
@charset "utf-8";
/* CSS Document */
/* CSS 顶部横条 */
.index-top-box {
width: 100%;
height: 35px;
background: url(../img/sprite/sprite-point.jpg) #f5f5f5 bottom repeat-x;
}
.index-top {
width: 1200px;
height: 35px;
line-height: 35px;
}
/* 城市选择 */
.checkCity {
display: block;
width: 78px... | TermProject-2020-2021-1/框架企业级应用综合设计-2020-11/提交版/唐可寅-美博城-数据库 ,ER,我的痕迹,猜你喜欢/项目代码/项目源码/course-design-ecommerce-202011/src/main/resources/static/css/top-style.css | @charset "utf-8";
/* CSS Document */
/* CSS 顶部横条 */
.index-top-box {
width: 100%;
height: 35px;
background: url(../img/sprite/sprite-point.jpg) #f5f5f5 bottom repeat-x;
}
.index-top {
width: 1200px;
height: 35px;
line-height: 35px;
}
/* 城市选择 */
.checkCity {
display: block;
width: 78px... | 0.276886 | 0.067362 |
--------------------------------------------------------------------------------*/
* {
-webkit-font-smoothing: antialiased;
text-shadow: none;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-... | src/scss/custom_c.css | --------------------------------------------------------------------------------*/
* {
-webkit-font-smoothing: antialiased;
text-shadow: none;
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-... | 0.430626 | 0.090977 |
display: flex;
justify-content: center;
}
#nicdark_parallax_title .nicdark_clearfix{
text-align:center;
}
#nicdark_parallax_title .nicdark_filter.greydark{
position:relative;
}
/*#nicdark_parallax_title .overlay-2{
background: rgba(0,0,0,0.2);
top:0;
left:0;
bottom:0;
right:0;
}*/
.sear... | themes/guest/assets/own/own_3.css | display: flex;
justify-content: center;
}
#nicdark_parallax_title .nicdark_clearfix{
text-align:center;
}
#nicdark_parallax_title .nicdark_filter.greydark{
position:relative;
}
/*#nicdark_parallax_title .overlay-2{
background: rgba(0,0,0,0.2);
top:0;
left:0;
bottom:0;
right:0;
}*/
.sear... | 0.154249 | 0.050847 |
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: auto;
margin: auto;
font-family: 'Avenir Light', Arial, sans-serif;
font-weight: normal;
font-style: normal;
color: #666;
text-rendering: optimizeLegibility;
font-size: 16px;
}
#twd_container a, #twd_co... | framework4.css | -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: auto;
margin: auto;
font-family: 'Avenir Light', Arial, sans-serif;
font-weight: normal;
font-style: normal;
color: #666;
text-rendering: optimizeLegibility;
font-size: 16px;
}
#twd_container a, #twd_co... | 0.33372 | 0.051368 |
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,900);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;500;700&display=swap);
@charset "UTF-8";
@keyframes heartbeat {
0% {
transform: scale(1);
}
25% {
transform: scale(1.4);
}
40% {
transform: scale(... | dist/css/styles.css | @import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,900);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;500;700&display=swap);
@charset "UTF-8";
@keyframes heartbeat {
0% {
transform: scale(1);
}
25% {
transform: scale(1.4);
}
40% {
transform: scale(... | 0.586168 | 0.15059 |
.provider-card {
display: flex;
width: 100%;
flex-flow: row nowrap;
background-color: #FFFFFF;
border: 2px solid #C8A2EB;
border-radius: 4px;
box-shadow: 1px 3px 4px rgba(96, 1, 185, 0.25);
outline: none;
user-select: none;
overflow: hidden;
}
.provider-card * {
-webkit-user-select: text; /*... | src/components/MenuDropdownItem/menu-dropdown-item.css | .provider-card {
display: flex;
width: 100%;
flex-flow: row nowrap;
background-color: #FFFFFF;
border: 2px solid #C8A2EB;
border-radius: 4px;
box-shadow: 1px 3px 4px rgba(96, 1, 185, 0.25);
outline: none;
user-select: none;
overflow: hidden;
}
.provider-card * {
-webkit-user-select: text; /*... | 0.360264 | 0.075687 |
:root {
--base-font-size: 16px;
--link-color: #0A75BD;
--navbar-root-color: #0A75BD;
--navbar-root-color--active: #0A75BD;
--navbar-root-color--hover: #0A75BD;
--sidebar-name-color: #0A75BD;
--sidebar-nav-link-color--active: #4D4D4D;
--sidebar-nav-link-font-weight--active: bold;
--pagination-title-col... | docs/assets/css/theme-custom.css | :root {
--base-font-size: 16px;
--link-color: #0A75BD;
--navbar-root-color: #0A75BD;
--navbar-root-color--active: #0A75BD;
--navbar-root-color--hover: #0A75BD;
--sidebar-name-color: #0A75BD;
--sidebar-nav-link-color--active: #4D4D4D;
--sidebar-nav-link-font-weight--active: bold;
--pagination-title-col... | 0.550124 | 0.104021 |
html,
body {
height: 100%;
}
.row {
margin-left: -10px !important;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 0px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd... | web/css/site.css | html,
body {
height: 100%;
}
.row {
margin-left: -10px !important;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 0px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd... | 0.552298 | 0.091099 |
body {
background-color: black;
}
.wrapper {
position: relative;
}
.header {
display:grid;
grid-template-rows: 60px 40px;
background: white;
z-index: 1 ;
}
.header-wrapper {
width: 100%;
}
.header-container {
height: auto;
width: 100%;
display: grid;
grid-template-column... | css.css | body {
background-color: black;
}
.wrapper {
position: relative;
}
.header {
display:grid;
grid-template-rows: 60px 40px;
background: white;
z-index: 1 ;
}
.header-wrapper {
width: 100%;
}
.header-container {
height: auto;
width: 100%;
display: grid;
grid-template-column... | 0.496826 | 0.159938 |
.searchpage {
background-color: #eeeeee;
margin-top:0;
border-top:1px solid gray;
padding-top:0;
color:black;
padding-bottom:80px;
}
.description {
font-weight: 900;
font-size:48px;
}
#period {
animation: color-change 1s infinite;
}
.wrapper{
margin-top: 10%;
}
@keyframes c... | client/src/components/SearchComponent/searchComponent.css | .searchpage {
background-color: #eeeeee;
margin-top:0;
border-top:1px solid gray;
padding-top:0;
color:black;
padding-bottom:80px;
}
.description {
font-weight: 900;
font-size:48px;
}
#period {
animation: color-change 1s infinite;
}
.wrapper{
margin-top: 10%;
}
@keyframes c... | 0.449876 | 0.083516 |
html, body
{ margin:0px; padding:0px;}
A
{
text-decoration:none;
}
.wraper {
margin-left: 50px;
margin-right: 50px;
}
.form-wraper {
border-top: 2px solid #1d9db1;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
background-color: white;
font-size: 13px;
margin-bottom: 100px;
}
.form-header{padding:.25rem 1... | admincss/css.css | html, body
{ margin:0px; padding:0px;}
A
{
text-decoration:none;
}
.wraper {
margin-left: 50px;
margin-right: 50px;
}
.form-wraper {
border-top: 2px solid #1d9db1;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
background-color: white;
font-size: 13px;
margin-bottom: 100px;
}
.form-header{padding:.25rem 1... | 0.317003 | 0.071786 |
body
{
background:#000000 url("../image/bgd.png");
background-repeat:no-repeat;
}
li, h3 {
color: #fff;
}
.middle_text
{
position:absolute;
left:320px;
top:300px;
font-size: 550%;
font-weight: bold;
color: #ffffff;
}
.form
{
position:absolute;
left:320px;
top:250px;
... | tek3/web/Common/style/generic.css | body
{
background:#000000 url("../image/bgd.png");
background-repeat:no-repeat;
}
li, h3 {
color: #fff;
}
.middle_text
{
position:absolute;
left:320px;
top:300px;
font-size: 550%;
font-weight: bold;
color: #ffffff;
}
.form
{
position:absolute;
left:320px;
top:250px;
... | 0.393385 | 0.089893 |
.pay_accept,.pay_num,.pay_remark{
width:100%;
height:70px;
padding: 0 15px;
overflow: hidden;
box-sizing: border-box;
}
.pay_accept>div,.pay_num>div,.pay_remark>div{
background:white;
width:100%;
height:70px;
border-radius:6px;
padding:20px 15px 0px 15px;
font-size: 14px;
}
.pay_accept{
margin-top:20px;
}
p... | public/static/front/assets/css/yuan.css | .pay_accept,.pay_num,.pay_remark{
width:100%;
height:70px;
padding: 0 15px;
overflow: hidden;
box-sizing: border-box;
}
.pay_accept>div,.pay_num>div,.pay_remark>div{
background:white;
width:100%;
height:70px;
border-radius:6px;
padding:20px 15px 0px 15px;
font-size: 14px;
}
.pay_accept{
margin-top:20px;
}
p... | 0.186243 | 0.068475 |
.cube {
position: absolute;
top: 80vh;
left: 45vw;
width: 10px;
height: 10px;
border: solid 1px #ffc107;
transform-origin: top left;
transform: scale(0) rotate(0deg) translate(-50%, -50%);
animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
border-color: #ffc107 ;
}
.cube:nth-chi... | css/style.css |
.cube {
position: absolute;
top: 80vh;
left: 45vw;
width: 10px;
height: 10px;
border: solid 1px #ffc107;
transform-origin: top left;
transform: scale(0) rotate(0deg) translate(-50%, -50%);
animation: cube 12s ease-in forwards infinite;
}
.cube:nth-child(2n) {
border-color: #ffc107 ;
}
.cube:nth-chi... | 0.575707 | 0.085748 |
-- -- -- -- -- -- --
com_members CSS
-- -- -- -- -- -- --
*/
/* Base styles for dropdown menu */
.btn {
display: inline-block;
padding: 0.7em;
margin-bottom: 0;
font-size: 1em;
line-height: 1;
outline: 0;
text-align: center;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
c... | core/components/com_members/admin/assets/css/members.css |
-- -- -- -- -- -- --
com_members CSS
-- -- -- -- -- -- --
*/
/* Base styles for dropdown menu */
.btn {
display: inline-block;
padding: 0.7em;
margin-bottom: 0;
font-size: 1em;
line-height: 1;
outline: 0;
text-align: center;
white-space: nowrap;
word-wrap: normal;
vertical-align: middle;
c... | 0.290477 | 0.063164 |
html,
body {
scroll-behavior: smooth;
}
#grocery .block-content .tab-content .product-item .product-image img {
height: 150px !important;
}
#grocery .block-content .tab-content .product-item {
height: 250px !important;
}
@media (max-width: 768px) {
#grocery .block-content .tab-content .product-item {
height... | css/Home.css | html,
body {
scroll-behavior: smooth;
}
#grocery .block-content .tab-content .product-item .product-image img {
height: 150px !important;
}
#grocery .block-content .tab-content .product-item {
height: 250px !important;
}
@media (max-width: 768px) {
#grocery .block-content .tab-content .product-item {
height... | 0.4206 | 0.085786 |
*{
box-sizing: border-box;
overflow: hidden;
}
body{
font-family: Brush Script MT, Brush Script Std, cursive;
font-weight: bold;
font-size: 24px;
text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 40px #ffffff ;
color: black;
text-align: center;
background: linear-gradien... | projs/ex-book-shop/css/style.css | *{
box-sizing: border-box;
overflow: hidden;
}
body{
font-family: Brush Script MT, Brush Script Std, cursive;
font-weight: bold;
font-size: 24px;
text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 15px #FFF, 0 0 40px #ffffff ;
color: black;
text-align: center;
background: linear-gradien... | 0.398758 | 0.103205 |
body {
padding-bottom: 30px;
}
ul {
list-style: none;
}
h1, h2, h3 {
font-family: 'Special Elite', monospace;
color: #282200;
}
p, form {
color: #282200;
font-family: 'Cutive Mono', monospace;
font-size: 18px;
}
table {
font-size: 16px;
color: #282200;
font-family: 'Cutive Mono', monospace;
}
... | public/css/application.css | body {
padding-bottom: 30px;
}
ul {
list-style: none;
}
h1, h2, h3 {
font-family: 'Special Elite', monospace;
color: #282200;
}
p, form {
color: #282200;
font-family: 'Cutive Mono', monospace;
font-size: 18px;
}
table {
font-size: 16px;
color: #282200;
font-family: 'Cutive Mono', monospace;
}
... | 0.332419 | 0.057019 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&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,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');... | style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&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,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');... | 0.39036 | 0.052887 |
#MAIN
\*------------------------------------*/
#header {
font-size: 1.4em;
margin-bottom: 10px;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 5px;
}
/*------------------------------------*\
#ITEMS
\*------------------------------------*/
.list-view {
float: left;
width: 60%;
min... | src/backend/web/css/file-manager/filemanager.css | #MAIN
\*------------------------------------*/
#header {
font-size: 1.4em;
margin-bottom: 10px;
border-bottom: 1px solid #e5e5e5;
padding-bottom: 5px;
}
/*------------------------------------*\
#ITEMS
\*------------------------------------*/
.list-view {
float: left;
width: 60%;
min... | 0.38769 | 0.102125 |
@import 'https://at.alicdn.com/t/font_1636035_ch7tphf623.css';
*{
margin: 0;
padding: 0;
}
html,body{
width: 100%;
height: 100%;
font-size: 14px;
}
.header{
width: 100%;
height: 45px;
}
.header>.logo>a{
overflow: hidden;
display: inline-block;
width: 78px;
height: 0;... | css/index.css | @import 'https://at.alicdn.com/t/font_1636035_ch7tphf623.css';
*{
margin: 0;
padding: 0;
}
html,body{
width: 100%;
height: 100%;
font-size: 14px;
}
.header{
width: 100%;
height: 45px;
}
.header>.logo>a{
overflow: hidden;
display: inline-block;
width: 78px;
height: 0;... | 0.181191 | 0.119203 |
@keyframes fading {
0% {
opacity: 0.1;
}
50% {
opacity: 0.2;
}
100% {
opacity: 0.1;
}
}
.ztopia-block-text-editor {
/*===============================
= Toolbar =
===============================*/
.bf-controlbar {
border-bottom: 1px solid $white-dark;
box-... | components/BlockTextEditor/BlockTextEditor.css | @keyframes fading {
0% {
opacity: 0.1;
}
50% {
opacity: 0.2;
}
100% {
opacity: 0.1;
}
}
.ztopia-block-text-editor {
/*===============================
= Toolbar =
===============================*/
.bf-controlbar {
border-bottom: 1px solid $white-dark;
box-... | 0.572245 | 0.085939 |
.ydm_top{
background:#eaeaea;
height:48px;
line-height: 48px;
}
.ydm_a_top{
color:#4d4d4d;
font-size:14px;
margin-right:50px;
}
.header_top{
padding:20px 0px;
width:100%;
}
.carousel{
position: relative;
cursor: pointer;
}
/*箭头*/
.arrows{
width:30px;
height:30px;
b... | CSS/recycle.css | .ydm_top{
background:#eaeaea;
height:48px;
line-height: 48px;
}
.ydm_a_top{
color:#4d4d4d;
font-size:14px;
margin-right:50px;
}
.header_top{
padding:20px 0px;
width:100%;
}
.carousel{
position: relative;
cursor: pointer;
}
/*箭头*/
.arrows{
width:30px;
height:30px;
b... | 0.304972 | 0.084191 |
.boxesWrapOuter {
width: 100%;
margin: 1.5rem 0 1.5rem 0;
}
.editorialBoxHeading {
composes: boxHeadingLast from './structure.css';
border-top-right-radius: 2.5rem;
text-transform: capitalize;
font-weight: 700;
font-size: 2.6rem;
line-height: 2.8rem;
height: 6rem;
min-height: 6rem;
text-align: cen... | src/styles/editorial.css | .boxesWrapOuter {
width: 100%;
margin: 1.5rem 0 1.5rem 0;
}
.editorialBoxHeading {
composes: boxHeadingLast from './structure.css';
border-top-right-radius: 2.5rem;
text-transform: capitalize;
font-weight: 700;
font-size: 2.6rem;
line-height: 2.8rem;
height: 6rem;
min-height: 6rem;
text-align: cen... | 0.657538 | 0.107017 |
body {
font-family: 'Open Sans';
font-size: 14px;
font-weight: 400;
color: #333333;
overflow-x: hidden;
}
h1, h2, h3 {
font-weight: 600;
letter-spacing: 5px;
}
a {
cursor: pointer;
color: #eb5528;
font-weight: 400;
text-decoration: none;
outline: 0;
}
pre {
text-al... | assets/css/common.css | body {
font-family: 'Open Sans';
font-size: 14px;
font-weight: 400;
color: #333333;
overflow-x: hidden;
}
h1, h2, h3 {
font-weight: 600;
letter-spacing: 5px;
}
a {
cursor: pointer;
color: #eb5528;
font-weight: 400;
text-decoration: none;
outline: 0;
}
pre {
text-al... | 0.462959 | 0.126515 |
@import url(http://fonts.googleapis.com/css?family=Arimo:400,700|Spinnaker);
body {
color: #555555;
word-wrap: break-word;
}
@media screen and (max-width: 767px) {
body {
padding-right: 0;
padding-left: 0;
}
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 15px;
color: #c80a00;
font-weight: 400;
}
a {
margin: ... | wp-content/themes/parallax/style.css | @import url(http://fonts.googleapis.com/css?family=Arimo:400,700|Spinnaker);
body {
color: #555555;
word-wrap: break-word;
}
@media screen and (max-width: 767px) {
body {
padding-right: 0;
padding-left: 0;
}
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 15px;
color: #c80a00;
font-weight: 400;
}
a {
margin: ... | 0.220259 | 0.055823 |
body {
padding: 0;
margin: 0 !important;
font-family: 'Varela Round', sans-serif;
}
.container {
background-color: grey;
height: 100vh;
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
}
.top_circle {
position: absolute;
top: 5.5rem;
z-index: -... | Beans-Mobile-App/HomePage/assets/css/home.css | body {
padding: 0;
margin: 0 !important;
font-family: 'Varela Round', sans-serif;
}
.container {
background-color: grey;
height: 100vh;
width: 100vw;
display: flex;
justify-content: center;
align-items: center;
}
.top_circle {
position: absolute;
top: 5.5rem;
z-index: -... | 0.5 | 0.091626 |
html {
font-size: 20px;
font-family: sans-serif;
/* background: url(../images/Pngtree.png); */
/* background: url(../images/_1DSC0035.JPG); */
background-attachment: fixed;
background-position: top center;
background-size: cover;
background-repeat: no-repeat;
}
.navbar {
width: 100... | css/main.css | html {
font-size: 20px;
font-family: sans-serif;
/* background: url(../images/Pngtree.png); */
/* background: url(../images/_1DSC0035.JPG); */
background-attachment: fixed;
background-position: top center;
background-size: cover;
background-repeat: no-repeat;
}
.navbar {
width: 100... | 0.348756 | 0.155431 |
.event {
overflow: auto;
padding: 1rem;
text-align: center;
}
.titleComment {
color: var(--bright);
}
.event .title {
background: transparent;
border: none;
color: var(--primary);
font-family: var(--font-secondary);
font-size: 2.5rem;
height: 70px;
font-weight: bold;
outline: none;
width: 100... | Frontend/meetups_calendar/src/css/event.css | .event {
overflow: auto;
padding: 1rem;
text-align: center;
}
.titleComment {
color: var(--bright);
}
.event .title {
background: transparent;
border: none;
color: var(--primary);
font-family: var(--font-secondary);
font-size: 2.5rem;
height: 70px;
font-weight: bold;
outline: none;
width: 100... | 0.545044 | 0.100481 |
.next--arrow {
right: 20px;
}
.prev--arrow {
transform: scaleX(-1);
left: 20px;
}
.next--arrow,
.next--arrow svg,
.prev--arrow,
.prev--arrow svg {
width: 93px;
height: 93px;
}
.next--arrow, .prev--arrow {
border-radius: 100%;
box-shadow: 0 4px 4px rgba(0,0,0,.25);
top: 50%;
z-index: 3... | public/assets/css/main.css | .next--arrow {
right: 20px;
}
.prev--arrow {
transform: scaleX(-1);
left: 20px;
}
.next--arrow,
.next--arrow svg,
.prev--arrow,
.prev--arrow svg {
width: 93px;
height: 93px;
}
.next--arrow, .prev--arrow {
border-radius: 100%;
box-shadow: 0 4px 4px rgba(0,0,0,.25);
top: 50%;
z-index: 3... | 0.543106 | 0.125601 |
html, body {
margin: 0;
padding: 0;
}
body {
font-family: Helvetica;
background: var(--background-color);
color: var(--text-color);
padding-top: 90px;
}
body:not(.has-duration) .duration-dependant {
display: none;
}
button {
padding: 10px;
width: 140px;
background-color: var(-... | css/style.css | html, body {
margin: 0;
padding: 0;
}
body {
font-family: Helvetica;
background: var(--background-color);
color: var(--text-color);
padding-top: 90px;
}
body:not(.has-duration) .duration-dependant {
display: none;
}
button {
padding: 10px;
width: 140px;
background-color: var(-... | 0.620162 | 0.110423 |
.uploadify {
position: relative;
margin-bottom: 1em;
}
.uploadify-button {
background-color: #F4F4F4;
background-image: linear-gradient(bottom, #F4F4F4 0%, #E2E2E2 100%);
background-image: -o-linear-gradient(bottom, #F4F4F4 0%, #E2E2E2 100%);
background-image: -moz-linear-gradient(bottom, #F4F4F4 0%, #E2E2E2 100%... | public/common/j/jqupload/uploadify.css | .uploadify {
position: relative;
margin-bottom: 1em;
}
.uploadify-button {
background-color: #F4F4F4;
background-image: linear-gradient(bottom, #F4F4F4 0%, #E2E2E2 100%);
background-image: -o-linear-gradient(bottom, #F4F4F4 0%, #E2E2E2 100%);
background-image: -moz-linear-gradient(bottom, #F4F4F4 0%, #E2E2E2 100%... | 0.30715 | 0.106226 |
@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon/icomoon.eot?srf3rx");
src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/ic... | assets/css/cart_style.css | @font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon/icomoon.eot?srf3rx");
src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/ic... | 0.281603 | 0.067948 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
}
header {
display: flex;
position: fixed;
background: #ffffff;
width: 100%;
height: 50px;
border-bottom: 1px solid transparent;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0... | styles.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
font-size: 62.5%;
font-family: Arial, Helvetica, sans-serif;
}
header {
display: flex;
position: fixed;
background: #ffffff;
width: 100%;
height: 50px;
border-bottom: 1px solid transparent;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0... | 0.407098 | 0.14554 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
nav,
header,
body,
footer{
display: block;
height:100%;
width: 100%;
place-items: center;
background: #b39980;
/* background: linear-gradient(315deg,#ffffff,#d7e1ec); */
}
body{
line-height: 1;
margin: 0;
padding: 0;... | coursescss.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
nav,
header,
body,
footer{
display: block;
height:100%;
width: 100%;
place-items: center;
background: #b39980;
/* background: linear-gradient(315deg,#ffffff,#d7e1ec); */
}
body{
line-height: 1;
margin: 0;
padding: 0;... | 0.227212 | 0.082734 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i&subset=cyrillic');
body, html {
height: 100%;
width: 100%;
margin: 0;
}
body {
display: flex;
flex-flow: column nowrap;
font-family: 'Open Sans';
font-weight: 400;
background-image: linear-gradient(30deg, #ffffff... | src/completed/7/style.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i&subset=cyrillic');
body, html {
height: 100%;
width: 100%;
margin: 0;
}
body {
display: flex;
flex-flow: column nowrap;
font-family: 'Open Sans';
font-weight: 400;
background-image: linear-gradient(30deg, #ffffff... | 0.358241 | 0.073264 |
.jumbotron {
background-color: rgba(0, 0, 0, 0.4);
width: 90%;
float: none;
margin: 0 auto;
color: white;
margin-top: 20px;
}
.pulse {
-webkit-animation: pulse 0.3s; /* Safari 4+ */
-moz-animation: pulse 0.3s; /* Fx 5+ */
-o-animation: pulse 0.3s; /* Opera 12+ */
animation: ... | src/app/quiz/quiz.component.css | .jumbotron {
background-color: rgba(0, 0, 0, 0.4);
width: 90%;
float: none;
margin: 0 auto;
color: white;
margin-top: 20px;
}
.pulse {
-webkit-animation: pulse 0.3s; /* Safari 4+ */
-moz-animation: pulse 0.3s; /* Fx 5+ */
-o-animation: pulse 0.3s; /* Opera 12+ */
animation: ... | 0.482185 | 0.072178 |
body {
background-color: rgb(82, 86, 89);
margin: 0;
}
canvas, .canvas-container {
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.toolbar {
width: 100%;
background-color: rgb(50... | styles.css | body {
background-color: rgb(82, 86, 89);
margin: 0;
}
canvas, .canvas-container {
-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.toolbar {
width: 100%;
background-color: rgb(50... | 0.467332 | 0.084758 |
* {
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
font-family: Verdana;
font-size: 11px;
height: 100vh;
}
body {
background-color: #000;
scrollbar-base-color: #000;
scrollbar-face-color: #333;
scrollbar-3dlight-color: #000;
scrollbar-highlight-color: #000;
... | GW2Clipboard/ClientApp/resources/app.css | * {
box-sizing: border-box;
}
html, body {
margin: 0;
padding: 0;
font-family: Verdana;
font-size: 11px;
height: 100vh;
}
body {
background-color: #000;
scrollbar-base-color: #000;
scrollbar-face-color: #333;
scrollbar-3dlight-color: #000;
scrollbar-highlight-color: #000;
... | 0.320928 | 0.082734 |
body{
background-image: url('/img/optimizecode.jpg');
background-repeat: no-repeat;
background-size: cover;
background-color: rgb(0, 0, 0,.6);
background-blend-mode: overlay;
}
ul li{
display: inline-block;
list-style: none;
text-decoration:none;
}
li a{
position: absolute;
t... | public/mail.css | body{
background-image: url('/img/optimizecode.jpg');
background-repeat: no-repeat;
background-size: cover;
background-color: rgb(0, 0, 0,.6);
background-blend-mode: overlay;
}
ul li{
display: inline-block;
list-style: none;
text-decoration:none;
}
li a{
position: absolute;
t... | 0.422147 | 0.088151 |
::selection {
background: rgba(0, 188, 212, 0.4);
}
input, textarea, select, button {
font: inherit;
}
button:not([disabled]), input[type=submit]:not([disabled]) {
cursor: pointer;
}
/* SHEEP-BTN */
sheep-btn {
display: block;
position: fixed;
z-index: 1000;
height: 50px;
width: 50px;
border-radius: ... | sheep2.css | ::selection {
background: rgba(0, 188, 212, 0.4);
}
input, textarea, select, button {
font: inherit;
}
button:not([disabled]), input[type=submit]:not([disabled]) {
cursor: pointer;
}
/* SHEEP-BTN */
sheep-btn {
display: block;
position: fixed;
z-index: 1000;
height: 50px;
width: 50px;
border-radius: ... | 0.386532 | 0.099121 |
.aboutmain__background{
height: 23.5rem;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -100;
background: #FAAF4F;
}
.aboutmain___ourOrganization {
margin:7.2rem auto auto auto;
}
.end{
position: relative;
}
.aboutmain___ourOrganization img{
align-items: center;
justify-content: flex... | src/styles/aboutMain.css |
.aboutmain__background{
height: 23.5rem;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -100;
background: #FAAF4F;
}
.aboutmain___ourOrganization {
margin:7.2rem auto auto auto;
}
.end{
position: relative;
}
.aboutmain___ourOrganization img{
align-items: center;
justify-content: flex... | 0.351089 | 0.062445 |
.nowrap {
white-space: normal !important;
}
.dataTables_length {
float: left;
}
.dataTables_filter {
margin: 0 0 0 .75rem;
}
/*.dataTables_filter input {
padding: .3125rem .75rem;
}*/
.datatable-footer, .datatable-header {
padding: 1rem 1rem 0 1rem;
}
/*.select2-selection--single {
padding: .3125r... | public/css/dashboard/custom.css | .nowrap {
white-space: normal !important;
}
.dataTables_length {
float: left;
}
.dataTables_filter {
margin: 0 0 0 .75rem;
}
/*.dataTables_filter input {
padding: .3125rem .75rem;
}*/
.datatable-footer, .datatable-header {
padding: 1rem 1rem 0 1rem;
}
/*.select2-selection--single {
padding: .3125r... | 0.34632 | 0.131201 |