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 |
|---|---|---|---|---|
.Popover {
position: absolute;
display: block;
cursor: pointer;
background: transparent;
}
.Popover :global .sui-popover-container {
position: absolute;
display: block;
background: #FFFFFF;
max-width: 300px;
padding: 0.4rem 0.6rem;
font-size: 0.8rem;
border-radius: 3px;
box-shadow: rgba(67, 90,... | src/modules/Popover/Popover.module.css | .Popover {
position: absolute;
display: block;
cursor: pointer;
background: transparent;
}
.Popover :global .sui-popover-container {
position: absolute;
display: block;
background: #FFFFFF;
max-width: 300px;
padding: 0.4rem 0.6rem;
font-size: 0.8rem;
border-radius: 3px;
box-shadow: rgba(67, 90,... | 0.566258 | 0.042029 |
.float-right {
float: right;
}
/* }}} */
/* Dashboard general styles {{{ */
.warning {
color: red;
background: transparent url(../images/admin-tools.png) 0 -412px no-repeat;
padding-left: 25px;
}
.dashboard #content {
display: block;
width: auto;
!important;
}
.dashboard-container {
cle... | admin_tools/dashboard/static/admin_tools/css/dashboard.css |
.float-right {
float: right;
}
/* }}} */
/* Dashboard general styles {{{ */
.warning {
color: red;
background: transparent url(../images/admin-tools.png) 0 -412px no-repeat;
padding-left: 25px;
}
.dashboard #content {
display: block;
width: auto;
!important;
}
.dashboard-container {
cle... | 0.295535 | 0.15588 |
@CHARSET "UTF-8";
@media screen and (min-width: 1280px) {
.buyp_main{
width:95%;
margin:0 auto;
border:1px solid #ffffff;
}
.buyp_main .head{
height:50px;
border-bottom:1px solid #ffffff;
}
.buyp_main .head .head1{
float:left;
width:24.5%;
height:50px;
line-height:50px;
text-align:center;
fon... | wwwroot/wwwroot/domain/view/new/style/css/buyprocess.css | @CHARSET "UTF-8";
@media screen and (min-width: 1280px) {
.buyp_main{
width:95%;
margin:0 auto;
border:1px solid #ffffff;
}
.buyp_main .head{
height:50px;
border-bottom:1px solid #ffffff;
}
.buyp_main .head .head1{
float:left;
width:24.5%;
height:50px;
line-height:50px;
text-align:center;
fon... | 0.153011 | 0.052912 |
*{
margin:0;
padding:0;
}
.kucity{
font-family: "微软雅黑";
font-size:12px;
position: absolute;
top:50px;
left:50px;
width: 400px;
*border:1px solid #dedede;
box-shadow: 0 0 5px 1px #dedede;
padding:10px;
z-index: 2000;
background: ghostwhite;
}
.kucity h3{
font-size:... | public/css/kuCity.css | *{
margin:0;
padding:0;
}
.kucity{
font-family: "微软雅黑";
font-size:12px;
position: absolute;
top:50px;
left:50px;
width: 400px;
*border:1px solid #dedede;
box-shadow: 0 0 5px 1px #dedede;
padding:10px;
z-index: 2000;
background: ghostwhite;
}
.kucity h3{
font-size:... | 0.38445 | 0.061848 |
@tailwind base;
@tailwind components;
@tailwind utilities;
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
html,
body {
margin: 0;
}
body {
font-family: 'RalewayModified', serif;
font-size: 1em;
line-height: 1.3;
color: black;
margin: 0;
}
h1 {
font-family: 'Lat... | src/components/tailwind.css | @tailwind base;
@tailwind components;
@tailwind utilities;
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
html,
body {
margin: 0;
}
body {
font-family: 'RalewayModified', serif;
font-size: 1em;
line-height: 1.3;
color: black;
margin: 0;
}
h1 {
font-family: 'Lat... | 0.405802 | 0.064329 |
@media screen and (max-width: 760px) {
.hide-mobile {
display: none;
}
.hide-desktop {
display: block;
}
}
@media screen and (min-width: 760px) {
.hide-mobile {
display: block;
}
.hide-desktop {
display: none;
}
}
*:focus {
outline: none;
}
body {... | assets/css/login.css | @media screen and (max-width: 760px) {
.hide-mobile {
display: none;
}
.hide-desktop {
display: block;
}
}
@media screen and (min-width: 760px) {
.hide-mobile {
display: block;
}
.hide-desktop {
display: none;
}
}
*:focus {
outline: none;
}
body {... | 0.343122 | 0.096663 |
.toolbar {
-fx-background-color: rgb(65, 131, 215);
-fx-padding: 25px;
-fx-width: 100%;
}
#headline {
-fx-font-size: 18pt;
-fx-font-family: "Lato";
-fx-text-fill: #fff;
-fx-label-font-weight: bold;
}
/*
Sudoku card
*/
.card {
-fx-background-color: #fff;
-fx-effect: dropshadow(g... | src/stylesheets/gameSceneStyle.css | .toolbar {
-fx-background-color: rgb(65, 131, 215);
-fx-padding: 25px;
-fx-width: 100%;
}
#headline {
-fx-font-size: 18pt;
-fx-font-family: "Lato";
-fx-text-fill: #fff;
-fx-label-font-weight: bold;
}
/*
Sudoku card
*/
.card {
-fx-background-color: #fff;
-fx-effect: dropshadow(g... | 0.442637 | 0.086093 |
============================================= */
* {color:#000; font-family:Arial,Helvetica,sans-serif; word-wrap:break-word;}
body,html {background-color:#fff; color:#000; font-family:sans-serif;}
a {text-decoration:none; color:#000;}
a:hover {color:#000;}
ok {display:none;}
query {display:none... | ctrack/art/high/activities.css | ============================================= */
* {color:#000; font-family:Arial,Helvetica,sans-serif; word-wrap:break-word;}
body,html {background-color:#fff; color:#000; font-family:sans-serif;}
a {text-decoration:none; color:#000;}
a:hover {color:#000;}
ok {display:none;}
query {display:none... | 0.218669 | 0.101367 |
@charset "utf-8";
* {font-family: 'Microsoft Yahei';}
/*行业*/
.aui_state_box{font: 12px/1.5 Tahoma}
.aui_state_box{ width:0px; height:0px; position:fixed; left:50%; top:0px;z-index:99999;}
.aui_state_box_bg{ width:100%; height:100%; background:#000; position: fixed;left: 0px;top: 0px;opacity: 0.6}
.aui_alert_zn{ positio... | platform-web/src/main/webapp/ace_static/plugin/citySelect/css/zyzn_1.css | @charset "utf-8";
* {font-family: 'Microsoft Yahei';}
/*行业*/
.aui_state_box{font: 12px/1.5 Tahoma}
.aui_state_box{ width:0px; height:0px; position:fixed; left:50%; top:0px;z-index:99999;}
.aui_state_box_bg{ width:100%; height:100%; background:#000; position: fixed;left: 0px;top: 0px;opacity: 0.6}
.aui_alert_zn{ positio... | 0.365683 | 0.160529 |
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 70px;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
background-color: #e6eef8;
font-size: 1em;
height: 50px;
text-align: center;
padding-top: 20px;
}
#navbar {
background-color: #e6eef8;
}
... | public/css/style.css | html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 70px;
}
#footer {
position: absolute;
bottom: 0;
width: 100%;
background-color: #e6eef8;
font-size: 1em;
height: 50px;
text-align: center;
padding-top: 20px;
}
#navbar {
background-color: #e6eef8;
}
... | 0.546012 | 0.087019 |
:root {
--background-color: #2c2c2c;
--primary-color: #d1a229;
}
body {
background-color: var(--background-color);
}
.logo {
top: 1vw;
left: 3vw;
position: absolute;
height: 2vw;
}
.landing-circles {
width: 100vw;
height: 100vh;
position: absolute;
top: 0;
left: 0;
}
.landing-me {
width: 20... | src/App.css | :root {
--background-color: #2c2c2c;
--primary-color: #d1a229;
}
body {
background-color: var(--background-color);
}
.logo {
top: 1vw;
left: 3vw;
position: absolute;
height: 2vw;
}
.landing-circles {
width: 100vw;
height: 100vh;
position: absolute;
top: 0;
left: 0;
}
.landing-me {
width: 20... | 0.638272 | 0.168378 |
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.text-vertical-center {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.text-vertical-center h1 {
margin: 0;
padding: 0;
font-size: 4.... | assets/css/stylish-portfolio.css | html,
body {
width: 100%;
height: 100%;
}
body {
font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.text-vertical-center {
display: table-cell;
text-align: center;
vertical-align: middle;
}
.text-vertical-center h1 {
margin: 0;
padding: 0;
font-size: 4.... | 0.354992 | 0.092196 |
.material-icons.md-14 {
font-size: 14px;
}
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
i {
display: inline-block;
vertical-align: top;
}
.grey-text {
color: #BDBDBD;
}
.hidd... | core/static/core/style.css | .material-icons.md-14 {
font-size: 14px;
}
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
i {
display: inline-block;
vertical-align: top;
}
.grey-text {
color: #BDBDBD;
}
.hidd... | 0.591251 | 0.132206 |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
background-color: rgba(0, 0, 255, 0.6);
font-family: sans-serif;
}
#main {
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
border: 1px solid black;
background-color... | 2020/HTML-CSS/WEEK5/chibuzor osinachi/animations transition and grid/css/main.css | * {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
background-color: rgba(0, 0, 255, 0.6);
font-family: sans-serif;
}
#main {
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
border: 1px solid black;
background-color... | 0.649023 | 0.152663 |
body {
font-family:'Microsoft YaHei';
}
.relative {
position:relative;
width:100%;
height:100%;
}
.left-top-blue {
width:100%;
height:100%;
padding:10px 10px 0px;
background-color:#2572eb;
position:relative;
}
#container {
padding-top:70px;
}
.yq_title {
position:absolute;
... | public/css/sepstyle.css | body {
font-family:'Microsoft YaHei';
}
.relative {
position:relative;
width:100%;
height:100%;
}
.left-top-blue {
width:100%;
height:100%;
padding:10px 10px 0px;
background-color:#2572eb;
position:relative;
}
#container {
padding-top:70px;
}
.yq_title {
position:absolute;
... | 0.337094 | 0.053354 |
@import url('https://fonts.googleapis.com/css?family=Arimo');
body {
background: #F44336;
min-height: 100vh;
}
h1 {
font-size: 24px;
margin: 0;
}
#wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
... | style.css | @import url('https://fonts.googleapis.com/css?family=Arimo');
body {
background: #F44336;
min-height: 100vh;
}
h1 {
font-size: 24px;
margin: 0;
}
#wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
... | 0.395134 | 0.134236 |
.dhxcarousel_base_dhx_skyblue {
background-color: white;
position: relative;
cursor: default;
}
.dhxcarousel_base_dhx_skyblue div.dhxcarousel_cont {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}
.dhxcarousel_base_dhx_skyblue div.dhxcarousel_cont div.dhxcarousel_area {... | public/dhtmlx/sources/dhtmlxCarousel/codebase/skins/dhtmlxcarousel_dhx_skyblue.css |
.dhxcarousel_base_dhx_skyblue {
background-color: white;
position: relative;
cursor: default;
}
.dhxcarousel_base_dhx_skyblue div.dhxcarousel_cont {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
overflow: hidden;
}
.dhxcarousel_base_dhx_skyblue div.dhxcarousel_cont div.dhxcarousel_area {... | 0.346541 | 0.072571 |
.navbar-inverse { background-color: #FFFFFF}
.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { background-color: #4D4D4D}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inve... | app/client/stylesheets/navbar.css | .navbar-inverse { background-color: #FFFFFF}
.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { background-color: #4D4D4D}
.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a, .navbar-inve... | 0.534612 | 0.076064 |
body{
text-align: center;
background-color: #f0ffff;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
input[type=text], input[type=password] {
width: 10%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 1px solid #555;
outline: none;
}
select, option {
wid... | css/main.css | body{
text-align: center;
background-color: #f0ffff;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
input[type=text], input[type=password] {
width: 10%;
padding: 12px 20px;
margin: 8px 0;
box-sizing: border-box;
border: 1px solid #555;
outline: none;
}
select, option {
wid... | 0.428233 | 0.087175 |
html {
height: 100%;
}
body {
height: 100%;
margin: 0px;
padding: 0px;
background-color: #000;
font-family: Arial, sans-serif;
font-size: 12px;
line-height: 160%;
}
#mcmap {
width: 100%;
height: 100%;
}
.infoWindow {
height: 130px;
width: 130px;
}
.infoWindow>img {
... | assets/overviewer.css | html {
height: 100%;
}
body {
height: 100%;
margin: 0px;
padding: 0px;
background-color: #000;
font-family: Arial, sans-serif;
font-size: 12px;
line-height: 160%;
}
#mcmap {
width: 100%;
height: 100%;
}
.infoWindow {
height: 130px;
width: 130px;
}
.infoWindow>img {
... | 0.47317 | 0.121738 |
* {
font-family: 'Roboto Slab', serif;
}
body {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
overflow-x: hidden;
}
.navbar {
animation-duration: 0.2s ;
box-shadow: 0px 0 10px rgba(0, 0, 0, 0.9);
width: 100%;
}
.nav-item, .nav-link, .navbar-b... | css/home_style.css | * {
font-family: 'Roboto Slab', serif;
}
body {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
overflow-x: hidden;
}
.navbar {
animation-duration: 0.2s ;
box-shadow: 0px 0 10px rgba(0, 0, 0, 0.9);
width: 100%;
}
.nav-item, .nav-link, .navbar-b... | 0.443359 | 0.094552 |
body {
font-family: 'Roboto', sans-serif;
}
.brnd {
background-color: #fff;
}
.text-ipi {
padding: 10px;
border-left: 1px solid #101010;
}
.sidebar {
background-color: #182C61;
border-color: #2980b9;
}
#progressTimer {
margin: 20px;
width: 95%;
height: 8px;
position: relative;
}
.carrot {
border-left:... | assets/css/custom/dashboard.css | body {
font-family: 'Roboto', sans-serif;
}
.brnd {
background-color: #fff;
}
.text-ipi {
padding: 10px;
border-left: 1px solid #101010;
}
.sidebar {
background-color: #182C61;
border-color: #2980b9;
}
#progressTimer {
margin: 20px;
width: 95%;
height: 8px;
position: relative;
}
.carrot {
border-left:... | 0.386532 | 0.137996 |
#header {
position: relative;
z-index: 1030;
}
#header.header {
border-top: 0;
border-bottom: 0;
}
#header .header-body {
position: fixed;
top: 0;
display: flex;
flex-direction: column;
background: #FFF;
transition: height 0.3s ease;
width: 100%;
height: 90px;
border-top: 3px solid #EDEDED;
border-botto... | public/ThemeData/css/landing.css | #header {
position: relative;
z-index: 1030;
}
#header.header {
border-top: 0;
border-bottom: 0;
}
#header .header-body {
position: fixed;
top: 0;
display: flex;
flex-direction: column;
background: #FFF;
transition: height 0.3s ease;
width: 100%;
height: 90px;
border-top: 3px solid #EDEDED;
border-botto... | 0.328099 | 0.059292 |
@charset "utf-8";
@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, code, del,
dfn, em, img, strong, sub, sup, dl, dt, dd, ol, ul, li, field... | project/css/ui.css | @charset "utf-8";
@import url(https://cdn.rawgit.com/theeluwin/NotoSansKR-Hestia/master/stylesheets/NotoSansKR-Hestia.css);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, code, del,
dfn, em, img, strong, sub, sup, dl, dt, dd, ol, ul, li, field... | 0.165728 | 0.067516 |
.jchartfx_body {
background-color: #FFFFFF;
}
.jchartfxToolTip {
background-color: #282828;
color: #F0F0F0;
border-color: #999999;
}
.jchartfxToolTipBorder {
fill: #FDFDFD;
stroke: #2C4359;
}
.jchartfx .PointLabel {
fill: #2C4359;
}
.jchartfx .Attribute0 {
fill: #CCD232;
stroke: ... | public/css/jchartfx/Palettes/jchartfx.palette.hot-sneaks.css | .jchartfx_body {
background-color: #FFFFFF;
}
.jchartfxToolTip {
background-color: #282828;
color: #F0F0F0;
border-color: #999999;
}
.jchartfxToolTipBorder {
fill: #FDFDFD;
stroke: #2C4359;
}
.jchartfx .PointLabel {
fill: #2C4359;
}
.jchartfx .Attribute0 {
fill: #CCD232;
stroke: ... | 0.499756 | 0.064065 |
.book .mainTab .profileImage
{
width: 300px;
height: 300px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
.book .mainTab .bookTitle
{
/* Box transform */
display: flex;
position: absolute;
top: 340px;
width: 360px;
height: 80px;
justify-content: center;
... | css/books/mainTab.css |
.book .mainTab .profileImage
{
width: 300px;
height: 300px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
}
.book .mainTab .bookTitle
{
/* Box transform */
display: flex;
position: absolute;
top: 340px;
width: 360px;
height: 80px;
justify-content: center;
... | 0.33928 | 0.051606 |
.POSTransaction
{
/*background: url('images/background/blue_butterfly_3_sparkling.jpg') no-repeat center center fixed;
background-size : 100% 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
background:#fff;
}
.... | CobraResources/StyleSheets/Widget/GShop_POS/WidControlPOSTransaction.css | .POSTransaction
{
/*background: url('images/background/blue_butterfly_3_sparkling.jpg') no-repeat center center fixed;
background-size : 100% 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;*/
background:#fff;
}
.... | 0.387343 | 0.065635 |
position: fixed;
z-index: 9999;
right: 30px;
top: 30px;
opacity: 0.8;
font-size: 20px;
font-weight: bold;
cursor: pointer;
}
#pixel-perfect-container .pixel-perfect-overlay {
position: absolute;
display: block;
top: 0;
left: 0;
z-index: 9000;
opacity: 0.8;
cursor: move;
... | style.css | position: fixed;
z-index: 9999;
right: 30px;
top: 30px;
opacity: 0.8;
font-size: 20px;
font-weight: bold;
cursor: pointer;
}
#pixel-perfect-container .pixel-perfect-overlay {
position: absolute;
display: block;
top: 0;
left: 0;
z-index: 9000;
opacity: 0.8;
cursor: move;
... | 0.207696 | 0.044225 |
body,html{margin:auto;height:100%;display:table}
body{background:#2981E6;display:table-cell;vertical-align:middle}
.mx-auto{width:320px}
input[type=password],input[type=text]{width:100%;padding:12px 20px;margin:8px 0;display:inline-block;border:1px solid #ccc;box-sizing:border-box}
button{background-color:#122913;color... | public/assets/css/custompages/modal-login.css | body,html{margin:auto;height:100%;display:table}
body{background:#2981E6;display:table-cell;vertical-align:middle}
.mx-auto{width:320px}
input[type=password],input[type=text]{width:100%;padding:12px 20px;margin:8px 0;display:inline-block;border:1px solid #ccc;box-sizing:border-box}
button{background-color:#122913;color... | 0.278355 | 0.058239 |
:root {
--ucr-blue: #1e54a8ff;
--ucr-orange: #f9b00fff;
}
body {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
display: flex;
flex-direction: column;
}
a {
color: rgb(249, 176, 15);
}
header {
text-align: center;
... | html/css/spider.css | :root {
--ucr-blue: #1e54a8ff;
--ucr-orange: #f9b00fff;
}
body {
position: absolute;
top: 0;
bottom: 0;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
display: flex;
flex-direction: column;
}
a {
color: rgb(249, 176, 15);
}
header {
text-align: center;
... | 0.651687 | 0.213398 |
.jtree ul, .jtree li { margin: 0; padding: 0; list-style: none; }
/* ---- Tree layout ------------------------- */
.jtree ul { margin-right: 20px; }
.jtree li { background: url(rtl_images/line.gif) right repeat-y; }
.jtree li.last { background-image: none; }
.jtree div {
height: 100%; padding: 4px... | python2.near-by.info/administrator/components/com_menus/assets/type_rtl.css |
.jtree ul, .jtree li { margin: 0; padding: 0; list-style: none; }
/* ---- Tree layout ------------------------- */
.jtree ul { margin-right: 20px; }
.jtree li { background: url(rtl_images/line.gif) right repeat-y; }
.jtree li.last { background-image: none; }
.jtree div {
height: 100%; padding: 4px... | 0.341473 | 0.175839 |
.rui.asort-navbar {
background: none;
position: fixed!important;
top: 0;
left: 0;
right: 0;
z-index: 1002;
}
.asort-navbar {
box-shadow: 0px 1px 7px 0px rgba(128, 128, 128, 0.25);
}
.container-fluid-nopad {
padding: 0px !important;
}
.navbar .right a.nav-anchor-link {
color: #4... | app/containers/Customers/asort-main.css |
.rui.asort-navbar {
background: none;
position: fixed!important;
top: 0;
left: 0;
right: 0;
z-index: 1002;
}
.asort-navbar {
box-shadow: 0px 1px 7px 0px rgba(128, 128, 128, 0.25);
}
.container-fluid-nopad {
padding: 0px !important;
}
.navbar .right a.nav-anchor-link {
color: #4... | 0.418459 | 0.088112 |
* REMOVE zTabs.css STYLES
*--------------------------------------------*/
#tabNavigation {
background: none;
}
ul.currentSubTabs,
ul.row1,
ul.row2 {
background: none;
}
#header, #header a {
color: #b3b3b3; /* set the header font color to black-ish */
}
/*-----------------------------------... | library/themes/aristo/zTabs_aristo.css | * REMOVE zTabs.css STYLES
*--------------------------------------------*/
#tabNavigation {
background: none;
}
ul.currentSubTabs,
ul.row1,
ul.row2 {
background: none;
}
#header, #header a {
color: #b3b3b3; /* set the header font color to black-ish */
}
/*-----------------------------------... | 0.24608 | 0.203272 |
.tabtit .u_quet_a{width:auto; padding: 0px 20px;}
.mem-invad{ margin-top: 2px;}
.invite-nodata{height:400px; background: url(../img/member/invite_no.png) center center no-repeat;}
/*我的佣金*/
.b_partner_lc{width:690px;}
.b_partner_lc li span h2{font-size:15px;margin: 62px 0 5px;font-weight:normal;}
.b_partner_lc li span ... | public/foreground/css/users_question.css | .tabtit .u_quet_a{width:auto; padding: 0px 20px;}
.mem-invad{ margin-top: 2px;}
.invite-nodata{height:400px; background: url(../img/member/invite_no.png) center center no-repeat;}
/*我的佣金*/
.b_partner_lc{width:690px;}
.b_partner_lc li span h2{font-size:15px;margin: 62px 0 5px;font-weight:normal;}
.b_partner_lc li span ... | 0.252568 | 0.134009 |
@charset "utf-8";
/*
Template Name: Foxclore
Author: <a href="https://www.os-templates.com/">OS Templates</a>
Author URI: https://www.os-templates.com/
Copyright: OS-Templates.com
Licence: Free to use under our free template licence terms
Licence URI: https://www.os-templates.com/template-terms
File: Layout CSS
*/
@im... | public/template/layout/styles/layout.css | @charset "utf-8";
/*
Template Name: Foxclore
Author: <a href="https://www.os-templates.com/">OS Templates</a>
Author URI: https://www.os-templates.com/
Copyright: OS-Templates.com
Licence: Free to use under our free template licence terms
Licence URI: https://www.os-templates.com/template-terms
File: Layout CSS
*/
@im... | 0.352425 | 0.059265 |
.top-bar ul li > a {
background-color: white;
color: black;
}
h1 {
padding-left: 20px;
}
.top-bar {
background: white;
padding: 0px;
margin: 0px;
}
.menu {
background: white;
}
.is-active{
background-color: white;
}
/* goals bar */
.title-bar {
height: 70px;
... | public/stylesheets/recipes.css | .top-bar ul li > a {
background-color: white;
color: black;
}
h1 {
padding-left: 20px;
}
.top-bar {
background: white;
padding: 0px;
margin: 0px;
}
.menu {
background: white;
}
.is-active{
background-color: white;
}
/* goals bar */
.title-bar {
height: 70px;
... | 0.408631 | 0.103567 |
.extendTitle {
height: 61px;
}
.extendTitle li {
border: 1px solid #596070;
float: left;
height: 59px;
line-height: 59px;
width: 170px;
text-align: left;
text-indent: 71px;
cursor: pointer;
background-color: #5180a9;
background-repeat: no-repeat;
background-position: 28px 18px;
}
.extendTitle li... | src/main/webapp/static/css/menu.css | .extendTitle {
height: 61px;
}
.extendTitle li {
border: 1px solid #596070;
float: left;
height: 59px;
line-height: 59px;
width: 170px;
text-align: left;
text-indent: 71px;
cursor: pointer;
background-color: #5180a9;
background-repeat: no-repeat;
background-position: 28px 18px;
}
.extendTitle li... | 0.267217 | 0.060696 |
----------------------------------------------------------- */
.chzn-container {
border-bottom: 2px solid #00ad52;
}
.s5_center_area1 {
z-index: 1;
}
.form-search .input-append .search-query {
min-height: 26px;
border-top-width: 1px;
border-top-style: solid;
border-bottom-width: 2px;
border-bo... | templates/regan_tech/custom.css | ----------------------------------------------------------- */
.chzn-container {
border-bottom: 2px solid #00ad52;
}
.s5_center_area1 {
z-index: 1;
}
.form-search .input-append .search-query {
min-height: 26px;
border-top-width: 1px;
border-top-style: solid;
border-bottom-width: 2px;
border-bo... | 0.241668 | 0.040846 |
.home-sections {
position: relative;
font-family: 'HarryPotter';
font-weight: 200 !important;
height: 1100px;
margin-top: 160px;
font-size: 25px;
text-align: left;
}
.house-content {
position: absolute;
padding-left: 30px;
}
.house-shield {
position: relative;
top: 60px;
-webkit-transition: wi... | src/Level 0/Home.css | .home-sections {
position: relative;
font-family: 'HarryPotter';
font-weight: 200 !important;
height: 1100px;
margin-top: 160px;
font-size: 25px;
text-align: left;
}
.house-content {
position: absolute;
padding-left: 30px;
}
.house-shield {
position: relative;
top: 60px;
-webkit-transition: wi... | 0.388502 | 0.057705 |
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap);
/** unused */
/**
* * Color mixin to be used like:
* * +C(color, primary)
* * +C(background, secondary)
* */
/**
* @param {number} $size - Size in pixels (without units). Default: 2
* @param {hex} $color - Any ... | packages/pepicons.com/dist/spa/css/app.54b4e091.css | @import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap);
/** unused */
/**
* * Color mixin to be used like:
* * +C(color, primary)
* * +C(background, secondary)
* */
/**
* @param {number} $size - Size in pixels (without units). Default: 2
* @param {hex} $color - Any ... | 0.682785 | 0.08141 |
@font-face {
font-family: 'BebasNeuewebfont';
src: url('fonts/BebasNeuewebfont.eot');
src: local('BebasNeuewebfont'), url('fonts/BebasNeuewebfont.woff') format('woff'), url('fonts/BebasNeuewebfont.ttf') format('truetype');
}
@font-face {
font-family: 'BebasNeuewebfont';
src: url('fonts/BebasNeuewebfont.eot');
s... | media/css/authorization1.css | @font-face {
font-family: 'BebasNeuewebfont';
src: url('fonts/BebasNeuewebfont.eot');
src: local('BebasNeuewebfont'), url('fonts/BebasNeuewebfont.woff') format('woff'), url('fonts/BebasNeuewebfont.ttf') format('truetype');
}
@font-face {
font-family: 'BebasNeuewebfont';
src: url('fonts/BebasNeuewebfont.eot');
s... | 0.459804 | 0.044639 |
html, body, .view {
height: 100%;
margin: 0px; padding: 0px;
overflow-y: hidden;
overflow-x: hidden;
font-family: Helvetica, Roboto, Arial, sans;
}
p {
text-align: justify;
}
.wrapper {
height: 100%;
min-width: 100%;
width: auto;
color: #fff;
margin: 0px; padding: 0px;
}
/* INIT */
.init {
ba... | static/main.css | html, body, .view {
height: 100%;
margin: 0px; padding: 0px;
overflow-y: hidden;
overflow-x: hidden;
font-family: Helvetica, Roboto, Arial, sans;
}
p {
text-align: justify;
}
.wrapper {
height: 100%;
min-width: 100%;
width: auto;
color: #fff;
margin: 0px; padding: 0px;
}
/* INIT */
.init {
ba... | 0.439266 | 0.068631 |
.theme-light {
--header-primary: #383e56;
--header-secondary: #0f3057;
--text-normal: #2e3338;
--text-muted: #747f8d;
--text-link: #00587a;
--channels-default: #596370;
--interactive-normal: #0f3057;
--interactive-hover: #2e3338;
--interactive-active: #0f3057;
--interactive-muted... | candied-light.theme.css | .theme-light {
--header-primary: #383e56;
--header-secondary: #0f3057;
--text-normal: #2e3338;
--text-muted: #747f8d;
--text-link: #00587a;
--channels-default: #596370;
--interactive-normal: #0f3057;
--interactive-hover: #2e3338;
--interactive-active: #0f3057;
--interactive-muted... | 0.49048 | 0.076996 |
@charset "utf-8";
/* CSS Document */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,img{padding:0;margin:0 auto;border:0;}
html,body { height:100%;overflow:hidden; }
body{margin:0 auto;font-size:12px;font-family:"Microsoft YaHei","宋体","MS Gothic","Times New Roman","PMing... | public/customer/new_main_v1.css | @charset "utf-8";
/* CSS Document */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,img{padding:0;margin:0 auto;border:0;}
html,body { height:100%;overflow:hidden; }
body{margin:0 auto;font-size:12px;font-family:"Microsoft YaHei","宋体","MS Gothic","Times New Roman","PMing... | 0.273186 | 0.049154 |
.series-container {
@apply transition-all pr-6 pl-10 pt-4 w-64 fixed z-20 top-14 left-0 bottom-0 bg-reco-bg-light dark:bg-reco-bg-dark overflow-y-auto;
@apply transform -translate-x-full;
@apply md:transform md:translate-x-0 !important;
@apply border-r border-solid border-reco-border-light dark:border-reco-bord... | packages/@vuepress-reco/style-default/src/client/styles/series.css | .series-container {
@apply transition-all pr-6 pl-10 pt-4 w-64 fixed z-20 top-14 left-0 bottom-0 bg-reco-bg-light dark:bg-reco-bg-dark overflow-y-auto;
@apply transform -translate-x-full;
@apply md:transform md:translate-x-0 !important;
@apply border-r border-solid border-reco-border-light dark:border-reco-bord... | 0.617282 | 0.205217 |
.github-fork-ribbon {
background-color: #333;
}
.versionmodified {
font-style: italic;
}
cite {
font-style: normal !important;
// color: blue !important;
color: #404040;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans M... | doc/_static/custom.css | .github-fork-ribbon {
background-color: #333;
}
.versionmodified {
font-style: italic;
}
cite {
font-style: normal !important;
// color: blue !important;
color: #404040;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans M... | 0.360264 | 0.145905 |
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&family=Maven+Pro:wght@400;700&family=MuseoModerno:wght@400;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-image: url(../img/body.png);
}
main{
margin-left: auto;
margin-right:... | micrositio/css/estilo2.css | @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&family=Maven+Pro:wght@400;700&family=MuseoModerno:wght@400;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background-image: url(../img/body.png);
}
main{
margin-left: auto;
margin-right:... | 0.237487 | 0.051869 |
display: table;
zoom: 1;
position: relative;
width: 100%;
margin:0px auto 0px;
z-index:90;
text-align:left; /* reset align=center */
font-size: 10px;
text-shadow: none; /* fix some user styles */
/* reset box-sizing (to boostrap friendly) */
-webkit-box-sizing: content-box;
-moz-box-sizing: ... | frontend/web/css/slider-play/style.css | display: table;
zoom: 1;
position: relative;
width: 100%;
margin:0px auto 0px;
z-index:90;
text-align:left; /* reset align=center */
font-size: 10px;
text-shadow: none; /* fix some user styles */
/* reset box-sizing (to boostrap friendly) */
-webkit-box-sizing: content-box;
-moz-box-sizing: ... | 0.187021 | 0.034294 |
body, ul, li, h1, h2, a{
margin: 0;
padding: 0;
font-family: arial;
}
header{
background: #F63210;
padding: 20px;
text-align: center;
position: fixed;
width: 100%;
z-index: 1;
top: 0;
left: 0;
}
header h1{
color: white;
border: 8px solid white;
padding: 6px 12px;
display: inline-block;
... | learn_html_css/pancakeclub/index_styles.css | body, ul, li, h1, h2, a{
margin: 0;
padding: 0;
font-family: arial;
}
header{
background: #F63210;
padding: 20px;
text-align: center;
position: fixed;
width: 100%;
z-index: 1;
top: 0;
left: 0;
}
header h1{
color: white;
border: 8px solid white;
padding: 6px 12px;
display: inline-block;
... | 0.479016 | 0.105441 |
@media (max-width: 800px) {
.menu-bar a {
font-size: 16px;
}
.text-name {
font-size: 28px;
}
.social-medias a img {
width: 28px;
}
.title-text-experience {
font-size: 25px;
}
.title-text-education {
font-size: 25px;
}
.info-text-ed... | assets/css/template_responsiveness.css | @media (max-width: 800px) {
.menu-bar a {
font-size: 16px;
}
.text-name {
font-size: 28px;
}
.social-medias a img {
width: 28px;
}
.title-text-experience {
font-size: 25px;
}
.title-text-education {
font-size: 25px;
}
.info-text-ed... | 0.450359 | 0.246499 |
@font-face {
font-family: weather;
src: url("../font/TradeWinds-Regular.ttf");
}
.setLocation{
font-size: 2em;
padding: 10px 0 0 0;
color: var(--color);
font-family: weather;
}
.main{
padding: 20px;
padding-bottom: 400px;
/* height: 100vh; */
}
input[type=search]{
border: 1.5px s... | apps/weather/css/location.css | @font-face {
font-family: weather;
src: url("../font/TradeWinds-Regular.ttf");
}
.setLocation{
font-size: 2em;
padding: 10px 0 0 0;
color: var(--color);
font-family: weather;
}
.main{
padding: 20px;
padding-bottom: 400px;
/* height: 100vh; */
}
input[type=search]{
border: 1.5px s... | 0.241579 | 0.077832 |
h3.speasyforms-columnsheader {
margin-top: 2px;
}
.ui-widget select {
font-size: 11px;
}
.speasyforms-wizard .ms-formbody {
background: transparent;
border-top: 0px;
}
.ui-tabs-nav {
width: 99% !important;
}
.ui-tabs .ui-tabs-panel {
padding: .7em .7em;
}
.speasyforms-columncell .ms-long {
... | SPEasyForms/Elements/SPEasyFormsAssets/Css/speasyforms.css | h3.speasyforms-columnsheader {
margin-top: 2px;
}
.ui-widget select {
font-size: 11px;
}
.speasyforms-wizard .ms-formbody {
background: transparent;
border-top: 0px;
}
.ui-tabs-nav {
width: 99% !important;
}
.ui-tabs .ui-tabs-panel {
padding: .7em .7em;
}
.speasyforms-columncell .ms-long {
... | 0.475605 | 0.191328 |
@charset "UTF-8";
.file-upload-container .file-upload-form .file-upload-wrapper.drag-state-on:after {
border-left: 1px solid #f59942 !important;
border-top: 1px solid #f59942 !important;
border-bottom: 1px solid #f59942 !important;
}
.file-upload-container .file-upload-form .file-upload-wrapper.drag-state-on:b... | src/assets/css/file-upload.css | @charset "UTF-8";
.file-upload-container .file-upload-form .file-upload-wrapper.drag-state-on:after {
border-left: 1px solid #f59942 !important;
border-top: 1px solid #f59942 !important;
border-bottom: 1px solid #f59942 !important;
}
.file-upload-container .file-upload-form .file-upload-wrapper.drag-state-on:b... | 0.381565 | 0.053477 |
@charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------------------------index-开始------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------he... | template/mobile/rainbow/static/css/success_index.css | @charset "utf-8";
/* CSS Document */
/*----------------------------------------------------------------------------index-开始------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------he... | 0.153454 | 0.058804 |
.mailtoui-modal {
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
bottom: 0;
color: #303131;
display: none;
height: 100%;
left: 0;
margin: 0;
padding: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 1000;
}
.mailtoui-modal-content {
... | src/css/component.css | .mailtoui-modal {
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
bottom: 0;
color: #303131;
display: none;
height: 100%;
left: 0;
margin: 0;
padding: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 1000;
}
.mailtoui-modal-content {
... | 0.495606 | 0.094845 |
body{color: #3d4c63;font-size: 12px;line-height: 1.5;background: #ebebeb;font-family:"寰蒋闆呴粦","Microsoft Yahei";}
a{color: #3d4c63;}
a:hover{color: #3c6;}
img{max-width: 100%;
transition: .3s;
-ms-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
-o-transition: .3s;
}
input,textarea,se... | public/web/css/lib.css | body{color: #3d4c63;font-size: 12px;line-height: 1.5;background: #ebebeb;font-family:"寰蒋闆呴粦","Microsoft Yahei";}
a{color: #3d4c63;}
a:hover{color: #3c6;}
img{max-width: 100%;
transition: .3s;
-ms-transition: .3s;
-moz-transition: .3s;
-webkit-transition: .3s;
-o-transition: .3s;
}
input,textarea,se... | 0.225246 | 0.053329 |
body {
margin:0;
padding:0;
color: #000;
background: #908080;
}
#header h1{
text-align: center;
/* font-family: 'Josefin Sans', sans-serif; */
}
#description {
/* font-family: 'Indie Flower', cursive; */
}
#wrapper {
/* width: 1000px; calculated in main.js*/
}
#simulation {
float: left;
/* width:... | jkstyle.css | body {
margin:0;
padding:0;
color: #000;
background: #908080;
}
#header h1{
text-align: center;
/* font-family: 'Josefin Sans', sans-serif; */
}
#description {
/* font-family: 'Indie Flower', cursive; */
}
#wrapper {
/* width: 1000px; calculated in main.js*/
}
#simulation {
float: left;
/* width:... | 0.385375 | 0.081337 |
body {
margin: 0;
background-image: url("http://itectehuacan.edu.mx/TutoriasFinalSistema/Imagenes/backgrounds/1.jpg");
background-attachment: fixed;
font-family: 'Muli', sans-serif;
}
.header{
width: 100%;
height: 60px;
background-color: #fdfdfdb4;
display: flex;
justify... | src/main/webapp/estilos/ventas.css | body {
margin: 0;
background-image: url("http://itectehuacan.edu.mx/TutoriasFinalSistema/Imagenes/backgrounds/1.jpg");
background-attachment: fixed;
font-family: 'Muli', sans-serif;
}
.header{
width: 100%;
height: 60px;
background-color: #fdfdfdb4;
display: flex;
justify... | 0.319546 | 0.061537 |
@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");
@charset "utf-8";
html {margin:0;padding:0;}
body,div,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,big,cite,code,del,dfn,em,font,img,ins,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,in... | resources/views/vendor/mail/html/themes/default.css | @import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");
@charset "utf-8";
html {margin:0;padding:0;}
body,div,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,big,cite,code,del,dfn,em,font,img,ins,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,in... | 0.299003 | 0.072112 |
@font-face {
font-family: 'Orbitron';
font-style: normal;
font-weight: 400;
src: local('Orbitron-Light'), local('Orbitron-Regular'),
url(../fonts/Orbitron-Regular.ttf) format('truetype');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0F... | css/style.css | @font-face {
font-family: 'Orbitron';
font-style: normal;
font-weight: 400;
src: local('Orbitron-Light'), local('Orbitron-Regular'),
url(../fonts/Orbitron-Regular.ttf) format('truetype');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0F... | 0.284079 | 0.070977 |
html, body{
font-size: 14px;
font-family: "Open Sans", Verdana, Geneva, sans-serif;
}
#pe{
color: #A5A6AA;
background-color: #161C21;
padding: 1.2rem;
}
#cabeza{
background-image: url(../imaxes/fondo2.jpg);
}
/*Menú principal*/
#cabezaMenu{
margin-right: -15px;
margin-left: -15px;
}
... | proyectosDAW/probrasFormulariosBuclesPHP/css/estilos.css | html, body{
font-size: 14px;
font-family: "Open Sans", Verdana, Geneva, sans-serif;
}
#pe{
color: #A5A6AA;
background-color: #161C21;
padding: 1.2rem;
}
#cabeza{
background-image: url(../imaxes/fondo2.jpg);
}
/*Menú principal*/
#cabezaMenu{
margin-right: -15px;
margin-left: -15px;
}
... | 0.21215 | 0.033305 |
@media -sass-debug-info{filename{font-family:file\:\/\/H\:\/xampp\/htdocs\/WrenthamCableAccessDrupal\/sites\/all\/themes\/custom\/wcac_at_panels_everywhere\/sass\/responsive\.smartphone\.portrait\.scss}line{font-family:\0000318}}
html {
font-size: 112.5%;
/* Increase the default font size on small devices */
}
@me... | sites/all/themes/custom/wcac_at_panels_everywhere/css/responsive.smartphone.portrait.css | @media -sass-debug-info{filename{font-family:file\:\/\/H\:\/xampp\/htdocs\/WrenthamCableAccessDrupal\/sites\/all\/themes\/custom\/wcac_at_panels_everywhere\/sass\/responsive\.smartphone\.portrait\.scss}line{font-family:\0000318}}
html {
font-size: 112.5%;
/* Increase the default font size on small devices */
}
@me... | 0.278355 | 0.043711 |
*, *::before, *::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}
body {
font:15px/1.5 Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
/*Start Header*/
#navbar {
background-color: white;
color: #fff;
overflow: auto;
border-bottom: #60CF80 3px solid;
}
... | UI/css/style.css | *, *::before, *::after {
margin: 0;
padding: 0;
box-sizing: inherit;
}
body {
font:15px/1.5 Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}
/*Start Header*/
#navbar {
background-color: white;
color: #fff;
overflow: auto;
border-bottom: #60CF80 3px solid;
}
... | 0.300027 | 0.079854 |
.wrapper.show-overlay .content-overlay {
z-index: 16;
opacity: 1; }
.wrapper .content-overlay {
position: absolute;
opacity: 0;
width: 100%;
height: calc(100% + 54px);
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.6);
cursor: pointer;
transition: all 0.7s;
z-index:... | public/assets/css/components.css | .wrapper.show-overlay .content-overlay {
z-index: 16;
opacity: 1; }
.wrapper .content-overlay {
position: absolute;
opacity: 0;
width: 100%;
height: calc(100% + 54px);
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.6);
cursor: pointer;
transition: all 0.7s;
z-index:... | 0.414069 | 0.110687 |
.colio-theme-white {
margin-right: 0px;
}
.colio-theme-white .colio-container {
background: #fff;
border-top: 1px solid #f0f0f0;
margin-top: 50px;
padding-bottom: 70px;
}
.colio-theme-white.colio-placement-before {
margin-bottom: 0;
}
.colio-theme-white.colio-placement-before.colio-expanded ... | dev/css/style-portfolio.css |
.colio-theme-white {
margin-right: 0px;
}
.colio-theme-white .colio-container {
background: #fff;
border-top: 1px solid #f0f0f0;
margin-top: 50px;
padding-bottom: 70px;
}
.colio-theme-white.colio-placement-before {
margin-bottom: 0;
}
.colio-theme-white.colio-placement-before.colio-expanded ... | 0.45641 | 0.060585 |
.scrollable-list-container {
height: 90vh;
width: 20vw;
padding-top: 7vh;
float:left;
}
.student-details-panel-container{
float:right;
padding-top: 7vh;
padding-right: 1vw;
width:79vw;
height:93vh;
overflow:auto;
display:grid;
}
.student-profile-display {
display:flex;
flex-direction: column;
align-... | src/Dashboard/ChartSpace/Students/StudentDetails/StudentDetails.css | .scrollable-list-container {
height: 90vh;
width: 20vw;
padding-top: 7vh;
float:left;
}
.student-details-panel-container{
float:right;
padding-top: 7vh;
padding-right: 1vw;
width:79vw;
height:93vh;
overflow:auto;
display:grid;
}
.student-profile-display {
display:flex;
flex-direction: column;
align-... | 0.486819 | 0.070304 |
:root {
--color-white: #fff;
--color-white-100: rgba(255, 255, 255, 0.1);
--color-white-200: rgba(255, 255, 255, 0.2);
--color-white-400: rgba(255, 255, 255, 0.4);
--color-white-800: rgba(255, 255, 255, 0.8);
--color-white-900: rgba(255, 255, 255, 0.9);
--color-black: #1e1e1e;
--color-black-100: rgba(0,... | Css/style.css | :root {
--color-white: #fff;
--color-white-100: rgba(255, 255, 255, 0.1);
--color-white-200: rgba(255, 255, 255, 0.2);
--color-white-400: rgba(255, 255, 255, 0.4);
--color-white-800: rgba(255, 255, 255, 0.8);
--color-white-900: rgba(255, 255, 255, 0.9);
--color-black: #1e1e1e;
--color-black-100: rgba(0,... | 0.451085 | 0.131118 |
.main {
height: 70vh;
width: 60vw;
background-color: rgba(0, 0, 255, 0.5);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-fle... | src/app/puzzle/puzzle.component.css | .main {
height: 70vh;
width: 60vw;
background-color: rgba(0, 0, 255, 0.5);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-fle... | 0.390825 | 0.04888 |
html, body{
font-size: 100%;
background: #fff;
font-family:OpenSans-Regular;
}
@font-face{
font-family: 'Cormant Garamond', serif;
}
@font-face{
font-family:OpenSans-Regular;
src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
p{
margin:0;
}
ul,label{
margin:0;
padding:0;
}
... | css/style.css | html, body{
font-size: 100%;
background: #fff;
font-family:OpenSans-Regular;
}
@font-face{
font-family: 'Cormant Garamond', serif;
}
@font-face{
font-family:OpenSans-Regular;
src: url(../fonts/OpenSans-Regular.ttf) format('truetype');
}
p{
margin:0;
}
ul,label{
margin:0;
padding:0;
}
... | 0.245627 | 0.042384 |
body {background:#fff;margin:0;padding:0;color:#444}
#header {background:#eee;margin:0;padding:0}
.heading {margin:0;padding:7px 5px;font-size:small}
.description {margin:0;padding:20px 5px 7px 5px;font-size:small;color:#666}
#navigation {background:#212c29;margin:0;padding:0;text-align:center;border-bottom:3px s... | flambon.css |
body {background:#fff;margin:0;padding:0;color:#444}
#header {background:#eee;margin:0;padding:0}
.heading {margin:0;padding:7px 5px;font-size:small}
.description {margin:0;padding:20px 5px 7px 5px;font-size:small;color:#666}
#navigation {background:#212c29;margin:0;padding:0;text-align:center;border-bottom:3px s... | 0.127015 | 0.049199 |
body {
font: 12px/150% tahoma, arial, Microsoft YaHei, Hiragino Sans GB, "\u5b8b\u4f53", sans-serif;
-webkit-font-smoothing: antialiased;
color: #666;
}
a {
color: #666;
text-decoration: none;
}
.contentNav {
width: 100%;
height: 30px;
background-color: #E3E4E5;
}
.contentLogo {
margin: 0 auto;
w... | src/css/user.css | body {
font: 12px/150% tahoma, arial, Microsoft YaHei, Hiragino Sans GB, "\u5b8b\u4f53", sans-serif;
-webkit-font-smoothing: antialiased;
color: #666;
}
a {
color: #666;
text-decoration: none;
}
.contentNav {
width: 100%;
height: 30px;
background-color: #E3E4E5;
}
.contentLogo {
margin: 0 auto;
w... | 0.38769 | 0.076753 |
table.costum-table {
border-collapse: separate;
width: 100%;
max-width: 100%;
margin-bottom: 20px;
text-align: center;
}
.icon-upl-btn{
background: url() no-repeat center 50% #FFFAD9;
border-width:3px;
border-style:dashed;
border-color:#FFAC55;
cursor: pointer;
text-align:ce... | qplay/public/css/appMaintain/app_maintain.css | table.costum-table {
border-collapse: separate;
width: 100%;
max-width: 100%;
margin-bottom: 20px;
text-align: center;
}
.icon-upl-btn{
background: url() no-repeat center 50% #FFFAD9;
border-width:3px;
border-style:dashed;
border-color:#FFAC55;
cursor: pointer;
text-align:ce... | 0.405566 | 0.180811 |
@import 'fontawesome-all.min.css';
body {
width: 90%;
margin: 0 auto;
}
h1 {
font-family: 'Segoe UI', sans-serif;
font-weight: 500;
color: #1460aa;
}
p,
a {
font-family: 'Segoe UI', sans-serif;
font-weight: 500;
color: black;
}
@media (max-width: 500px), (max-width: 800px) {
p,
a {
font-family:... | css/about.css | @import 'fontawesome-all.min.css';
body {
width: 90%;
margin: 0 auto;
}
h1 {
font-family: 'Segoe UI', sans-serif;
font-weight: 500;
color: #1460aa;
}
p,
a {
font-family: 'Segoe UI', sans-serif;
font-weight: 500;
color: black;
}
@media (max-width: 500px), (max-width: 800px) {
p,
a {
font-family:... | 0.469277 | 0.063832 |
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
@import url(../fonts/stylesheet.css);
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
====================================================... | public/css/style.css | /**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
@import url(../fonts/stylesheet.css);
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
/* Sections
====================================================... | 0.637708 | 0.080177 |
:root {
--white: rgba(255, 255, 255, 0.8);
--lightgray: rgba(211, 211, 211, 0.6);
--silver: rgba(192, 192, 192, 0.6);
--darkgray: rgba(169, 169, 169, 0.6);
--gray: rgba(128, 128, 128, 0.6);
--dark: rgba(50, 50, 50, 0.6);
--verydark: rgba(1, 1, 1, 0.6);
}
.video-player {
position: relative;
display: f... | src/stylesheets/video-player.css | :root {
--white: rgba(255, 255, 255, 0.8);
--lightgray: rgba(211, 211, 211, 0.6);
--silver: rgba(192, 192, 192, 0.6);
--darkgray: rgba(169, 169, 169, 0.6);
--gray: rgba(128, 128, 128, 0.6);
--dark: rgba(50, 50, 50, 0.6);
--verydark: rgba(1, 1, 1, 0.6);
}
.video-player {
position: relative;
display: f... | 0.60288 | 0.16175 |
@-moz-document url-prefix("https://dynalist.io/") {
body, .Document-rootNode, .DocumentBreadcrumb {
font-family:"DejaVu Sans Mono", monospace !important;
color: #cacaca !important;
}
@media screen and (min-width: 510px) and (orientation: portrait), screen and (min-height: 510px) and (orientation: lands... | data/usercss/146230.user.css | @-moz-document url-prefix("https://dynalist.io/") {
body, .Document-rootNode, .DocumentBreadcrumb {
font-family:"DejaVu Sans Mono", monospace !important;
color: #cacaca !important;
}
@media screen and (min-width: 510px) and (orientation: portrait), screen and (min-height: 510px) and (orientation: lands... | 0.190047 | 0.095476 |
@media (prefers-color-scheme: dark) {
:root .admin-interface {
--primary: #79aec8;
--secondary: #417690;
--accent: #f5dd5d;
--primary-fg: #fff;
--body-fg: #333;
--body-bg: #fff;
--body-quiet-color: #666;
--body-loud-color: #000;
--header-color:... | admin_interface/static/admin_interface/css/admin-interface.css | @media (prefers-color-scheme: dark) {
:root .admin-interface {
--primary: #79aec8;
--secondary: #417690;
--accent: #f5dd5d;
--primary-fg: #fff;
--body-fg: #333;
--body-bg: #fff;
--body-quiet-color: #666;
--body-loud-color: #000;
--header-color:... | 0.408277 | 0.042285 |
:root {
font-size: 16px;
}
/***< RESET >*************************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, cent... | public/css/main.css |
:root {
font-size: 16px;
}
/***< RESET >*************************************************/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, cent... | 0.309963 | 0.094678 |
.Header.Header--public {
--public-app-header-height: 75px;
--nav-item-link-padding: 0.4rem 0.7rem;
--nav-item-btn-padding: var(--nav-item-link-padding);
--nav-item-center-padding: var(--nav-item-link-padding);
position: relative;
z-index: 10;
display: flex;
min-height: var(--public-app-header-height);... | client/src/layouts/public/Registration/Header.css | .Header.Header--public {
--public-app-header-height: 75px;
--nav-item-link-padding: 0.4rem 0.7rem;
--nav-item-btn-padding: var(--nav-item-link-padding);
--nav-item-center-padding: var(--nav-item-link-padding);
position: relative;
z-index: 10;
display: flex;
min-height: var(--public-app-header-height);... | 0.488039 | 0.055438 |
.footer{
max-width: 1350px;
margin: auto;
position: relative;
/*display: flex;*/
margin-top: 4em;
width: 100%;
margin-bottom: 2em;
margin-top: 4em;
padding: 0 6%;
.contact{
flex-grow: 1;
padding-top: 40px;
width: 33.2%;
margin: 0px;
display: inline-block;
p{
font-weight... | web/assets/css/footer.css | .footer{
max-width: 1350px;
margin: auto;
position: relative;
/*display: flex;*/
margin-top: 4em;
width: 100%;
margin-bottom: 2em;
margin-top: 4em;
padding: 0 6%;
.contact{
flex-grow: 1;
padding-top: 40px;
width: 33.2%;
margin: 0px;
display: inline-block;
p{
font-weight... | 0.253861 | 0.053849 |
* {
margin: 0;
padding: 0;
}
body {
font-family: 'Source Code Pro', monospace !important;
background: #161712;
}
form, input, select, textarea {
margin:0;
padding:0;
color:#ffffff;
}
span .results {
color: red;
}
.question {
display: block;
margin-left: 10px;
margin-right... | public/stylesheets/main.css | * {
margin: 0;
padding: 0;
}
body {
font-family: 'Source Code Pro', monospace !important;
background: #161712;
}
form, input, select, textarea {
margin:0;
padding:0;
color:#ffffff;
}
span .results {
color: red;
}
.question {
display: block;
margin-left: 10px;
margin-right... | 0.332094 | 0.103703 |
/************************************************************************************************************/
/* */
/* DotNetNuke Layouts Stylesheet ... | Resources/Shared/stylesheets/dnn-layouts.rtl.css | /************************************************************************************************************/
/* */
/* DotNetNuke Layouts Stylesheet ... | 0.339171 | 0.039565 |
.footer {
position: fixed;
bottom: 0;
width: 100%;
display: flex;
justify-content: space-between;
text-align: justify;
background-image: url("/client/images/product-detail-btn-bg.jpg");
}
.infinite-scroll {
background: white;
}
.infinite-scroll .imgBox {
margin: 0 auto;
... | public/clientapp/css/tabao_product_detail.css | .footer {
position: fixed;
bottom: 0;
width: 100%;
display: flex;
justify-content: space-between;
text-align: justify;
background-image: url("/client/images/product-detail-btn-bg.jpg");
}
.infinite-scroll {
background: white;
}
.infinite-scroll .imgBox {
margin: 0 auto;
... | 0.391988 | 0.156749 |
.dr-table {
border-top: 1px solid;
border-left: 1px solid;
border-color: #C4C0B9;
}
.dr-table-cell {
border-right: 1px solid;
border-bottom: 1px solid;
border-color: #C4C0B9;
padding: 4px 4px 4px 4px;
font-size: 11px;
color: #000000;
font-family: Arial, Verdana, sans-serif;
}
.dr-subtable-cell {
border-rig... | W_myeclipse/plugins/org.jboss.tools.jsf.vpe.richfaces_2.1.0.me201003052220/resources/dataTable/dataTable.css | .dr-table {
border-top: 1px solid;
border-left: 1px solid;
border-color: #C4C0B9;
}
.dr-table-cell {
border-right: 1px solid;
border-bottom: 1px solid;
border-color: #C4C0B9;
padding: 4px 4px 4px 4px;
font-size: 11px;
color: #000000;
font-family: Arial, Verdana, sans-serif;
}
.dr-subtable-cell {
border-rig... | 0.319865 | 0.195556 |
html,
body {
width: 100%;
margin: 0;
padding: 0;
}
body {
background: #fff;
color: #000;
font-family: 'avenir next', avenir, sans-serif;
}
blockquote {
width: 40%;
display: inline-block;
}
small, small a {
color: #bbb;
}
header a {
color: #bbb;
}
header p, blockquote{
color: #bbb;
... | static/styles.css | html,
body {
width: 100%;
margin: 0;
padding: 0;
}
body {
background: #fff;
color: #000;
font-family: 'avenir next', avenir, sans-serif;
}
blockquote {
width: 40%;
display: inline-block;
}
small, small a {
color: #bbb;
}
header a {
color: #bbb;
}
header p, blockquote{
color: #bbb;
... | 0.621885 | 0.105395 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
}
select {
background: #000000;
color: #fbfafb;
}
footer {
display: block;
}
a:hover {
text-decoration: none;
}
/*buttons*/
.color,
.color a {
background-color: #ff4301;
border-radius: 5px;
color... | css/index.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Montserrat', sans-serif;
}
select {
background: #000000;
color: #fbfafb;
}
footer {
display: block;
}
a:hover {
text-decoration: none;
}
/*buttons*/
.color,
.color a {
background-color: #ff4301;
border-radius: 5px;
color... | 0.372277 | 0.094636 |
@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
/* Боди */
body{
margin: 0;
font-family: "Nunito", sans-serif;
font-size: 0.9rem;
font-weight: 400;
line-height: 1.6;
color: #212529;
t... | public/css/style.css | @import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
/* Боди */
body{
margin: 0;
font-family: "Nunito", sans-serif;
font-size: 0.9rem;
font-weight: 400;
line-height: 1.6;
color: #212529;
t... | 0.238196 | 0.097005 |
.cookiematic--drop {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.7);
z-index: 19999;
display: none;
}
.cookiematic--drop.show {
display: block;
}
.cookiematic--policy {
box-sizing: border-box;
background: white;
position: fixed;
top: 50%;
lef... | cookiematic.css |
.cookiematic--drop {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0, 0, 0, 0.7);
z-index: 19999;
display: none;
}
.cookiematic--drop.show {
display: block;
}
.cookiematic--policy {
box-sizing: border-box;
background: white;
position: fixed;
top: 50%;
lef... | 0.551815 | 0.167593 |
*,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
}
html {
--crop-border-width: 2px;
--crop-border-length: 5vw;
--gap: 1rem;
--line-border-width: var(--crop-border-width);
scroll-behavior: smooth;
overflow-x: hidden;
}
body {
padding: var(--gap);
font-family: "HelveticaNowDisplay", sans-se... | src/css/main.css | *,
*::before,
*::after {
box-sizing: border-box;
margin: 0;
}
html {
--crop-border-width: 2px;
--crop-border-length: 5vw;
--gap: 1rem;
--line-border-width: var(--crop-border-width);
scroll-behavior: smooth;
overflow-x: hidden;
}
body {
padding: var(--gap);
font-family: "HelveticaNowDisplay", sans-se... | 0.636692 | 0.086671 |
html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
font-family: 'Raleway', "Arial", sans-serif;
color: #000;
font-size: 14px;
line-height: 21px;
background: linear-gradient(to top, #ADA996, #F2F2F2, #DBDBDB, #EAEAEA);
}
img {
display: block;
ma... | css/style.css | html {
box-sizing: border-box;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
font-family: 'Raleway', "Arial", sans-serif;
color: #000;
font-size: 14px;
line-height: 21px;
background: linear-gradient(to top, #ADA996, #F2F2F2, #DBDBDB, #EAEAEA);
}
img {
display: block;
ma... | 0.35869 | 0.084606 |
body{
margin: 0;
padding: 0 100px;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background-color: black;
}
ul{
position: relative;
margin: 0;
padding: 0;
display: flex;
}
ul li{
position: relative;
list-style: none;
width: 60px;
height: 60px;
margin: 0 30px;
transform:... | css3/style.css | body{
margin: 0;
padding: 0 100px;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
background-color: black;
}
ul{
position: relative;
margin: 0;
padding: 0;
display: flex;
}
ul li{
position: relative;
list-style: none;
width: 60px;
height: 60px;
margin: 0 30px;
transform:... | 0.245447 | 0.061059 |
*{padding:0;margin:0;border:0; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-touch-callout:none; -webkit-user-select:none;/*禁止链接长按弹出选项菜单*/}
body{font-family:SimHei,Microsoft YaHei,'Arial','黑体','微软雅黑';}
a:link{ -webkit-tap-highlight-color:rgba(0,0,0,0);/*禁止链接高亮*/-webkit-touch-callout:none;/*禁止链接长按弹出选项菜单*/ }
img {-w... | vicky/css/style.css | *{padding:0;margin:0;border:0; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-touch-callout:none; -webkit-user-select:none;/*禁止链接长按弹出选项菜单*/}
body{font-family:SimHei,Microsoft YaHei,'Arial','黑体','微软雅黑';}
a:link{ -webkit-tap-highlight-color:rgba(0,0,0,0);/*禁止链接高亮*/-webkit-touch-callout:none;/*禁止链接长按弹出选项菜单*/ }
img {-w... | 0.101228 | 0.044848 |
html, body {
height: 100%;
padding: 0px;
margin: 0px;
background: #FAFAFA;
}
.sidebar {
background: #252D30;
width: 256px;
}
.topbar {
background: #FFFFFF;
height: 50px;
width: 100%;
}
.footer {
background: #FFFFFF;
height: 50px;
width: 100%;
border-top: 1px solid #F1F2F6;
}
.main {
overflow: hidden;... | client/assets/app.css | html, body {
height: 100%;
padding: 0px;
margin: 0px;
background: #FAFAFA;
}
.sidebar {
background: #252D30;
width: 256px;
}
.topbar {
background: #FFFFFF;
height: 50px;
width: 100%;
}
.footer {
background: #FFFFFF;
height: 50px;
width: 100%;
border-top: 1px solid #F1F2F6;
}
.main {
overflow: hidden;... | 0.245537 | 0.050331 |
/*Set font all over the body*/
body{
font-family: 'Roboto', sans-serif;
background-color: black;
}
/*Big container of image and titles*/
.o-container{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
/*Styles form background image*/
.o-image-background{
back... | busqueda.css |
/*Set font all over the body*/
body{
font-family: 'Roboto', sans-serif;
background-color: black;
}
/*Big container of image and titles*/
.o-container{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
}
/*Styles form background image*/
.o-image-background{
back... | 0.348091 | 0.060808 |
body{
background-color: #FFFBF5;
}
/* INDEX */
.card {
color: #05647E;
height: auto;
border: 0;
}
.card img{
height: 400px;
width: auto;
}
.heading {
margin-top: 150px;
padding-bottom: 50px;
text-align: center;
}
.heading-nav {
margin-top: 50px;
}
.button-na... | public/css/style.css | body{
background-color: #FFFBF5;
}
/* INDEX */
.card {
color: #05647E;
height: auto;
border: 0;
}
.card img{
height: 400px;
width: auto;
}
.heading {
margin-top: 150px;
padding-bottom: 50px;
text-align: center;
}
.heading-nav {
margin-top: 50px;
}
.button-na... | 0.406391 | 0.075075 |
body,h1,a{
margin: 0;
padding: 0;
list-style: none;
font-family: 'Microsoft Yahei', sans-serif;
}
.form-control.yc {
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius:6px;
border-bottom-right-radius: 6px;
}
#bg{
position: absolute;
z-index: 1;
background: url('./images/1... | css/frontstyle.css | body,h1,a{
margin: 0;
padding: 0;
list-style: none;
font-family: 'Microsoft Yahei', sans-serif;
}
.form-control.yc {
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius:6px;
border-bottom-right-radius: 6px;
}
#bg{
position: absolute;
z-index: 1;
background: url('./images/1... | 0.165593 | 0.061227 |
.resp-sharing-button {
display: inline-block;
border-radius: 5px;
border-width: 1px;
border-style: solid;
transition: background-color 25ms ease-out, border-color 25ms ease-out, opacity 250ms ease-out;
margin: 0.5em;
padding: 0.5em 0.75em;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
.resp... | apps/social/css/sharingbuttons.css | .resp-sharing-button {
display: inline-block;
border-radius: 5px;
border-width: 1px;
border-style: solid;
transition: background-color 25ms ease-out, border-color 25ms ease-out, opacity 250ms ease-out;
margin: 0.5em;
padding: 0.5em 0.75em;
font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
.resp... | 0.399343 | 0.053675 |
:root {
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Alata', sans-serif;
}
.page-container {
width: 100vw;
height: 100vh;
background: #eff0f2;
display: flex;
justify-content: center;
align-items: center;
}
.shadow {
-webkit-box-shadow: 27px 43px 43px -26px rgba(89, 89, 89, 0.39);
... | web/src/main/webapp/resource/css/login.css | :root {
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Alata', sans-serif;
}
.page-container {
width: 100vw;
height: 100vh;
background: #eff0f2;
display: flex;
justify-content: center;
align-items: center;
}
.shadow {
-webkit-box-shadow: 27px 43px 43px -26px rgba(89, 89, 89, 0.39);
... | 0.371251 | 0.157655 |
html, body {
background-color: #1c1b1b;
height: 100%;
margin: 0;
padding: 0;
border: 0;
font: 100%/1.25 Arial, Helvetica, sans-serif;
max-width: 60em;
min-width: 200px;
width: 100%;
margin: auto;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: normal;
}
h1 {
font-size: 2rem;
text-align: ce... | css/styles.css | html, body {
background-color: #1c1b1b;
height: 100%;
margin: 0;
padding: 0;
border: 0;
font: 100%/1.25 Arial, Helvetica, sans-serif;
max-width: 60em;
min-width: 200px;
width: 100%;
margin: auto;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-weight: normal;
}
h1 {
font-size: 2rem;
text-align: ce... | 0.345768 | 0.0538 |
* {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
background: rgb(239, 238, 248);
}
#sideMenu {
background: #302d43;
width: 20%;
position: absolute;
bottom: 0;
top: 0;
left: 0;
}
nav {
padding-top: 100px;
padding-left: 0;
}
.a {
display:... | Web-Client/org/css/index_dash.css | * {
box-sizing: border-box;
}
body {
font-family: Arial, Helvetica, sans-serif;
background: rgb(239, 238, 248);
}
#sideMenu {
background: #302d43;
width: 20%;
position: absolute;
bottom: 0;
top: 0;
left: 0;
}
nav {
padding-top: 100px;
padding-left: 0;
}
.a {
display:... | 0.480966 | 0.110735 |