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 |
|---|---|---|---|---|
body, html{
height: 100%;
width:100%;
padding:0;
margin:0;
}
body{
background-image: url("../img/cont.jpg");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
header{
margin-left:-3%;
width: 100%;
height: 20%;
display:flex;
justify-content... | abr3devam/WebContent/style/index.css | body, html{
height: 100%;
width:100%;
padding:0;
margin:0;
}
body{
background-image: url("../img/cont.jpg");
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
header{
margin-left:-3%;
width: 100%;
height: 20%;
display:flex;
justify-content... | 0.236164 | 0.051966 |
@font - face {
font - family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('wo... | public/fonts/font-awesome-4.7.0/fonts/font-awesome.min.css | @font - face {
font - family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('wo... | 0.457379 | 0.201302 |
.logo {
color: #ffffff !important;
font-size: 32px;
margin-top: 4px;
font-family: 'Rancho', cursive;
float: left;
}
.logo span span {
color: #10c469 !important;
}
#topnav {
position: fixed;
right: 0;
left: 0;
top: 0;
z-index: 1030;
background-color: transparent;
border: 0;
-webkit-transition... | get-started/templates/giveasily/assets/css/menu.css | .logo {
color: #ffffff !important;
font-size: 32px;
margin-top: 4px;
font-family: 'Rancho', cursive;
float: left;
}
.logo span span {
color: #10c469 !important;
}
#topnav {
position: fixed;
right: 0;
left: 0;
top: 0;
z-index: 1030;
background-color: transparent;
border: 0;
-webkit-transition... | 0.199308 | 0.148078 |
html * {
font-family: Arial;
}
input[type=button] {
cursor: pointer;
}
.btn {
cursor: pointer;
}
.icon {
font-size: 30px !important;
}
.button {
cursor: pointer;
border-radius: 3px;
border: 2px solid #888;
background-color: white;
}
/* Main classes */
.menu {
top: 0px;
left: 0px;
height: 35px;
width: 100%;... | plugins/data/browser/web/boltbrowser/static/main.css | html * {
font-family: Arial;
}
input[type=button] {
cursor: pointer;
}
.btn {
cursor: pointer;
}
.icon {
font-size: 30px !important;
}
.button {
cursor: pointer;
border-radius: 3px;
border: 2px solid #888;
background-color: white;
}
/* Main classes */
.menu {
top: 0px;
left: 0px;
height: 35px;
width: 100%;... | 0.359701 | 0.067087 |
* {
margin: 0;
padding: 0;
}
html {
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;
display: box;
display: -webkit-box;
-webkit-box-orient: vertical;
box-orient: vertical;
}
header,
footer {
box-sizing: border-box;
width: 100%;
height: 60px;
}
header img {
position: relati... | mnis/web/src/main/webapp/resources/css/login.css | * {
margin: 0;
padding: 0;
}
html {
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;
display: box;
display: -webkit-box;
-webkit-box-orient: vertical;
box-orient: vertical;
}
header,
footer {
box-sizing: border-box;
width: 100%;
height: 60px;
}
header img {
position: relati... | 0.365683 | 0.078678 |
body{font-size:12px;}
a{color: #0089FE; text-decoration: none;}
a:hover{color:#E8A02C; text-decoration: underline;}
p{ line-height:1.8em; text-indent: 2em; }
#main{width:950px; margin: 0 auto; border:0px solid #CEEBA2; background:#FFF;}
#header{padding:20px;}
#header h1{font-size:22px; text-align:left;color:#0061CA;pad... | src/main/webapp/plug-in/smallslider/css/lab.css | body{font-size:12px;}
a{color: #0089FE; text-decoration: none;}
a:hover{color:#E8A02C; text-decoration: underline;}
p{ line-height:1.8em; text-indent: 2em; }
#main{width:950px; margin: 0 auto; border:0px solid #CEEBA2; background:#FFF;}
#header{padding:20px;}
#header h1{font-size:22px; text-align:left;color:#0061CA;pad... | 0.229535 | 0.083778 |
p {
margin: 0;
}
a:hover {
text-decoration: none;
color: #5ac44c;
}
label {
color: #6a6a6a;
}
textarea {
resize: vertical;
}
.p-3 {
padding: 3px;
}
.section {
padding-top: 50px;
padding-bottom: 50px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #6DDA5... | public/css/style.css | p {
margin: 0;
}
a:hover {
text-decoration: none;
color: #5ac44c;
}
label {
color: #6a6a6a;
}
textarea {
resize: vertical;
}
.p-3 {
padding: 3px;
}
.section {
padding-top: 50px;
padding-bottom: 50px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
color: #6DDA5... | 0.330687 | 0.067948 |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'... | public/css/main.css |
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local('Roboto Medium'), local('Roboto-Medium'... | 0.234757 | 0.065366 |
.ntheader .cus_txt_h .nt-social a {
margin: 0 5px;
}
header .nt-social {
display: flex;
}
.branding img {
padding: 0;
}
.header__mid .css_h_se {
min-height: 64px;
}
.nt_menu > li > a {
height: 65px;
}
/* ==========================================================================
*! sections
====... | public/assets/css/home-header-04.css | .ntheader .cus_txt_h .nt-social a {
margin: 0 5px;
}
header .nt-social {
display: flex;
}
.branding img {
padding: 0;
}
.header__mid .css_h_se {
min-height: 64px;
}
.nt_menu > li > a {
height: 65px;
}
/* ==========================================================================
*! sections
====... | 0.40698 | 0.06492 |
* @file
* Checkbox and radio input elements styles for IE11 and below.
*/
:root {
/*
* Color Palette.
*/
/* Secondary. */
/* Variations. */ /* 5% darker than base. */ /* 10% darker than base. */ /* 10% darker than base. */ /* 20% darker than base. */ /* 5% darker than base. */ /* 10% darker than base. *... | drupalweb/core/themes/claro/css/components/form--checkbox-radio--ie.css | * @file
* Checkbox and radio input elements styles for IE11 and below.
*/
:root {
/*
* Color Palette.
*/
/* Secondary. */
/* Variations. */ /* 5% darker than base. */ /* 10% darker than base. */ /* 10% darker than base. */ /* 20% darker than base. */ /* 5% darker than base. */ /* 10% darker than base. *... | 0.446012 | 0.072047 |
.adBanner-top {
background-color: black;
color: white;
text-align: center;
}
.teamInfo {
text-align: center;
}
.teamInfo img {
text-align: center;
height: 35%;
z-index: 0;
}
.teamInfo h1 {
font-size: 2em;
}
.teamName {
padding-top: 5%;
padding-left: 20px;
}
.slideshow {
}
.active-link {
color: oran... | public/css/home.css | .adBanner-top {
background-color: black;
color: white;
text-align: center;
}
.teamInfo {
text-align: center;
}
.teamInfo img {
text-align: center;
height: 35%;
z-index: 0;
}
.teamInfo h1 {
font-size: 2em;
}
.teamName {
padding-top: 5%;
padding-left: 20px;
}
.slideshow {
}
.active-link {
color: oran... | 0.360151 | 0.096706 |
.oo-ui-icon-article {
background-image: url('themes/dye/images/icons/article-rtl.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/dye/images/icons/article-rtl.svg');
}
.oo-ui-image-invert.oo-ui-icon-article {
background-image: url('themes/dye/images/icons/article-rtl-in... | dist/v0.39.3/resources/ooui/oojs-ui-dye-icons-content.rtl.css | .oo-ui-icon-article {
background-image: url('themes/dye/images/icons/article-rtl.png');
background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/dye/images/icons/article-rtl.svg');
}
.oo-ui-image-invert.oo-ui-icon-article {
background-image: url('themes/dye/images/icons/article-rtl-in... | 0.431584 | 0.063337 |
.bookCard {
position: relative;
z-index: 1;
display: block;
background: #FFFFFF;
width: 31.366rem;
height: 28.545rem;
overflow: hidden;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 1px 2px 0px rgba(... | src/components/bookCardComponent/BookCard.module.css | .bookCard {
position: relative;
z-index: 1;
display: block;
background: #FFFFFF;
width: 31.366rem;
height: 28.545rem;
overflow: hidden;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 1px 2px 0px rgba(... | 0.521227 | 0.138987 |
* {
box-sizing: border-box;
font-family: "Open Sans", sans-serif;
}
/* -------------------------------------- Body */
body{
background-color: rgba(255, 230, 0, 0.151);
}
/* ------------------------- Header */
.header {
background-color: black;
height: 500px;
width: 100%;
border-radius: 60... | Proyect/style.css | * {
box-sizing: border-box;
font-family: "Open Sans", sans-serif;
}
/* -------------------------------------- Body */
body{
background-color: rgba(255, 230, 0, 0.151);
}
/* ------------------------- Header */
.header {
background-color: black;
height: 500px;
width: 100%;
border-radius: 60... | 0.444806 | 0.110663 |
.ui-daterangepickercontain {
position: absolute;
z-index: 999;
}
.ui-daterangepickercontain .ui-daterangepicker {
float: left;
padding: 5px !important;
width: auto;
display: inline;
background-image: none !important;
clear: left;
}
.ui-daterangepicker ul, .ui-daterangepicker .ranges, .ui-daterangepicker .range... | editlive/static/editlive/contrib/jquery-ui-bootstrap/third-party/jQuery-UI-Date-Range-Picker/css/ui.daterangepicker.css |
.ui-daterangepickercontain {
position: absolute;
z-index: 999;
}
.ui-daterangepickercontain .ui-daterangepicker {
float: left;
padding: 5px !important;
width: auto;
display: inline;
background-image: none !important;
clear: left;
}
.ui-daterangepicker ul, .ui-daterangepicker .ranges, .ui-daterangepicker .range... | 0.378459 | 0.103703 |
.userbar:before{
background: url(http://img3.wikia.nocookie.net/__cb20091209203816/es.pokemon/images/6/60/Feebas_icon.gif); /*this is the logo next to the neame is the top right*/
}
a{
color: #438D80; /* this is the color of all the links */
}
body{
background: url(http://valiantgardens.com... | data/usercss/112850.user.css |
.userbar:before{
background: url(http://img3.wikia.nocookie.net/__cb20091209203816/es.pokemon/images/6/60/Feebas_icon.gif); /*this is the logo next to the neame is the top right*/
}
a{
color: #438D80; /* this is the color of all the links */
}
body{
background: url(http://valiantgardens.com... | 0.35209 | 0.150778 |
padding-top:0;
} */
.horizontal-top-icon-menu #main-menu-navigation li.nav-item .nav-link {
text-align: center; }
.horizontal-top-icon-menu #main-menu-navigation li.nav-item .nav-link i {
display: block;
text-align: center;
font-size: 1.5rem;
margin-right: 0;
margin-bottom: 0.5rem;
... | public/css/core/menu/menu-types/horizontal-top-icon-menu.css | padding-top:0;
} */
.horizontal-top-icon-menu #main-menu-navigation li.nav-item .nav-link {
text-align: center; }
.horizontal-top-icon-menu #main-menu-navigation li.nav-item .nav-link i {
display: block;
text-align: center;
font-size: 1.5rem;
margin-right: 0;
margin-bottom: 0.5rem;
... | 0.263315 | 0.030531 |
.meanUser-example h1 {
background-color: purple
}
.navbar-brand{font-size: x-large;font-family:Calibri, Arial Black;}
.navbar-nav{background-color: none;}
.navbar-nav > li:hover{background-color: rgb(225,51,26);transition:background-color 0.5s ease;}
.navbar-brand span{font-size: 25px;margin-right: 5px;}
.search{ma... | packages/users/public/assets/css/meanUser.css | .meanUser-example h1 {
background-color: purple
}
.navbar-brand{font-size: x-large;font-family:Calibri, Arial Black;}
.navbar-nav{background-color: none;}
.navbar-nav > li:hover{background-color: rgb(225,51,26);transition:background-color 0.5s ease;}
.navbar-brand span{font-size: 25px;margin-right: 5px;}
.search{ma... | 0.469034 | 0.078043 |
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
scroll-behavior: smooth;
}
.navigation
{
position: fixed;
top: 50px;
right: 50px;
width: 250... | 210201/24/style.css | @import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');
*
{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
scroll-behavior: smooth;
}
.navigation
{
position: fixed;
top: 50px;
right: 50px;
width: 250... | 0.419648 | 0.055926 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;800&display=swap');
* {
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
box-sizing: border-box;
color: #ffffff;
}
.nav-bar {
background-color: #333646;
width: 100%;
height: 80px;
}
.nav-bar .nav... | css/home.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;800&display=swap');
* {
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
box-sizing: border-box;
color: #ffffff;
}
.nav-bar {
background-color: #333646;
width: 100%;
height: 80px;
}
.nav-bar .nav... | 0.340266 | 0.087175 |
/* 通用 */
.adsbygoogle {
display: none !important;
width: 0 !important;
height: 0 !important;
}
@-moz-document url-prefix("https://www.appinn.com") {
/* 小众软件 */
#custom_html-2,
#custom_html-3,
#media_image-2,
#media_image-5,
#media_image-7,
#mts_recent_posts_widget-2 {
display: ... | css/remove-adds.user.css |
/* 通用 */
.adsbygoogle {
display: none !important;
width: 0 !important;
height: 0 !important;
}
@-moz-document url-prefix("https://www.appinn.com") {
/* 小众软件 */
#custom_html-2,
#custom_html-3,
#media_image-2,
#media_image-5,
#media_image-7,
#mts_recent_posts_widget-2 {
display: ... | 0.104489 | 0.037538 |
.column {
display: flex;
height: 90vh;
}
.column1 {
background-color: rgb(64, 64, 114);
}
.column2 {
background-color: pink;
}
.column3 {
background-color: orange;
}
.column4 {
background-color: lightblue;
color: black;
}
.sprises {
color: black;
display: flex;
width: 100%;
text-align: center... | client/src/assets/styles/Sprise.css | .column {
display: flex;
height: 90vh;
}
.column1 {
background-color: rgb(64, 64, 114);
}
.column2 {
background-color: pink;
}
.column3 {
background-color: orange;
}
.column4 {
background-color: lightblue;
color: black;
}
.sprises {
color: black;
display: flex;
width: 100%;
text-align: center... | 0.350088 | 0.117117 |
body{
margin-bottom: 20px;
margin-right: 10px;
}
.nav-btno{
margin-top: -10px;
}
.btn-orange{
background-color: #f5861a;
color: #fff;
}
.btn-create-post{
float: left;
}
.btn-border{
border-color: #f5861a;
}
.post-btn{
margin-top: 18px;
}
.form-spacing-top{
margin-top: 10px;
}... | public/css/styles.css | body{
margin-bottom: 20px;
margin-right: 10px;
}
.nav-btno{
margin-top: -10px;
}
.btn-orange{
background-color: #f5861a;
color: #fff;
}
.btn-create-post{
float: left;
}
.btn-border{
border-color: #f5861a;
}
.post-btn{
margin-top: 18px;
}
.form-spacing-top{
margin-top: 10px;
}... | 0.299515 | 0.056652 |
.wickedpicker {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-shadow: 0 0 0 1px rgba(14, 41, 57, .12), 0 2px 5px rgba(14, 41, 57, .44), inset 0 -1px 2px rgba(14, 41, 57, .15);
background: #fefefe;
margin: 0 auto;
border-radius: .1px;
... | assets/css/wickedpicker.min.css | .wickedpicker {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
box-shadow: 0 0 0 1px rgba(14, 41, 57, .12), 0 2px 5px rgba(14, 41, 57, .44), inset 0 -1px 2px rgba(14, 41, 57, .15);
background: #fefefe;
margin: 0 auto;
border-radius: .1px;
... | 0.390941 | 0.06216 |
min-height: 100vh;
}
#firstitem{
width: 100%;
padding-top: 28vh;
}
.workfirst{
padding: 1.3rem;
padding-top: 0.2rem;
width: 100%;
}
.skill .left{
width: 100%;
float: none;
clear: both;
}
.skill .right{
width: 100%;
float: none;
clear: both;
}
.skill .left img{
max-width: 100%;
padding-top: 15px;
max... | old/styles/ultrasmall.css | min-height: 100vh;
}
#firstitem{
width: 100%;
padding-top: 28vh;
}
.workfirst{
padding: 1.3rem;
padding-top: 0.2rem;
width: 100%;
}
.skill .left{
width: 100%;
float: none;
clear: both;
}
.skill .right{
width: 100%;
float: none;
clear: both;
}
.skill .left img{
max-width: 100%;
padding-top: 15px;
max... | 0.519034 | 0.061593 |
#ninja-slider {
width:100%;
background:rgba(0,0,0,0.8);
padding-top: 20px;
padding-bottom: 10px;
margin:0 auto;
overflow: hidden;
box-sizing:border-box;
}
#ninja-slider.fullscreen {
background:black;
}
#ninja-slider.fullscreen #ninja-slider-prev {
left: -50px;
}
... | src/extensions/__all__/photo-gallery.ext/static/ninja-slider.css |
#ninja-slider {
width:100%;
background:rgba(0,0,0,0.8);
padding-top: 20px;
padding-bottom: 10px;
margin:0 auto;
overflow: hidden;
box-sizing:border-box;
}
#ninja-slider.fullscreen {
background:black;
}
#ninja-slider.fullscreen #ninja-slider-prev {
left: -50px;
}
... | 0.245085 | 0.04597 |
html, body{
margin: 0;
padding: 0;
}
body{
background-color: #202A31;
}
.content{
padding: 0 40px 20px 40px;
}
.view-on-site{
font-size: 1rem;
text-decoration: none;
color: #fff;
padding: 10px;
border-radius: 10px;
background-color: #DB5600;
}
.container-browser-list{
font-family: Courier;
}
.vers... | helper/can_i_use/style.css | html, body{
margin: 0;
padding: 0;
}
body{
background-color: #202A31;
}
.content{
padding: 0 40px 20px 40px;
}
.view-on-site{
font-size: 1rem;
text-decoration: none;
color: #fff;
padding: 10px;
border-radius: 10px;
background-color: #DB5600;
}
.container-browser-list{
font-family: Courier;
}
.vers... | 0.333286 | 0.071494 |
.cardLink, .cardLink:hover{
color: black;
text-decoration: none;
}
.Tutorial{
height:100%;
overflow-x: hidden;
overflow-y: auto;
}
.Tutorial::-webkit-scrollbar {
width: 6px;
}
/* Track */
.Tutorial::-webkit-scrollbar-track {
box-shadow: inset 0 0 3px darkgrey;
border-radius: 10px;
}
... | MedTAG_Dockerized/frontend/src/components/SideComponents/compStyle.css | .cardLink, .cardLink:hover{
color: black;
text-decoration: none;
}
.Tutorial{
height:100%;
overflow-x: hidden;
overflow-y: auto;
}
.Tutorial::-webkit-scrollbar {
width: 6px;
}
/* Track */
.Tutorial::-webkit-scrollbar-track {
box-shadow: inset 0 0 3px darkgrey;
border-radius: 10px;
}
... | 0.561936 | 0.127327 |
a { -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.loading-shade {
position: fixed;
display: none;
pointer-events: auto;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
/*background-color... | static/css/admin.css | a { -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -ms-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }
.loading-shade {
position: fixed;
display: none;
pointer-events: auto;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9999;
/*background-color... | 0.431584 | 0.113089 |
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-bottom: 40px;
color: #5a5a5a;
}
.main .container{
margin-top: 90px;
}
/* CUSTOMIZE THE DASHBOARD
-------------------------------------------------- */
.main {
margin-top: 60px;
}
/* CU... | resources/assets/css/custom.css | -------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
padding-bottom: 40px;
color: #5a5a5a;
}
.main .container{
margin-top: 90px;
}
/* CUSTOMIZE THE DASHBOARD
-------------------------------------------------- */
.main {
margin-top: 60px;
}
/* CU... | 0.397471 | 0.059757 |
.navbar{
background: white;
}
.nav-link{
margin:0 15px;
}
/*Estilos próprios*/
.box-fix{
position: relative;
top: 55px;
}
section.bg-top{
width: 100%;
min-height:500px;
background-image: url('../images/bg.jpg');
background-size: cover;
background-position:center;
background-attachment: fixed;
p... | css/style.css | .navbar{
background: white;
}
.nav-link{
margin:0 15px;
}
/*Estilos próprios*/
.box-fix{
position: relative;
top: 55px;
}
section.bg-top{
width: 100%;
min-height:500px;
background-image: url('../images/bg.jpg');
background-size: cover;
background-position:center;
background-attachment: fixed;
p... | 0.305801 | 0.083703 |
.site-header,.site-header-actions .select-menu {
position: relative
}
.markdown-body,body {
font-family: Arial, Helvetica, Tahoma, Arial sans-serif;
font-size: 18px;
line-height: 1.6;
word-wrap: break-word;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: antialiased;
-... | assets/css/globals/common.css | .site-header,.site-header-actions .select-menu {
position: relative
}
.markdown-body,body {
font-family: Arial, Helvetica, Tahoma, Arial sans-serif;
font-size: 18px;
line-height: 1.6;
word-wrap: break-word;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: antialiased;
-... | 0.399226 | 0.115786 |
.print-only {
display: none !important; }
@media print {
* {
background: transparent !important; color: #000000 !important;
text-shadow: none !important; }
html, body {font-size: 10px;}
/* Hide Stuff */
#tools, #printpage, .hide-no-js, hr, form, [data-reveal-id], .reveal-modal { display:none;}
.hide-on-print {di... | css/printbk.css | .print-only {
display: none !important; }
@media print {
* {
background: transparent !important; color: #000000 !important;
text-shadow: none !important; }
html, body {font-size: 10px;}
/* Hide Stuff */
#tools, #printpage, .hide-no-js, hr, form, [data-reveal-id], .reveal-modal { display:none;}
.hide-on-print {di... | 0.224055 | 0.056783 |
html,
body {
height: 100%;
}
body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
color: #646464;
background-color: #f5f5f5;
}
.no-focus *:focus {
outline: 0 !important;
}
a {
color: #5c90d2;
-webkit-transition: color 0.12s ease-out;
transition: color 0.12s... | app/assets/stylesheets/rails_admin_image_manager/vendors/oneui.css | html,
body {
height: 100%;
}
body {
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
color: #646464;
background-color: #f5f5f5;
}
.no-focus *:focus {
outline: 0 !important;
}
a {
color: #5c90d2;
-webkit-transition: color 0.12s ease-out;
transition: color 0.12s... | 0.413359 | 0.06134 |
body {
position: relative;
font-family: Helvetica, -apple-system, "Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Microsoft Yahei","Helvetica Neue",Helvetica;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: none;
outlin... | static/css/main.css | body {
position: relative;
font-family: Helvetica, -apple-system, "Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Microsoft Yahei","Helvetica Neue",Helvetica;
}
a{
text-decoration: none;
}
a:hover{
text-decoration: none;
outlin... | 0.453746 | 0.059428 |
min-height: 1000px
}
#skin-menu>.row>div>.panel {
margin-top: 40px;
}
.skin-items>div {
display: inline-block;
width: 45px;
height: 35px;
margin: 5px 0 5px 6px;
padding: 1px;
border: 1px solid #bbb;
cursor: pointer;
}
.skin-items>div:before {
display: block;
width: 100%;
height: 100%;... | public/css/customizer.css | min-height: 1000px
}
#skin-menu>.row>div>.panel {
margin-top: 40px;
}
.skin-items>div {
display: inline-block;
width: 45px;
height: 35px;
margin: 5px 0 5px 6px;
padding: 1px;
border: 1px solid #bbb;
cursor: pointer;
}
.skin-items>div:before {
display: block;
width: 100%;
height: 100%;... | 0.184915 | 0.060724 |
-------------------------------------------------------------- */
a:hover,
input[type="button"],
input[type="reset"],
input[type="submit"],
.sale,
.count-down .square .text,
ul.flat-infomation li.phone,
.slider .slider-item .item-text .header-item h2,
.mainnav ul.menu > li:hover > a,
.submenu .cat-title, .submenu .show... | public/backend/frontend/css/colors/color2.css | -------------------------------------------------------------- */
a:hover,
input[type="button"],
input[type="reset"],
input[type="submit"],
.sale,
.count-down .square .text,
ul.flat-infomation li.phone,
.slider .slider-item .item-text .header-item h2,
.mainnav ul.menu > li:hover > a,
.submenu .cat-title, .submenu .show... | 0.32896 | 0.049017 |
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;900&display=swap");
h1 {
font-style: normal;
font-weight: 900;
font-size: 64px;
line-height: 64px;
color: #28283D; }
@media (max-width: 1023px) {
h1 {
font-size: 48px;
line-height: 48px; } }
@media (max-width: 6... | css/site.combined.min.css | @import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;900&display=swap");
h1 {
font-style: normal;
font-weight: 900;
font-size: 64px;
line-height: 64px;
color: #28283D; }
@media (max-width: 1023px) {
h1 {
font-size: 48px;
line-height: 48px; } }
@media (max-width: 6... | 0.382833 | 0.075585 |
.snp-builder, .snp-builder * {
line-height: normal;
margin: 0;
padding: 0;
outline: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
text-transform: none;
background-image: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
bo... | wp-content/plugins/arscode-ninja-popups/themes/reset-builder.css | .snp-builder, .snp-builder * {
line-height: normal;
margin: 0;
padding: 0;
outline: none;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
text-transform: none;
background-image: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
bo... | 0.331877 | 0.041307 |
html, body, .map-container {
width:100%;
height:100%;
margin: 0;
}
@keyframes FlashOrFragDeployed {
0% {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
opacity: 1;
}
100% {
box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.8);
opacity:0;
}
}
@keyframes BombPlanted {
0% {
... | src/HUD/Radar/LexoRadar/index.css | html, body, .map-container {
width:100%;
height:100%;
margin: 0;
}
@keyframes FlashOrFragDeployed {
0% {
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.8);
opacity: 1;
}
100% {
box-shadow: 0 0 0 50px rgba(0, 0, 0, 0.8);
opacity:0;
}
}
@keyframes BombPlanted {
0% {
... | 0.604632 | 0.12552 |
*,
*::before,
*::after {
box-sizing: border-box;
}
/* General sizing for high order elements */
html,
body,
.wrapper {
height: 100%;
margin: 0;
padding: 0;
}
/* Styling for all content in body */
body {
font-family: sans-serif;
background-color: #f9fbfd;
}
/* padding for thin wrapper around content */
.w... | style.css | *,
*::before,
*::after {
box-sizing: border-box;
}
/* General sizing for high order elements */
html,
body,
.wrapper {
height: 100%;
margin: 0;
padding: 0;
}
/* Styling for all content in body */
body {
font-family: sans-serif;
background-color: #f9fbfd;
}
/* padding for thin wrapper around content */
.w... | 0.389779 | 0.070848 |
.opentip-container,
.opentip-container * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.opentip-container {
position: absolute;
max-width: 300px;
z-index: 100;
-webkit-transition: -webkit-transform 1s ease-in-out;
-moz-transition: -moz-transform 1s ease-in-out;... | openstack_dashboard/dashboards/project/connections/templates/connections/css/opentip.css | .opentip-container,
.opentip-container * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.opentip-container {
position: absolute;
max-width: 300px;
z-index: 100;
-webkit-transition: -webkit-transform 1s ease-in-out;
-moz-transition: -moz-transform 1s ease-in-out;... | 0.421671 | 0.164886 |
@import url("navigation.css");
/*-----------------------------------------1. Sections-------------------------------------------*/
.section-block {
padding:90px 0px 90px 0px;
background-color:#fff;
}
.section-block-grey {
padding:90px 0px 90px 0px;
background-color:#f9f9f9;
}
.section-block-dark {
paddi... | css/styles.css | @import url("navigation.css");
/*-----------------------------------------1. Sections-------------------------------------------*/
.section-block {
padding:90px 0px 90px 0px;
background-color:#fff;
}
.section-block-grey {
padding:90px 0px 90px 0px;
background-color:#f9f9f9;
}
.section-block-dark {
paddi... | 0.130175 | 0.037012 |
:root {
--mdc-theme-primary: #3D5AFE;
--mdc-theme-secondary: #018786;
--mdc-theme-background: #F4F4F4;
--danger-color: #FF5252;
--auxiliary-color: #448aff;
}
html {
height: 100%;
}
body {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
box-sizing: border-box;
... | server-spring/src/main/resources/static/css/main.css | :root {
--mdc-theme-primary: #3D5AFE;
--mdc-theme-secondary: #018786;
--mdc-theme-background: #F4F4F4;
--danger-color: #FF5252;
--auxiliary-color: #448aff;
}
html {
height: 100%;
}
body {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
box-sizing: border-box;
... | 0.531696 | 0.113211 |
@font-face {
font-family: 'nexa_boldregular';
src: url('../../fonts/nexa_free_bold-webfont.eot');
src: url('../../fonts/nexa_free_bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../../fonts/nexa_free_bold-webfont.woff') format('woff'),
url('../../fonts/nexa_free_bold-webfont.tt... | public/mundial-brasil-2014/css/cssFichaEquipo/generales.css | @font-face {
font-family: 'nexa_boldregular';
src: url('../../fonts/nexa_free_bold-webfont.eot');
src: url('../../fonts/nexa_free_bold-webfont.eot?#iefix') format('embedded-opentype'),
url('../../fonts/nexa_free_bold-webfont.woff') format('woff'),
url('../../fonts/nexa_free_bold-webfont.tt... | 0.304869 | 0.053083 |
.media-button {
height: 28px;
margin: 0 5px;
position: relative;
width: 26px;
}
.media-button > div {
background: center center;
height: 100%;
opacity: 0;
pointer-events: none;
position: absolute;
transition: opacity 100ms linear;
width: 100%;
}
.media-button[state='default']:not(.disabled):not(... | ui/file_manager/video_player/css/media_controls.css | .media-button {
height: 28px;
margin: 0 5px;
position: relative;
width: 26px;
}
.media-button > div {
background: center center;
height: 100%;
opacity: 0;
pointer-events: none;
position: absolute;
transition: opacity 100ms linear;
width: 100%;
}
.media-button[state='default']:not(.disabled):not(... | 0.407451 | 0.060585 |
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600&display=swap');
:root{
--green: #5C913B;
--yellow: #FFA200;
--red: #CF3031;
--pink: #FFD4C9;
--white: #FEF6F4;
--gray: #616161;
--gray-200: #2E2E2E;
}
*{
padding: 0;
margin: 0;
border: 0;
font-family: 'Sora', sans-serif;... | style/style.css | @import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;600&display=swap');
:root{
--green: #5C913B;
--yellow: #FFA200;
--red: #CF3031;
--pink: #FFD4C9;
--white: #FEF6F4;
--gray: #616161;
--gray-200: #2E2E2E;
}
*{
padding: 0;
margin: 0;
border: 0;
font-family: 'Sora', sans-serif;... | 0.251005 | 0.072112 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.wrapper {
height: 100vh;
}
header,
footer {
width: 100%;
height: 8vh;
line-height: 8vh;
text-align: center;
background-color: #555454;
font-family: "Comfortaa", cursive;
font-size: 1.2em;
color: #fff;
}
footer {
font-size: 1em;
}
footer... | style.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
.wrapper {
height: 100vh;
}
header,
footer {
width: 100%;
height: 8vh;
line-height: 8vh;
text-align: center;
background-color: #555454;
font-family: "Comfortaa", cursive;
font-size: 1.2em;
color: #fff;
}
footer {
font-size: 1em;
}
footer... | 0.463201 | 0.073463 |
.tooltip {
position: relative;
}
.tooltip .tooltip-content {
background-color: #fff;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
border: 1px solid #ccc;
border-radius: 5px;
width: max-content;
}
.tooltip.tooltip-top-start .tooltip-content, .tooltip.tooltip-top .tooltip-content, .tooltip.tooltip-top-end .t... | dist/tooltip.css | .tooltip {
position: relative;
}
.tooltip .tooltip-content {
background-color: #fff;
box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
border: 1px solid #ccc;
border-radius: 5px;
width: max-content;
}
.tooltip.tooltip-top-start .tooltip-content, .tooltip.tooltip-top .tooltip-content, .tooltip.tooltip-top-end .t... | 0.382257 | 0.063366 |
.wrapper {
max-width: 1080px;
margin: 0 auto;
}
html,
body {
width: 100%;
height: 100%;
background: rgb(237, 243, 250);
}
body {
font-family: "Roboto", sans-serif;
}
.visuallyHidden:not(:focus):not(:active) {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
w... | css/creative.css | .wrapper {
max-width: 1080px;
margin: 0 auto;
}
html,
body {
width: 100%;
height: 100%;
background: rgb(237, 243, 250);
}
body {
font-family: "Roboto", sans-serif;
}
.visuallyHidden:not(:focus):not(:active) {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
border: 0;
padding: 0;
w... | 0.357343 | 0.053924 |
@charset "UTf-8";
/**
*
* @author xgqfrms
* @license MIT
* @copyright xgqfrms
*
* @description main.css
*
*/
@import url("./utils-componets.css");
@import url("./modules-components.css");
.main {
box-sizing: border-box;
position: relative;
min-height: 100vh;
background: #ebebeb;
overflow: ... | webpack-3.x-multi-pages/src/css/layout/main.css | @charset "UTf-8";
/**
*
* @author xgqfrms
* @license MIT
* @copyright xgqfrms
*
* @description main.css
*
*/
@import url("./utils-componets.css");
@import url("./modules-components.css");
.main {
box-sizing: border-box;
position: relative;
min-height: 100vh;
background: #ebebeb;
overflow: ... | 0.415492 | 0.073099 |
}
.blog-container {
padding: 0 100px;
}
.post-header {
background: white;
padding: 4rem 4rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.post-header .blog-title {
font-size: 2rem;
color: #000;
font-weight: 3... | static/css/pages/Single-blogpost-section.css |
}
.blog-container {
padding: 0 100px;
}
.post-header {
background: white;
padding: 4rem 4rem;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
}
.post-header .blog-title {
font-size: 2rem;
color: #000;
font-weight: 3... | 0.445771 | 0.086478 |
@font-face {
font-family: "Open Sans";
src: url("../fonts/OpenSans-Regular-webfont.woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Open Sans Bold";
src: url("../fonts/OpenSans-Bold-webfont.woff");
font-weight: normal;
font-style: normal;
}
@font-face {
... | src/css/index.css | @font-face {
font-family: "Open Sans";
src: url("../fonts/OpenSans-Regular-webfont.woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Open Sans Bold";
src: url("../fonts/OpenSans-Bold-webfont.woff");
font-weight: normal;
font-style: normal;
}
@font-face {
... | 0.310067 | 0.095013 |
*{
margin: 0;
padding: 0;
font-family: sans-serif;
box-sizing: border-box;
text-decoration: none;
}
:root{
--color: #333333;
--color2: #fff;
--color3: #817575;
--fundo: #F6121D;
--border: #E6E6E6;
--border2: #F3F3F3;
}
/*===============================
Header
============... | css/cadastro-3.css | *{
margin: 0;
padding: 0;
font-family: sans-serif;
box-sizing: border-box;
text-decoration: none;
}
:root{
--color: #333333;
--color2: #fff;
--color3: #817575;
--fundo: #F6121D;
--border: #E6E6E6;
--border2: #F3F3F3;
}
/*===============================
Header
============... | 0.306942 | 0.087798 |
@font-face {
font-family: CenturyGothic;
src: url(../fonts/CenturyGothic.TTF);
}
html {
height: 100% !important;
min-height: 0 !important;
}
body {
background-color: #F9FAFC;
font-family: Arial, "微軟正黑體", sans-serif !important;
}
.skin-green-light .sidebar-menu > li > .treeview-menu {
background: #F9FAF... | src/main/resources/static2/styles/template/template.css | @font-face {
font-family: CenturyGothic;
src: url(../fonts/CenturyGothic.TTF);
}
html {
height: 100% !important;
min-height: 0 !important;
}
body {
background-color: #F9FAFC;
font-family: Arial, "微軟正黑體", sans-serif !important;
}
.skin-green-light .sidebar-menu > li > .treeview-menu {
background: #F9FAF... | 0.330255 | 0.062732 |
.ant-btn.button {
font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 600;
font-size: 0.875rem;
border: 0;
border-radius: 0.25rem;
cursor: pointer;
display: inline-block;
letter-spacing: 0px;
line-height: 1.5rem;
display: flex;
align-items: center;
justify-content:... | src/components/button.css | .ant-btn.button {
font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 600;
font-size: 0.875rem;
border: 0;
border-radius: 0.25rem;
cursor: pointer;
display: inline-block;
letter-spacing: 0px;
line-height: 1.5rem;
display: flex;
align-items: center;
justify-content:... | 0.316792 | 0.049982 |
.swagger-section #header a#logo {
font-size: 1.5em;
font-weight: bold;
text-decoration: none;
background: transparent url(../images/logo.png) no-repeat left center;
padding: 20px 0 20px 40px;
}
#text-head {
font-size: 80px;
font-family: 'Roboto', sans-serif;
color: #ffffff;
float: right;
margin-righ... | dubbo-demo-archetype/src/main/resources/archetype-resources/__rootArtifactId__-rest-provider/src/main/webapp/css/style.css | .swagger-section #header a#logo {
font-size: 1.5em;
font-weight: bold;
text-decoration: none;
background: transparent url(../images/logo.png) no-repeat left center;
padding: 20px 0 20px 40px;
}
#text-head {
font-size: 80px;
font-family: 'Roboto', sans-serif;
color: #ffffff;
float: right;
margin-righ... | 0.319546 | 0.075517 |
Author: <NAME>
Title: Workbench, Shopping cart
*/
*{
margin:0;
padding:0;
}
body{
font:13px/18px Helvetica Neue,Helvetica,Arial,sans-serif;
text-align:baseline;
background:#ede9e5;
}
img{
border:0;
}
::-moz-selection{
color:#fff;
background:darkred;
text-shadow:0 1px rgba(0,0,0,0.2)... | web/css/panier.css | Author: <NAME>
Title: Workbench, Shopping cart
*/
*{
margin:0;
padding:0;
}
body{
font:13px/18px Helvetica Neue,Helvetica,Arial,sans-serif;
text-align:baseline;
background:#ede9e5;
}
img{
border:0;
}
::-moz-selection{
color:#fff;
background:darkred;
text-shadow:0 1px rgba(0,0,0,0.2)... | 0.386416 | 0.11187 |
body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:520px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u1043 {
border-width:0px;
position:absolute;
left:0px;
top:-125px;
width:520px;
height:248px;
}
#u1043_input {
... | files/discover_result_after_delete/styles.css | body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:520px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u1043 {
border-width:0px;
position:absolute;
left:0px;
top:-125px;
width:520px;
height:248px;
}
#u1043_input {
... | 0.310276 | 0.043937 |
@charset "utf-8";
/* CSS Document */
/******************************
COLOR PALETTE
[Table of Contents]
1. Fonts
2. Body and some general stuff
3. Home
3.1 Currency
3.2 Language
3.3 Account
3.4 Main Navigation
3.5 Hamburger Menu
3.6 Logo
3.7 Main Slider
4. Banner
5. New Arrivals
5.1 New Arrivals Sorting
... | public/assets/css/main_styles.css | @charset "utf-8";
/* CSS Document */
/******************************
COLOR PALETTE
[Table of Contents]
1. Fonts
2. Body and some general stuff
3. Home
3.1 Currency
3.2 Language
3.3 Account
3.4 Main Navigation
3.5 Hamburger Menu
3.6 Logo
3.7 Main Slider
4. Banner
5. New Arrivals
5.1 New Arrivals Sorting
... | 0.249905 | 0.065425 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100;200;300;400;500;600;700;800&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url(background-img.... | html-css/exercicios/ex017/estilo/style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@100;200;300;400;500;600;700;800&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url(background-img.... | 0.340266 | 0.066812 |
width: 730px;
height: 500px;
margin: 30px auto;
background: #fff;
padding: 10px;
font-size: 20px;
color: #666;
}
#left{
width: 350px;
height: 411px;
float: left;
}
#left input{
width: 250px;
height: 24px;
padding: 4px;
color: #666;
font-size: 16px;
}
#left textarea{
width: 25... | freelance/postcard/style.css | width: 730px;
height: 500px;
margin: 30px auto;
background: #fff;
padding: 10px;
font-size: 20px;
color: #666;
}
#left{
width: 350px;
height: 411px;
float: left;
}
#left input{
width: 250px;
height: 24px;
padding: 4px;
color: #666;
font-size: 16px;
}
#left textarea{
width: 25... | 0.155046 | 0.114369 |
.form-lable p {
color: black;
font-size: 22px;
}
.add_label .form-group{
padding-right: 10px;
}
.add_label {
max-width: 350px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
justify-content: flex-st... | public/css/add.css |
.form-lable p {
color: black;
font-size: 22px;
}
.add_label .form-group{
padding-right: 10px;
}
.add_label {
max-width: 350px;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
justify-content: flex-st... | 0.299105 | 0.058078 |
@font-face {
font-family: 'Philosopher';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('../fonts/philosopher-v14-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/philosopher-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
... | caroline/html/style/style_bright.css | @font-face {
font-family: 'Philosopher';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url('../fonts/philosopher-v14-latin-regular.eot'); /* IE9 Compat Modes */
src: local(''),
url('../fonts/philosopher-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
... | 0.179674 | 0.035377 |
.areaGeral {
width: 700px;
background-color: #25a5bf;
height: 100%;
left: 25%;
padding-top: 20px;
margin: auto;
}
.menusAcessos {
display: flex;
justify-content: space-between;
margin: auto;
width: 90%;
}
.logo {
font-size: 25px;
font-weight: bold;
color: white;
margin-bottom: 20px;
text... | src/components/Rank/style.css | .areaGeral {
width: 700px;
background-color: #25a5bf;
height: 100%;
left: 25%;
padding-top: 20px;
margin: auto;
}
.menusAcessos {
display: flex;
justify-content: space-between;
margin: auto;
width: 90%;
}
.logo {
font-size: 25px;
font-weight: bold;
color: white;
margin-bottom: 20px;
text... | 0.421314 | 0.15662 |
* Header *
****************************/
.container {
width: 95%; }
.navbar {
min-height: 50px;
margin-bottom: 0px;
border: 1px solid transparent; }
.navbar .nav > li {
position: relative;
display: block; }
.navbar-default {
background-color: #de4949;
border-bottom: 1px solid rgba(... | CSS/style(Red).css | * Header *
****************************/
.container {
width: 95%; }
.navbar {
min-height: 50px;
margin-bottom: 0px;
border: 1px solid transparent; }
.navbar .nav > li {
position: relative;
display: block; }
.navbar-default {
background-color: #de4949;
border-bottom: 1px solid rgba(... | 0.252568 | 0.039527 |
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
input::-webkit-input-placeholder {
color: rgb(67, 67, 67);
}
input:-moz-placeholder {
color: rgb(67, 67, 67);
}
textarea::-webkit-input-placeholder {
color: rgb(67, 67, 67);
}
textarea:-moz-placeholder {
color: rgb(67, 67, 67);... | client/css/form.css | @import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
input::-webkit-input-placeholder {
color: rgb(67, 67, 67);
}
input:-moz-placeholder {
color: rgb(67, 67, 67);
}
textarea::-webkit-input-placeholder {
color: rgb(67, 67, 67);
}
textarea:-moz-placeholder {
color: rgb(67, 67, 67);... | 0.373876 | 0.107297 |
@charset "utf-8";
/**
* ------------------------------------------------------------------
* function.css v1.0
* @author:乐得云联 front-end team
* @time:2016-11-23
* ------------------------------------------------------------------
*/
/*公共类*/
.hidden {
visibility: hidden
}
.oh {
overflow: hidden;
}
.zoom {
zoom... | branches/WeChat/static/css/lib/function.css | @charset "utf-8";
/**
* ------------------------------------------------------------------
* function.css v1.0
* @author:乐得云联 front-end team
* @time:2016-11-23
* ------------------------------------------------------------------
*/
/*公共类*/
.hidden {
visibility: hidden
}
.oh {
overflow: hidden;
}
.zoom {
zoom... | 0.422505 | 0.127816 |
.adm-numerator-form .main-numerator-edit-caption {
font-size: 13px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
color: black;
display: inline;
padding: 0 9px 0 0;
}
.adm-numerator-form .main-numerator-edit-caption:after, .adm-numerator-use-template-checkbox-t... | www/html/bitrix/modules/main/install/components/bitrix/main.numerator.edit/templates/admin/style.css | .adm-numerator-form .main-numerator-edit-caption {
font-size: 13px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
color: black;
display: inline;
padding: 0 9px 0 0;
}
.adm-numerator-form .main-numerator-edit-caption:after, .adm-numerator-use-template-checkbox-t... | 0.225502 | 0.111241 |
body{
margin: 0;
padding: 0;
background: #0085ff;
}
.header{
background: turquoise;
display: flex;
justify-content: space-between;
}
.header img{
margin: auto;
max-width: 35px;
}
.header h3{
margin-left: 5px;
}
.header > div{
display: flex;
margin: 2px;... | estilo/pagina.css | body{
margin: 0;
padding: 0;
background: #0085ff;
}
.header{
background: turquoise;
display: flex;
justify-content: space-between;
}
.header img{
margin: auto;
max-width: 35px;
}
.header h3{
margin-left: 5px;
}
.header > div{
display: flex;
margin: 2px;... | 0.333503 | 0.07088 |
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
#root {
width: 70%;
margin-left: 205px;
}
header {
display: flex;
background-color: #1D2B3B;
justify-content: flex-start;
align-items: center;
padding-left: 20px;
height: 70px;
}
header span, footer span {
color: #A4C658;
}
header a, .menuBar a... | index.css | body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
#root {
width: 70%;
margin-left: 205px;
}
header {
display: flex;
background-color: #1D2B3B;
justify-content: flex-start;
align-items: center;
padding-left: 20px;
height: 70px;
}
header span, footer span {
color: #A4C658;
}
header a, .menuBar a... | 0.29381 | 0.074939 |
.Signup {
position: relative;
width: 650px;
padding: 50px 100px;
margin: 0 auto;
background: #fff;
border-radius: 10px;
}
.sign-head {
display: block;
width: 100%;
padding: 16px 10px 12px... | youtube1/src/app/register/register.component.css | .Signup {
position: relative;
width: 650px;
padding: 50px 100px;
margin: 0 auto;
background: #fff;
border-radius: 10px;
}
.sign-head {
display: block;
width: 100%;
padding: 16px 10px 12px... | 0.639286 | 0.087564 |
.gdpr-banner {
position: fixed;
padding: 15px;
color: #fff;
background-color: #333;
bottom: 0;
z-index: 10000;
font-display: swap;
font-style: normal;
font-weight: 400;
font-size: 14px;
}
.gdpr-banner__wrapper {
max-width: 1200px;
margin: 0 auto;
display: -webkit-box... | plugins/offline/gdpr/assets/cookieBanner/banner.css | .gdpr-banner {
position: fixed;
padding: 15px;
color: #fff;
background-color: #333;
bottom: 0;
z-index: 10000;
font-display: swap;
font-style: normal;
font-weight: 400;
font-size: 14px;
}
.gdpr-banner__wrapper {
max-width: 1200px;
margin: 0 auto;
display: -webkit-box... | 0.443118 | 0.085175 |
*{
box-sizing: border-box;
margin: 0px;
padding: 0px;
}
.header__nav{
background: #fff;
height: 60px;
left: 0px;
min-width: 360px;
position: fixed;
top: 0px;
width: 100%;
z-index: 9999;
}
.navbar{
float: right;
}
.navbar__links{
display: flex;
... | style.css | *{
box-sizing: border-box;
margin: 0px;
padding: 0px;
}
.header__nav{
background: #fff;
height: 60px;
left: 0px;
min-width: 360px;
position: fixed;
top: 0px;
width: 100%;
z-index: 9999;
}
.navbar{
float: right;
}
.navbar__links{
display: flex;
... | 0.311113 | 0.051201 |
@media (min-width: 576px) and (max-width: 992px){
body{
margin: auto;
}
.layout{
display: grid;
grid-template-columns: 13% 29% 29% 29%;
}
/*Começo do index*/
/* Começo do menu lateral */
.logo{
display: none;
}
.menu_lateral{
... | CSS/tamanhoMedio.css | @media (min-width: 576px) and (max-width: 992px){
body{
margin: auto;
}
.layout{
display: grid;
grid-template-columns: 13% 29% 29% 29%;
}
/*Começo do index*/
/* Começo do menu lateral */
.logo{
display: none;
}
.menu_lateral{
... | 0.355551 | 0.10026 |
position: relative;
overflow: hidden;
margin: 0 0 6px;
padding: 5px 10px 5px 10px;
width: 100%;
background-position: center;
background-repeat: no-repeat;
opacity: .95;
font-weight: bolder;
}
#toast-container {
display: block;
position: fixed;
z-index: 10000;
}
... | site/templates/css/style.css | position: relative;
overflow: hidden;
margin: 0 0 6px;
padding: 5px 10px 5px 10px;
width: 100%;
background-position: center;
background-repeat: no-repeat;
opacity: .95;
font-weight: bolder;
}
#toast-container {
display: block;
position: fixed;
z-index: 10000;
}
... | 0.320821 | 0.108566 |
@media (min-width: 1170px) .player-js.playlist-aside {
max-width: 1100px;
margin: 0 auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.vjs-playlist {
max-width: 740px;
max-height: 440px;
margin:... | assets/player/plugins/playlist/custom.css | @media (min-width: 1170px) .player-js.playlist-aside {
max-width: 1100px;
margin: 0 auto;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.vjs-playlist {
max-width: 740px;
max-height: 440px;
margin:... | 0.380183 | 0.04408 |
:root{
--background: url('https://github.com/edgar06ka2/edited/blob/master/sword-art-online-ii-wallpapers-hd-66761-327252.png?raw=true');
--transparency-1: linear-gradient(to right, rgba(0,0,0,0.55), rgba(0,0,0,0.55));
--transparency-2: linear-gradient(to right, rgba(0,0,0,0.55), rgba(0,0,0,0.55));
--transpa... | qq.css | :root{
--background: url('https://github.com/edgar06ka2/edited/blob/master/sword-art-online-ii-wallpapers-hd-66761-327252.png?raw=true');
--transparency-1: linear-gradient(to right, rgba(0,0,0,0.55), rgba(0,0,0,0.55));
--transparency-2: linear-gradient(to right, rgba(0,0,0,0.55), rgba(0,0,0,0.55));
--transpa... | 0.70619 | 0.25141 |
div[data-element-type="Pure.HighLights.B.ResizeContainer"]{
position :relative;
width :100%;
}
/*============================================================================*/
ul[data-element-type="Pure.HighLights.B"]{
position :relative;
width :100%;
list-style :none;
margin... | templates/highlights/css/b.css | div[data-element-type="Pure.HighLights.B.ResizeContainer"]{
position :relative;
width :100%;
}
/*============================================================================*/
ul[data-element-type="Pure.HighLights.B"]{
position :relative;
width :100%;
list-style :none;
margin... | 0.327453 | 0.072178 |
@import "part:@sanity/base/theme/variables-style";
:root {
--blockEditorFullscreenBackground: var(--gray-lighter);
}
.root {
composes: root from 'part:@sanity/base/theme/forms/control-style';
position: static;
}
.inner {
/* composes: inner from 'part:@sanity/base/theme/forms/control-style'; */
}
.focusSkipp... | packages/@sanity/form-builder/src/inputs/BlockEditor-slate/styles/BlockEditor.css | @import "part:@sanity/base/theme/variables-style";
:root {
--blockEditorFullscreenBackground: var(--gray-lighter);
}
.root {
composes: root from 'part:@sanity/base/theme/forms/control-style';
position: static;
}
.inner {
/* composes: inner from 'part:@sanity/base/theme/forms/control-style'; */
}
.focusSkipp... | 0.571049 | 0.097347 |
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
html {
width: 100%;
height: 100%;
transition: all .3s;
}
body {
font-family: "STHeiti","PingFang SC","Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei",Arial,sans-serif;
color: #010101;
background-color: #fbfcfc;
wid... | src/css/aftersale.css | * {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
html {
width: 100%;
height: 100%;
transition: all .3s;
}
body {
font-family: "STHeiti","PingFang SC","Microsoft YaHei","Helvetica Neue","Hiragino Sans GB","WenQuanYi Micro Hei",Arial,sans-serif;
color: #010101;
background-color: #fbfcfc;
wid... | 0.369201 | 0.090053 |
h1,h2,h3,h4,h5,h6,p {
margin: 0px;
padding: 0px;
}
a {
text-decoration: none;
cursor: pointer;
}
a:hover,
a:focus {
text-decoration: none;
}
ol,ul {
margin: 0px;
padding: 0px;
list-style: none;
}
a img {
border:none;
}
/*************** bootstrap reset ***************/
/***** buttons... | public/css/reset.css | h1,h2,h3,h4,h5,h6,p {
margin: 0px;
padding: 0px;
}
a {
text-decoration: none;
cursor: pointer;
}
a:hover,
a:focus {
text-decoration: none;
}
ol,ul {
margin: 0px;
padding: 0px;
list-style: none;
}
a img {
border:none;
}
/*************** bootstrap reset ***************/
/***** buttons... | 0.179207 | 0.06256 |
.load-release{
padding: 40px;
display: -ms-grid;
margin: 20px 40px;
font-size: small;
display: grid;
background-color: #ffffff;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 30px;
border-radius: 5px;
-webkit-box-shadow: 2px 2px 2px 2px #e7e5e5;
... | css/cma/utility/load-release-ticket.css | .load-release{
padding: 40px;
display: -ms-grid;
margin: 20px 40px;
font-size: small;
display: grid;
background-color: #ffffff;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
grid-gap: 30px;
border-radius: 5px;
-webkit-box-shadow: 2px 2px 2px 2px #e7e5e5;
... | 0.233444 | 0.194521 |
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Poppins&display=swap');
*, *::before, *::after {
box-sizing: border-box;
}
:root {
/* --accent-color:#641BFF;*/
--accent-color1: #6a1375;
--accent-color2: #790c5a;
--heading-font-family: 'Poppins', sans-serif;
--body-font... | Price Cards/style.css | @import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Poppins&display=swap');
*, *::before, *::after {
box-sizing: border-box;
}
:root {
/* --accent-color:#641BFF;*/
--accent-color1: #6a1375;
--accent-color2: #790c5a;
--heading-font-family: 'Poppins', sans-serif;
--body-font... | 0.538255 | 0.096791 |
:root {
/* sizing and spacing */
--fw-auto: auto;
--fw-full: 100%;
--fw-0: 0;
--fw-0\5 : 0.125rem;
--fw-1: 0.25rem;
--fw-1\5 : 0.375rem;
--fw-2: 0.5rem;
--fw-2\5 : 0.625rem;
--fw-3: 0.75rem;
--fw-3\5 : 0.875rem;
--fw-4: 1rem;
--fw-4\5 : 1.125rem;
--fw-5: 1.25rem;
--fw-6: 1.5rem;
--fw-7: ... | lib/freewindcss.css | :root {
/* sizing and spacing */
--fw-auto: auto;
--fw-full: 100%;
--fw-0: 0;
--fw-0\5 : 0.125rem;
--fw-1: 0.25rem;
--fw-1\5 : 0.375rem;
--fw-2: 0.5rem;
--fw-2\5 : 0.625rem;
--fw-3: 0.75rem;
--fw-3\5 : 0.875rem;
--fw-4: 1rem;
--fw-4\5 : 1.125rem;
--fw-5: 1.25rem;
--fw-6: 1.5rem;
--fw-7: ... | 0.366703 | 0.097519 |
.alert-base,
.alert {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.alert-end {
justify-content: flex-end;
}
.alert-skin,
.alert {
padding: var(--agnostic-side-padding);
background: var(--agnostic-gray-light);
}
.alert-icon {
color: var(--agnostic-gray-mid-d... | agnostic-css/public/css-dist/components.concat.css | .alert-base,
.alert {
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.alert-end {
justify-content: flex-end;
}
.alert-skin,
.alert {
padding: var(--agnostic-side-padding);
background: var(--agnostic-gray-light);
}
.alert-icon {
color: var(--agnostic-gray-mid-d... | 0.419172 | 0.116764 |
.dm-uploader-container {
position: relative;
display: block;
width: 100%;
}
.dm-uploader {
position: relative;
width: 100%;
height: auto;
min-height: 219px;
max-height: 412px;
overflow-x: hidden;
overflow-y: auto;
text-align: center;
background: #40495400;
border: 2p... | public/assets/admin/plugins/file-uploader/css/styles-1.0.css | .dm-uploader-container {
position: relative;
display: block;
width: 100%;
}
.dm-uploader {
position: relative;
width: 100%;
height: auto;
min-height: 219px;
max-height: 412px;
overflow-x: hidden;
overflow-y: auto;
text-align: center;
background: #40495400;
border: 2p... | 0.473901 | 0.075312 |
# General
--------------------------------------------------------------*/
.site-header{
padding-right: 0.625rem;
padding-left: 0.625rem;
width: 100%;
max-width: 1680px;
padding-top: 20px;
padding-bottom: 20px;
}
.site-header .site-branding {
float: left;
margin-right: 35px;
height: ... | public/css/style.css | # General
--------------------------------------------------------------*/
.site-header{
padding-right: 0.625rem;
padding-left: 0.625rem;
width: 100%;
max-width: 1680px;
padding-top: 20px;
padding-bottom: 20px;
}
.site-header .site-branding {
float: left;
margin-right: 35px;
height: ... | 0.436382 | 0.069069 |
#main {
margin-top: 25px;
min-height: 700px;
}
/* ========= main-contain start ============ */
#main .main-contain {
width: 800px;
float: left;
background: #fff;
}
/* === search-box start === */
.main-contain .search-box {
padding: 40px 50px;
width: 700px;
box-shadow: 1px 2px rgba(0,0,... | alyBlog/static/css/news/search.css | #main {
margin-top: 25px;
min-height: 700px;
}
/* ========= main-contain start ============ */
#main .main-contain {
width: 800px;
float: left;
background: #fff;
}
/* === search-box start === */
.main-contain .search-box {
padding: 40px 50px;
width: 700px;
box-shadow: 1px 2px rgba(0,0,... | 0.216094 | 0.054752 |
html {
background-color: #001829;
color: #fff;
font-size: 1em;
line-height: 1em;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
body {
font-size: 22px;
font-family: 'Marcellus', serif;
}
h1 {
font-size: 1.5em;
line-height: 1.2em;
}
p... | css/dark.css | html {
background-color: #001829;
color: #fff;
font-size: 1em;
line-height: 1em;
}
fieldset {
border: 0;
margin: 0;
padding: 0;
}
textarea {
resize: vertical;
}
body {
font-size: 22px;
font-family: 'Marcellus', serif;
}
h1 {
font-size: 1.5em;
line-height: 1.2em;
}
p... | 0.556882 | 0.171234 |
html,
body {
min-width: 290px;
color: #4d4e53;
background-color: #ffffff;
line-height: 1.5;
}
#navbar {
position: fixed;
min-width: 290px;
top: 0px;
left: 0px;
width: 300px;
height: 100%;
border-right: solid;
border-color: rgba(0, 22, 22, 0.4)
}
header {
text-align:... | css/style.css | html,
body {
min-width: 290px;
color: #4d4e53;
background-color: #ffffff;
line-height: 1.5;
}
#navbar {
position: fixed;
min-width: 290px;
top: 0px;
left: 0px;
width: 300px;
height: 100%;
border-right: solid;
border-color: rgba(0, 22, 22, 0.4)
}
header {
text-align:... | 0.499512 | 0.090816 |
menu {
/* @size sets the relative size of the buttons, define before calling the buttons mixin */
/* Play */
/* Stop */
/* Fast-Forward */
/* Rewind */
/* Pause */
margin: 2em auto;
text-align: center;
position: relative;
}
menu button {
position: relative;
display: inline-block;
padding: .6em;
... | browsercast/browsercast/player.css | menu {
/* @size sets the relative size of the buttons, define before calling the buttons mixin */
/* Play */
/* Stop */
/* Fast-Forward */
/* Rewind */
/* Pause */
margin: 2em auto;
text-align: center;
position: relative;
}
menu button {
position: relative;
display: inline-block;
padding: .6em;
... | 0.353763 | 0.075448 |
@import url('https://fonts.googleapis.com/css?family=Hi+Melody');
.sidebar {
height: 100%;
width: 14%;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #BFB29B;
color: white;
overflow-x: hidden;
padding: 50px 0 0 20px;
}
.sidebar a:link,
.sidebar a:visited {
color: #fff;
text-de... | hairspray-app/src/styles/css/index.css | @import url('https://fonts.googleapis.com/css?family=Hi+Melody');
.sidebar {
height: 100%;
width: 14%;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #BFB29B;
color: white;
overflow-x: hidden;
padding: 50px 0 0 20px;
}
.sidebar a:link,
.sidebar a:visited {
color: #fff;
text-de... | 0.422505 | 0.065605 |
.home-container{
overflow: scroll;
top: 50px;
z-index: 1;
}
.shops {
padding-left: 100px;
font-family: cursive;
font-size: 3vw;
position: relative;
}
@media screen and (max-width: 800px) {
.shops {
font-size: 5vw;
padding-bottom: 20px;
padding-left: 40px;
}
}... | resources/js/components/Home/Home.css | .home-container{
overflow: scroll;
top: 50px;
z-index: 1;
}
.shops {
padding-left: 100px;
font-family: cursive;
font-size: 3vw;
position: relative;
}
@media screen and (max-width: 800px) {
.shops {
font-size: 5vw;
padding-bottom: 20px;
padding-left: 40px;
}
}... | 0.410284 | 0.107719 |
display: none;
}
.events_list {
padding: 0 10px;
}
#event {
padding: 10px 10px 0px;
}
.public_type {
color: #777;
padding: 3px 5px 6px;
font-weight: normal;
}
.event_info {
line-height: 130%;
padding: 6px 5px 5px;
}
.info_table .no_label {
clear: both;
padding:5px;
}
.info_table .label,
.info_t... | css/al/events.css | display: none;
}
.events_list {
padding: 0 10px;
}
#event {
padding: 10px 10px 0px;
}
.public_type {
color: #777;
padding: 3px 5px 6px;
font-weight: normal;
}
.event_info {
line-height: 130%;
padding: 6px 5px 5px;
}
.info_table .no_label {
clear: both;
padding:5px;
}
.info_table .label,
.info_t... | 0.198219 | 0.137561 |
body {
margin: 0px;
padding: 0px;
background-image: url("../image/background.jpeg");
background-size: cover;
font-family: 'Roboto', sans-serif;
overflow: hidden;
}
*{
margin: 0px;
padding: 0px;
font-family: 'Roboto', sans-serif;
}
.container {
border: 1px solid red;
padding:... | src/css/style.css | body {
margin: 0px;
padding: 0px;
background-image: url("../image/background.jpeg");
background-size: cover;
font-family: 'Roboto', sans-serif;
overflow: hidden;
}
*{
margin: 0px;
padding: 0px;
font-family: 'Roboto', sans-serif;
}
.container {
border: 1px solid red;
padding:... | 0.400749 | 0.084493 |
.page-title {
padding: 1rem 0;
}
.content-page{
padding: 0 5px;
}
.table td{
padding: 4px 3px;
}
.table th{
padding-left: 5px;
}
.btn-actions i{
font-size: 13px;
}
.btn-actions{
padding: 1px 4px!important;
}
.dataTables_filter {
margin: 0 0 1.25rem 0;
}
.dataTables_filter input{
mar... | web/public/css/custom.css | .page-title {
padding: 1rem 0;
}
.content-page{
padding: 0 5px;
}
.table td{
padding: 4px 3px;
}
.table th{
padding-left: 5px;
}
.btn-actions i{
font-size: 13px;
}
.btn-actions{
padding: 1px 4px!important;
}
.dataTables_filter {
margin: 0 0 1.25rem 0;
}
.dataTables_filter input{
mar... | 0.473901 | 0.128635 |
#header{
height: 100vh;
}
h1{
margin-bottom:0px;
text-align: center;
margin-top: 25px;
}
#menu{
border-bottom: 2px solid grey;
}
#serv_rastrigin, #serv_ackley{
border-top: 2px solid black;
display: none;
}
.img .fit{
width: 80%;
}
.style1{
min-height: 100vh;
padding-top: 30px;
}
.style2{
padding-bottom... | static/assets/css/index.css |
#header{
height: 100vh;
}
h1{
margin-bottom:0px;
text-align: center;
margin-top: 25px;
}
#menu{
border-bottom: 2px solid grey;
}
#serv_rastrigin, #serv_ackley{
border-top: 2px solid black;
display: none;
}
.img .fit{
width: 80%;
}
.style1{
min-height: 100vh;
padding-top: 30px;
}
.style2{
padding-bottom... | 0.186391 | 0.075585 |
@charset "UTF-8";
#shot-chart {
width: 100%;
margin: auto;
margin-top: -50px;
}
/********SHOTCHART COURT STYLES****** */
#shot-chart-container {
margin-top: -22%;
margin-bottom: 5%;
}
@media (min-width: 50em) {
#shot-chart-container {
margin-top: -15%;
}
}
@media (min-width: 55em... | src/styles/ShotChart.css | @charset "UTF-8";
#shot-chart {
width: 100%;
margin: auto;
margin-top: -50px;
}
/********SHOTCHART COURT STYLES****** */
#shot-chart-container {
margin-top: -22%;
margin-bottom: 5%;
}
@media (min-width: 50em) {
#shot-chart-container {
margin-top: -15%;
}
}
@media (min-width: 55em... | 0.480966 | 0.072276 |
div.spoiler {
/* padding: 5px; */
line-height: 1.6;
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.44);
}
div.spoiler div.spoiler-title {
color: #000000;
font-size: 12px;
font-weight: bold;
padding: 4px 7px;
border: 1px solid #bbbbbb;
border-bottom-color: #999999;
-moz-border-radius: 0px;
-webkit-border-radius... | lib/spoiler/spoiler.css | div.spoiler {
/* padding: 5px; */
line-height: 1.6;
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.44);
}
div.spoiler div.spoiler-title {
color: #000000;
font-size: 12px;
font-weight: bold;
padding: 4px 7px;
border: 1px solid #bbbbbb;
border-bottom-color: #999999;
-moz-border-radius: 0px;
-webkit-border-radius... | 0.213869 | 0.132346 |