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 |
|---|---|---|---|---|
@import url("/node_modules/xel/themes/cupertino.css");
body {
--green-status-color: #519d3a;
--red-status-color: #e0383e;
}
/******************************************************************************************************************
* PAGES
****************************************************************... | themes/cupertino-portal.css | @import url("/node_modules/xel/themes/cupertino.css");
body {
--green-status-color: #519d3a;
--red-status-color: #e0383e;
}
/******************************************************************************************************************
* PAGES
****************************************************************... | 0.298594 | 0.062445 |
@charset "utf-8";
.jiaoyou .fliter .tit,.jiaoyou .fliter .select .select_cur,.jiaoyou_nav li a,.jiaoyou_index_list .img .tj,.jiaoyou_index_list .img .right,.jiaoyou_index_list .img .left,.jiaoyou_index_list .rz_0,.jiaoyou_index_list .rz_1, .iconB,#handshandle_way .handshandle_ico{ background:url(../images/jiaoyou_sp.p... | public/fds/css/jiaoyou.css | @charset "utf-8";
.jiaoyou .fliter .tit,.jiaoyou .fliter .select .select_cur,.jiaoyou_nav li a,.jiaoyou_index_list .img .tj,.jiaoyou_index_list .img .right,.jiaoyou_index_list .img .left,.jiaoyou_index_list .rz_0,.jiaoyou_index_list .rz_1, .iconB,#handshandle_way .handshandle_ico{ background:url(../images/jiaoyou_sp.p... | 0.34621 | 0.119177 |
@import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');
body{
margin: 18px 0 0 0;
margin: auto;
width: 900px;
}
header {
height: 125px;
position: relative;
}
.logo1{
float: left;
margin: 4px 0 0 0;
padding: 2px;
position: absolute;
}
.right {
display: flex... | css/style.css | @import url('https://fonts.googleapis.com/css?family=Pacifico&display=swap');
body{
margin: 18px 0 0 0;
margin: auto;
width: 900px;
}
header {
height: 125px;
position: relative;
}
.logo1{
float: left;
margin: 4px 0 0 0;
padding: 2px;
position: absolute;
}
.right {
display: flex... | 0.449634 | 0.113089 |
@-moz-document domain("www.opensubtitles.org") {
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
unicode-range: U+... | data/usercss/163167.user.css | @-moz-document domain("www.opensubtitles.org") {
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51S7ACc0CsTKlA.woff2) format('woff2');
unicode-range: U+... | 0.33372 | 0.078501 |
@font-face {
font-family: "game-icons";
src: url('./game-icons.eot');
src: url('./game-icons.eot?#iefix') format('eot'),
url('./game-icons.woff') format('woff'),
url('./game-icons.ttf') format('truetype'),
url('./game-icons.svg#game-icons') format('svg');
}
.game-icon:before {
font-family: "game-icons";
-w... | font/game-icons.css | @font-face {
font-family: "game-icons";
src: url('./game-icons.eot');
src: url('./game-icons.eot?#iefix') format('eot'),
url('./game-icons.woff') format('woff'),
url('./game-icons.ttf') format('truetype'),
url('./game-icons.svg#game-icons') format('svg');
}
.game-icon:before {
font-family: "game-icons";
-w... | 0.286269 | 0.06989 |
@import url("https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700");
body {
background-color: #fff;
font-size: 18px; }
h1 {
font-size: 440%;
color: #fff;
font-family: "Archivo Narrow", sans-serif;
text-transform: uppercase; }
@media screen and (max-width: 1200px) {
h1 {
font-size: 370%; } ... | css/styles.css | @import url("https://fonts.googleapis.com/css?family=Archivo+Narrow:400,700");
body {
background-color: #fff;
font-size: 18px; }
h1 {
font-size: 440%;
color: #fff;
font-family: "Archivo Narrow", sans-serif;
text-transform: uppercase; }
@media screen and (max-width: 1200px) {
h1 {
font-size: 370%; } ... | 0.407216 | 0.070945 |
* {
margin: 0;
padding: 0;
}
.header{
min-height: 100vh;
width: 100%;
background-color: #09000D;
}
nav{
display: flex;
padding: 2% 6%;
justify-content: space-between;
align-items: center;
}
.header-logo{
flex: 1;
text-align: left;
}
.header-logo ul li{
list-style: none;
... | style.css | * {
margin: 0;
padding: 0;
}
.header{
min-height: 100vh;
width: 100%;
background-color: #09000D;
}
nav{
display: flex;
padding: 2% 6%;
justify-content: space-between;
align-items: center;
}
.header-logo{
flex: 1;
text-align: left;
}
.header-logo ul li{
list-style: none;
... | 0.476092 | 0.14433 |
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
font-family: "Poppins", sans-serif;
background: #858fce;
}
a {
text-decoration: none;
}
ul,
li {
list-style: none;
}
/* Header ... | style.css | @import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
scroll-behavior: smooth;
font-family: "Poppins", sans-serif;
background: #858fce;
}
a {
text-decoration: none;
}
ul,
li {
list-style: none;
}
/* Header ... | 0.272702 | 0.059949 |
*
*********************************************/
html, body {
font-weight: normal;
padding: 0px;
margin: 0px;
}
* {
-webkit-font-smoothing: antialiased;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
header {
font-family: 'Grand Hotel', cursive;
position: relative;
overflow: hidden;
background: #... | css/styles.css | *
*********************************************/
html, body {
font-weight: normal;
padding: 0px;
margin: 0px;
}
* {
-webkit-font-smoothing: antialiased;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
header {
font-family: 'Grand Hotel', cursive;
position: relative;
overflow: hidden;
background: #... | 0.289874 | 0.060947 |
$label-width: 100px;
/* Edunet's dark green */
$log-label-color: #357A8B;
/* Edunet's light green */
/* $log-label-color: #00B19E; */
/**
@To-do: - add sections
- refactor
- refactor to sass syntax
**/
.jit-autoadjust-label {
padding: 15px;
}
#infovis-label div.node{
padding-top:0 !important;
... | public.devel/vendor/styles/style.css |
$label-width: 100px;
/* Edunet's dark green */
$log-label-color: #357A8B;
/* Edunet's light green */
/* $log-label-color: #00B19E; */
/**
@To-do: - add sections
- refactor
- refactor to sass syntax
**/
.jit-autoadjust-label {
padding: 15px;
}
#infovis-label div.node{
padding-top:0 !important;
... | 0.335677 | 0.063657 |
@media (orientation:portrait) {
.Drawer{
/*Mobile*/
display:block;
width:100%;
border:0;
text-align:center;
}
}
@media (orientation:landscape) {
.Drawer{
/*PC*/
display:table-cell;
border-right:2px solid rgba(50,50,50,0.9);
width:235px;... | client/src/Drawer.css | @media (orientation:portrait) {
.Drawer{
/*Mobile*/
display:block;
width:100%;
border:0;
text-align:center;
}
}
@media (orientation:landscape) {
.Drawer{
/*PC*/
display:table-cell;
border-right:2px solid rgba(50,50,50,0.9);
width:235px;... | 0.487307 | 0.074467 |
-------------------------------------- */
/* beta */
.logo a {
overflow: visible;
}
.logo .brand-beta {
font-size: 10px;
color: #fff;
text-transform: uppercase;
position: absolute;
right: 0px;
top: -6px;
margin-top: -32px;
font-weight: 400;
}
/* custom user login */
.logged-in-menu {
display: none... | www/wp-content/themes/resource-watch-v2/style.css | -------------------------------------- */
/* beta */
.logo a {
overflow: visible;
}
.logo .brand-beta {
font-size: 10px;
color: #fff;
text-transform: uppercase;
position: absolute;
right: 0px;
top: -6px;
margin-top: -32px;
font-weight: 400;
}
/* custom user login */
.logged-in-menu {
display: none... | 0.412885 | 0.079997 |
@font-face {
font-family: "product_sans_blackregular";
src: url("../Fonts/productsans-regular-webfont.woff2") format("woff2"),
url("../Fonts/productsans-regular-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "product_sansbold";
src: url("../Fonts/pro... | Project Work/client/css/aditya_styles.css | @font-face {
font-family: "product_sans_blackregular";
src: url("../Fonts/productsans-regular-webfont.woff2") format("woff2"),
url("../Fonts/productsans-regular-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "product_sansbold";
src: url("../Fonts/pro... | 0.349422 | 0.068694 |
.border1{
border: 2px solid #ddd;
}
div {
/*
overflow:hidden; white-space:nowrap; text-overflow:ellipsis;*/
border-bottom: 2px solid #ddd;
font-size: 16px;
line-height: 1.42857143;
color:black;
display: block;
text-align: left;
background-color: #fff;
-webkit-box-shadow: inset 0 ... | spring-boot-crm/src/main/resources/static/css/grid.css | .border1{
border: 2px solid #ddd;
}
div {
/*
overflow:hidden; white-space:nowrap; text-overflow:ellipsis;*/
border-bottom: 2px solid #ddd;
font-size: 16px;
line-height: 1.42857143;
color:black;
display: block;
text-align: left;
background-color: #fff;
-webkit-box-shadow: inset 0 ... | 0.139924 | 0.047936 |
a#myPopup {
float: left;
margin: 100px;
display: inline-block;
text-decoration: none;
font: bold 12px/12px HelveticaNeue, Arial;
padding: 8px 11px;
border: 1px solid #dedede;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #92dbf6;
filter: progid:DXImageTrans... | AccDC Technical Style Guide/Coding Arena/ARIA Listboxes/Popup Listbox (External Content)/css/customize.css | a#myPopup {
float: left;
margin: 100px;
display: inline-block;
text-decoration: none;
font: bold 12px/12px HelveticaNeue, Arial;
padding: 8px 11px;
border: 1px solid #dedede;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background: #92dbf6;
filter: progid:DXImageTrans... | 0.222531 | 0.118666 |
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto+Slab);
body {
margin-top: 60px;
font-family: 'Roboto Slab', sans-serif;
overflow: scroll;
}
a:focus {
outline-style: none;
}
a, a:hover, a:active, a:focus {
color: rgba(82, 103, 115, 1);
}
.navbar {
text-tran... | public/css/custom.css | @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto+Slab);
body {
margin-top: 60px;
font-family: 'Roboto Slab', sans-serif;
overflow: scroll;
}
a:focus {
outline-style: none;
}
a, a:hover, a:active, a:focus {
color: rgba(82, 103, 115, 1);
}
.navbar {
text-tran... | 0.409339 | 0.082809 |
background: url(../img/beta-ribbon.gif) no-repeat 100% 0;
width: 150px;
height: 150px;
top: 0;
right: 0;
position: fixed;
}
/* Fuente de letra y demas */
@font-face {
font-family: 'BebasNeueRegular';
src: url('bebasneue-webfont.ttf') format('truetype');
}
body {
margin: 0px 0px;
padding: 0px;
text-align: ... | css/principal.css | background: url(../img/beta-ribbon.gif) no-repeat 100% 0;
width: 150px;
height: 150px;
top: 0;
right: 0;
position: fixed;
}
/* Fuente de letra y demas */
@font-face {
font-family: 'BebasNeueRegular';
src: url('bebasneue-webfont.ttf') format('truetype');
}
body {
margin: 0px 0px;
padding: 0px;
text-align: ... | 0.188399 | 0.076961 |
@media (min-width:768px) {
.header-patison-with-menu {
border-bottom: 1px solid #c3c3c3;
/* box-shadow: 0 0 0 2px #e1e1e1, 0 2px 5px 0 #f5f5f6; */
position: relative;
background: -webkit-linear-gradient(top, #fff, #fff 65%, #f3f3f3);
background: -ms-linear-gradient(top, #fff, #fff 65%, #f3f3f3);
... | public/css/header.css | @media (min-width:768px) {
.header-patison-with-menu {
border-bottom: 1px solid #c3c3c3;
/* box-shadow: 0 0 0 2px #e1e1e1, 0 2px 5px 0 #f5f5f6; */
position: relative;
background: -webkit-linear-gradient(top, #fff, #fff 65%, #f3f3f3);
background: -ms-linear-gradient(top, #fff, #fff 65%, #f3f3f3);
... | 0.28607 | 0.086285 |
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.button {
display: inline-block;
padding: 9px 20px;
font-size: 0.8rem;
font-weight: bold;
border-r... | user/themes/afterburner2/css-compiled/template.css | position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); }
.button {
display: inline-block;
padding: 9px 20px;
font-size: 0.8rem;
font-weight: bold;
border-r... | 0.300951 | 0.056055 |
@media (max-width: 1366px) {
.latest-registered-section .content {
padding-right: 90px;
}
.latest-registered-section::before {
left: -60px;
-webkit-transform: skewX(-15 deg1199);
-ms-transform: skewX(-15deg);
transform: skewX(-15deg);
}
.log-reg .image {
... | public/front_backup/assets/css/responsive.css | @media (max-width: 1366px) {
.latest-registered-section .content {
padding-right: 90px;
}
.latest-registered-section::before {
left: -60px;
-webkit-transform: skewX(-15 deg1199);
-ms-transform: skewX(-15deg);
transform: skewX(-15deg);
}
.log-reg .image {
... | 0.566978 | 0.154344 |
* {
box-sizing: border-box;
}
body {
overflow-x: hidden;
}
.center {
margin: 0 auto;
}
main {
margin-top: 50px;
}
.white {
color: white;
}
.cover {
background-size: cover;
background-position: center center;
margin-top: -60px
}
.tint {
height: 600px;
opacity: 1;
backg... | html/css/styles.css | * {
box-sizing: border-box;
}
body {
overflow-x: hidden;
}
.center {
margin: 0 auto;
}
main {
margin-top: 50px;
}
.white {
color: white;
}
.cover {
background-size: cover;
background-position: center center;
margin-top: -60px
}
.tint {
height: 600px;
opacity: 1;
backg... | 0.581778 | 0.138899 |
.subWrap2 {
margin: 0 auto;
padding: 168px 0 272px;
}
/* content부분 */
.contentsWrap {
min-height: 450px;
margin: 0 auto;
}
span {
font-weight: bold;
}
strong {
font-weight: bold;
}
.locationWrap {
height: 58px;
padding: 10px 0;
color: #fff;
line-height: 38px;
background:... | src/main/webapp/resources/css/delivery/ordercomplete.css | .subWrap2 {
margin: 0 auto;
padding: 168px 0 272px;
}
/* content부분 */
.contentsWrap {
min-height: 450px;
margin: 0 auto;
}
span {
font-weight: bold;
}
strong {
font-weight: bold;
}
.locationWrap {
height: 58px;
padding: 10px 0;
color: #fff;
line-height: 38px;
background:... | 0.528533 | 0.119717 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
/*navbar section*/
.navbar-section {
position: fixed;
width: 100%;
z-index: 999;
padding: 20px 0;
font-family: 'Ubuntu', sans-serif;
transition: all 0.3s ease;
}
.na... | public/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
/*navbar section*/
.navbar-section {
position: fixed;
width: 100%;
z-index: 999;
padding: 20px 0;
font-family: 'Ubuntu', sans-serif;
transition: all 0.3s ease;
}
.na... | 0.293404 | 0.062303 |
/*=====================================
======== # Overrides
======================================*/
::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
/*font-style: italic;*/
font-size: 14px;
}
.post-list .single-post {
padding: 20px 15px;
}
.symbol-input100{
bottom: 15%;
}
.banner-area.custom_bg{
... | assets/css/update.css | /*=====================================
======== # Overrides
======================================*/
::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
/*font-style: italic;*/
font-size: 14px;
}
.post-list .single-post {
padding: 20px 15px;
}
.symbol-input100{
bottom: 15%;
}
.banner-area.custom_bg{
... | 0.324878 | 0.076167 |
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{display:block}
mark, rp, rt, ruby, summary, time{display:inline}
/* Global properties ======================================================== */
bod... | web/css/style.css | article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video{display:block}
mark, rp, rt, ruby, summary, time{display:inline}
/* Global properties ======================================================== */
bod... | 0.316686 | 0.111628 |
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
width: 90%;
margin:0 auto;
}
.live_cam_settings{
width: 640px;
height: 480px;
border: 2px solid white;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inher... | bin/Release/web/style.css | .tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #f1f1f1;
width: 90%;
margin:0 auto;
}
.live_cam_settings{
width: 640px;
height: 480px;
border: 2px solid white;
}
/* Style the buttons that are used to open the tab content */
.tab button {
background-color: inher... | 0.374104 | 0.099426 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: GothamMedium, Arial, Helvetica, sans-serif;
font-size: 14.5px;
}
/*FONTES*/
@font-face {
font-family: GothamMedium;
src: url(../fonts/GothamMedium.otf);
}
@font-face {
font-family: GothamBook;
src: url... | style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: GothamMedium, Arial, Helvetica, sans-serif;
font-size: 14.5px;
}
/*FONTES*/
@font-face {
font-family: GothamMedium;
src: url(../fonts/GothamMedium.otf);
}
@font-face {
font-family: GothamBook;
src: url... | 0.290779 | 0.05526 |
@import url("https://fonts.googleapis.com/css2?family=Average&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap");
:root {
--primary-color-dark: #0096c7;
}
* {
font-family: "Roboto", Arial, Helvetica, sans-serif;
}
h3, h2 {
font-weight: 400;
}
body {
background-color: #e... | frontend/public/css/style.css | @import url("https://fonts.googleapis.com/css2?family=Average&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500&display=swap");
:root {
--primary-color-dark: #0096c7;
}
* {
font-family: "Roboto", Arial, Helvetica, sans-serif;
}
h3, h2 {
font-weight: 400;
}
body {
background-color: #e... | 0.315947 | 0.081119 |
/* border: solid #999;
border-width: 0 3px; */
/* } */
.paging-container {
min-width: 100%;
display: flex;
justify-content: space-around;
}
.posts-container {
min-width: 100%;
display: flex;
justify-content: space-between;
padding: 30px 0;
}
.post-list {
margin-top: 40px;
}
/... | src/templates/listing.css | /* border: solid #999;
border-width: 0 3px; */
/* } */
.paging-container {
min-width: 100%;
display: flex;
justify-content: space-around;
}
.posts-container {
min-width: 100%;
display: flex;
justify-content: space-between;
padding: 30px 0;
}
.post-list {
margin-top: 40px;
}
/... | 0.382026 | 0.085862 |
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700");
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
/*---CARD TRANSFORM----*/
:root {
--level-one: translateZ(3rem);
--level-two: translateZ(6rem);
--level-three: translateZ(9rem);
--fw-normal: 400;
--fw-... | homepage/static/css/home.css | @import url("https://fonts.googleapis.com/css?family=Oswald:400,700");
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
/*---CARD TRANSFORM----*/
:root {
--level-one: translateZ(3rem);
--level-two: translateZ(6rem);
--level-three: translateZ(9rem);
--fw-normal: 400;
--fw-... | 0.487551 | 0.101723 |
.signin-btn {
background: #1b75bc;
border-radius: 10px;
border: 1px solid #1b75bc;
transition: 0.4s;
padding: 0px 5px;
margin-left: 11px;
}
.signin-btn a {
color: #fff !important;
}
.signin-btn svg {
fill: #fff;
margin-right: 8px;
width: 19px;
}
.signin-btn:hover {
background... | public/assets/css/new.css | .signin-btn {
background: #1b75bc;
border-radius: 10px;
border: 1px solid #1b75bc;
transition: 0.4s;
padding: 0px 5px;
margin-left: 11px;
}
.signin-btn a {
color: #fff !important;
}
.signin-btn svg {
fill: #fff;
margin-right: 8px;
width: 19px;
}
.signin-btn:hover {
background... | 0.355216 | 0.110735 |
:root {
/*****************************************************************************
* Font size
**/
--font-size-base: 15px; /* base font size - applied at body / html level */
/* heading font sizes */
--font-size-h1: 36px;
--font-size-h2: 32px;
--font-size-h3: 26px;
--font-size-h4: 21px;
--font-... | docsrc/source/_static/css/theme.css | :root {
/*****************************************************************************
* Font size
**/
--font-size-base: 15px; /* base font size - applied at body / html level */
/* heading font sizes */
--font-size-h1: 36px;
--font-size-h2: 32px;
--font-size-h3: 26px;
--font-size-h4: 21px;
--font-... | 0.536313 | 0.112308 |
@font-face {
font-family: 'fa-brands-400';
src: url('../assets/webfonts/fa-brands-400.eot') format('eot'),
url('../assets/webfonts/fa-brands-400.woff') format('woff'),
url('../assets/webfonts/fa-brands-400.woff2') format('woff2'),
url('../assets/webfonts/fa-brands-400.ttf') format('ttf'),
url(... | assets/css/stylesInfo/stylesinfo.css | @font-face {
font-family: 'fa-brands-400';
src: url('../assets/webfonts/fa-brands-400.eot') format('eot'),
url('../assets/webfonts/fa-brands-400.woff') format('woff'),
url('../assets/webfonts/fa-brands-400.woff2') format('woff2'),
url('../assets/webfonts/fa-brands-400.ttf') format('ttf'),
url(... | 0.203075 | 0.04627 |
.trans_200
{
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.suprer-container
{
width: 100%;
overflow: hidden;
}
.home
{
width: 100%;
height: 447px;
}
.prlx-parent
{
overflow: h... | public/css/news.css | .trans_200
{
-webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-ms-transition: all 200ms ease;
-o-transition: all 200ms ease;
transition: all 200ms ease;
}
.suprer-container
{
width: 100%;
overflow: hidden;
}
.home
{
width: 100%;
height: 447px;
}
.prlx-parent
{
overflow: h... | 0.450843 | 0.067393 |
.kdpixels-graphite-themes-graphite-json
.monaco-workbench
> .part.editor
> .content
.editor-group-container
> .title
.tabs-container
> .tab.dirty
.close-editor-action {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16'%3E%3Ccircle fill='%231951E4' cx=... | graphite-customhacks.css | .kdpixels-graphite-themes-graphite-json
.monaco-workbench
> .part.editor
> .content
.editor-group-container
> .title
.tabs-container
> .tab.dirty
.close-editor-action {
background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16'%3E%3Ccircle fill='%231951E4' cx=... | 0.374791 | 0.048182 |
*,
input,
:before,
:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
html,
body {
padding: 0;
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
sum... | assets/css/style.css | *,
input,
:before,
:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
html,
body {
padding: 0;
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
sum... | 0.211743 | 0.044287 |
@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");
/* Main Styling */
* {
margin: 0;
padding: 0;
}
body {
background: rgb(177, 247, 177);
font-family: "Alata", sans-serif;
color: #111;
}
/* Utilities */
.max-width-container {
max-width: 90%;
margin: auto;
}
.heading-line {
b... | Social Crusher!_files/styles.css | @import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");
/* Main Styling */
* {
margin: 0;
padding: 0;
}
body {
background: rgb(177, 247, 177);
font-family: "Alata", sans-serif;
color: #111;
}
/* Utilities */
.max-width-container {
max-width: 90%;
margin: auto;
}
.heading-line {
b... | 0.293911 | 0.087837 |
@import url(fontello.css);
@import url(menu.css);
@import url(banner.css);
@import url(bannerpro.css);
@import url(blog-info.css);
@import url(location.css);
@import url(modal.css);
@import url(profiles.css);
@import url(msg.css);
@import url(slider.css);
@import url(createloc.css);
@import url(galery.css);
@import url... | deploy/css/main.css | @import url(fontello.css);
@import url(menu.css);
@import url(banner.css);
@import url(bannerpro.css);
@import url(blog-info.css);
@import url(location.css);
@import url(modal.css);
@import url(profiles.css);
@import url(msg.css);
@import url(slider.css);
@import url(createloc.css);
@import url(galery.css);
@import url... | 0.348645 | 0.05445 |
body {
background: #121d35;
color: white;
font-family: Arial, Verdana, sans-serif;
/* Disable zooming on double-tap for iOS */
touch-action: manipulation;
}
img {
border: 0;
}
.level-selector-button {
font-size: 1.2em;
background: darkslateblue;
border: 2px solid lightgray;
pad... | css/game.css | body {
background: #121d35;
color: white;
font-family: Arial, Verdana, sans-serif;
/* Disable zooming on double-tap for iOS */
touch-action: manipulation;
}
img {
border: 0;
}
.level-selector-button {
font-size: 1.2em;
background: darkslateblue;
border: 2px solid lightgray;
pad... | 0.573917 | 0.152505 |
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css");
:root {
--bg-blue: #362FE3;
--bg-pink: #BF6684;
--bg-purple: #9439E4;
--text-color: #333;
--highlight: #8F7BF6;
--radius: 40px;
--icon-... | packages/dhrod0325/assets/module/nav.css | @import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css");
:root {
--bg-blue: #362FE3;
--bg-pink: #BF6684;
--bg-purple: #9439E4;
--text-color: #333;
--highlight: #8F7BF6;
--radius: 40px;
--icon-... | 0.481698 | 0.135604 |
* {
text-decoration: none;
box-sizing: border-box;
padding: 0;
margin: 0;
}
a {
color: #4893D8;
}
body {
background-color: #F0F4F3;
}
.sign-up-form {
display: block;
border-radius: 5px;
background-color: transparent;
padding: 0px 50px 50px 10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px... | UI/assets/css/auth.css | * {
text-decoration: none;
box-sizing: border-box;
padding: 0;
margin: 0;
}
a {
color: #4893D8;
}
body {
background-color: #F0F4F3;
}
.sign-up-form {
display: block;
border-radius: 5px;
background-color: transparent;
padding: 0px 50px 50px 10px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px... | 0.262558 | 0.108921 |
#tickr-box
{
background: #C0C0C0;
max-width: 550px;
padding: 3px;
margin: 0px auto 0px auto;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tickr-title
{
color: #FFFFFF;
font: bold 18px arial, sans-serif;
background: #990000;
padding: 5px;
-webkit-border-radius: 4px;
-mo... | assets/tickr-style-red.css | #tickr-box
{
background: #C0C0C0;
max-width: 550px;
padding: 3px;
margin: 0px auto 0px auto;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.tickr-title
{
color: #FFFFFF;
font: bold 18px arial, sans-serif;
background: #990000;
padding: 5px;
-webkit-border-radius: 4px;
-mo... | 0.102529 | 0.083553 |
.mentions-input-box {
position: relative;
background: #fff;
float:left;
width: 65%;
font-size: 16px;
letter-spacing: 2px;
}
.mentions-input-box .mention {
width:100%;
float:none;
border:1px solid #cccccc;
font-family: 'futura-mediumregular', Arial, Helvetica, sans-serif;
/*font-family: 'lucida gra... | lib/css/jquery.mentionsInput.css | .mentions-input-box {
position: relative;
background: #fff;
float:left;
width: 65%;
font-size: 16px;
letter-spacing: 2px;
}
.mentions-input-box .mention {
width:100%;
float:none;
border:1px solid #cccccc;
font-family: 'futura-mediumregular', Arial, Helvetica, sans-serif;
/*font-family: 'lucida gra... | 0.407098 | 0.1425 |
body {
font-family: sans-serif;
padding: 0px;
}
#landing-page {
height: 800px;
background: url('./Meeting1.png');
background-size: cover;
color: white;
height: 100%;
padding-top: 25%;
}
#login-signup-form {
display: flex;
justify-content: center;
height: 800px;
background: url('./meeting2.jpg'... | public/style.css | body {
font-family: sans-serif;
padding: 0px;
}
#landing-page {
height: 800px;
background: url('./Meeting1.png');
background-size: cover;
color: white;
height: 100%;
padding-top: 25%;
}
#login-signup-form {
display: flex;
justify-content: center;
height: 800px;
background: url('./meeting2.jpg'... | 0.371935 | 0.071106 |
.content-popup-show {
display: none;
display: none;
height: 100%;
left: 0;
overflow: auto;
position: fixed;
top: 0;
width: 100%;
z-index: 55555;
}
.content-popup-show .modal-dialog {
margin: 20px auto 0;
width: 28%;
}
.content-popup-show .modal-title-classic{
border-bottom: ... | assets/frontend/css/usercustomer.css | .content-popup-show {
display: none;
display: none;
height: 100%;
left: 0;
overflow: auto;
position: fixed;
top: 0;
width: 100%;
z-index: 55555;
}
.content-popup-show .modal-dialog {
margin: 20px auto 0;
width: 28%;
}
.content-popup-show .modal-title-classic{
border-bottom: ... | 0.26569 | 0.074703 |
@charset "utf-8";
/* ------------------------------------------------------------------
* 레이아웃
* ------------------------------------------------------------------*/
/* wrap, contents */
#wrap{width:100%; position:relative; z-index:0;} /* 헤더와 공지레이어 겹치는 문제로 z-index 추가 */
#contents{width:1000px; margin:0 auto;}
#c... | src/main/webapp/resources/web/theme/default/css/layout.css | @charset "utf-8";
/* ------------------------------------------------------------------
* 레이아웃
* ------------------------------------------------------------------*/
/* wrap, contents */
#wrap{width:100%; position:relative; z-index:0;} /* 헤더와 공지레이어 겹치는 문제로 z-index 추가 */
#contents{width:1000px; margin:0 auto;}
#c... | 0.242026 | 0.055387 |
*{margin: 0;padding: 0;outline: 0;}
/* FONT DECLARATION */
@font-face{
font-family: 'quicksand' ;
src: url(../fonts/Quicksand-Regular.ttf);
font-style: normal;
font-weight: 100;
}
@font-face{
font-family: 'quicksand' ;
src: url(../fonts/Quicksand-Medium.ttf);
font-style: norma... | CSS/main.css | *{margin: 0;padding: 0;outline: 0;}
/* FONT DECLARATION */
@font-face{
font-family: 'quicksand' ;
src: url(../fonts/Quicksand-Regular.ttf);
font-style: normal;
font-weight: 100;
}
@font-face{
font-family: 'quicksand' ;
src: url(../fonts/Quicksand-Medium.ttf);
font-style: norma... | 0.319121 | 0.069795 |
@font-face {
font-family: 'Cream Cake';
src: url('../fontes/Florilane\ Cardillac.ttf');
}
@font-face {
font-family: '<NAME>';
src: url('../fontes/Florilane\ Cardillac.ttf');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: local('Montserrat Ext... | css/fonts.css |
@font-face {
font-family: 'Cream Cake';
src: url('../fontes/Florilane\ Cardillac.ttf');
}
@font-face {
font-family: '<NAME>';
src: url('../fontes/Florilane\ Cardillac.ttf');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 200;
font-display: swap;
src: local('Montserrat Ext... | 0.364778 | 0.086246 |
.component-container {
width: auto;
padding-bottom: 5px;
}
.component-text {
font-size: 1rem;
padding-left: 5px;
display: inline-block;
}
.label-switch {
margin-bottom: -1rem;
}
.switch-container {
width: 50px;
height: 20px;
float: right;
-webkit-transform: translate3d( -50%, -50%, 0 );
transform: transla... | src/utils/Components/Switch.css | .component-container {
width: auto;
padding-bottom: 5px;
}
.component-text {
font-size: 1rem;
padding-left: 5px;
display: inline-block;
}
.label-switch {
margin-bottom: -1rem;
}
.switch-container {
width: 50px;
height: 20px;
float: right;
-webkit-transform: translate3d( -50%, -50%, 0 );
transform: transla... | 0.321247 | 0.072999 |
:root {
--bgColor1: #2d3436; /*general background : dark*/
--white: #ffffff; /* white color */
--cityLight: #dfe6e9; /*light grey*/
--soothingBreeze: #b2bec3; /*medium grey*/
--americanRiver: #636e72; /*dark grey*/
--darkGrey: #464e51; /*really dark grey*/
}
@-ms-viewport {
width: device-wi... | public/css/style.css | :root {
--bgColor1: #2d3436; /*general background : dark*/
--white: #ffffff; /* white color */
--cityLight: #dfe6e9; /*light grey*/
--soothingBreeze: #b2bec3; /*medium grey*/
--americanRiver: #636e72; /*dark grey*/
--darkGrey: #464e51; /*really dark grey*/
}
@-ms-viewport {
width: device-wi... | 0.513912 | 0.221246 |
.shortcut-button {
@apply relative;
@apply flex-grow;
@apply flex-shrink-0;
@apply justify-items-stretch;
@apply rounded-2xl;
@apply shadow-md;
@apply bg-white dark:bg-black dark:bg-opacity-50;
--scb-pad: 14px;
height: 146px;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.19, -0.33, 0.78, ... | src/components/shortcut-button/shortcut-button.css | .shortcut-button {
@apply relative;
@apply flex-grow;
@apply flex-shrink-0;
@apply justify-items-stretch;
@apply rounded-2xl;
@apply shadow-md;
@apply bg-white dark:bg-black dark:bg-opacity-50;
--scb-pad: 14px;
height: 146px;
overflow: hidden;
transition: all 0.4s cubic-bezier(0.19, -0.33, 0.78, ... | 0.500488 | 0.048835 |
@charset "UTF-8";
@font-face {
font-family: source sans pro;
src: url('/SourceSansPro-Regular.ttf');
}
html, body {
margin: 0;
padding: 0;
box-sizing: border-box;
}
a {
text-decoration: none;
}
/* configuração do grid do body */
div.container {
display: grid;
grid-t... | style.css | @charset "UTF-8";
@font-face {
font-family: source sans pro;
src: url('/SourceSansPro-Regular.ttf');
}
html, body {
margin: 0;
padding: 0;
box-sizing: border-box;
}
a {
text-decoration: none;
}
/* configuração do grid do body */
div.container {
display: grid;
grid-t... | 0.26341 | 0.046551 |
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner>.item {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
.carousel-inner>.item>img, .caro... | src/main/webapp/css/carousel.css | .carousel {
position: relative;
}
.carousel-inner {
position: relative;
width: 100%;
overflow: hidden;
}
.carousel-inner>.item {
position: relative;
display: none;
-webkit-transition: .6s ease-in-out left;
-o-transition: .6s ease-in-out left;
transition: .6s ease-in-out left;
}
.carousel-inner>.item>img, .caro... | 0.384219 | 0.060142 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');
* {
padding: 0px;
margin: 0px;
box-sizing: border-box;
}
a {
text-decoration: none;
color: white;
}
p {
... | class-02/css/estilo.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');
* {
padding: 0px;
margin: 0px;
box-sizing: border-box;
}
a {
text-decoration: none;
color: white;
}
p {
... | 0.315525 | 0.102125 |
.flex-container {
padding: 0;
margin: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: space-around;
flex-wrap: wrap;
}
div.fieldSetContainer legend {
text-align: left;
}
div#userAndDetailsDiv {
min-width:... | webreport/trunk/common_web/src/main/webapp/media/css/userAdmin.css | .flex-container {
padding: 0;
margin: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
justify-content: space-around;
flex-wrap: wrap;
}
div.fieldSetContainer legend {
text-align: left;
}
div#userAndDetailsDiv {
min-width:... | 0.337968 | 0.054149 |
a.carousel-control {
color: #ffffff;
text-decoration: none;
}
.carousel {
position: relative;
line-height: 1;
width: 100%;
height: 100%;
}
.carousel-inner {
overflow: hidden;
width: 100%;
height: 100%;
position: relative;
}
.carousel .slide {
display: none;
position: relative;
-webkit-transi... | carousel/carousel.css | a.carousel-control {
color: #ffffff;
text-decoration: none;
}
.carousel {
position: relative;
line-height: 1;
width: 100%;
height: 100%;
}
.carousel-inner {
overflow: hidden;
width: 100%;
height: 100%;
position: relative;
}
.carousel .slide {
display: none;
position: relative;
-webkit-transi... | 0.453262 | 0.085366 |
@-moz-document domain("zeppelin.apache.org") {
/* zeppelin dark editor fixes */
body {
color:#ccc;
background: #222;
}
.paragraphAsIframe .editor, .paragraph .editor {
background: #222;
}
div.header {
color:#666;
}
.paragraph-col {
border: 2px solid #222;
}
.paragraph .editor {
margin-... | data/usercss/137563.user.css | @-moz-document domain("zeppelin.apache.org") {
/* zeppelin dark editor fixes */
body {
color:#ccc;
background: #222;
}
.paragraphAsIframe .editor, .paragraph .editor {
background: #222;
}
div.header {
color:#666;
}
.paragraph-col {
border: 2px solid #222;
}
.paragraph .editor {
margin-... | 0.245175 | 0.043164 |
body {
background: #eee;
font: Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif; }
.navigation__item {
border-color: #8FBC8F !important;
position: relative; }
.navigation__item a {
display: block;
font-size: 16px;
line-height: 20px; }
.navigation__item ul {
list-style-typ... | public/sass/style.css | body {
background: #eee;
font: Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif; }
.navigation__item {
border-color: #8FBC8F !important;
position: relative; }
.navigation__item a {
display: block;
font-size: 16px;
line-height: 20px; }
.navigation__item ul {
list-style-typ... | 0.411939 | 0.053651 |
body {
height:100%;
}
html{
height:100%;
}
#app{
height:100%;
}
.App{
margin:0px;
}
.appinmargins{
/*background-color:white;*/
height:100%;
max-width:640px;
display:block;
margin:auto;
}
#main{
display: block;
margin:auto;
height:100%;
/*background-color:white;*/
}
#submain{
max-width: 640... | client/components/pix/styles.css | body {
height:100%;
}
html{
height:100%;
}
#app{
height:100%;
}
.App{
margin:0px;
}
.appinmargins{
/*background-color:white;*/
height:100%;
max-width:640px;
display:block;
margin:auto;
}
#main{
display: block;
margin:auto;
height:100%;
/*background-color:white;*/
}
#submain{
max-width: 640... | 0.219087 | 0.079746 |
.yt-pricing { display: table; border-radius: 5px; clear: both; overflow: auto; margin-bottom:10px; width:100%;}
.yt-pricing .style1.column{border-top: 1px solid #ccc;margin-top:20px;padding:30px 0px; text-align:center;border: 1px solid #ccc;}
.yt-pricing .style1.column{border-radius: 5px}
.yt-pricing .style1.pricing-mo... | web/Shop/admin/controller/extension/module/so_page_builder/shortcodes/pricing_tables/css/pricingtable.css | .yt-pricing { display: table; border-radius: 5px; clear: both; overflow: auto; margin-bottom:10px; width:100%;}
.yt-pricing .style1.column{border-top: 1px solid #ccc;margin-top:20px;padding:30px 0px; text-align:center;border: 1px solid #ccc;}
.yt-pricing .style1.column{border-radius: 5px}
.yt-pricing .style1.pricing-mo... | 0.367611 | 0.335609 |
body {
background: url("../img/texturas/subtle_grunge.png") repeat scroll right center transparent;
font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
}
#main-container {
background-color: #fff;
}
/* Corrige um pixel de altura na navbar */
.navbar-nav > li > a {
li... | public/recursos/css/style.css | body {
background: url("../img/texturas/subtle_grunge.png") repeat scroll right center transparent;
font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
}
#main-container {
background-color: #fff;
}
/* Corrige um pixel de altura na navbar */
.navbar-nav > li > a {
li... | 0.355775 | 0.061763 |
body {
background: #f4f4f4;
font-family: "Raleway", Helvetica, sans-serif;
font-size: 14px;
width: 100%;
}
a {
-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
-ms-transition: color 0.2s ease, border-bottom-... | public/css/style.css | body {
background: #f4f4f4;
font-family: "Raleway", Helvetica, sans-serif;
font-size: 14px;
width: 100%;
}
a {
-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
-ms-transition: color 0.2s ease, border-bottom-... | 0.501709 | 0.102889 |
@import url("margins.css");
@import url("reset.css");
@import url("assets.css");
/*------------------------ 1 Body and Core Css ------------------------*/
html,
body {
position: relative;
}
body {
font-family: 'Poppins', sans-serif;
padding-bottom: 206px;
}
p {
font-size: 16px;
line-height: 30px;
}
butto... | css/style.css | @import url("margins.css");
@import url("reset.css");
@import url("assets.css");
/*------------------------ 1 Body and Core Css ------------------------*/
html,
body {
position: relative;
}
body {
font-family: 'Poppins', sans-serif;
padding-bottom: 206px;
}
p {
font-size: 16px;
line-height: 30px;
}
butto... | 0.422743 | 0.07267 |
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font: 112.5%/1.45em "Nanum Myeongjo", serif, sans-serif;
box-sizing: border-box;
overflow-y: scroll;
scroll-behavior: smooth;
}
body {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: hsla(0, 0%... | src/components/layout.css | html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
font: 112.5%/1.45em "Nanum Myeongjo", serif, sans-serif;
box-sizing: border-box;
overflow-y: scroll;
scroll-behavior: smooth;
}
body {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: hsla(0, 0%... | 0.261614 | 0.051702 |
h2{
margin: 0;
padding: 3px 2px 0;
border:0;
font-size:15px
}
#systemMessageContainer{
background: #0B63A2 url("../../image/statusmessage.png") no-repeat 7px 6px;
color: white;
padding: 4px 10px 10px;
margin:0 0 8px;
}
#systemMessageContainer h2{
color: white;
margin: 0 0 5px 20px;
paddin... | common/stylesheet/mozilla/pages/base/snapshot.css | h2{
margin: 0;
padding: 3px 2px 0;
border:0;
font-size:15px
}
#systemMessageContainer{
background: #0B63A2 url("../../image/statusmessage.png") no-repeat 7px 6px;
color: white;
padding: 4px 10px 10px;
margin:0 0 8px;
}
#systemMessageContainer h2{
color: white;
margin: 0 0 5px 20px;
paddin... | 0.345768 | 0.174094 |
.sidebar > .panel.navigation.network > :matches(.content, .empty-content-placeholder) {
top: 52px;
}
.sidebar > .panel.navigation.network > .navigation-bar {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.sidebar > .panel.navigation.network > .title-bar {
position: absolute;
top: 29px;
... | lib/WebInspectorUI/latest/Views/NetworkSidebarPanel.css | .sidebar > .panel.navigation.network > :matches(.content, .empty-content-placeholder) {
top: 52px;
}
.sidebar > .panel.navigation.network > .navigation-bar {
position: absolute;
top: 0;
left: 0;
right: 0;
}
.sidebar > .panel.navigation.network > .title-bar {
position: absolute;
top: 29px;
... | 0.58439 | 0.083255 |
:root {
--gray-50: #f9fafa;
--gray-100: #e9ebec;
--gray-200: #d8dbde;
--gray-300: #c8ccd0;
--gray-400: #b7bdc2;
--gray-500: #a7adb4;
--gray-600: #969ea6;
--gray-700: #868f98;
--gray-800: #677079;
--gray-900: #596169;
--gray-1000: #4b5258;
--gray-1100: #3d4248;
--gray-1200: #2f3337;
--gray-1300: #212427;
... | all/css/theme.0.2.0.css | :root {
--gray-50: #f9fafa;
--gray-100: #e9ebec;
--gray-200: #d8dbde;
--gray-300: #c8ccd0;
--gray-400: #b7bdc2;
--gray-500: #a7adb4;
--gray-600: #969ea6;
--gray-700: #868f98;
--gray-800: #677079;
--gray-900: #596169;
--gray-1000: #4b5258;
--gray-1100: #3d4248;
--gray-1200: #2f3337;
--gray-1300: #212427;
... | 0.253214 | 0.113629 |
@charset "UTF-8";
@keyframes pulse {
0% {
color: var(--negro);
}
50% {
color: var(--lila);
}
100% {
color: var(--negro);
}
}
@keyframes opaci {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
* {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
a {
display: block;... | css/index.css | @charset "UTF-8";
@keyframes pulse {
0% {
color: var(--negro);
}
50% {
color: var(--lila);
}
100% {
color: var(--negro);
}
}
@keyframes opaci {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
* {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
a {
display: block;... | 0.474875 | 0.116437 |
.QuickFinderNoMatch {
display: none;
}
#QuickFinderEmpty {
font-style: italic;
}
#quicksearch {
display: inline;
}
#quicksearch input {
background-image: url("graphics/search.png");
background-repeat: no-repeat;
background-position: 2px center;
padding: 1px 0 1px 20px;
}
#quicksearch a {
... | turba/themes/default/screen.css | .QuickFinderNoMatch {
display: none;
}
#QuickFinderEmpty {
font-style: italic;
}
#quicksearch {
display: inline;
}
#quicksearch input {
background-image: url("graphics/search.png");
background-repeat: no-repeat;
background-position: 2px center;
padding: 1px 0 1px 20px;
}
#quicksearch a {
... | 0.448668 | 0.285901 |
.none {
display: none;
}
/*---------------------------------PROVIDER---------------------------------*/
.providers {
border: 3px solid;
}
.providers > h3,
.providers > p {
text-align: center;
}
.provider-text {
display: flex;
height: 100%;
text-align: center;
}
.provider-text > p {
margin: auto;
}
.pr... | resources/css/Process.css | .none {
display: none;
}
/*---------------------------------PROVIDER---------------------------------*/
.providers {
border: 3px solid;
}
.providers > h3,
.providers > p {
text-align: center;
}
.provider-text {
display: flex;
height: 100%;
text-align: center;
}
.provider-text > p {
margin: auto;
}
.pr... | 0.423339 | 0.094594 |
.cuadrado {
width: 100px;
height: 100px;
background: red;
margin: 2rem 0;
}
/* .cuadrado:focus { */
/* background: blueviolet; */
/* border: none; */
/* outline: none; */
/* transform: scale(1.5); */
/* } */
/* .cuadrado:hover { */
/* background: blue; */
/* border: 4px solid black; */
/* } */
/* .c... | cssAnimated/src/animated01.css | .cuadrado {
width: 100px;
height: 100px;
background: red;
margin: 2rem 0;
}
/* .cuadrado:focus { */
/* background: blueviolet; */
/* border: none; */
/* outline: none; */
/* transform: scale(1.5); */
/* } */
/* .cuadrado:hover { */
/* background: blue; */
/* border: 4px solid black; */
/* } */
/* .c... | 0.428473 | 0.137156 |
.navbar{
box-shadow:0 0 3px 0 black;
}
.top-navbar-brand
{
margin: 12px 0px;
font-size:35px;
font-family: 'Roboto Slab', serif;
}
.navbar-nav{
margin: 12px 0px;
}
.footer-content
{
margin: 10px;
}
#form .container{
margin-top:145px;
margin-bottom:70px;
}
.panel-heading{
border-bottom: 1px solid #aaa !important... | public/css/theme.css | .navbar{
box-shadow:0 0 3px 0 black;
}
.top-navbar-brand
{
margin: 12px 0px;
font-size:35px;
font-family: 'Roboto Slab', serif;
}
.navbar-nav{
margin: 12px 0px;
}
.footer-content
{
margin: 10px;
}
#form .container{
margin-top:145px;
margin-bottom:70px;
}
.panel-heading{
border-bottom: 1px solid #aaa !important... | 0.295128 | 0.060308 |
@media (max-width: 1199px) {
.header-navigation {
margin-bottom: 0;
}
.logo-box {
width: 100%;
float: none;
margin: 0 !important;
}
.navigation-box {
margin: 0;
}
.navbar-expand-lg .menu-toggler {
display: block;
margin-right: 0;
... | resources/views/front/dentallox-html-files/css/responsive.css | @media (max-width: 1199px) {
.header-navigation {
margin-bottom: 0;
}
.logo-box {
width: 100%;
float: none;
margin: 0 !important;
}
.navigation-box {
margin: 0;
}
.navbar-expand-lg .menu-toggler {
display: block;
margin-right: 0;
... | 0.258045 | 0.073231 |
body{
padding-top: 0px;
transition: color .25s linear,background-color .25s linear;
}
body.invert{
background-color: #000;
color: #9FA1B4;
}
body.invert .panel-heading{
background-color: #222;
color: #ccc;
}
body.invert .panel.panel-default{
background-color: #000;
}
.navbar,.breadcrumb{
transition: color .25s ... | booksite/booksite/static/css/oldman.css | body{
padding-top: 0px;
transition: color .25s linear,background-color .25s linear;
}
body.invert{
background-color: #000;
color: #9FA1B4;
}
body.invert .panel-heading{
background-color: #222;
color: #ccc;
}
body.invert .panel.panel-default{
background-color: #000;
}
.navbar,.breadcrumb{
transition: color .25s ... | 0.395134 | 0.052838 |
* {
padding: 0;
margin: 0;
}
html,
body {
width: 100%;
height: 100%;
}
body {
background-color: #42a0af;
display: flex;
justify-content: center;
align-items: center;
}
.container {
height: 800px;
margin: auto;
display: flex;
flex-direction: column;
justify-content:... | src/style.css | * {
padding: 0;
margin: 0;
}
html,
body {
width: 100%;
height: 100%;
}
body {
background-color: #42a0af;
display: flex;
justify-content: center;
align-items: center;
}
.container {
height: 800px;
margin: auto;
display: flex;
flex-direction: column;
justify-content:... | 0.596198 | 0.146881 |
body{
font-family: Nunito, sans-serif;
color: #1c1c1c;
background-color: bisque;
}
/*------------------------header-------------------------*/
header{
background-color: purple;
}
/*------------------------titulo_cabecalho-------------------------*/
#titulo_cabecalho{
text-align: center;
font-size: 2.5em;... | BSI_4P_20202_Desen_Web_Trabalho_1/css/estilo.css | body{
font-family: Nunito, sans-serif;
color: #1c1c1c;
background-color: bisque;
}
/*------------------------header-------------------------*/
header{
background-color: purple;
}
/*------------------------titulo_cabecalho-------------------------*/
#titulo_cabecalho{
text-align: center;
font-size: 2.5em;... | 0.267887 | 0.051845 |
@namespace ibooks "http://www.apple.com/2011/iBooks";
@font-face{
font-family: "MyriadSetPro-Bold";
font-weight: bold;
font-style: normal;
font-stretch: normal;
src: url("../fonts/MyriadSetPro-bold.ttf");
}
@font-face{
font-family: "MyriadSetPro-Thin";
font-weight: 300;
font-style: normal;
font-stretc... | Everyone Can Code-Swift PlaygroundsT-eacher Guide.ibooks/OPS/assets/css/content14.css | @namespace ibooks "http://www.apple.com/2011/iBooks";
@font-face{
font-family: "MyriadSetPro-Bold";
font-weight: bold;
font-style: normal;
font-stretch: normal;
src: url("../fonts/MyriadSetPro-bold.ttf");
}
@font-face{
font-family: "MyriadSetPro-Thin";
font-weight: 300;
font-style: normal;
font-stretc... | 0.369315 | 0.087837 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.no-bullet {
list-style: none; }
.form-uls li {
margin-bottom: 10px; }
.form-uls li:last-child ... | public/css/app.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.no-bullet {
list-style: none; }
.form-uls li {
margin-bottom: 10px; }
.form-uls li:last-child ... | 0.353317 | 0.064713 |
html{
margin:0;
padding: 0;
}
:root{
/*--weblue: #21409a;*/
--weblue:#0D2C54;
--wegreen:#A0E1F2; /*#7CEA9C;*/
}
body {
margin: 0;
font-family: 'Poppins', sans-serif;
background-color: var(--wegreen);
}
.navbar-custom {
background-color: var(--weblue);
}
.nav-link.active{
text-transform: uppercase;
let... | css/index.css | html{
margin:0;
padding: 0;
}
:root{
/*--weblue: #21409a;*/
--weblue:#0D2C54;
--wegreen:#A0E1F2; /*#7CEA9C;*/
}
body {
margin: 0;
font-family: 'Poppins', sans-serif;
background-color: var(--wegreen);
}
.navbar-custom {
background-color: var(--weblue);
}
.nav-link.active{
text-transform: uppercase;
let... | 0.436382 | 0.059346 |
*{
margin:0;
padding:0;
border:0
}
ul{
list-style:none
}
html{
height:100%
}
body,html{
overflow:hidden
}
@font-face{
font-family:Source Code Pro;
font-weight:400;
src:url(/fonts/sourcecodepro/SourceCodePro-Regular.otf.woff)
}
@font-face{
font-family:Source Code Pro;
font-wei... | Home/public/css/legal.css | *{
margin:0;
padding:0;
border:0
}
ul{
list-style:none
}
html{
height:100%
}
body,html{
overflow:hidden
}
@font-face{
font-family:Source Code Pro;
font-weight:400;
src:url(/fonts/sourcecodepro/SourceCodePro-Regular.otf.woff)
}
@font-face{
font-family:Source Code Pro;
font-wei... | 0.322099 | 0.065157 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
list-style-type: none;
text-decoration: none;
font-family: axiforma-regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
/* body{
background-image: url('images/imgmain.jpeg');
background-po... | public/css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
list-style-type: none;
text-decoration: none;
font-family: axiforma-regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;
}
/* body{
background-image: url('images/imgmain.jpeg');
background-po... | 0.398875 | 0.053157 |
@import url('https://fonts.googleapis.com/css2?family=WindSong&family=Playfair+Display&family=Waterfall&display=swap');
body {
background-color: #041C32;
color: #D8E3E7;
margin: 0;
/*overflow: auto;*/
font-family: 'Playfair Display', serif;
}
body::-webkit-scrollbar {
display: none;
}
a{
color: #0AAAEE... | CV/CSS/stylesMain.css | @import url('https://fonts.googleapis.com/css2?family=WindSong&family=Playfair+Display&family=Waterfall&display=swap');
body {
background-color: #041C32;
color: #D8E3E7;
margin: 0;
/*overflow: auto;*/
font-family: 'Playfair Display', serif;
}
body::-webkit-scrollbar {
display: none;
}
a{
color: #0AAAEE... | 0.275032 | 0.048949 |
@import url("https://fonts.googleapis.com/css?family=Hind:400,700");
.navbar{
background-color: #6695FF;
align-items: center;
}
.row {
margin-right: 0px;
margin-left: 0px;
}
.nav-link {
color : white !important;
display: inline-block;
text-align: center;
}
.navbar-nav{
display: flex;
margi... | login home/style.css | @import url("https://fonts.googleapis.com/css?family=Hind:400,700");
.navbar{
background-color: #6695FF;
align-items: center;
}
.row {
margin-right: 0px;
margin-left: 0px;
}
.nav-link {
color : white !important;
display: inline-block;
text-align: center;
}
.navbar-nav{
display: flex;
margi... | 0.384103 | 0.080502 |
@import url('./text-theme.css');
@import url('./utils.css');
:root {
--color-white: #ffffff;
--color-black: #000000;
/* contrast colors */
--color-low-contrast: #F3F3F3;
--color-high-contrast: #5A5E6F;
--color-reduce-contrast: #D9D9D9;
/* base color */
--color-base-darker: #3d038d;
-... | base/base.css | @import url('./text-theme.css');
@import url('./utils.css');
:root {
--color-white: #ffffff;
--color-black: #000000;
/* contrast colors */
--color-low-contrast: #F3F3F3;
--color-high-contrast: #5A5E6F;
--color-reduce-contrast: #D9D9D9;
/* base color */
--color-base-darker: #3d038d;
-... | 0.206814 | 0.057256 |
@import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Jua&display=swap'); */
* {
font-family: Roboto, sans-serif;
font-size: 14px;
box-sizing: border-box;
}
/* Major global changes */
body {
background-color: #F7EBE8;
width: 10... | app/render/src/stylesheets/style.css | @import url('https://fonts.googleapis.com/css2?family=Varela+Round&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Jua&display=swap'); */
* {
font-family: Roboto, sans-serif;
font-size: 14px;
box-sizing: border-box;
}
/* Major global changes */
body {
background-color: #F7EBE8;
width: 10... | 0.300951 | 0.062991 |
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
* {
margin: 0px;
box-sizing: border-box;
padding: 0px;
}
body {
font-family: 'Lato', sans-serif;
font-size: 16px;
max-width: 1600px;
marg... | style.css | @import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
* {
margin: 0px;
box-sizing: border-box;
padding: 0px;
}
body {
font-family: 'Lato', sans-serif;
font-size: 16px;
max-width: 1600px;
marg... | 0.306008 | 0.070816 |
.pf-c-hint {
--pf-c-hint--GridRowGap: var(--pf-global--spacer--md);
--pf-c-hint--PaddingTop: var(--pf-global--spacer--lg);
--pf-c-hint--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-hint--PaddingBottom: var(--pf-global--spacer--lg);
--pf-c-hint--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-hint--B... | node_modules/@patternfly/react-styles/css/components/Hint/hint.css | .pf-c-hint {
--pf-c-hint--GridRowGap: var(--pf-global--spacer--md);
--pf-c-hint--PaddingTop: var(--pf-global--spacer--lg);
--pf-c-hint--PaddingRight: var(--pf-global--spacer--lg);
--pf-c-hint--PaddingBottom: var(--pf-global--spacer--lg);
--pf-c-hint--PaddingLeft: var(--pf-global--spacer--lg);
--pf-c-hint--B... | 0.561095 | 0.092934 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;700;900&display=swap');
:root{
--cor1: #BB2020 ;
--cor2: #06111C ;
--cor3: #BEC7C7 ;
--cor4: #FFEB4D ;
--cor... | style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;700;900&display=swap');
:root{
--cor1: #BB2020 ;
--cor2: #06111C ;
--cor3: #BEC7C7 ;
--cor4: #FFEB4D ;
--cor... | 0.326057 | 0.087486 |
@font-face {
font-family: "Montserrat";
src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
font-family: "Montserrat";
font-weight: bold;
src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
font-family: "Pacifico";
src: url(../fonts/Pacifico-Regular.ttf);
}
* {
... | AplicacionClases/css/estilos.css | @font-face {
font-family: "Montserrat";
src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
font-family: "Montserrat";
font-weight: bold;
src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
font-family: "Pacifico";
src: url(../fonts/Pacifico-Regular.ttf);
}
* {
... | 0.285173 | 0.064241 |
.wrapper {
width: 100%;
padding: 15px;
}
.content {
margin: 0px auto;
}
.contentRow {
display: flex;
width: 100%;
}
.titleTop {
height: 100%;
font-size: 15px;
color: var(--mobile-table-text-grey-color);
letter-spacing: 0;
text-align: center;
}
.availableWrapper {
composes: contentRow;
height... | src/pages/mobile/mobile-exchange/components/trade-panel/components/trade-card-uniswap-price-limit/trade-card-uniswap-price-limit.module.css | .wrapper {
width: 100%;
padding: 15px;
}
.content {
margin: 0px auto;
}
.contentRow {
display: flex;
width: 100%;
}
.titleTop {
height: 100%;
font-size: 15px;
color: var(--mobile-table-text-grey-color);
letter-spacing: 0;
text-align: center;
}
.availableWrapper {
composes: contentRow;
height... | 0.476336 | 0.064594 |
html {
background: var(--background);
--background: white;
--background-alternative: #2e2e2e;
--foreground: #2e2e2e;
--foreground-alternative: #969696;
--footer-background: #1f1f1f;
--footer-foreground: #969696;
--accent: #f3b623;
}
html[data-theme="dark"] {
background: var(--background);
--backgro... | dist/styles.css | html {
background: var(--background);
--background: white;
--background-alternative: #2e2e2e;
--foreground: #2e2e2e;
--foreground-alternative: #969696;
--footer-background: #1f1f1f;
--footer-foreground: #969696;
--accent: #f3b623;
}
html[data-theme="dark"] {
background: var(--background);
--backgro... | 0.504883 | 0.126138 |
html {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#content {
margin-top: 25px;
text-align: center;
margin-left: auto;
margin-right: auto;
position: relative;
wi... | public/bitbomber.css | html {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#content {
margin-top: 25px;
text-align: center;
margin-left: auto;
margin-right: auto;
position: relative;
wi... | 0.317955 | 0.110423 |
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: #fff;
flex: 1;
}
/* ============================================= */
/* ============================================= */
/* ==================... | style.css | display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: #fff;
flex: 1;
}
/* ============================================= */
/* ============================================= */
/* ==================... | 0.254787 | 0.057758 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("hattrick.org")
{
/*shortcuts*/
img.scNewMail
{background: transparent url(http://i1118.photobucket.com/albums/k601/Mrpimo/mail.png) no-repeat !important;}
img.scTransfer
{background: transparent url(http://i1118.photobucket.com/albu... | data/usercss/87194.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("hattrick.org")
{
/*shortcuts*/
img.scNewMail
{background: transparent url(http://i1118.photobucket.com/albums/k601/Mrpimo/mail.png) no-repeat !important;}
img.scTransfer
{background: transparent url(http://i1118.photobucket.com/albu... | 0.120737 | 0.113309 |
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
br.clear {
clear: both;
}
/* Container */
.container {
margin: 0 auto;
max-width: calc(100% - 50px);
width: 1200px;
}
.container.medium {
width: 900px;
}
/* Form */
form label {
color: #3e3e3e;
font-weight: ... | assets/css/layout.css | html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
br.clear {
clear: both;
}
/* Container */
.container {
margin: 0 auto;
max-width: calc(100% - 50px);
width: 1200px;
}
.container.medium {
width: 900px;
}
/* Form */
form label {
color: #3e3e3e;
font-weight: ... | 0.299412 | 0.125065 |
@media screen and (max-width: 1366px) {
html {
--min-font-size: 12px;
--max-font-size: 16px;
--min-viewport-width: 320px;
--max-viewport-width: 1366px;
font-size: calc(
var(--min-font-size) +
(var(--max-font-size) - var(--min-font-size)) *
... | src/components/App.css | @media screen and (max-width: 1366px) {
html {
--min-font-size: 12px;
--max-font-size: 16px;
--min-viewport-width: 320px;
--max-viewport-width: 1366px;
font-size: calc(
var(--min-font-size) +
(var(--max-font-size) - var(--min-font-size)) *
... | 0.60054 | 0.070784 |
@-webkit-keyframes scale-in-top {
0% {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
opacity: 1
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 5... | eds/FrontEnd/src/frontend/static/css/style.css | @-webkit-keyframes scale-in-top {
0% {
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
opacity: 1
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transform-origin: 5... | 0.362292 | 0.08617 |
.sc2_units_zerg {
background-image: url('http://karellodewijk.github.io/sc2_units_zerg.png');
}
.sc2_units_zerg-btn-unit-zerg-omegalisk {
background-position: -0px -0px;
width: 50px;
height: 50px;
}
.sc2_units_zerg-btn-unit-zerg-aberration {
background-position: -0px -50px;
width: 50px;
height: 50px;
}
.... | extra/sprity/dist/sc2_units_zerg.css | .sc2_units_zerg {
background-image: url('http://karellodewijk.github.io/sc2_units_zerg.png');
}
.sc2_units_zerg-btn-unit-zerg-omegalisk {
background-position: -0px -0px;
width: 50px;
height: 50px;
}
.sc2_units_zerg-btn-unit-zerg-aberration {
background-position: -0px -50px;
width: 50px;
height: 50px;
}
.... | 0.511717 | 0.101768 |
@charset "UTF-8";
/*!
* @name <%= name %>
* @author <%= author %>
* @date <%= date %>
*/
/**
* @method 清除浮动 %clearfix
* @description 清除浮动
* @example 调用
*
* ```scss
* div {
* @extend %clearfix;
* }
* ```
*
* ```css
* div {
*zoom: 1;
}
div:after {
display: block;
clear: both;
hei... | newhouse/web/static/house/css/kft.css | @charset "UTF-8";
/*!
* @name <%= name %>
* @author <%= author %>
* @date <%= date %>
*/
/**
* @method 清除浮动 %clearfix
* @description 清除浮动
* @example 调用
*
* ```scss
* div {
* @extend %clearfix;
* }
* ```
*
* ```css
* div {
*zoom: 1;
}
div:after {
display: block;
clear: both;
hei... | 0.549882 | 0.079353 |
@import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600');
body {
margin: 0;
background: rgb(0, 0, 0);
background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(121, 0, 133, 1) 100%);
font-family: 'Work Sans', sans-serif;
font-weight: 800;
}
html {
scroll-behavior: smooth;
}
.text h2 {
color... | public/stylesheets/signup.css | @import url('https://fonts.googleapis.com/css?family=Work+Sans:400,600');
body {
margin: 0;
background: rgb(0, 0, 0);
background: radial-gradient(circle, rgba(0, 0, 0, 1) 0%, rgba(121, 0, 133, 1) 100%);
font-family: 'Work Sans', sans-serif;
font-weight: 800;
}
html {
scroll-behavior: smooth;
}
.text h2 {
color... | 0.420957 | 0.094427 |