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('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');
html {
scroll-behavior: smooth;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: rgba(218, 218, 218);
}
:root {
--mainColor: #f2d974;
--mainFontFamily: 'Yusei Magic', sans-serif;
--secondaryColor... | css/style.css | @import url('https://fonts.googleapis.com/css2?family=Yusei+Magic&display=swap');
html {
scroll-behavior: smooth;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-color: rgba(218, 218, 218);
}
:root {
--mainColor: #f2d974;
--mainFontFamily: 'Yusei Magic', sans-serif;
--secondaryColor... | 0.413951 | 0.063773 |
/*To the Glory of God*/
/*The basic element*/
.cSlider_main {
position: relative;
width: 625px;
height: auto;
overflow: hidden;
}
.c_mainImage {
display: block !important;
position: relative !important;
width: 625px !important;
cursor: pointer;
}
/* If an image is wrapped in a link */
... | js/cSlider/chris_slider.css | /*To the Glory of God*/
/*The basic element*/
.cSlider_main {
position: relative;
width: 625px;
height: auto;
overflow: hidden;
}
.c_mainImage {
display: block !important;
position: relative !important;
width: 625px !important;
cursor: pointer;
}
/* If an image is wrapped in a link */
... | 0.425367 | 0.082771 |
.backgroundimage{
background-position:center;
background-size:cover;
}
#logo{
z-index: -1;
top: 300px;
}
h1, h2{
text-align:center;
clear:both;
font-family:'Lato';
font-weight: 100;
}
p {
font-weight: 175;
text-align: center;
clear: left;
clear: right;
box-sizing: border-box;
}
section .row img {
mar... | css/test.css | .backgroundimage{
background-position:center;
background-size:cover;
}
#logo{
z-index: -1;
top: 300px;
}
h1, h2{
text-align:center;
clear:both;
font-family:'Lato';
font-weight: 100;
}
p {
font-weight: 175;
text-align: center;
clear: left;
clear: right;
box-sizing: border-box;
}
section .row img {
mar... | 0.452536 | 0.123921 |
.page{
min-height: 100vh;
position: relative;
justify-content: center;
text-align: center;
align-items: center;
color: #fff;
background-repeat: no-repeat;
background-size: cover;
margin-top: -2em;
background-image: url('car6.jpg');
object-fit: contain;
}
.rent h1{
margin-... | client/src/components/FirstPage/First.css | .page{
min-height: 100vh;
position: relative;
justify-content: center;
text-align: center;
align-items: center;
color: #fff;
background-repeat: no-repeat;
background-size: cover;
margin-top: -2em;
background-image: url('car6.jpg');
object-fit: contain;
}
.rent h1{
margin-... | 0.690142 | 0.084041 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("fimfiction.net") {
.tag-character[data-tag="twilight-sparkle"]::after {
content: url("https://wikipedia.sexy/fimfic/char-icons/twilight_sparkle.png");
}
.tag-character[data-tag="rainbow-dash"]::after {
conte... | data/usercss/143583.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("fimfiction.net") {
.tag-character[data-tag="twilight-sparkle"]::after {
content: url("https://wikipedia.sexy/fimfic/char-icons/twilight_sparkle.png");
}
.tag-character[data-tag="rainbow-dash"]::after {
conte... | 0.531453 | 0.321487 |
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;900&display=swap');
body{
background: #f2f2f2;
display: flex;
flex-direction: column;
align-items: center;
}
.container{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
height: 400... | Desafios/Dia_17/estilos.css | @import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@300;900&display=swap');
body{
background: #f2f2f2;
display: flex;
flex-direction: column;
align-items: center;
}
.container{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
height: 400... | 0.49048 | 0.101634 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
img {
width: 100%;
height: auto;
display: block;
}
/* header */
.wrapper__header {
max-width: 1200px;
height: 66px;
margin: 0 auto;
}
.header {
width: 100%;
}
.header_nav {
display: flex;
justify-content: space-between;
align-items: center;... | css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
img {
width: 100%;
height: auto;
display: block;
}
/* header */
.wrapper__header {
max-width: 1200px;
height: 66px;
margin: 0 auto;
}
.header {
width: 100%;
}
.header_nav {
display: flex;
justify-content: space-between;
align-items: center;... | 0.400984 | 0.06663 |
body {
margin: 0;
padding: 0;
height: 100%;
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
#login-container {
width: 100%;
margin: 0% auto;
}
#login-container h1,
p {
margin: 5% 0 5% 0;
}
#login-container input.main {
margin: 5% 5% 5% 5%;
width: 10... | app/public/stylesheets/style.css | body {
margin: 0;
padding: 0;
height: 100%;
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
#login-container {
width: 100%;
margin: 0% auto;
}
#login-container h1,
p {
margin: 5% 0 5% 0;
}
#login-container input.main {
margin: 5% 5% 5% 5%;
width: 10... | 0.338296 | 0.063686 |
*
{
margin:auto;
padding:auto;
}
@media (min-width: 576px) and (max-width: 767px)
{
.col-sm-4
{
max-width: 100%;
flex: auto;
}
.authfy-panel-left, .authfy-panel-right {
float: left;
}
}
@media (min-width: 320px) and (max-width: 375px) {
body {
backgr... | login.css | *
{
margin:auto;
padding:auto;
}
@media (min-width: 576px) and (max-width: 767px)
{
.col-sm-4
{
max-width: 100%;
flex: auto;
}
.authfy-panel-left, .authfy-panel-right {
float: left;
}
}
@media (min-width: 320px) and (max-width: 375px) {
body {
backgr... | 0.389779 | 0.057652 |
@media screen and (max-width: 600px){
html,body,div,span,input,button,p,input,select{
margin: 0;
padding: 0;
font-size: 10pt;
}
.el-container{
padding-left: 10px;
padding-right: 10px;
width: 100%;
min-height: 100%;
}
}
/*ipad or android-pad*/
@media screen and (min-width: 600px) and (max-width: 1024px... | assets/css/eleven.css | @media screen and (max-width: 600px){
html,body,div,span,input,button,p,input,select{
margin: 0;
padding: 0;
font-size: 10pt;
}
.el-container{
padding-left: 10px;
padding-right: 10px;
width: 100%;
min-height: 100%;
}
}
/*ipad or android-pad*/
@media screen and (min-width: 600px) and (max-width: 1024px... | 0.243822 | 0.069795 |
html, body {
margin: 0;
box-sizing: border-box;
font-family: sans-serif;
}
.container {
margin: 0 auto;
padding: 0 2rem;
}
.clearfix {
clear: both;
}
/* create a responsive container */
@media only screen and (min-width: 1200px) {
.container { width: 1170px; }
}
@media only screen and (min-width: 992px) and... | css/style.css | html, body {
margin: 0;
box-sizing: border-box;
font-family: sans-serif;
}
.container {
margin: 0 auto;
padding: 0 2rem;
}
.clearfix {
clear: both;
}
/* create a responsive container */
@media only screen and (min-width: 1200px) {
.container { width: 1170px; }
}
@media only screen and (min-width: 992px) and... | 0.354321 | 0.092893 |
.top-bar-wrapper{
width:100%;
height:40px;
line-height:40px;
background-color:#333;
}
.top-bar a{
color:#b0b0b0;
font-size:12px;
display:block;
text-decoration:none;
}
.top-bar a:hover{
color:#fff;
}
.top-bar .line{
color:#424242;
font-size:12px;
margin:0px 3.6px;
}
.serv... | css/index.css | .top-bar-wrapper{
width:100%;
height:40px;
line-height:40px;
background-color:#333;
}
.top-bar a{
color:#b0b0b0;
font-size:12px;
display:block;
text-decoration:none;
}
.top-bar a:hover{
color:#fff;
}
.top-bar .line{
color:#424242;
font-size:12px;
margin:0px 3.6px;
}
.serv... | 0.457864 | 0.062103 |
body {
background-color: #F5F3F0;
display: flex;
min-height: 100vh;
flex-direction: column;
}
header.main {
width: 100%;
max-width: 970px;
margin: auto;
position: relative;
}
header.main .logo {
display: block;
max-width: 420px; height: 160px;
margin: 20px auto;
backgro... | style/main.css | body {
background-color: #F5F3F0;
display: flex;
min-height: 100vh;
flex-direction: column;
}
header.main {
width: 100%;
max-width: 970px;
margin: auto;
position: relative;
}
header.main .logo {
display: block;
max-width: 420px; height: 160px;
margin: 20px auto;
backgro... | 0.401336 | 0.067301 |
position:relative;
margin:0 auto 0;
display:block;
width:960px;
padding:0 0 30px 0;
text-align:center;
}
#topnav ul, #topnav li{
margin:0;
padding:0;
list-style:none;
}
#topnav li{
display:inline;
margin-right:3px;
}
#topnav li a{
display:inline-block;
height:40px;
padding-left... | css/navi.css | position:relative;
margin:0 auto 0;
display:block;
width:960px;
padding:0 0 30px 0;
text-align:center;
}
#topnav ul, #topnav li{
margin:0;
padding:0;
list-style:none;
}
#topnav li{
display:inline;
margin-right:3px;
}
#topnav li a{
display:inline-block;
height:40px;
padding-left... | 0.18396 | 0.036152 |
@charset "UTF-8";
/*样式重置*/
body, h1, h2, h3, h4, h5, h6, hr, div, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
border: none;
margin: 0;
padding: 0;
}
html, body {
width: 100%;
-webkit-overflow-scrolling: touch;
}
body {
font-family: "Microsoft ... | src/qiqi/css/invite.css | @charset "UTF-8";
/*样式重置*/
body, h1, h2, h3, h4, h5, h6, hr, div, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
border: none;
margin: 0;
padding: 0;
}
html, body {
width: 100%;
-webkit-overflow-scrolling: touch;
}
body {
font-family: "Microsoft ... | 0.289573 | 0.047758 |
[Table of contents]
1. base layout css
2. sidebar css
3. fullscreen menu
4. modal box
5. navigation menu
6. header css
7. color scheme css
8. button css
9. background css
10. dashboard swiper slider
11. swiper css
12. List group css
13. card css
14. media css
15. media css
16. sparkline chart toolti
17. avatar... | www/css/style.css |
[Table of contents]
1. base layout css
2. sidebar css
3. fullscreen menu
4. modal box
5. navigation menu
6. header css
7. color scheme css
8. button css
9. background css
10. dashboard swiper slider
11. swiper css
12. List group css
13. card css
14. media css
15. media css
16. sparkline chart toolti
17. avatar... | 0.370795 | 0.059102 |
.main-sneaker-large-holder {
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: center;
width: 80%;
border-style: solid;
border-radius: 5px;
border-color: rgb(117, 117, 117);
border-width: 2px;
padding: 10px;
transition: 0.2s;
}
.main-sneaker-large-holder a {
displa... | client/src/components/SneakerItem/style.css | .main-sneaker-large-holder {
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: center;
width: 80%;
border-style: solid;
border-radius: 5px;
border-color: rgb(117, 117, 117);
border-width: 2px;
padding: 10px;
transition: 0.2s;
}
.main-sneaker-large-holder a {
displa... | 0.436382 | 0.090454 |
@media only screen and (max-width: 767px) {
body {
background-color: white;
}
.square-1 {
width: 160px;
height: 50px;
padding: 50px;
position: absolute;
margin-left: 18%;
border-radius: 15px;
}
.square-2 {
width: 160px;
height: 50px;
... | response.css |
@media only screen and (max-width: 767px) {
body {
background-color: white;
}
.square-1 {
width: 160px;
height: 50px;
padding: 50px;
position: absolute;
margin-left: 18%;
border-radius: 15px;
}
.square-2 {
width: 160px;
height: 50px;
... | 0.523177 | 0.042942 |
:root {
/* SHARED */
--rvr-btn-focus-outline-color: var(--rvr-color-primary);
--rvr-btn-focus-outline-offset-color: var(--rvr-bg-color);
/* Disabled filled button */
--rvr-btn-color-disabled: var(--rvr-bg-color);
--rvr-btn-bg-color-disabled: var(--rvr-color-disabled);
--rvr-btn-border-color-disabled: var... | src/shared/buttons.css | :root {
/* SHARED */
--rvr-btn-focus-outline-color: var(--rvr-color-primary);
--rvr-btn-focus-outline-offset-color: var(--rvr-bg-color);
/* Disabled filled button */
--rvr-btn-color-disabled: var(--rvr-bg-color);
--rvr-btn-bg-color-disabled: var(--rvr-color-disabled);
--rvr-btn-border-color-disabled: var... | 0.286269 | 0.070336 |
.ui-tooltip-content {
font-size: 12px;
font-family:'Rowdies', cursive;
}
/* Main */
.dash_bg{
width: 100vw;
height: 94vh;
filter: grayscale(100%) brightness(50%);
position: fixed;
top:0;
left:0;
}
.whiteboard {
align-self: center;
width: 80vw;
max-height: 70vh;
display: ... | public/css/dashboard.css | .ui-tooltip-content {
font-size: 12px;
font-family:'Rowdies', cursive;
}
/* Main */
.dash_bg{
width: 100vw;
height: 94vh;
filter: grayscale(100%) brightness(50%);
position: fixed;
top:0;
left:0;
}
.whiteboard {
align-self: center;
width: 80vw;
max-height: 70vh;
display: ... | 0.427038 | 0.067516 |
.main h2{
margin-top: 2cm;
margin-bottom: 0.5cm;
text-align: left;
}
.main .content p{
margin-top: 0.5cm;
margin-bottom: 0.2cm;
text-align: left;
}
.container img{
margin-top: 0.1cm;
margin-bottom: 0cm;
}
.thumbnail{
max-width:100%;
width:500px;
height:500px;
}
.thumbnail... | blog.css | .main h2{
margin-top: 2cm;
margin-bottom: 0.5cm;
text-align: left;
}
.main .content p{
margin-top: 0.5cm;
margin-bottom: 0.2cm;
text-align: left;
}
.container img{
margin-top: 0.1cm;
margin-bottom: 0cm;
}
.thumbnail{
max-width:100%;
width:500px;
height:500px;
}
.thumbnail... | 0.38445 | 0.049451 |
@font-face { font-family: 'Catamaran';
src: url('fonts/Catamaran-Regular.ttf');
}
/* GENERAL */
* {
margin: 0;
padding: 0;
/* prevent selection highlighting */
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
... | style.css |
@font-face { font-family: 'Catamaran';
src: url('fonts/Catamaran-Regular.ttf');
}
/* GENERAL */
* {
margin: 0;
padding: 0;
/* prevent selection highlighting */
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
... | 0.335677 | 0.065935 |
html {
min-height: 100%;
}
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
margin: 0px;
padding: 0px !important;
}
html,
body {
overflow-x: hidden;
/* Prevent scroll on narrow devices */
}
.offcanvas-main-section-overlay {
display: none;
cursor: pointer;
opac... | fidetia/public/css/offcanvas-website.css | html {
min-height: 100%;
}
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
margin: 0px;
padding: 0px !important;
}
html,
body {
overflow-x: hidden;
/* Prevent scroll on narrow devices */
}
.offcanvas-main-section-overlay {
display: none;
cursor: pointer;
opac... | 0.457864 | 0.089494 |
.site-title a:hover{
color: #E84B63;
}
.navbar5.navbar-custom .search-box-outer a:hover {color: #E84B63; background-color: transparent;}
.navbar5.navbar-custom .nav li.active a,
.navbar5.navbar-custom .nav li.active a:hover,
.navbar5.navbar-custom .nav li.active a:focus,
.navbar5.navbar-custom .nav li a:hover {
... | workstation/app/public/wp-content/themes/cloudpress-business/assets/css/default.css | .site-title a:hover{
color: #E84B63;
}
.navbar5.navbar-custom .search-box-outer a:hover {color: #E84B63; background-color: transparent;}
.navbar5.navbar-custom .nav li.active a,
.navbar5.navbar-custom .nav li.active a:hover,
.navbar5.navbar-custom .nav li.active a:focus,
.navbar5.navbar-custom .nav li a:hover {
... | 0.470737 | 0.141667 |
@media (max-width: 1000px) {
body{
background-color: #F3F3F3F3;
}
.notification_button{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.content_page > .form-infos > h2{
text-align: center;
}
.content {
display: flex;
flex-direction: column;
justi... | source/styles/mobile/dash_page/main.css | @media (max-width: 1000px) {
body{
background-color: #F3F3F3F3;
}
.notification_button{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.content_page > .form-infos > h2{
text-align: center;
}
.content {
display: flex;
flex-direction: column;
justi... | 0.295433 | 0.084041 |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400&display=swap');
body {
font-family: 'Poppins', sans-serif;
font-weight: 200 !important;
min-height: 100vh;
display: flex;
flex-direction: column;
}
li {
font-weight: 200;
}
.sideBar{
position: fixed;
background-color: #f8f9f... | anasayfa.css | @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400&display=swap');
body {
font-family: 'Poppins', sans-serif;
font-weight: 200 !important;
min-height: 100vh;
display: flex;
flex-direction: column;
}
li {
font-weight: 200;
}
.sideBar{
position: fixed;
background-color: #f8f9f... | 0.304042 | 0.082734 |
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
*::after,
*::before {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Rubik", sans-serif;
}
a {
text-decoration:... | dist/cloudui.css | @import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
*::after,
*::before {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Rubik", sans-serif;
}
a {
text-decoration:... | 0.361728 | 0.097691 |
background-color:rgba(240, 240 , 240 , 0.7);
position:absolute;
padding:0px;
font-size:14px;
height:20px;
left:-170px;
bottom:-20px;
}
#box-rtol{
background-color: #8B1A1A;
width:80%;
height:10px;
left:-80px;
top:30px;
position:relative;
animation:box-rtol 1.3s;
animation-fill-mode: forwards;
}
#box-ltor... | review2015/index.css | background-color:rgba(240, 240 , 240 , 0.7);
position:absolute;
padding:0px;
font-size:14px;
height:20px;
left:-170px;
bottom:-20px;
}
#box-rtol{
background-color: #8B1A1A;
width:80%;
height:10px;
left:-80px;
top:30px;
position:relative;
animation:box-rtol 1.3s;
animation-fill-mode: forwards;
}
#box-ltor... | 0.276886 | 0.044245 |
:root{
--branco:white;
--preto:black;
}
body{
margin:0;
overflow: hidden;
overflow-y: hidden;
overflow-x: hidden;
background:black
}
canvas{
overflow:hidden;
}
img{
width:100%;
height:100%;
margin:0;
}
#bm{
z-index:4;
}
.bar {
display: block;
height: 10px;
b... | style.css | :root{
--branco:white;
--preto:black;
}
body{
margin:0;
overflow: hidden;
overflow-y: hidden;
overflow-x: hidden;
background:black
}
canvas{
overflow:hidden;
}
img{
width:100%;
height:100%;
margin:0;
}
#bm{
z-index:4;
}
.bar {
display: block;
height: 10px;
b... | 0.483161 | 0.159872 |
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
body{
height: 100vh;
background: url(../Imagenes/figueras-ge.jpg);
}
html{
font-size: 62.5%;
}
.header h1{
color: purple;
display: flex;
justify-content: center;
padding: 3rem;
font-size: 4rem;
}
.header p{
display: flex... | css/mediana16.css | *{
box-sizing: border-box;
margin: 0;
padding: 0;
}
body{
height: 100vh;
background: url(../Imagenes/figueras-ge.jpg);
}
html{
font-size: 62.5%;
}
.header h1{
color: purple;
display: flex;
justify-content: center;
padding: 3rem;
font-size: 4rem;
}
.header p{
display: flex... | 0.48121 | 0.068787 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
min-height: 100vh;
background-color: #fff;
}
.side-navbar {
width: 180px;
height: 100%;
position: fixed;
margin-left: -300px;
background-color: #100901;
transition: 0.5s;
flex-shrink: 0;
border:... | public/stylesheets/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
min-height: 100vh;
background-color: #fff;
}
.side-navbar {
width: 180px;
height: 100%;
position: fixed;
margin-left: -300px;
background-color: #100901;
transition: 0.5s;
flex-shrink: 0;
border:... | 0.372391 | 0.103386 |
@font-face {
font-family: droid;
src: url(DroidNaskh-Regular.ttf) format("truetype");
}
@font-face {
font-family: bcnasim;
src: url(IRANSansWeb_Light.woff2) format("woff");
}
body {
direction: rtl;
margin: 0px;
padding: 0px;
font: 300 12px bcnasim;
}
#panel-cover {
position: fixed;
... | style/site/cite.css | @font-face {
font-family: droid;
src: url(DroidNaskh-Regular.ttf) format("truetype");
}
@font-face {
font-family: bcnasim;
src: url(IRANSansWeb_Light.woff2) format("woff");
}
body {
direction: rtl;
margin: 0px;
padding: 0px;
font: 300 12px bcnasim;
}
#panel-cover {
position: fixed;
... | 0.351089 | 0.121191 |
@tailwind base;
@tailwind components;
html,
body {
padding: 0;
margin: 0;
scroll-behavior: smooth;
}
@supports (-webkit-overflow-scrolling: touch) { .bg-fixed { background-attachment: scroll !important; } }
nav {
align-items: baseline;
margin-top: 4px;
}
nav p {
margin-bottom: 0;
}
p a,
p a:hover,
p a:... | styles/globals.css | @tailwind base;
@tailwind components;
html,
body {
padding: 0;
margin: 0;
scroll-behavior: smooth;
}
@supports (-webkit-overflow-scrolling: touch) { .bg-fixed { background-attachment: scroll !important; } }
nav {
align-items: baseline;
margin-top: 4px;
}
nav p {
margin-bottom: 0;
}
p a,
p a:hover,
p a:... | 0.501465 | 0.089018 |
.gfont span.variants, .gfont span.subsets
{
display:none;
}
.font-delete
{
position: absolute;
right: 0;
top: 0;
cursor: pointer;
padding: 8px 5px;
}
.font-delete:hover
{
color: #e14d43;
}
.font-delete i
{
height: 100%;
}
.font-delete i:before
{
vertical-align: sub;
}
.selected-font-top... | web/app/plugins/Ultimate_VC_Addons/admin/css/google-fonts-admin.css | .gfont span.variants, .gfont span.subsets
{
display:none;
}
.font-delete
{
position: absolute;
right: 0;
top: 0;
cursor: pointer;
padding: 8px 5px;
}
.font-delete:hover
{
color: #e14d43;
}
.font-delete i
{
height: 100%;
}
.font-delete i:before
{
vertical-align: sub;
}
.selected-font-top... | 0.143158 | 0.062245 |
.page-transition {
position: relative;
width: 100%;
height: 100%;
-webkit-animation-delay: .2s;
-moz-animation-delay: .2s;
animation-delay: .2s;
perspective: 1200px;
transform-style: preserve-3d;
}
/* move from / to */
.pt-page-moveFromLeft-init {
-webkit-animation: moveFromLeft .... | assets/helpers/page-transitions.css |
.page-transition {
position: relative;
width: 100%;
height: 100%;
-webkit-animation-delay: .2s;
-moz-animation-delay: .2s;
animation-delay: .2s;
perspective: 1200px;
transform-style: preserve-3d;
}
/* move from / to */
.pt-page-moveFromLeft-init {
-webkit-animation: moveFromLeft .... | 0.439507 | 0.047713 |
:root{
--cor1: #fff;
--cor2: rgb(221, 221, 221);
--cor3: #333;
--cor4: rgb(255, 196, 0);
--cor5: rgb(67, 51, 160);
}
*{
margin: 0px;
padding: 0px;
}
body{
font-family: ;
background-color: var(--cor2);
}
header{
background-color: var(--cor3);
max-width: 900px;
margin:... | alunos/gustavocastro/css/style.css | :root{
--cor1: #fff;
--cor2: rgb(221, 221, 221);
--cor3: #333;
--cor4: rgb(255, 196, 0);
--cor5: rgb(67, 51, 160);
}
*{
margin: 0px;
padding: 0px;
}
body{
font-family: ;
background-color: var(--cor2);
}
header{
background-color: var(--cor3);
max-width: 900px;
margin:... | 0.346431 | 0.135546 |
.pmeta_bubble_bg {
background: rgb(229, 236, 249); margin-bottom: 0.6em;
}
.pmeta {
text-align: left;
}
.pmeta th {
vertical-align: top;
}
.pmeta td {
vertical-align: top;
}
.pmeta ul {
margin: 0px; padding: 0px;
}
.pmeta li {
padding: 0px 0px 2px; list-style-type: none;
}
#wikipage {
backgrou... | outlog003 (1)/ph_detail.css | .pmeta_bubble_bg {
background: rgb(229, 236, 249); margin-bottom: 0.6em;
}
.pmeta {
text-align: left;
}
.pmeta th {
vertical-align: top;
}
.pmeta td {
vertical-align: top;
}
.pmeta ul {
margin: 0px; padding: 0px;
}
.pmeta li {
padding: 0px 0px 2px; list-style-type: none;
}
#wikipage {
backgrou... | 0.425009 | 0.103794 |
.discussion {
&__heading {
display: flex;
padding: 22px 0 8px;
margin: 0 17px 0 20px;
border-bottom: solid 2px var(--silver2);
&-item {
&:first-child {
width: 21px;
min-width: 21px;
max-width: 21px;
}
&:nth-child(2) {
width: 540px;
min-widt... | src/containers/IntranetContainer/Discussion/Discussion/style.css | .discussion {
&__heading {
display: flex;
padding: 22px 0 8px;
margin: 0 17px 0 20px;
border-bottom: solid 2px var(--silver2);
&-item {
&:first-child {
width: 21px;
min-width: 21px;
max-width: 21px;
}
&:nth-child(2) {
width: 540px;
min-widt... | 0.546738 | 0.161949 |
@charset "utf-8";
/*.public*/
.main {
margin: 0 auto;
width: 980px;
}
a {
blr: expression(this.onFocus=this.blur())
}
/* IE*/
a {
outline: none;
}
/*firefox*/
.main_history {
padding: 10px 0;
height:auto;
position: relative;
}
/*history*/
.history {
backgro... | docs/sourcecodes/OpenBridge-passos-ui/ob-paasos-web/src/main/webapp/assets/css/history.css | @charset "utf-8";
/*.public*/
.main {
margin: 0 auto;
width: 980px;
}
a {
blr: expression(this.onFocus=this.blur())
}
/* IE*/
a {
outline: none;
}
/*firefox*/
.main_history {
padding: 10px 0;
height:auto;
position: relative;
}
/*history*/
.history {
backgro... | 0.349755 | 0.04975 |
body {
background-color: #263238;
color: #c8c8c8;
}
.container {
margin: auto 25%;
}
#flex-container-main {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-around;
height: 500px;
}
#input-output-container {
display: flex;
justify-content: space-b... | css/main_style.css | body {
background-color: #263238;
color: #c8c8c8;
}
.container {
margin: auto 25%;
}
#flex-container-main {
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-around;
height: 500px;
}
#input-output-container {
display: flex;
justify-content: space-b... | 0.499512 | 0.070945 |
*,
*::before,
*::after {
box-sizing: border-box;
}
ul[class],
ol[class] {
padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
margin: 0;
}
html {
scroll-behavior: smooth;
}
body {
min-height: 100vh;
text-rendering: optimizeSpeed;
line-height: 1.5;
}
ul[class],
ol[clas... | web-ui/src/index.css | *,
*::before,
*::after {
box-sizing: border-box;
}
ul[class],
ol[class] {
padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
margin: 0;
}
html {
scroll-behavior: smooth;
}
body {
min-height: 100vh;
text-rendering: optimizeSpeed;
line-height: 1.5;
}
ul[class],
ol[clas... | 0.46223 | 0.097907 |
:root {
--accent-color: #297373;
--table-gap: 6px;
--border-radius: 2px;
}
.content-builder {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding: 1rem;
color: #979696;
}
.content-builder h2 {
margin-bottom: 14px;
}
.content-builder label {
display: block;
margin-bot... | client/static/contentBuilder.css |
:root {
--accent-color: #297373;
--table-gap: 6px;
--border-radius: 2px;
}
.content-builder {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
padding: 1rem;
color: #979696;
}
.content-builder h2 {
margin-bottom: 14px;
}
.content-builder label {
display: block;
margin-bot... | 0.394434 | 0.084644 |
@charset "utf-8";
/* let's clear some floats */
.clearfix::before,
.clearfix::after {
display: table;
content: " ";
}
.clearfix::after {
clear: both;
}
.hide {
display: none;
}
.none {
display: none;
}
.text-overflow-ellipsis {
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
tex... | test/demo/demo01/index.css | @charset "utf-8";
/* let's clear some floats */
.clearfix::before,
.clearfix::after {
display: table;
content: " ";
}
.clearfix::after {
clear: both;
}
.hide {
display: none;
}
.none {
display: none;
}
.text-overflow-ellipsis {
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
tex... | 0.371935 | 0.06767 |
html, body {
min-height: 100vh;
}
.animateOpacity {
transition: 1s opacity ease-in-out;
}
.my-animate {
transition: 0.5s all ease-in-out;
}
.my-alert-body {
position: absolute;
}
.my-alert-no-opacity {
opacity: 0;
}
#notification_container {
position: fixed;
top: 1rem;
left: 50%;
max-width: 50ch;... | css/my.css | html, body {
min-height: 100vh;
}
.animateOpacity {
transition: 1s opacity ease-in-out;
}
.my-animate {
transition: 0.5s all ease-in-out;
}
.my-alert-body {
position: absolute;
}
.my-alert-no-opacity {
opacity: 0;
}
#notification_container {
position: fixed;
top: 1rem;
left: 50%;
max-width: 50ch;... | 0.432782 | 0.060891 |
.top-container{
visibility: visible;
animation-name: fadeInUp;
background: rgba(18,126,129,1);
background: -moz-linear-gradient(top, rgba(18,126,129,1) 0%, rgba(18,127,130,1) 1%, rgba(0,230,180,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,126,129,1)), c... | CSS/Projects-CSS.css |
.top-container{
visibility: visible;
animation-name: fadeInUp;
background: rgba(18,126,129,1);
background: -moz-linear-gradient(top, rgba(18,126,129,1) 0%, rgba(18,127,130,1) 1%, rgba(0,230,180,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(18,126,129,1)), c... | 0.309024 | 0.047448 |
body {
margin: 0px;
padding: 0px;
}
*,
body {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color: #000000;
font-size: 16px;
line-height: 26px;
}
a:hover {
text-decoration: none;
}
.btn-primary {
background-color: #F15A24;
border-color: #F15A24;
}
.btn-primary:hove... | public/front/css/style1707.css | body {
margin: 0px;
padding: 0px;
}
*,
body {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
color: #000000;
font-size: 16px;
line-height: 26px;
}
a:hover {
text-decoration: none;
}
.btn-primary {
background-color: #F15A24;
border-color: #F15A24;
}
.btn-primary:hove... | 0.451327 | 0.085175 |
code[class*="language-"],
pre[class*="language-"] {
color: #e1ffbb;
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
font-size: 0.95em;
text-align: left;
white-space:pre-wrap;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o... | css/prismjs/theme.min.css | code[class*="language-"],
pre[class*="language-"] {
color: #e1ffbb;
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
font-size: 0.95em;
text-align: left;
white-space:pre-wrap;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o... | 0.425247 | 0.103794 |
@keyframes rev-block {
0% {
left: 0;
width: 0%; }
50% {
left: 0;
width: 100%; }
100% {
left: 100%;
width: 0%; } }
@keyframes appear-text {
0% {
opacity: 0; }
100% {
opacity: 1; } }
/* ------------------------------------------- */
/* COLOR VARIABLES
/* -----------------------... | resources/css3/style.css | @keyframes rev-block {
0% {
left: 0;
width: 0%; }
50% {
left: 0;
width: 100%; }
100% {
left: 100%;
width: 0%; } }
@keyframes appear-text {
0% {
opacity: 0; }
100% {
opacity: 1; } }
/* ------------------------------------------- */
/* COLOR VARIABLES
/* -----------------------... | 0.345878 | 0.049154 |
input.inputText,
input.inputPassword,
input.inputSearch,
input.inputDate,
textarea {
color: #666;
border-color: #999 #bbb #bbb #bbb;
border-style: solid;
border-width: 1px;
padding: 3px 4px;
margin: 0;
background-color: #fff;
background-image: none;
background-image: -moz-linear-gradient(0% 3px 90deg,#fff, #c... | Core/Layout/Css/forms.css |
input.inputText,
input.inputPassword,
input.inputSearch,
input.inputDate,
textarea {
color: #666;
border-color: #999 #bbb #bbb #bbb;
border-style: solid;
border-width: 1px;
padding: 3px 4px;
margin: 0;
background-color: #fff;
background-image: none;
background-image: -moz-linear-gradient(0% 3px 90deg,#fff, #c... | 0.339828 | 0.113703 |
* {
font-family: 'Nunito', sans-serif;
}
html {
--color-primary-dark: #E35602;
--color-primary-regular: #F75C00;
--color-primary-ligth: #F37214;
--color-secondary-dark: #001634;
--color-secondary-regular: #001A3E;
--color-secondary-ligth: #00265C;
--color-tertiary-dark: #13947B;
--color-tertiary-regu... | Demoday/style.css | * {
font-family: 'Nunito', sans-serif;
}
html {
--color-primary-dark: #E35602;
--color-primary-regular: #F75C00;
--color-primary-ligth: #F37214;
--color-secondary-dark: #001634;
--color-secondary-regular: #001A3E;
--color-secondary-ligth: #00265C;
--color-tertiary-dark: #13947B;
--color-tertiary-regu... | 0.306838 | 0.069321 |
@media (min-width:890px) and (max-width:1440px)
{
.p_f_g{
width: 100%;
margin: 0px auto;
margin-top: 40px;
display: grid;
grid-template-columns: 30% 30% 30%;
grid-column-gap: 1em;
grid-row-gap: 1em;
}
.product
{
padding: 10px 10px;
border: 1px solid w;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)... | css/gallery.css | @media (min-width:890px) and (max-width:1440px)
{
.p_f_g{
width: 100%;
margin: 0px auto;
margin-top: 40px;
display: grid;
grid-template-columns: 30% 30% 30%;
grid-column-gap: 1em;
grid-row-gap: 1em;
}
.product
{
padding: 10px 10px;
border: 1px solid w;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2)... | 0.203233 | 0.151184 |
body {
font-family: "Times New Roman", Times, serif;
margin: 0;
width: 100%;
}
.nav {
position: fixed;
display: block;
width: 100%;
height: 40px;
top: 0;
border-bottom: 1px solid rgba(128, 128, 128, 0.8);
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.08);
background-color: white;
z-index: 1;
}
.flex... | style/style.css | body {
font-family: "Times New Roman", Times, serif;
margin: 0;
width: 100%;
}
.nav {
position: fixed;
display: block;
width: 100%;
height: 40px;
top: 0;
border-bottom: 1px solid rgba(128, 128, 128, 0.8);
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.08);
background-color: white;
z-index: 1;
}
.flex... | 0.491944 | 0.064271 |
/*MagicZoom*/
.MagicThumb-caption{padding: 2px 8px!important;}
/* classes geradas dinamicamente:being */
.FCCorGrid{}
.FCAdicional1Grid{}
.FCAdicional2Grid{}
.FCAdicional3Grid{}
.FCAdicionalD1Grid{}
.FCAdicionalD2Grid{}
.FCAdicionalD3Grid{}
/* classes geradas dinamicamente:end */
.FCNameProductGrid{fo... | htm/css/FC_Grid_v1.css |
/*MagicZoom*/
.MagicThumb-caption{padding: 2px 8px!important;}
/* classes geradas dinamicamente:being */
.FCCorGrid{}
.FCAdicional1Grid{}
.FCAdicional2Grid{}
.FCAdicional3Grid{}
.FCAdicionalD1Grid{}
.FCAdicionalD2Grid{}
.FCAdicionalD3Grid{}
/* classes geradas dinamicamente:end */
.FCNameProductGrid{fo... | 0.242206 | 0.20351 |
ERROR: type should be string, got "https://www.w3schools.com/howto/howto_css_split_screen.asp */ \nbody{\n background-color: rgb(203, 163, 110);\n text-align: center;\n}\n\ntable {\n width: 100%;\n background-color: lightslategray;\n}\n\nth {\n text-transform: uppercase;\n}\n\n.normal{\n padding: 7px 10px 10px, 10px;\n letter-spacing: 0.lem;\n font-size: 90%;\n border-bottom: 2px solid black;\n border-top: 2px solid black;\n border-right: 2px solid black;\n border-left: 2px solid black;\n text-align: left;\n}\n\n.even {\n background-color: rgb(28, 118, 214);\n}\n\ntr:hover {\n background-color: darkslategray;\n}\n\n.case {\n padding: 7px 10px 10px, 10px;\n letter-spacing: 0.lem;\n font-size: 90%;\n border-bottom: 2px solid black;\n border-top: 2px solid black;\n border-right: 2px solid black;\n border-left: 2px solid black;\n text-align: right;\n}\n\n.split {\n height: 100%;\n width: 50%;\n position: fixed;\n z-index: 1;\n top: 0;\n overflow-x: hidden;\n padding-top: -10px;\n }\n\n .splitover {\n height: 100%;\n width: 50%;\n position: relative;\n z-index: 1;\n top: 0;\n overflow-x: hidden;\n padding-top: -10px;\n }\n\n /* Control the left side */\n .left {\n left: 0;\n background-color: rgb(203, 163, 110);\n }\n \n /* Control the right side */\n .right {\n right: 0;\n background-color: lightslategrey;\n }\n \n /* If you want the content centered horizontally and vertically */\n .centered {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-49%, -49%);\n }\n\n .info{\n border-style: dotted;\n border-width: 17%;\n border-color: black;\n border-radius: 5px;\n display: inline-block;\n ;\n }\n\n .symp{\n border-style: inset;\n border-width: .7em;\n border-color: black;\n background-color: lightslategrey;\n border-radius: 5px;\n display: inline-block;\n text-align: center;\n ;\n}\n\n.treat{\n border-style: inset;\n border-width: .7em;\n border-color: black;\n background-color: rgb(203, 163, 110);\n border-radius: 5px;\n display: inline-block;\n text-align: center;\n ;\n}\n\n.options{\n border-style: dotted;\n border-width: 17%;\n border-color: black;\n border-radius: 5px;\n display: inline-block;\n text-align: left;\n ;\n}\n\n #title{\n background-color: lightslategrey;\n font-size: 2.77em;\n border-radius: 49px;\n }\n\n #web_link{\n font-size:1.1em;\n }\n\n #author{ \n font-size: 2.2em;\n }\n\n #source{ \n font-size: 1.49em;\n }\n\n #fetch_date{\n font-size: smaller;\n }\n\n #article_preview{ \n font-size: x-large;\n }" | app/static/css/standard.css | ERROR: type should be string, got "https://www.w3schools.com/howto/howto_css_split_screen.asp */ \nbody{\n background-color: rgb(203, 163, 110);\n text-align: center;\n}\n\ntable {\n width: 100%;\n background-color: lightslategray;\n}\n\nth {\n text-transform: uppercase;\n}\n\n.normal{\n padding: 7px 10px 10px, 10px;\n letter-spacing: 0.lem;\n font-size: 90%;\n border-bottom: 2px solid black;\n border-top: 2px solid black;\n border-right: 2px solid black;\n border-left: 2px solid black;\n text-align: left;\n}\n\n.even {\n background-color: rgb(28, 118, 214);\n}\n\ntr:hover {\n background-color: darkslategray;\n}\n\n.case {\n padding: 7px 10px 10px, 10px;\n letter-spacing: 0.lem;\n font-size: 90%;\n border-bottom: 2px solid black;\n border-top: 2px solid black;\n border-right: 2px solid black;\n border-left: 2px solid black;\n text-align: right;\n}\n\n.split {\n height: 100%;\n width: 50%;\n position: fixed;\n z-index: 1;\n top: 0;\n overflow-x: hidden;\n padding-top: -10px;\n }\n\n .splitover {\n height: 100%;\n width: 50%;\n position: relative;\n z-index: 1;\n top: 0;\n overflow-x: hidden;\n padding-top: -10px;\n }\n\n /* Control the left side */\n .left {\n left: 0;\n background-color: rgb(203, 163, 110);\n }\n \n /* Control the right side */\n .right {\n right: 0;\n background-color: lightslategrey;\n }\n \n /* If you want the content centered horizontally and vertically */\n .centered {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-49%, -49%);\n }\n\n .info{\n border-style: dotted;\n border-width: 17%;\n border-color: black;\n border-radius: 5px;\n display: inline-block;\n ;\n }\n\n .symp{\n border-style: inset;\n border-width: .7em;\n border-color: black;\n background-color: lightslategrey;\n border-radius: 5px;\n display: inline-block;\n text-align: center;\n ;\n}\n\n.treat{\n border-style: inset;\n border-width: .7em;\n border-color: black;\n background-color: rgb(203, 163, 110);\n border-radius: 5px;\n display: inline-block;\n text-align: center;\n ;\n}\n\n.options{\n border-style: dotted;\n border-width: 17%;\n border-color: black;\n border-radius: 5px;\n display: inline-block;\n text-align: left;\n ;\n}\n\n #title{\n background-color: lightslategrey;\n font-size: 2.77em;\n border-radius: 49px;\n }\n\n #web_link{\n font-size:1.1em;\n }\n\n #author{ \n font-size: 2.2em;\n }\n\n #source{ \n font-size: 1.49em;\n }\n\n #fetch_date{\n font-size: smaller;\n }\n\n #article_preview{ \n font-size: x-large;\n }" | 0.635788 | 0.303461 |
html{
height: 100%;
}
body{
height: 100%;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-size: 13px;
background-color: #1b64a0;
}
strong{
font-weight: 600;
}
.form-control, .btn{
font-family: -apple-system,BlinkMacSystemFont,"Segoe U... | public/contents/admin/css/style.css | html{
height: 100%;
}
body{
height: 100%;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
font-size: 13px;
background-color: #1b64a0;
}
strong{
font-weight: 600;
}
.form-control, .btn{
font-family: -apple-system,BlinkMacSystemFont,"Segoe U... | 0.318061 | 0.054929 |
@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 <NAME>
*/
.fp-enabled body,.mfp-arrow,.owl-carousel,.owl-carousel .owl-item,.owl-theme .owl-dots,.owl-theme .owl-nav,html.fp-enabled {
-webkit-tap-highlight-color: tra... | resources/css/frontend/vendors.css | @charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 <NAME>
*/
.fp-enabled body,.mfp-arrow,.owl-carousel,.owl-carousel .owl-item,.owl-theme .owl-dots,.owl-theme .owl-nav,html.fp-enabled {
-webkit-tap-highlight-color: tra... | 0.493653 | 0.073065 |
.top {
display: flex;
flex-direction: row;
background-color: white;
color: orangered;
justify-content: space-between;
margin: 10px 0px 10px 0px;
}
.btn_top {
height: 28px;
border-color: orangered;
color: orangered;
}
.search {
width: 300px;
}
.top :hover {
color: red;
}
@... | style.css | .top {
display: flex;
flex-direction: row;
background-color: white;
color: orangered;
justify-content: space-between;
margin: 10px 0px 10px 0px;
}
.btn_top {
height: 28px;
border-color: orangered;
color: orangered;
}
.search {
width: 300px;
}
.top :hover {
color: red;
}
@... | 0.670177 | 0.132094 |
@namespace url(http://www.w3.org/1999/xhtml);
/*no.18*/
@-moz-document domain("jinghua.cn") {
.index_ad_box{display:none !important;}
}
/*no.17*/
@-moz-document domain("xiaonei.com") {
#banner,#wpiroot{display:none !important;}
}
/*no.16*/
@-moz-document url-prefix("http://cn.ibtimes.com/"){
#sponsorbox{di... | data/usercss/9002.user.css | @namespace url(http://www.w3.org/1999/xhtml);
/*no.18*/
@-moz-document domain("jinghua.cn") {
.index_ad_box{display:none !important;}
}
/*no.17*/
@-moz-document domain("xiaonei.com") {
#banner,#wpiroot{display:none !important;}
}
/*no.16*/
@-moz-document url-prefix("http://cn.ibtimes.com/"){
#sponsorbox{di... | 0.079435 | 0.072867 |
*{ outline: none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
padding: 0;
margin: 0;
}
body{
overflow-x :hidden;
background: #151925;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img {
border: 0;
}
address,caption... | public/themes/txqc/public/assets/vv/css/vv5.css | *{ outline: none;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
padding: 0;
margin: 0;
}
body{
overflow-x :hidden;
background: #151925;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img {
border: 0;
}
address,caption... | 0.361165 | 0.105165 |
body
{
margin: 0px !important;
}
.con
{
/*top: -10px;
left:-10px;*/
right:0px;
max-width: 100%;
height: 645px;
overflow: hidden;
margin: 0px;
padding: 0px;
position: relative;
z-index: 0;
}
.image
{
position: absolute;
max-width: 120%;
max-height:100%;
min-h... | slider.css | body
{
margin: 0px !important;
}
.con
{
/*top: -10px;
left:-10px;*/
right:0px;
max-width: 100%;
height: 645px;
overflow: hidden;
margin: 0px;
padding: 0px;
position: relative;
z-index: 0;
}
.image
{
position: absolute;
max-width: 120%;
max-height:100%;
min-h... | 0.111798 | 0.030243 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
background-color: #d9dcd6;
}
header {
padding: 1%;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-color: #2a607c;
color: whitesmoke;
}
.header h1 {
displ... | assets/style.css | * {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body {
background-color: #d9dcd6;
}
header {
padding: 1%;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-color: #2a607c;
color: whitesmoke;
}
.header h1 {
displ... | 0.434341 | 0.177954 |
.mint-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 2px;
border: 0;
box-sizing: border-box;
color: inherit;
display: block;
font-size: 28px;
height: 60px;
outline: 0;
overflow: hidden;
position: relative;
tex... | lib/button/style.css | .mint-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 2px;
border: 0;
box-sizing: border-box;
color: inherit;
display: block;
font-size: 28px;
height: 60px;
outline: 0;
overflow: hidden;
position: relative;
tex... | 0.464902 | 0.079961 |
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap");
/* todavía quiero esta fuente para mis navs */
/* es amatic */
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
/* oswald */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wgh... | css/estilos.css | @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap");
/* todavía quiero esta fuente para mis navs */
/* es amatic */
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
/* oswald */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wgh... | 0.309337 | 0.091666 |
#nav {
list-style-type:none;
padding: 20px 5px 5px 20px;
width: 160px;
font-weight: bold;
float: left;
}
/* gives all anchor default color removes deocration of text prior */
a {
text-decoration: none;
color: #000033;
}
/* Creates bullets for all unordered list */
ul... | css/sand.css | #nav {
list-style-type:none;
padding: 20px 5px 5px 20px;
width: 160px;
font-weight: bold;
float: left;
}
/* gives all anchor default color removes deocration of text prior */
a {
text-decoration: none;
color: #000033;
}
/* Creates bullets for all unordered list */
ul... | 0.318591 | 0.071656 |
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
body {
font-family: 'PT Sans', sans-serif;
scrollbar-arrow-color: #d0d0d0;
scrollbar-track-color: #f0f0f0;
scrollbar-darkshadow-color: #d0d0d0;
scrollbar-shadow-color: #d0d0d0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #d0d0d0;
... | site/src/app/style.css | @import url(http://fonts.googleapis.com/css?family=PT+Sans);
body {
font-family: 'PT Sans', sans-serif;
scrollbar-arrow-color: #d0d0d0;
scrollbar-track-color: #f0f0f0;
scrollbar-darkshadow-color: #d0d0d0;
scrollbar-shadow-color: #d0d0d0;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #d0d0d0;
... | 0.361052 | 0.049497 |
.fadeIn, .fadeOut
{
overflow: hidden;
}
.fadeIn
{
visibility: visible;
opacity: 1;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-ms-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
.fadeOut
{... | static/css/main.css | .fadeIn, .fadeOut
{
overflow: hidden;
}
.fadeIn
{
visibility: visible;
opacity: 1;
-webkit-transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-ms-transition: opacity .5s ease-in-out;
-o-transition: opacity .5s ease-in-out;
transition: opacity .5s ease-in-out;
}
.fadeOut
{... | 0.372049 | 0.053132 |
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,700');
body {
overflow-x: hidden;
font-family: 'IBM Plex Sans', sans-serif;
}
/*Carrusel*/
.carousel-inner{
height: 60vh;
}
.carousel-item img{
filter: brightness(60%);
height: 60vh;
object-fit: cover;
}
.carousel-caption {
... | public/sitioWeb/css/styleform.css | @import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,700');
body {
overflow-x: hidden;
font-family: 'IBM Plex Sans', sans-serif;
}
/*Carrusel*/
.carousel-inner{
height: 60vh;
}
.carousel-item img{
filter: brightness(60%);
height: 60vh;
object-fit: cover;
}
.carousel-caption {
... | 0.358353 | 0.087994 |
/* begin: reset
todo: (heskew) pare down and combine with existing selectors where appropriate */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, d... | src/Orchard.Web/Themes/TheAdmin/Styles/site.css | /* begin: reset
todo: (heskew) pare down and combine with existing selectors where appropriate */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, d... | 0.348423 | 0.418727 |
.umg_ps{
position:relative;
background:#121212;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
overflow:hidden;
}
.ps_overlay{
z-index:90;
background:#111;
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
opacity:0.5;
filter:progid:DXImageTr... | DesktopModules/UltraMediaGallery/Css/PhotoStack/PhotoStack.css | .umg_ps{
position:relative;
background:#121212;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
overflow:hidden;
}
.ps_overlay{
z-index:90;
background:#111;
width:100%;
height:100%;
position:absolute;
top:0px;
left:0px;
opacity:0.5;
filter:progid:DXImageTr... | 0.240596 | 0.060808 |
.salahPage .header {
margin-top: 45px;
margin-left: 120px;
position: absolute;
top: 0;
text-shadow: 0px 0px 2.5px rgba(0, 0, 0, .3);
}
#datesListContainer {
bottom: 0;
position: absolute;
width: 100%;
}
#datesList {
-ms-scroll-snap-type: proximity;
-ms-scroll-translation: vertical-to-h... | Salah/pages/salah.css | .salahPage .header {
margin-top: 45px;
margin-left: 120px;
position: absolute;
top: 0;
text-shadow: 0px 0px 2.5px rgba(0, 0, 0, .3);
}
#datesListContainer {
bottom: 0;
position: absolute;
width: 100%;
}
#datesList {
-ms-scroll-snap-type: proximity;
-ms-scroll-translation: vertical-to-h... | 0.536556 | 0.082623 |
@-moz-document domain("youtube.com")
{
/*Common items*/
#logo-icon-container.ytd-topbar-logo-renderer #youtube-paths.ytd-topbar-logo-renderer path.ytd-topbar-logo-renderer {
fill: white;
}
ytd-watch {
background-color: #272525;
}
.title.ytd-video-primary-info-renderer {
color: white;
}
span.yt-view-cou... | data/usercss/148015.user.css | @-moz-document domain("youtube.com")
{
/*Common items*/
#logo-icon-container.ytd-topbar-logo-renderer #youtube-paths.ytd-topbar-logo-renderer path.ytd-topbar-logo-renderer {
fill: white;
}
ytd-watch {
background-color: #272525;
}
.title.ytd-video-primary-info-renderer {
color: white;
}
span.yt-view-cou... | 0.33372 | 0.181372 |
body {
font-family: Arial, Helvetica, sans-serif;
}
.text1 {
font-weight: 100;
font-size: 5px;
}
.text2 {
font-weight: 600;
font-size: 10px;
}
span {
color: #f2994a;
}
.icon {
fill: #f2994a;
}
.dots {
display: flex;
}
@media (min-width: 1025px) {
.container {
padding-left: 256px;
padding-... | style.css | body {
font-family: Arial, Helvetica, sans-serif;
}
.text1 {
font-weight: 100;
font-size: 5px;
}
.text2 {
font-weight: 600;
font-size: 10px;
}
span {
color: #f2994a;
}
.icon {
fill: #f2994a;
}
.dots {
display: flex;
}
@media (min-width: 1025px) {
.container {
padding-left: 256px;
padding-... | 0.61682 | 0.113776 |
.cart_header {
display: flex;
}
.cart_contents-table {
width: 100%;
}
.cart-btn {
background-color: #e83583;
border: none;
padding: 0.1rem 0.5rem;
color: #fff;
}
.checkout_btn {
background-color: #e83583;
border: none;
padding: 1rem;
color: #fff;
width: 100%;
}
.cart-main-cont {
position: absolu... | src/components/layout/Cart.css | .cart_header {
display: flex;
}
.cart_contents-table {
width: 100%;
}
.cart-btn {
background-color: #e83583;
border: none;
padding: 0.1rem 0.5rem;
color: #fff;
}
.checkout_btn {
background-color: #e83583;
border: none;
padding: 1rem;
color: #fff;
width: 100%;
}
.cart-main-cont {
position: absolu... | 0.426919 | 0.053255 |
* {
font-family: "Sen-Regular", sans-serif;
}
.container {
position: relative;
width: 1000px;
margin: 50px auto;
display: flex;
flex-direction: column;
justify-content: center;
font-family: "Sen-Regular", sans-serif;
}
.faq {
background-image: url('../assets/images/faq.png');
b... | public/css/faq.css | * {
font-family: "Sen-Regular", sans-serif;
}
.container {
position: relative;
width: 1000px;
margin: 50px auto;
display: flex;
flex-direction: column;
justify-content: center;
font-family: "Sen-Regular", sans-serif;
}
.faq {
background-image: url('../assets/images/faq.png');
b... | 0.530966 | 0.10683 |
@-moz-document regexp("^(https:\\/\\/)(community.liferay.com)(\\/[a-z]{2})*(\\/forums)(\\/)*(\\S)*$") {
.community-container-layout,
.navbar-default,
.portlet-decorate .portlet-content,
.navigation-bar-light,
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.ac... | dark-liferay-forums.user.css | @-moz-document regexp("^(https:\\/\\/)(community.liferay.com)(\\/[a-z]{2})*(\\/forums)(\\/)*(\\S)*$") {
.community-container-layout,
.navbar-default,
.portlet-decorate .portlet-content,
.navigation-bar-light,
.pagination > li.active > a,
.pagination > li.active > a:hover,
.pagination > li.ac... | 0.293404 | 0.077274 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("feedly.com") {
.sourceInfo {
width: 180px !important;
text-overflow: clip !important;
}
.sourceTitle > a {
display: inline-block;
background-repeat: no-repeat;
background-position:... | data/usercss/100450.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("feedly.com") {
.sourceInfo {
width: 180px !important;
text-overflow: clip !important;
}
.sourceTitle > a {
display: inline-block;
background-repeat: no-repeat;
background-position:... | 0.430626 | 0.144843 |
margin-top: 1.6rem;
margin-bottom: 3rem;
}
#cart_foot{
padding: 0.3rem;
position: fixed;
bottom: 1.5rem;
border-top: 0.1px solid #9b9b9b;
border-bottom: 0.1px solid #9b9b9b;
background: white;
width: 100%;
height: 1.5rem;
display: flex;
flex-direction: row;
flex-wrap... | yxtx/static/cart/cart.css | margin-top: 1.6rem;
margin-bottom: 3rem;
}
#cart_foot{
padding: 0.3rem;
position: fixed;
bottom: 1.5rem;
border-top: 0.1px solid #9b9b9b;
border-bottom: 0.1px solid #9b9b9b;
background: white;
width: 100%;
height: 1.5rem;
display: flex;
flex-direction: row;
flex-wrap... | 0.487063 | 0.067731 |
.header{
width: 100%;
min-width: 1100px;
height: 72px;
background: #FFFFFF;
}
.header h1 a{
text-indent: -99999px;
display: block;
width: 166px;
height: 45px;
margin: 14px 0 0 20px;
background: url("../images/logo.png") 0 0 no-repeat;
}
.unlogin{
margin-right: 70px;
}
.unlogin a{
color: #2DA1DE;
margin-lef... | frontend/web/src/css/site-stage-layout-common.bak.css | .header{
width: 100%;
min-width: 1100px;
height: 72px;
background: #FFFFFF;
}
.header h1 a{
text-indent: -99999px;
display: block;
width: 166px;
height: 45px;
margin: 14px 0 0 20px;
background: url("../images/logo.png") 0 0 no-repeat;
}
.unlogin{
margin-right: 70px;
}
.unlogin a{
color: #2DA1DE;
margin-lef... | 0.218586 | 0.069668 |
.name {
padding: 0 10px;
color: #ffffff;
background: #D8A32D;
}
h1 a {
color: #000;
}
h1 a:hover {
color: #D8A32D;
text-decoration: none;
}
h2 {
margin-top: 30px;
/*text-align: center;*/
text-transform: uppercase;
}
.red-button {
height: 40px;
text-align: center;
disp... | public/css/inner-styles.css | .name {
padding: 0 10px;
color: #ffffff;
background: #D8A32D;
}
h1 a {
color: #000;
}
h1 a:hover {
color: #D8A32D;
text-decoration: none;
}
h2 {
margin-top: 30px;
/*text-align: center;*/
text-transform: uppercase;
}
.red-button {
height: 40px;
text-align: center;
disp... | 0.349977 | 0.128826 |
html, body{
font-size: 100%;
background: #fff;
font-family: 'TitilliumWeb-Regular' sans-serif;
}
@font-face{
font-family:'TitilliumWeb-Regular';
src: url(fonts/TitilliumWeb-Regular.ttf)format('truetype');
}
@font-face{
font-family:'TitilliumWeb-Bold';
src: url(fonts/TitilliumWeb-Bold.ttf)format('truet... | asset/style2.css | html, body{
font-size: 100%;
background: #fff;
font-family: 'TitilliumWeb-Regular' sans-serif;
}
@font-face{
font-family:'TitilliumWeb-Regular';
src: url(fonts/TitilliumWeb-Regular.ttf)format('truetype');
}
@font-face{
font-family:'TitilliumWeb-Bold';
src: url(fonts/TitilliumWeb-Bold.ttf)format('truet... | 0.388734 | 0.059483 |
.body {
height: 100vh;
width: 100%;
user-select: none;
margin: auto;
position:fixed;
overflow:hidden;
touch-action: manipulation;
background: aliceblue;
}
#mainTable{
height: 420px;
width: 360px;
margin: 0 auto;
padding-bottom: 10px;
margin-bottom: 20px;
text-align: center;
}
#mainHeader {... | styles.css | .body {
height: 100vh;
width: 100%;
user-select: none;
margin: auto;
position:fixed;
overflow:hidden;
touch-action: manipulation;
background: aliceblue;
}
#mainTable{
height: 420px;
width: 360px;
margin: 0 auto;
padding-bottom: 10px;
margin-bottom: 20px;
text-align: center;
}
#mainHeader {... | 0.515864 | 0.060169 |
.exploreRequests {
font-family: 'Open Sans';
}
.exploreRequests .header{
width: 100%;
height:545px;
background-color: #000000;
display: flex;
overflow: hidden;
color:#FFFFFF;
}
.exploreRequests .greetingText{
display: flex;
flex-direction: column;
font-family: 'Open Sans';
width: 570px;
padding-left: 210p... | test.css | .exploreRequests {
font-family: 'Open Sans';
}
.exploreRequests .header{
width: 100%;
height:545px;
background-color: #000000;
display: flex;
overflow: hidden;
color:#FFFFFF;
}
.exploreRequests .greetingText{
display: flex;
flex-direction: column;
font-family: 'Open Sans';
width: 570px;
padding-left: 210p... | 0.343672 | 0.060308 |
*
* @author <NAME>
*/
/*$superlight_grey: #efefef */
/* Sass Mixin: Vendor
*
* @author <NAME>
*/
/* Sass Component: Base Settings
*
* @author <NAME>
*/
html {
min-width: 100%;
position: absolute; }
body {
color: black;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: graysc... | css/main.css | *
* @author <NAME>
*/
/*$superlight_grey: #efefef */
/* Sass Mixin: Vendor
*
* @author <NAME>
*/
/* Sass Component: Base Settings
*
* @author <NAME>
*/
html {
min-width: 100%;
position: absolute; }
body {
color: black;
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: graysc... | 0.405449 | 0.051702 |
.a11y {
position: absolute!important;
height: 1px;
width: 1px;
clip: rect(1px, 1px, 1px, 1px);
font-size: 0;
overflow: hidden;
}
.pln {
color: #000000;
}
@media screen {
.str {
color: #008800;
}
.kwd {
color: #000088;
}
.com {
color: #cccccc;
}
.typ {
color: #660066;
}
.l... | demo/dist/css/A11Y-labeler.css | .a11y {
position: absolute!important;
height: 1px;
width: 1px;
clip: rect(1px, 1px, 1px, 1px);
font-size: 0;
overflow: hidden;
}
.pln {
color: #000000;
}
@media screen {
.str {
color: #008800;
}
.kwd {
color: #000088;
}
.com {
color: #cccccc;
}
.typ {
color: #660066;
}
.l... | 0.470493 | 0.152537 |
@charset "utf-8";
/**
* Stroke Icons 7, 1.2.0
* Created by The Pixeden Team
* http://themes-pixeden.com/font-demos/7-stroke/
*/
@font-face {
font-family: "Stroke Icons 7";
font-style: normal;
font-weight: normal;
src: url("./7-stroke.eot?v=1.2.0");
src: url("./7-stroke.eot?#iefix&v=1.2.0") format("embedd... | public/remark-admin-template-master/material/global/fonts/7-stroke/7-stroke.css | @charset "utf-8";
/**
* Stroke Icons 7, 1.2.0
* Created by The Pixeden Team
* http://themes-pixeden.com/font-demos/7-stroke/
*/
@font-face {
font-family: "Stroke Icons 7";
font-style: normal;
font-weight: normal;
src: url("./7-stroke.eot?v=1.2.0");
src: url("./7-stroke.eot?#iefix&v=1.2.0") format("embedd... | 0.417271 | 0.103612 |
* {
box-sizing: border-box;
}
html {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
color: rgba(0, 0, 0, 0.87);
font-size: 16px;
line-height: 1.25;
}
body {
background-color: #fafafa;
}
button {
color... | docs/static/styles/style.css | * {
box-sizing: border-box;
}
html {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
color: rgba(0, 0, 0, 0.87);
font-size: 16px;
line-height: 1.25;
}
body {
background-color: #fafafa;
}
button {
color... | 0.416322 | 0.070081 |
body {
margin: 0;
width: 100%;
height: 100vh;
color: #fff;
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
animation: gradientBG 15s ease infinite;
}
@keyframes gradientBG {
0% {
background-position: 0% 50%;
}... | mystyle.css | body {
margin: 0;
width: 100%;
height: 100vh;
color: #fff;
background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
background-size: 400% 400%;
animation: gradientBG 15s ease infinite;
}
@keyframes gradientBG {
0% {
background-position: 0% 50%;
}... | 0.472927 | 0.062646 |
html {
font-size: small;
}
/* Set a max page width for readability on large monitors. */
div.contents {
max-width: 960px;
}
body, table, div, p, dl {
font-family: "Calibri","Helvetica Neue", Helvetica, Arial, sans-serif;
color: #373737;
line-height: 1.5;
}
h1 {
font-size: 120%;
}
h2 {
font-size: 110%;
... | src/third_party/wiredtiger/src/docs/style/wiredtiger.css | html {
font-size: small;
}
/* Set a max page width for readability on large monitors. */
div.contents {
max-width: 960px;
}
body, table, div, p, dl {
font-family: "Calibri","Helvetica Neue", Helvetica, Arial, sans-serif;
color: #373737;
line-height: 1.5;
}
h1 {
font-size: 120%;
}
h2 {
font-size: 110%;
... | 0.385953 | 0.113138 |
.text-justify {text-align: justify;}
.text-indent {text-indent: 32px;}
.page02-banner {width: 100%;}
/* Start: 服务范围 */
.page02-service h3 {
margin: 30px 0;
font-weight: normal;
}
.page02-service-content {width: 100%;}
.page02-service-content-group {
padding: 0 15px;
display: flex;
justify-content: space-... | src/pages/page02/views/style.css | .text-justify {text-align: justify;}
.text-indent {text-indent: 32px;}
.page02-banner {width: 100%;}
/* Start: 服务范围 */
.page02-service h3 {
margin: 30px 0;
font-weight: normal;
}
.page02-service-content {width: 100%;}
.page02-service-content-group {
padding: 0 15px;
display: flex;
justify-content: space-... | 0.188997 | 0.07056 |
.header{
background-image: linear-gradient(to bottom, #05375c, #05486f, #045a83, #026d96, #0080a9);
}
.page {
align-items: center;
background-image: url("~/assets/background.jpg") no-repeat;
}
.margins{
margin: 15;
}
.action-image{
height: 30;
width: 30;
margin-left: auto;
}
.action-l... | src/app/skill/productmapp/new-product-mapp/new-product-mapp.component.css | .header{
background-image: linear-gradient(to bottom, #05375c, #05486f, #045a83, #026d96, #0080a9);
}
.page {
align-items: center;
background-image: url("~/assets/background.jpg") no-repeat;
}
.margins{
margin: 15;
}
.action-image{
height: 30;
width: 30;
margin-left: auto;
}
.action-l... | 0.499756 | 0.162413 |
.ns-box {
background-color: rgba(0, 0, 0, 0.93);
padding: 17px;
line-height: 1.4;
margin-bottom: 10px;
z-index: 1;
color: black;
font-size: 70%;
position: relative;
display: table;
word-wrap: break-word;
max-width: 100%;
border-width: 1px;
border-radius: 5px;
border-style: solid;
border-co... | src/modules/MMM-StopwatchTimer/popup.css | .ns-box {
background-color: rgba(0, 0, 0, 0.93);
padding: 17px;
line-height: 1.4;
margin-bottom: 10px;
z-index: 1;
color: black;
font-size: 70%;
position: relative;
display: table;
word-wrap: break-word;
max-width: 100%;
border-width: 1px;
border-radius: 5px;
border-style: solid;
border-co... | 0.500977 | 0.382747 |
:root {
--font-family: 'Roboto', sans-serif;
--font-size: 12px;
--login-form-top-bottom-padding: 30px;
--login-form-left-right-padding: 40px;
--login-form-field-margin: 1.5rem;
--std-header-height: 70px;
--std-menu-width: 240px;
--std-menu-collapsed-width: 80px;
--std-logo-width: 190px;
--std-logo-c... | public/themes/basti_small.css | :root {
--font-family: 'Roboto', sans-serif;
--font-size: 12px;
--login-form-top-bottom-padding: 30px;
--login-form-left-right-padding: 40px;
--login-form-field-margin: 1.5rem;
--std-header-height: 70px;
--std-menu-width: 240px;
--std-menu-collapsed-width: 80px;
--std-logo-width: 190px;
--std-logo-c... | 0.2522 | 0.086671 |
.teacher{background:url(../images/theme/theme01.jpg) no-repeat center top #eee}
.form_list .row{padding-bottom:0}
.form_list .formL label{overflow:hidden;height:30px}
.form_list .formR ul li a{padding:0 20px}
.test .form_list .formR{width:780px}
.test .testList_new .formR{width:90%}
#makePaper .form_list .formR{width:... | frontend/web/pub/css/teacher.css | .teacher{background:url(../images/theme/theme01.jpg) no-repeat center top #eee}
.form_list .row{padding-bottom:0}
.form_list .formL label{overflow:hidden;height:30px}
.form_list .formR ul li a{padding:0 20px}
.test .form_list .formR{width:780px}
.test .testList_new .formR{width:90%}
#makePaper .form_list .formR{width:... | 0.15704 | 0.07353 |
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
... | index.css | html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
... | 0.575111 | 0.084758 |
.clear { clear:both; display:block; overflow:hidden; visibility:hidden; width:0px; height:0px;}
.left { float:left; }
.orange { color: #f36f31; }
.prodDetailHeader {
padding: 0 0 0 260px;
background: #FFF url(../images/bgs/couple-with-cell-phone.png) no-repeat 0 0;
}
.prodTitle {
margin: 10px 0 0 0;
}
.shareIt {
... | examples/prod-detail/css/complete_adv2011.css | .clear { clear:both; display:block; overflow:hidden; visibility:hidden; width:0px; height:0px;}
.left { float:left; }
.orange { color: #f36f31; }
.prodDetailHeader {
padding: 0 0 0 260px;
background: #FFF url(../images/bgs/couple-with-cell-phone.png) no-repeat 0 0;
}
.prodTitle {
margin: 10px 0 0 0;
}
.shareIt {
... | 0.156878 | 0.234796 |
/* -----------------------------------------
:: BETTER FULLSCREEN PORTFOLIO
----------------------------------------- */
.fsp-content-inner ul {
margin: 0;
padding: 0;
}
/* fullscreen-portfolio section */
#fullscreen-portfolio {
position: relative;
overflow: hidden;
width: 100%;
}
#fullscreen-portfolio:after {
... | public/Frontend/frontend/template/css/portfolio-home-packages.css | /* -----------------------------------------
:: BETTER FULLSCREEN PORTFOLIO
----------------------------------------- */
.fsp-content-inner ul {
margin: 0;
padding: 0;
}
/* fullscreen-portfolio section */
#fullscreen-portfolio {
position: relative;
overflow: hidden;
width: 100%;
}
#fullscreen-portfolio:after {
... | 0.286568 | 0.069763 |
.text-overflow {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
:global(.scrollbar)::-webkit-scrollbar {
/*滚动条整体样式*/
width: 8px;
/*高宽分别对应横竖滚动条的尺寸*/
height: 8px;
}
:global(.scrollbar)::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius: 10px;
-webkit-box-shadow: inset 0 0 5px rgb... | src/global.css | .text-overflow {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
:global(.scrollbar)::-webkit-scrollbar {
/*滚动条整体样式*/
width: 8px;
/*高宽分别对应横竖滚动条的尺寸*/
height: 8px;
}
:global(.scrollbar)::-webkit-scrollbar-thumb {
/*滚动条里面小方块*/
border-radius: 10px;
-webkit-box-shadow: inset 0 0 5px rgb... | 0.244814 | 0.054349 |
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
font-family: 'Source Sans Pro', Helvetica, sans-serif;
text-transform: none;
text-shadow: none; }
.reveal h1 {
font-size: 2.2em;
border-bottom: 1px solid #8b743d;
margin-bottom: 1em; }
.reveal h1.small-header {
font-size: 1.4em;... | css/theme/custom.css | .reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {
font-family: 'Source Sans Pro', Helvetica, sans-serif;
text-transform: none;
text-shadow: none; }
.reveal h1 {
font-size: 2.2em;
border-bottom: 1px solid #8b743d;
margin-bottom: 1em; }
.reveal h1.small-header {
font-size: 1.4em;... | 0.644001 | 0.081046 |
:root {
--gray0: rgb(230, 230, 230);
--gray1: rgb(170, 170, 170);
--gray2: rgb(110, 110, 110);
--gray3: rgb(50, 50, 50);
}
/* set background color */
.title,
.author,
.name-promo,
.title-promo,
.dir-content,
.panel,
.name-guide,
.dir-guide,
footer {
background-color: var(--gray3);
}
.info,
.promo-img,
.avt,... | html-css/smashing-layout/style.css | :root {
--gray0: rgb(230, 230, 230);
--gray1: rgb(170, 170, 170);
--gray2: rgb(110, 110, 110);
--gray3: rgb(50, 50, 50);
}
/* set background color */
.title,
.author,
.name-promo,
.title-promo,
.dir-content,
.panel,
.name-guide,
.dir-guide,
footer {
background-color: var(--gray3);
}
.info,
.promo-img,
.avt,... | 0.423458 | 0.13288 |
*{outline:none;-webkit-tap-highlight-color:rgba(255,0,0,0);vertical-align:baseline;font-style:normal;margin:0;padding:0;}
body{margin:0;padding:0;font-size:14px;font-family:'Helvetica Neue',Roboto,'microsoft yahei';color:#404040;background-color:#f2f2f2;}
img{border:0}
a,a:visited{color:#53585a;text-decoration:none;}
.... | source/plugin/tom_tongcheng/images/money.css | *{outline:none;-webkit-tap-highlight-color:rgba(255,0,0,0);vertical-align:baseline;font-style:normal;margin:0;padding:0;}
body{margin:0;padding:0;font-size:14px;font-family:'Helvetica Neue',Roboto,'microsoft yahei';color:#404040;background-color:#f2f2f2;}
img{border:0}
a,a:visited{color:#53585a;text-decoration:none;}
.... | 0.157947 | 0.038538 |