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 |
|---|---|---|---|---|
.content.list {
height: 87vh;
display: grid;
grid-template-columns: 1fr 6fr;
grid-gap: 10px;
padding: 10px;
}
.column .card {
height: 85vh;
}
.content.list.ajax {
height: 100%;
}
.ajax .column .card {
height: 73vh;
}
.ajax .card-table .card-footer {
display: none;
}
.card {
... | api/assets/scss/custom/admin/list.css | .content.list {
height: 87vh;
display: grid;
grid-template-columns: 1fr 6fr;
grid-gap: 10px;
padding: 10px;
}
.column .card {
height: 85vh;
}
.content.list.ajax {
height: 100%;
}
.ajax .column .card {
height: 73vh;
}
.ajax .card-table .card-footer {
display: none;
}
.card {
... | 0.379838 | 0.115411 |
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
figcaption,
figure,
fieldset,
legend,
button,
input,
textarea,
th,
td {
margin: 0;
padding: 0;
list-style-type: none;
}
body,
button,
input,
select,
textarea {
font: 14px/1 Lucida Grande, 'Microsoft YaHei', "Lucida Grande", "Lucida Sans ... | thems/default/static/css/reset.css | body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
figcaption,
figure,
fieldset,
legend,
button,
input,
textarea,
th,
td {
margin: 0;
padding: 0;
list-style-type: none;
}
body,
button,
input,
select,
textarea {
font: 14px/1 Lucida Grande, 'Microsoft YaHei', "Lucida Grande", "Lucida Sans ... | 0.378344 | 0.118538 |
.a60degree_gray, #a60degree_gray { background:url(../img/bg/patterns/60degree_gray.png) repeat; }
.a45degreee_fabric, #a45degreee_fabric { background:url(../img/bg/patterns/45degreee_fabric.png) repeat; }
.bgnoise_lg, #bgnoise_lg { background:url(../img/bg/patterns/bgnoise_lg.png) repeat; }
.bright_squares, #bright_... | simoncat-template-front/src/main/webapp/templates/notebook/demo/demo.css | .a60degree_gray, #a60degree_gray { background:url(../img/bg/patterns/60degree_gray.png) repeat; }
.a45degreee_fabric, #a45degreee_fabric { background:url(../img/bg/patterns/45degreee_fabric.png) repeat; }
.bgnoise_lg, #bgnoise_lg { background:url(../img/bg/patterns/bgnoise_lg.png) repeat; }
.bright_squares, #bright_... | 0.272896 | 0.131006 |
@charset "utf-8";
dl,dt,dd,ul,ol,li,form,fieldset,input,textarea,th,td{
margin: 0;
padding: 0;
}
fieldset,img{
border: 0;
vertical-align : middle;
}
/* --------------------------------------------- */
form#mail_form{
width : auto;
background : rgba(255, 255, 255, 0.3);
border : 1px solid #EEE;... | static/blogs/css/mailform.css | @charset "utf-8";
dl,dt,dd,ul,ol,li,form,fieldset,input,textarea,th,td{
margin: 0;
padding: 0;
}
fieldset,img{
border: 0;
vertical-align : middle;
}
/* --------------------------------------------- */
form#mail_form{
width : auto;
background : rgba(255, 255, 255, 0.3);
border : 1px solid #EEE;... | 0.115736 | 0.049635 |
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@1,500&display=swap');
body{
background-color: wheat;
font: normal 14pt Arial;
}
* {
margin: 0;
padding: 0;
}
a{
text-decoration: none;
c... | style.css | @import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@1,500&display=swap');
body{
background-color: wheat;
font: normal 14pt Arial;
}
* {
margin: 0;
padding: 0;
}
a{
text-decoration: none;
c... | 0.200949 | 0.075517 |
div#liker {
text-align: center;
display: flex;
position: fixed;
flex-direction: column;
width: 80px;
top: 80%;
left: 90%;
z-index: 9999;
cursor: pointer;
}
div#liker > img {
width: 80px;
height: 80px;
border-radius: 50px;
background: lightgreen;
box-shadow: grey 3px 3px 3px;
-webkit-transi... | css/doge.css | div#liker {
text-align: center;
display: flex;
position: fixed;
flex-direction: column;
width: 80px;
top: 80%;
left: 90%;
z-index: 9999;
cursor: pointer;
}
div#liker > img {
width: 80px;
height: 80px;
border-radius: 50px;
background: lightgreen;
box-shadow: grey 3px 3px 3px;
-webkit-transi... | 0.374333 | 0.108614 |
.dia-ly {
width:100%;
margin:0 auto;
text-align: center;
background-repeat: no-repeat;
background-size: auto;
transition-duration: 1s;
position: absolute;
background: -webkit-linear-gradient(to right, #38ef7d, #11998e); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to... | src/app/index/dialy/gioi-thieu/gioi-thieu.component.css | .dia-ly {
width:100%;
margin:0 auto;
text-align: center;
background-repeat: no-repeat;
background-size: auto;
transition-duration: 1s;
position: absolute;
background: -webkit-linear-gradient(to right, #38ef7d, #11998e); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to... | 0.355775 | 0.09739 |
identAndStatusSection:before, idstatus:before {
display:block;
font-weight: bold;
color: blue;
content: "Identification and status:";
}
identAndStatusSection, idstatus {
display:block;
-oxy-foldable:true;
}
/* dmAddress */
dmAddress > dmIdent > dmCode:before, dmaddres > dmc {
font-weight:bold;
content:... | s1000d/style/idstatus.css |
identAndStatusSection:before, idstatus:before {
display:block;
font-weight: bold;
color: blue;
content: "Identification and status:";
}
identAndStatusSection, idstatus {
display:block;
-oxy-foldable:true;
}
/* dmAddress */
dmAddress > dmIdent > dmCode:before, dmaddres > dmc {
font-weight:bold;
content:... | 0.227126 | 0.152916 |
header {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 100px;
-webkit-box-shadow: 0 10px 10px -10px #333;
-moz-box-shadow: 0 10px 10px -10px #333;
box-shadow: 0 10px 10px -10px #333;
}
.log {
color: #FFF;
font-family: 'montserratlight';
font-size: 17px;
margin-top: 12px;
text-transform: uppercase;
... | template/css/category.css | header {
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 100px;
-webkit-box-shadow: 0 10px 10px -10px #333;
-moz-box-shadow: 0 10px 10px -10px #333;
box-shadow: 0 10px 10px -10px #333;
}
.log {
color: #FFF;
font-family: 'montserratlight';
font-size: 17px;
margin-top: 12px;
text-transform: uppercase;
... | 0.166641 | 0.09277 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
::-webkit-scrollbar {
width: 8px;
display: block;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: rgb(105, 105, 105);
}
::-webki... | assets/css/style.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
::-webkit-scrollbar {
width: 8px;
display: block;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: rgb(105, 105, 105);
}
::-webki... | 0.254602 | 0.048519 |
.Photo__root {
width: 60%;
max-width: 800px;
margin: 3em auto;
border: 1px solid #efefef;
background-color: #fff;
border-radius: 2px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
img {
object-fit: cover;
}
.Photo-header {
display: flex;
align-items: center;
padding: 14px 20px;
}
.Photo-header__... | client/src/components/Photo/Photo.css | .Photo__root {
width: 60%;
max-width: 800px;
margin: 3em auto;
border: 1px solid #efefef;
background-color: #fff;
border-radius: 2px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}
img {
object-fit: cover;
}
.Photo-header {
display: flex;
align-items: center;
padding: 14px 20px;
}
.Photo-header__... | 0.57344 | 0.076753 |
/* navbar */
.logo {
position: relative;
background: url(../images/endava_log.png) no-repeat 6px center;
width: 200px;
height: 50px;
left: 15px;
background-size: contain;
}
.navbar navbar-default navbar-fixed-top {
background-color: #FF7F50;
border-color: #E7E7E7;
}
body {
padding... | ITest/ITest.Web/wwwroot/css/site.css | /* navbar */
.logo {
position: relative;
background: url(../images/endava_log.png) no-repeat 6px center;
width: 200px;
height: 50px;
left: 15px;
background-size: contain;
}
.navbar navbar-default navbar-fixed-top {
background-color: #FF7F50;
border-color: #E7E7E7;
}
body {
padding... | 0.39036 | 0.102664 |
:root {
--light: #F5F5F5;
--white: #FFF;
--font1: 'Open Sans', sans-serif;
--font2: 'Montserrat', sans-serif;
--red: #F44336;
}
b {
color: var(--red);
font-weight: bold;
}
body {
padding: 0;
margin: 0;
}
html {
scroll-behavior: smooth;
}
/* Designing Navbar*/
.navbar {
... | style.css | :root {
--light: #F5F5F5;
--white: #FFF;
--font1: 'Open Sans', sans-serif;
--font2: 'Montserrat', sans-serif;
--red: #F44336;
}
b {
color: var(--red);
font-weight: bold;
}
body {
padding: 0;
margin: 0;
}
html {
scroll-behavior: smooth;
}
/* Designing Navbar*/
.navbar {
... | 0.403802 | 0.182626 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background: #eee;
}
header{
display: grid;
grid-template-columns: 3rem auto 1rem auto;
border-bottom: .12rem solid #ededed;
padding: 0 80px;
background: #fff;
}
header div{
margin: auto 0;
}
header div:last-child{
margin: auto 0 auto auto;
}
.pag... | assets/style.main.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
background: #eee;
}
header{
display: grid;
grid-template-columns: 3rem auto 1rem auto;
border-bottom: .12rem solid #ededed;
padding: 0 80px;
background: #fff;
}
header div{
margin: auto 0;
}
header div:last-child{
margin: auto 0 auto auto;
}
.pag... | 0.327131 | 0.057203 |
* Mobile screen resizing
* @link http://dev.w3.org/csswg/css-device-adapt/
*/
@-webkit-viewport {
width: device-width;
zoom: 1.0; }
@-moz-viewport {
width: device-width;
zoom: 1.0; }
@-ms-viewport {
width: device-width;
zoom: 1.0; }
@-o-viewport {
width: device-width;
zoom: 1.0; }
@viewport {
width... | public/css/styles.css | * Mobile screen resizing
* @link http://dev.w3.org/csswg/css-device-adapt/
*/
@-webkit-viewport {
width: device-width;
zoom: 1.0; }
@-moz-viewport {
width: device-width;
zoom: 1.0; }
@-ms-viewport {
width: device-width;
zoom: 1.0; }
@-o-viewport {
width: device-width;
zoom: 1.0; }
@viewport {
width... | 0.475118 | 0.045037 |
height: 60px;
width: 60px;
}
.container-1 {
background-color: rgb(126, 126, 126);
display: flex;
position: fixed;
top: 0;
width: 100%;
border-bottom: 2px black solid;
}
.container-2 {
margin-top: 2rem;
display: flex;
padding: 10px;
flex-direction: column;
align-item... | Responsive Web Design Projects/Product Landing Page/productlandingpage.css | height: 60px;
width: 60px;
}
.container-1 {
background-color: rgb(126, 126, 126);
display: flex;
position: fixed;
top: 0;
width: 100%;
border-bottom: 2px black solid;
}
.container-2 {
margin-top: 2rem;
display: flex;
padding: 10px;
flex-direction: column;
align-item... | 0.586523 | 0.097648 |
.cards-coord-info
{
padding-left: 3em;
padding-right: 3em;
}
.cards-coord-border
{
border-radius: 1em;
border: 0 !important;
}
@media (max-width: 400px)
{
.cards-coord-info
{
padding-left: 0;
padding-right: 0
}
.coord-index-discipline-name
{
font-size: .9em... | Speckoz.UniLinks/UniLinks.Client.Site/wwwroot/css/site.css | .cards-coord-info
{
padding-left: 3em;
padding-right: 3em;
}
.cards-coord-border
{
border-radius: 1em;
border: 0 !important;
}
@media (max-width: 400px)
{
.cards-coord-info
{
padding-left: 0;
padding-right: 0
}
.coord-index-discipline-name
{
font-size: .9em... | 0.557845 | 0.137185 |
body {
margin: 0;
font-family: 'Josefin Sans', sans-serif;
overflow-x: hidden;
line-height: 1.6;
color: #232938;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
.fa-gift {
font-size: 24px;
background: linear-gradient(45deg,#d86eff,#4976ff);
color: tra... | assets/css/style.css | body {
margin: 0;
font-family: 'Josefin Sans', sans-serif;
overflow-x: hidden;
line-height: 1.6;
color: #232938;
}
*,
*:before,
*:after {
box-sizing: border-box;
}
.fa-gift {
font-size: 24px;
background: linear-gradient(45deg,#d86eff,#4976ff);
color: tra... | 0.357904 | 0.054525 |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
ul {
list-style: none;
}
html,
body {
height: 100%;
}
.carousel__nav button {
cursor: pointer;
background-color: transparent;
outline: none;
border: none;
}
.carousel {
position: relative;
width: 100%;
height: 100%... | public/assets/css/carousel.css | * {
box-sizing: border-box;
padding: 0;
margin: 0;
}
ul {
list-style: none;
}
html,
body {
height: 100%;
}
.carousel__nav button {
cursor: pointer;
background-color: transparent;
outline: none;
border: none;
}
.carousel {
position: relative;
width: 100%;
height: 100%... | 0.436622 | 0.060197 |
@import url(http://fonts.googleapis.com/css?family=Gentium+Basic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Alegreya&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=R... | oldPage/zgodbe.css | @import url(http://fonts.googleapis.com/css?family=Gentium+Basic&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Alegreya&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps&subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=R... | 0.088253 | 0.05328 |
@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@700&family=PT+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border... | public/css/udashboard.css | @import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@700&family=PT+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Patrick+Hand&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Staatliches&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border... | 0.334263 | 0.10226 |
* {
font-family: Roboto, sans-serif;
}
body {
height: 100%;
min-height: 100%;
max-height: 100%;
background-color: rgb(250, 249, 246);
}
h2 {
color: #1976d2;
}
#SmoreLogo {
height: 100px;
width: auto;
margin-top: 50px;
}
#middle {
display: flex;
flex-direction: row;
justify-content: space-eve... | src/style.css | * {
font-family: Roboto, sans-serif;
}
body {
height: 100%;
min-height: 100%;
max-height: 100%;
background-color: rgb(250, 249, 246);
}
h2 {
color: #1976d2;
}
#SmoreLogo {
height: 100px;
width: auto;
margin-top: 50px;
}
#middle {
display: flex;
flex-direction: row;
justify-content: space-eve... | 0.371251 | 0.097476 |
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,800;0,900;1,900&display=swap");
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
/* font-size: 10px; */
/* the default font-size is 16px */
/* 10px / 16px = 0.625 = 62.5% */
/* percentage of u... | CSS/navigator.css | @import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,800;0,900;1,900&display=swap");
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
/* font-size: 10px; */
/* the default font-size is 16px */
/* 10px / 16px = 0.625 = 62.5% */
/* percentage of u... | 0.487795 | 0.074265 |
table.wicket-tree-content {
border-collapse: collapse;
empty-cells: show;
}
table.wicket-tree-content,
table.wicket-tree-content td,
table.wicket-tree-content tr,
table.wicket-tree-content th {
padding: 0px;
margin: 0px;
}
table.wicket-tree-content td.spacer {
width: 18px;
height: 100%;
}
table.wicket-tree-con... | wicket/src/main/java/org/apache/wicket/markup/html/tree/res/base-tree.css | table.wicket-tree-content {
border-collapse: collapse;
empty-cells: show;
}
table.wicket-tree-content,
table.wicket-tree-content td,
table.wicket-tree-content tr,
table.wicket-tree-content th {
padding: 0px;
margin: 0px;
}
table.wicket-tree-content td.spacer {
width: 18px;
height: 100%;
}
table.wicket-tree-con... | 0.340485 | 0.110375 |
@charset "UTF-8";
html {
font-size: 62.5%;
}
body {
color: #000;
font-size: 1.6rem;
/* 16px*/
line-height: 1.9;
}
h1 {
font-size: 36px;
/* IE8以下とAndroid4.3以下用フォールバック */
font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
/* 24px~36pxで可変*/
line-height: 1.3;
}
h2 {
font-size: 24px;
/* IE8以下と... | public/css/contact.css | @charset "UTF-8";
html {
font-size: 62.5%;
}
body {
color: #000;
font-size: 1.6rem;
/* 16px*/
line-height: 1.9;
}
h1 {
font-size: 36px;
/* IE8以下とAndroid4.3以下用フォールバック */
font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
/* 24px~36pxで可変*/
line-height: 1.3;
}
h2 {
font-size: 24px;
/* IE8以下と... | 0.240864 | 0.074568 |
.panel {
width: 100%;
min-height: 1220px;
background: #fff;
margin-top: 10px;
margin-bottom: 80px;
padding-bottom: 60px; }
.search {
padding-top: 30px; }
.location {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 60px;
padding: 23px 64px;
color: #999999;... | public/front/css/list.css | .panel {
width: 100%;
min-height: 1220px;
background: #fff;
margin-top: 10px;
margin-bottom: 80px;
padding-bottom: 60px; }
.search {
padding-top: 30px; }
.location {
width: 100%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
height: 60px;
padding: 23px 64px;
color: #999999;... | 0.275909 | 0.057071 |
body,html
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.print_page_container
{
font-size: 12px;
width: 100%;
font-family: "Times New Roman", Times, serif;
text-align: left;
}
.section
{
width: 100%;
margin-bottom: 20px;
padding: 0 0;
border-collapse: collapse;
borde... | workorders.css | body,html
{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
.print_page_container
{
font-size: 12px;
width: 100%;
font-family: "Times New Roman", Times, serif;
text-align: left;
}
.section
{
width: 100%;
margin-bottom: 20px;
padding: 0 0;
border-collapse: collapse;
borde... | 0.329392 | 0.07658 |
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;400;500;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Spartan', sans-serif;
color: hsl(221, 14%, 31%);
font-weight: 700;
}
:root{
--mainbgcolor: hsl(222, 26%, 31%);
--mainbg1colo... | style.css | @import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100;400;500;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Spartan', sans-serif;
color: hsl(221, 14%, 31%);
font-weight: 700;
}
:root{
--mainbgcolor: hsl(222, 26%, 31%);
--mainbg1colo... | 0.243103 | 0.074703 |
*,
*:before,
*:after{
padding: 0;
margin: 0;
}
/* Colors */
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: Helvetica, sans-serif;
}
#navbar {
z-index: 1;
position: fixed;
width: 300px;
top: 0px;
left: 0px;
height: 100%;
background-color: #16171c;
border-right: 2p... | docs/index.css | *,
*:before,
*:after{
padding: 0;
margin: 0;
}
/* Colors */
body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
font-family: Helvetica, sans-serif;
}
#navbar {
z-index: 1;
position: fixed;
width: 300px;
top: 0px;
left: 0px;
height: 100%;
background-color: #16171c;
border-right: 2p... | 0.406626 | 0.060641 |
body {
margin: 0;
font-family: Roboto, sans-serif;
background: #e2e1e0
}
.toolbarShadow{
box-shadow: 0 1px 3px rgba(0,0,0,0.24), 0 1px 2px rgba(0,0,0,0.48);
}
.floatButton{
margin-right:20px;
margin-top:52px;
right:0;
position:fixed;
}
md-card {
max-width: 80%;
margin: 2em auto;
tex... | public/css/main.css | body {
margin: 0;
font-family: Roboto, sans-serif;
background: #e2e1e0
}
.toolbarShadow{
box-shadow: 0 1px 3px rgba(0,0,0,0.24), 0 1px 2px rgba(0,0,0,0.48);
}
.floatButton{
margin-right:20px;
margin-top:52px;
right:0;
position:fixed;
}
md-card {
max-width: 80%;
margin: 2em auto;
tex... | 0.420481 | 0.092196 |
html,
body {
padding : 0;
margin : 0;
height : 100%;
width : 100%;
background : #242424;
}
body {
font-family : "Avenir Next W00", "Helvetica Nueu", "Segoe UI", sans-serif;
}
body:lang(ja) {
font-family : meiryo, "Avenir Next W00", "Helvetica Nueu", "Segoe UI", sans-serif;
}
.boilerplat... | css/boilerplate.css | html,
body {
padding : 0;
margin : 0;
height : 100%;
width : 100%;
background : #242424;
}
body {
font-family : "Avenir Next W00", "Helvetica Nueu", "Segoe UI", sans-serif;
}
body:lang(ja) {
font-family : meiryo, "Avenir Next W00", "Helvetica Nueu", "Segoe UI", sans-serif;
}
.boilerplat... | 0.466846 | 0.093554 |
html, body {
height: 100%;
width:100%;
margin:0;
}
body {
background-color: wheat;
font-family: sans-serif;
margin: 0;
overflow: hidden;
}
.container {
width: 100%;
height: 100%;
}
.split {
height: 100%;
position: fixed;
/* z-index: 1; */
top: 0;
overflow-x: hidden;
}
.left {
left: 0;
... | master/code/style.css | html, body {
height: 100%;
width:100%;
margin:0;
}
body {
background-color: wheat;
font-family: sans-serif;
margin: 0;
overflow: hidden;
}
.container {
width: 100%;
height: 100%;
}
.split {
height: 100%;
position: fixed;
/* z-index: 1; */
top: 0;
overflow-x: hidden;
}
.left {
left: 0;
... | 0.434221 | 0.061003 |
/* ===============================================================
ANIMATIONS
================================================================== */
.v_transform.v_desktop .av-animated-generic { opacity: 0; }
.v_transform .v_start_delayed_animation.fade-in { -webkit-animation: v-fadein 1.5s 1 ease-out; /* Safari 4+ *... | resources/template/css/v-animation.css | /* ===============================================================
ANIMATIONS
================================================================== */
.v_transform.v_desktop .av-animated-generic { opacity: 0; }
.v_transform .v_start_delayed_animation.fade-in { -webkit-animation: v-fadein 1.5s 1 ease-out; /* Safari 4+ *... | 0.397588 | 0.113285 |
.contactUsPage {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow-x: hidden;
margin: 60px;
}
.contactUsPageTitle {
font-family: ginebra_font;
font-size: 40px;
margin-top: 30px;
text-align: center;
font-weight: lighter;
color: #707070;
}
.conta... | src/pages/ContactUsPage/ContactUsPage.css | .contactUsPage {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
overflow-x: hidden;
margin: 60px;
}
.contactUsPageTitle {
font-family: ginebra_font;
font-size: 40px;
margin-top: 30px;
text-align: center;
font-weight: lighter;
color: #707070;
}
.conta... | 0.269614 | 0.038358 |
@charset "UTF-8";
/* line 17, ../../../../Prepros.app/Contents/Resources/app.nw/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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,*... | tecfolio/public_html/css/base.css | @charset "UTF-8";
/* line 17, ../../../../Prepros.app/Contents/Resources/app.nw/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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,*... | 0.237134 | 0.039158 |
height: 100%;
padding-bottom: 54px;
}
#side-panel #accordion {
height: 100%;
overflow-y: scroll;
border-left: 1px solid #dddddd;
}
#side-panel-footer {
position: absolute;
bottom: 0;
width: 100%;
height: 55px;
padding: 10px;
font-size: 12px;
border-top: 1px solid #ddddd... | frontend/app-dashboard/css/side-panel.css | height: 100%;
padding-bottom: 54px;
}
#side-panel #accordion {
height: 100%;
overflow-y: scroll;
border-left: 1px solid #dddddd;
}
#side-panel-footer {
position: absolute;
bottom: 0;
width: 100%;
height: 55px;
padding: 10px;
font-size: 12px;
border-top: 1px solid #ddddd... | 0.443118 | 0.099339 |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
height: 100%;
}
body {
background: rgb(36,28,28);
background: linear-gradient(50deg, rgba(36,28,28,1) 20%, rgba(102,46,57,1) 49%, rgba(154,38,60,0.9732843821122199) 71%);
font-family: 'Montserrat', sans-serif;
font-weight: 400... | webapp/viewer/static/styles/main.css | * {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
height: 100%;
}
body {
background: rgb(36,28,28);
background: linear-gradient(50deg, rgba(36,28,28,1) 20%, rgba(102,46,57,1) 49%, rgba(154,38,60,0.9732843821122199) 71%);
font-family: 'Montserrat', sans-serif;
font-weight: 400... | 0.37777 | 0.087916 |
div.headerButton{
font-size: 20px;
width: 12vw;
max-width: 100px;
display: inline-block;
border-style: solid;
border-width: 2px;
border-radius: 8px;
border-color: #ffff00;
color: #ffff00;
background-color: none;
cursor:pointer;
-webkit-user-select: none;
-moz-user-sel... | new/styles/rwc-user-styles.css | div.headerButton{
font-size: 20px;
width: 12vw;
max-width: 100px;
display: inline-block;
border-style: solid;
border-width: 2px;
border-radius: 8px;
border-color: #ffff00;
color: #ffff00;
background-color: none;
cursor:pointer;
-webkit-user-select: none;
-moz-user-sel... | 0.236516 | 0.062904 |
:root {
/* Metrics */
--multiplier: 16;
--base: 1rem;
/* Container Max Widths */
--container-md: calc(900 / var(--multiplier) * var(--base));
--container-lg: calc(1160 / var(--multiplier) * var(--base));
/* Wide Container Max Widths */
--container-wide: 100%;
--container-wide-max: calc(1220 / var(--... | resources/assets/styles/common/_properties.css | :root {
/* Metrics */
--multiplier: 16;
--base: 1rem;
/* Container Max Widths */
--container-md: calc(900 / var(--multiplier) * var(--base));
--container-lg: calc(1160 / var(--multiplier) * var(--base));
/* Wide Container Max Widths */
--container-wide: 100%;
--container-wide-max: calc(1220 / var(--... | 0.395835 | 0.094135 |
html,
body,
div,
span,
h1,
h2,
p,
a,
b,
ul,
li,
form,
label {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html,
body {
height: 100%;
}
body {
background-image: -webkit-linear-gradient(45deg, #9dc66b 5%, #4fa49a 30%, #4361c2);
background-image: linea... | hardware/config_page/index.css |
html,
body,
div,
span,
h1,
h2,
p,
a,
b,
ul,
li,
form,
label {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html,
body {
height: 100%;
}
body {
background-image: -webkit-linear-gradient(45deg, #9dc66b 5%, #4fa49a 30%, #4361c2);
background-image: linea... | 0.439988 | 0.077274 |
world {
width: 1800;
height: 800;
body: z-series.city-and-road;
}
z-series.city-and-road {
body: cube.road, y-filler.city;
width: random(800, 1200);
depth: random(800, 1200);
}
y-filler.city {
body: z-series.district;
width: 100%;
depth: 100%;
padding: 100;
}
z-series.district... | examples/complex/complex.css | world {
width: 1800;
height: 800;
body: z-series.city-and-road;
}
z-series.city-and-road {
body: cube.road, y-filler.city;
width: random(800, 1200);
depth: random(800, 1200);
}
y-filler.city {
body: z-series.district;
width: 100%;
depth: 100%;
padding: 100;
}
z-series.district... | 0.821259 | 0.312868 |
div.techmoon-shortcode-manager-shadow {
background: rgba(0, 0, 0, 0.8);
position: fixed;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
width: 100%;
height: 100%;
z-index: 150000;
}
div.techmoon-shortcode-manager-shadow {
display: none;
}
div.techmoon-shortcode-manager {
background: #ffffff;
posi... | media/_backend/css/boxes.css | div.techmoon-shortcode-manager-shadow {
background: rgba(0, 0, 0, 0.8);
position: fixed;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
width: 100%;
height: 100%;
z-index: 150000;
}
div.techmoon-shortcode-manager-shadow {
display: none;
}
div.techmoon-shortcode-manager {
background: #ffffff;
posi... | 0.222025 | 0.050847 |
*{
margin:0;
padding: 0;
font-size: 1.0em;
}
body{
background: #f1f5f9 url("../img/bkg.jpeg") 1%;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
}
/*** Header ***/
#header{
background-color:rgb(0,66,28);
padding: 2em 2em 2em 2em;
height: 1.6em;
position: fixed;
display:block;
width: 10... | progetto_tec_web/Sito/css/base_small.css | *{
margin:0;
padding: 0;
font-size: 1.0em;
}
body{
background: #f1f5f9 url("../img/bkg.jpeg") 1%;
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
}
/*** Header ***/
#header{
background-color:rgb(0,66,28);
padding: 2em 2em 2em 2em;
height: 1.6em;
position: fixed;
display:block;
width: 10... | 0.226014 | 0.070081 |
body {
font-family: 'Josefin Sans', sans-serif;
font-size: 16px;
/* */
background-image: url(/img/bg-pattern-desktop.svg);
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
img {
max-width: 100%;
}
.container {... | css/geral.css | body {
font-family: 'Josefin Sans', sans-serif;
font-size: 16px;
/* */
background-image: url(/img/bg-pattern-desktop.svg);
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
img {
max-width: 100%;
}
.container {... | 0.380759 | 0.073663 |
html,
.full-height {
height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.top-right {
position: absolute;
right: 10px;
top: 18px;
}
.content {
text-align: center;
}
.title {
font-size: 84px;
}
... | public/css/layoutStyle.css | html,
.full-height {
height: 100vh;
}
.flex-center {
align-items: center;
display: flex;
justify-content: center;
}
.position-ref {
position: relative;
}
.top-right {
position: absolute;
right: 10px;
top: 18px;
}
.content {
text-align: center;
}
.title {
font-size: 84px;
}
... | 0.490236 | 0.076236 |
@tailwind base;
@tailwind components;
@tailwind utilities;
/*---app_color_schema_config---*/
.navbar-color-schema {
}
.app-background {
@apply bg-gray-300;
}
.section {
@apply border;
@apply border-gray-600;
@apply shadow-xl;
}
.form {
@apply border;
@apply border-gray-600;
@apply shadow-xl;
}
.bible_fo... | resources/css/app.css | @tailwind base;
@tailwind components;
@tailwind utilities;
/*---app_color_schema_config---*/
.navbar-color-schema {
}
.app-background {
@apply bg-gray-300;
}
.section {
@apply border;
@apply border-gray-600;
@apply shadow-xl;
}
.form {
@apply border;
@apply border-gray-600;
@apply shadow-xl;
}
.bible_fo... | 0.315314 | 0.054024 |
@-webkit-keyframes marquee {
0% {
text-indent: 100%;
}
80% {
text-indent: 0;
}
100% {
text-indent: -200%;
}
}
@-moz-keyframes marquee {
0% {
text-indent: 100%;
}
80% {
text-indent: 0;
}
100% {
text-indent: -200%;
}
}
@... | 前端案例收集/css/csszengarden.com-master/219/219-keyframes.css | @-webkit-keyframes marquee {
0% {
text-indent: 100%;
}
80% {
text-indent: 0;
}
100% {
text-indent: -200%;
}
}
@-moz-keyframes marquee {
0% {
text-indent: 100%;
}
80% {
text-indent: 0;
}
100% {
text-indent: -200%;
}
}
@... | 0.627723 | 0.238661 |
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?nwikh8');
src: url('../fonts/icomoon.eot?nwikh8#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?nwikh8') format('truetype'),
url('../fonts/icomoon.woff?nwikh8') format('woff'),
url('../fonts/icomoon.svg?nwikh8#ico... | css/fonts/font.css | @font-face {
font-family: 'icomoon';
src: url('../fonts/icomoon.eot?nwikh8');
src: url('../fonts/icomoon.eot?nwikh8#iefix') format('embedded-opentype'),
url('../fonts/icomoon.ttf?nwikh8') format('truetype'),
url('../fonts/icomoon.woff?nwikh8') format('woff'),
url('../fonts/icomoon.svg?nwikh8#ico... | 0.384681 | 0.116337 |
Tipos de selectores
Selectores Simples
Selectores Elementales-los más basicos
Selectores de atributo-los que más se suelen usar
Selectores Compuestos
Selectores adaptados
Selectores Combinadores
Pseudoclases - PseudoElementos
*/
/* Selectores Elementales
-Selector u... | 2-Selectores/css/styles.css | Tipos de selectores
Selectores Simples
Selectores Elementales-los más basicos
Selectores de atributo-los que más se suelen usar
Selectores Compuestos
Selectores adaptados
Selectores Combinadores
Pseudoclases - PseudoElementos
*/
/* Selectores Elementales
-Selector u... | 0.252016 | 0.255605 |
.card {
/* muda o tamanho dos retangulos da pagina principal */
position: relative;
float: left;
width: 29%;
height: 0;
margin: 2%;
padding-bottom: 20%;
/* background: white; */
}
.card__container {
position: fixed;
top: 0;
left: 0;
overflow-x: hidden;
overflow-y: auto;
width: 100%;
height: 100%;
-we... | css/card.css |
.card {
/* muda o tamanho dos retangulos da pagina principal */
position: relative;
float: left;
width: 29%;
height: 0;
margin: 2%;
padding-bottom: 20%;
/* background: white; */
}
.card__container {
position: fixed;
top: 0;
left: 0;
overflow-x: hidden;
overflow-y: auto;
width: 100%;
height: 100%;
-we... | 0.247078 | 0.062189 |
@font-face {
font-family: 'HelveticaNeueRegular';
src: url('../font/HelveticaNeue/helveticaneue.eot');
src: url('../font/HelveticaNeue/helveticaneue.eot') format('embedded-opentype'),
url('../font/HelveticaNeue/helveticaneue.woff') format('woff'),
url('../font/HelveticaNeue/helveticaneue.... | public/frontEnd/css/stylesheet-font.css |
@font-face {
font-family: 'HelveticaNeueRegular';
src: url('../font/HelveticaNeue/helveticaneue.eot');
src: url('../font/HelveticaNeue/helveticaneue.eot') format('embedded-opentype'),
url('../font/HelveticaNeue/helveticaneue.woff') format('woff'),
url('../font/HelveticaNeue/helveticaneue.... | 0.310904 | 0.054575 |
@charset "utf-8";
/* --------------------------------
top
-------------------------------- */
/* ------ mv ------ */
main .mv {
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 14.4rem;
height: 51rem;
background: url(/assets/img/tp10/mv.jpg) center center / cover no-repeat;
}
main ... | public/assets/css/tp10.css | @charset "utf-8";
/* --------------------------------
top
-------------------------------- */
/* ------ mv ------ */
main .mv {
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 14.4rem;
height: 51rem;
background: url(/assets/img/tp10/mv.jpg) center center / cover no-repeat;
}
main ... | 0.195019 | 0.055031 |
@import url('https://fonts.googleapis.com/css?family=Didact+Gothic');
html, body {
margin: 0;
padding: 0;
height: 100%;
background-color: black;
color: white;
/*font-family: 'Jura', sans-serif;*/
font-family: 'Didact Gothic', sans-serif;
/*font-weight: 500;*/
/*font-size: 12px;*/
}
.nav a {
font-size: 19px;
... | public/css/main.css | @import url('https://fonts.googleapis.com/css?family=Didact+Gothic');
html, body {
margin: 0;
padding: 0;
height: 100%;
background-color: black;
color: white;
/*font-family: 'Jura', sans-serif;*/
font-family: 'Didact Gothic', sans-serif;
/*font-weight: 500;*/
/*font-size: 12px;*/
}
.nav a {
font-size: 19px;
... | 0.162048 | 0.065935 |
.af-view .w-layout-grid {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
grid-row-gap: 16px;
grid-column-gap: 16px;
}
.af-view .w-checkbox {
display: block;
margin-bottom... | public/css/javy-influencers.css | .af-view .w-layout-grid {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
grid-row-gap: 16px;
grid-column-gap: 16px;
}
.af-view .w-checkbox {
display: block;
margin-bottom... | 0.439266 | 0.107813 |
@custom-media --viewport-s (min-width: 600px);
:host {
--grid-s: 1rem;
--grid-m: 1.5rem;
/* theme */
--link-color: var(--manifold-text-color-secondary);
--link-color-hover: var(--manifold-color-primary);
--link-color-active: var(--link-color-hover);
--heading-color: var(--manifold-grayscale-60);
--hea... | src/components/manifold-marketplace-grid/manifold-marketplace-grid.css | @custom-media --viewport-s (min-width: 600px);
:host {
--grid-s: 1rem;
--grid-m: 1.5rem;
/* theme */
--link-color: var(--manifold-text-color-secondary);
--link-color-hover: var(--manifold-color-primary);
--link-color-active: var(--link-color-hover);
--heading-color: var(--manifold-grayscale-60);
--hea... | 0.559049 | 0.082365 |
@media (min-width: 768px) and (max-width: 990px) {
.float-right {
position: relative;
}
a.menu-link {
color: #666;
}
.menu-link span {
border-bottom: solid 3px #666;
border-top: double 10px #666;
float: right;
height: 17px;
margin: 0 5px 0px 0... | public/css/responsive.css |
@media (min-width: 768px) and (max-width: 990px) {
.float-right {
position: relative;
}
a.menu-link {
color: #666;
}
.menu-link span {
border-bottom: solid 3px #666;
border-top: double 10px #666;
float: right;
height: 17px;
margin: 0 5px 0px 0... | 0.413596 | 0.103477 |
:root {
/*======= FONT FAMILY ======*/
--body-font: 'Graphik';
/* FONT-SIZE */
--h1-font-size:2.5rem;
--h2-font-size:1.25rem ;
--normal-font-size:1rem;
--small-font-size: .5rem;
/*========== FONT WEIGHT ==========*/
--font-medium:400 ;
--font-bold:500 ;
/*=========... | src/components/favorite.css | :root {
/*======= FONT FAMILY ======*/
--body-font: 'Graphik';
/* FONT-SIZE */
--h1-font-size:2.5rem;
--h2-font-size:1.25rem ;
--normal-font-size:1rem;
--small-font-size: .5rem;
/*========== FONT WEIGHT ==========*/
--font-medium:400 ;
--font-bold:500 ;
/*=========... | 0.448909 | 0.105717 |
body {
height: 100%;
width: 100%;
overflow-x: hidden;
overflow-y: auto;
}
#navbar {
width: 100%;
background-color: rgb(73, 71, 71);
position: fixed;
display: block;
z-index: 100;
}
#index-content {
padding-top: 5%;
}
.brand-stylize {
color: rgb(170, 81, 81);
font-famil... | css/index.css | body {
height: 100%;
width: 100%;
overflow-x: hidden;
overflow-y: auto;
}
#navbar {
width: 100%;
background-color: rgb(73, 71, 71);
position: fixed;
display: block;
z-index: 100;
}
#index-content {
padding-top: 5%;
}
.brand-stylize {
color: rgb(170, 81, 81);
font-famil... | 0.645902 | 0.110088 |
* {
padding: 0;
margin: 0;
}
:root {
--animation-time: 15s;
}
.top-container {
width: 100vw;
height: 100vh;
display: flex;
flex-flow: column;
}
.grid-container {
flex: 1 1 auto;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(8, 1fr);
... | frontend/static/css/home.css | * {
padding: 0;
margin: 0;
}
:root {
--animation-time: 15s;
}
.top-container {
width: 100vw;
height: 100vh;
display: flex;
flex-flow: column;
}
.grid-container {
flex: 1 1 auto;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(8, 1fr);
... | 0.510741 | 0.135118 |
@charset "UTF-8";
@font-face {
font-family: 'Gilroy';
src: url("../fonts/Gilroy-SemiBold.eot");
src: local("☺"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype"), url("../fonts/Gilroy-SemiBold.svg") format("svg");
font-weight: 600;
font-style: normal;... | src/styles/App.css | @charset "UTF-8";
@font-face {
font-family: 'Gilroy';
src: url("../fonts/Gilroy-SemiBold.eot");
src: local("☺"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype"), url("../fonts/Gilroy-SemiBold.svg") format("svg");
font-weight: 600;
font-style: normal;... | 0.277179 | 0.045841 |
ul{
list-style: none
}
ul.address li ul.address-text li{
display: inline-block;
font-size: 17px;
color: #fff;
margin-top: 15px;
font-weight: 400;
}
#home h1 {
font-weight: 1.5em;
font-size: 20px;
padding-bottom: 10px;
font-weight: bold;
}
header {
min-height: 20px;
paddin... | public/website/css/edit-style.css | ul{
list-style: none
}
ul.address li ul.address-text li{
display: inline-block;
font-size: 17px;
color: #fff;
margin-top: 15px;
font-weight: 400;
}
#home h1 {
font-weight: 1.5em;
font-size: 20px;
padding-bottom: 10px;
font-weight: bold;
}
header {
min-height: 20px;
paddin... | 0.299822 | 0.102574 |
*{
box-sizing: border-box;
}
body{
font-family: Open Sans,sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.4;
color: #555;
background-color: #eee;
min-height: 100%;
}
/*---header-----*/
header{
position: fixed;
left: 0;
top:0;
padding: 0 ... | ymeet/css/home.css | *{
box-sizing: border-box;
}
body{
font-family: Open Sans,sans-serif;
font-size: 1rem;
font-weight: 400;
line-height: 1.4;
color: #555;
background-color: #eee;
min-height: 100%;
}
/*---header-----*/
header{
position: fixed;
left: 0;
top:0;
padding: 0 ... | 0.328853 | 0.059102 |
mat-checkbox{
display:block;
margin:5px;
}
.body{
height: 100%;
margin:15px;
padding: 0;
}
.table-row{
cursor: pointer;
font-weight: bold;
}
.selected-row{
background: #f5f5f5;
}
.highlight-new{
background: rgba(102,187,106, 0.5)!important;
}
.filter-input{
margin-left:10px;... | client/src/app/components/payments-history/payments-history.component.css | mat-checkbox{
display:block;
margin:5px;
}
.body{
height: 100%;
margin:15px;
padding: 0;
}
.table-row{
cursor: pointer;
font-weight: bold;
}
.selected-row{
background: #f5f5f5;
}
.highlight-new{
background: rgba(102,187,106, 0.5)!important;
}
.filter-input{
margin-left:10px;... | 0.39222 | 0.106877 |
body {
margin: 0;
padding: 0;
}
.jumbotron {
width: 100%;
background-image: url('/profile/emptyIcon.png');
background-attachment: fixed;
background-size: contain;
background-repeat: no-repeat;
opacity: 0.9;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
... | public/css/main.css | body {
margin: 0;
padding: 0;
}
.jumbotron {
width: 100%;
background-image: url('/profile/emptyIcon.png');
background-attachment: fixed;
background-size: contain;
background-repeat: no-repeat;
opacity: 0.9;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
... | 0.361954 | 0.120413 |
html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
margin:0;
padding:0;
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto;
/* Negative indent footer by its height */
margin: 0 auto -60px;
/* Pad bottom by footer hei... | css/style.css | html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
margin:0;
padding:0;
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto;
/* Negative indent footer by its height */
margin: 0 auto -60px;
/* Pad bottom by footer hei... | 0.335024 | 0.045079 |
.icon_sm {
fill: var(--primary);
width: 10px;
height: 10px;
overflow: visible;
}
.icon_md {
fill: var(--primary);
width: 16px;
height: 16px;
overflow: visible;
}
.icon_lg {
fill: var(--primary);
width: 20px;
height: 20px;
overflow: visible;
}
.animate_watch {
transform-origin: center center... | src/popup/components/atoms/Icons/Icons.css | .icon_sm {
fill: var(--primary);
width: 10px;
height: 10px;
overflow: visible;
}
.icon_md {
fill: var(--primary);
width: 16px;
height: 16px;
overflow: visible;
}
.icon_lg {
fill: var(--primary);
width: 20px;
height: 20px;
overflow: visible;
}
.animate_watch {
transform-origin: center center... | 0.774669 | 0.119871 |
html {
background: #E1E1E1;
}
body {
text-align: center;
font-size:1em;
}
a {
color:#000000;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a.nav {
background-repeat:no-repeat;
display:inline-block;
height:106px;
width:124px;
margin-... | website/static/css/style.css | html {
background: #E1E1E1;
}
body {
text-align: center;
font-size:1em;
}
a {
color:#000000;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a.nav {
background-repeat:no-repeat;
display:inline-block;
height:106px;
width:124px;
margin-... | 0.318697 | 0.073397 |
:root {
--title-color: rgb(1, 17, 17);
--primary-color: rgb(16, 80, 80);
}
/* soft reset do css */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-image: linear-gradient(rgb(15, 15, 17), rgba(228, 188, 188, 0)), url('../img/fundo.jpg');
background-size: auto 100vh;
background-re... | css/estilos.css | :root {
--title-color: rgb(1, 17, 17);
--primary-color: rgb(16, 80, 80);
}
/* soft reset do css */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background-image: linear-gradient(rgb(15, 15, 17), rgba(228, 188, 188, 0)), url('../img/fundo.jpg');
background-size: auto 100vh;
background-re... | 0.480479 | 0.133754 |
.varea {
PADDING-RIGHT: 0px; BORDER-TOP: #cdcdcd 1px dashed; PADDING-LEFT: 0px; PADDING-BOTTOM: 15px; WIDTH: 360px; PADDING-TOP: 5px; BORDER-BOTTOM: #cdcdcd 1px dashed
}
.vxq {
CLEAR: both; PADDING-TOP: 10px; HEIGHT: 20px
}
.w430 {
WIDTH: 430px
}
.w180 {
WIDTH: 180px
}
.w130 {
WIDTH: 130px
}
.w230 {
WIDTH: 230px
... | web/styles/vote-2.css | .varea {
PADDING-RIGHT: 0px; BORDER-TOP: #cdcdcd 1px dashed; PADDING-LEFT: 0px; PADDING-BOTTOM: 15px; WIDTH: 360px; PADDING-TOP: 5px; BORDER-BOTTOM: #cdcdcd 1px dashed
}
.vxq {
CLEAR: both; PADDING-TOP: 10px; HEIGHT: 20px
}
.w430 {
WIDTH: 430px
}
.w180 {
WIDTH: 180px
}
.w130 {
WIDTH: 130px
}
.w230 {
WIDTH: 230px
... | 0.316792 | 0.207857 |
@import url("https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&family=Saira+Condensed:wght@300&family=Supermercado+One&display=swap');
:root {
/* theme color */
--color-d1: #3e4437;
--color-d2: #404c24;
--color-l1: #... | styles/main.css | @import url("https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@500&family=Saira+Condensed:wght@300&family=Supermercado+One&display=swap');
:root {
/* theme color */
--color-d1: #3e4437;
--color-d2: #404c24;
--color-l1: #... | 0.369884 | 0.16132 |
@charset "utf-8";
/* CSS Document */
/*#kb-wrapper *{ margin:0 auto; padding:0;font-family: tahoma;font-weight:normal;outline:none;text-decoration:none;text-align:left;list-style:none;height:auto;overflow:hidden;}
*/#kb-wrapper,#kb-header,#kb-menu,#kb-submenu,.kb-item h3,.con_suggest p,.tag:before,#kb-items .rating {wi... | css/kbucket-style.css | @charset "utf-8";
/* CSS Document */
/*#kb-wrapper *{ margin:0 auto; padding:0;font-family: tahoma;font-weight:normal;outline:none;text-decoration:none;text-align:left;list-style:none;height:auto;overflow:hidden;}
*/#kb-wrapper,#kb-header,#kb-menu,#kb-submenu,.kb-item h3,.con_suggest p,.tag:before,#kb-items .rating {wi... | 0.168309 | 0.040238 |
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
display: block;
}
audio, canvas, video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
[hidden] {
display: none;
}
html {
font-size: 100%;
-webkit-text-size... | src/demo/css/style.css | article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
display: block;
}
audio, canvas, video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
}
[hidden] {
display: none;
}
html {
font-size: 100%;
-webkit-text-size... | 0.389198 | 0.124266 |
border: 1px solid #9CA597;
display: inline-block;
margin: 0 auto;
padding: 10px;
width: 900px;
height: 500px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(top, #fcfcfc 0%, #d6d6d6 10... | Master/Appleseed/WebSites/Appleseed/aspnet_client/FileManager/FileManager.css | border: 1px solid #9CA597;
display: inline-block;
margin: 0 auto;
padding: 10px;
width: 900px;
height: 500px;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>);
background: -moz-linear-gradient(top, #fcfcfc 0%, #d6d6d6 10... | 0.214856 | 0.119434 |
body {
background-color: #333;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
color: whitesmoke;
}
/* Style voor de Nav bar, de titel en eigenlijk alles wat in het groene stuk aan de bovenkant van website zit */
.titel {
display: flex;
justify-content: space-around;
background-... | public/css/style.css | body {
background-color: #333;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
color: whitesmoke;
}
/* Style voor de Nav bar, de titel en eigenlijk alles wat in het groene stuk aan de bovenkant van website zit */
.titel {
display: flex;
justify-content: space-around;
background-... | 0.496094 | 0.086516 |
html
{
font-family: "Times New Roman", Arial;
}
.red-ish
{
color: red;
}
.green-ish
{
color: rgb(50,255,50);
}
.blue-ish
{
color: #0000ff;
font-weight: bold;
}
.white
{
color: white;
}
.px18
{
font-size: 18px;
}
.px24
{
font-size: 24px;
}
.italic
{
font-style: italic;
}
.brownbg
{
... | www/hw/hw04/original/patl03/stylesheet.css | html
{
font-family: "Times New Roman", Arial;
}
.red-ish
{
color: red;
}
.green-ish
{
color: rgb(50,255,50);
}
.blue-ish
{
color: #0000ff;
font-weight: bold;
}
.white
{
color: white;
}
.px18
{
font-size: 18px;
}
.px24
{
font-size: 24px;
}
.italic
{
font-style: italic;
}
.brownbg
{
... | 0.584627 | 0.091504 |
header, main {
padding-left: 240px;
}
ul.side-nav.fixed li {
line-height: 44px;
}
ul.side-nav.fixed a {
display: block;
padding: 0 15px;
color: #444;
}
ul.side-nav.fixed a i {
font-size: 1.4em;
display: block;
float: left;
margin-right: 10px;
}
ul.side-nav.fixed li.separator {
margin-top:... | public/panel/css/style.css | header, main {
padding-left: 240px;
}
ul.side-nav.fixed li {
line-height: 44px;
}
ul.side-nav.fixed a {
display: block;
padding: 0 15px;
color: #444;
}
ul.side-nav.fixed a i {
font-size: 1.4em;
display: block;
float: left;
margin-right: 10px;
}
ul.side-nav.fixed li.separator {
margin-top:... | 0.299003 | 0.115063 |
v2.0 | 20110126
License: none (public domain)
*/
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,
field... | assets/stylesheet/category.css | v2.0 | 20110126
License: none (public domain)
*/
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,
field... | 0.498047 | 0.082846 |
body {
margin: 0;
padding: 0;
font-family: "Courier", -apple-system, BlinkMacSystemFont, "Segoe UI",
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
"Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html {
margin: 5% 0 0 ... | src/index.css |
body {
margin: 0;
padding: 0;
font-family: "Courier", -apple-system, BlinkMacSystemFont, "Segoe UI",
"Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
"Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
html {
margin: 5% 0 0 ... | 0.308294 | 0.079139 |
@font-face {
font-family: "robotolight";
font-style: normal;
font-weight: normal;
src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.ttf") format("truetype"); }
@font-face {
font-family: "robotocon";
font-style: normal;
font-weight: normal;
src: url("../... | public/css/myStyle.css | @font-face {
font-family: "robotolight";
font-style: normal;
font-weight: normal;
src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Light.ttf") format("truetype"); }
@font-face {
font-family: "robotocon";
font-style: normal;
font-weight: normal;
src: url("../... | 0.316158 | 0.066025 |
.button {
display: inline;
border: none;
background-color: transparent;
background-repeat: no-repeat;
background-size: contain;
cursor: pointer;
outline: none;
padding: 0px;
}
.buttonContainer {
position: absolute;
display: flex !important; /* stylelint-disable-line declaration-... | src/overview/sidebar-left/components/ButtonContainer.css | .button {
display: inline;
border: none;
background-color: transparent;
background-repeat: no-repeat;
background-size: contain;
cursor: pointer;
outline: none;
padding: 0px;
}
.buttonContainer {
position: absolute;
display: flex !important; /* stylelint-disable-line declaration-... | 0.550849 | 0.077832 |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;800&display=swap");
* {
box-sizing: border-box;
margin: 0%;
padding: 0%;
font-family: "poppins";
}
:root {
--drink: #017143;
}
.nav-bar {
margin: 1rem 5rem;
display: flex;
justify-content: space-between;
align-items: center;
... | css/style.css | @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;800&display=swap");
* {
box-sizing: border-box;
margin: 0%;
padding: 0%;
font-family: "poppins";
}
:root {
--drink: #017143;
}
.nav-bar {
margin: 1rem 5rem;
display: flex;
justify-content: space-between;
align-items: center;
... | 0.519278 | 0.087603 |
div.body-container {
background-color: lightgray;
padding: 10px 10px 10px 10px;
width: 840px;
height: 330px;
}
/* Contains the title box and summary buttons */
div.summary-container > div {
display: inline-block;
vertical-align: top;
height: 100px;
margin-bottom: 10px;
}
/* Contains th... | src/styles/ola-widget.css | div.body-container {
background-color: lightgray;
padding: 10px 10px 10px 10px;
width: 840px;
height: 330px;
}
/* Contains the title box and summary buttons */
div.summary-container > div {
display: inline-block;
vertical-align: top;
height: 100px;
margin-bottom: 10px;
}
/* Contains th... | 0.356895 | 0.134378 |
@font-face {
font-family: 'Avenir Book';
src: url('../fonts/Avenir-Book.eot'); /* IE9 Compat Modes */
src: url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Avenir-Book.woff') format('woff'), /* Modern Browsers */
url('../fonts/Avenir-Book.ttf') format(... | static/css/main.css | @font-face {
font-family: 'Avenir Book';
src: url('../fonts/Avenir-Book.eot'); /* IE9 Compat Modes */
src: url('../fonts/Avenir-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/Avenir-Book.woff') format('woff'), /* Modern Browsers */
url('../fonts/Avenir-Book.ttf') format(... | 0.292191 | 0.058453 |
@import url('https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@100;300;400;900&family=Roboto+Slab:wght@200;400;700&display=swap');
@font-face {
font-family: 'Fantasque Sans Mono';
src: url('FantasqueSansMono-Regular.woff2') format('woff2'),
url('FantasqueSansMono-Regular.woff') format('woff'), /* Firefo... | src/styles/global.css |
@import url('https://fonts.googleapis.com/css2?family=Arima+Madurai:wght@100;300;400;900&family=Roboto+Slab:wght@200;400;700&display=swap');
@font-face {
font-family: 'Fantasque Sans Mono';
src: url('FantasqueSansMono-Regular.woff2') format('woff2'),
url('FantasqueSansMono-Regular.woff') format('woff'), /* Firefo... | 0.331769 | 0.051966 |
.layui-col-220 {
width: 220px;
position: absolute;
top: 0;
bottom: 0;
-webkit-transition: position,.2s,linear;
-moz-transition: position,.2s,linear;
background-color: #eaedf1
}
.layui-col-220 .layui-nav-title {
width: 100%;
height: 70px;
line-height: 70px;
... | DL.Admin/wwwroot/css/site.css | .layui-col-220 {
width: 220px;
position: absolute;
top: 0;
bottom: 0;
-webkit-transition: position,.2s,linear;
-moz-transition: position,.2s,linear;
background-color: #eaedf1
}
.layui-col-220 .layui-nav-title {
width: 100%;
height: 70px;
line-height: 70px;
... | 0.352313 | 0.07579 |
body, div {
margin: 0px auto;
text-align: center;
}
html {
height: 100%;
}
body {
position: relative;
min-height: 100%;
}
#controller {
overflow-x: hidden;
padding-bottom: 60px;
}
#footer {
position: absolute;
bottom: 0px;
left: 50%;
transform: translate(-50%, 0%);
border-top: 1px solid #b0b0b0;... | docs/main.css | body, div {
margin: 0px auto;
text-align: center;
}
html {
height: 100%;
}
body {
position: relative;
min-height: 100%;
}
#controller {
overflow-x: hidden;
padding-bottom: 60px;
}
#footer {
position: absolute;
bottom: 0px;
left: 50%;
transform: translate(-50%, 0%);
border-top: 1px solid #b0b0b0;... | 0.339718 | 0.095349 |
@charset "UTF-8";
/* Table of Contents
==================================================
# Imports
# Fonts
# All
# HTML
# Body
# Grid
# Header
# Nav
# Main
# Aside
# Footer
# Typography
# Components
# Form
# Helpers
# Apps
# Animations
# Responsive
# Print
========================================... | css/style.css | @charset "UTF-8";
/* Table of Contents
==================================================
# Imports
# Fonts
# All
# HTML
# Body
# Grid
# Header
# Nav
# Main
# Aside
# Footer
# Typography
# Components
# Form
# Helpers
# Apps
# Animations
# Responsive
# Print
========================================... | 0.154217 | 0.034391 |
html{
height: 100%;
width: 100%;
}
body{
font-family:sans-serif ;
margin: 5px;
display: block;
padding: 0 ;
background-color:#f2f7f7;
height: 100%;
box-sizing: border-box;
}
.header{
margin: 0;
padding: 5;
background-color: ;
background-position: center;
}
.header h1{
margin: 0;
padding: 15px;
text... | newproject/css/base.css | html{
height: 100%;
width: 100%;
}
body{
font-family:sans-serif ;
margin: 5px;
display: block;
padding: 0 ;
background-color:#f2f7f7;
height: 100%;
box-sizing: border-box;
}
.header{
margin: 0;
padding: 5;
background-color: ;
background-position: center;
}
.header h1{
margin: 0;
padding: 15px;
text... | 0.218753 | 0.069321 |
body {
min-height: 100%;
min-width: 100%;
display: inline-block;
text-align: center;
color: black;
background-color: darkgray;
}
.col-xs-5 {
width: 310px;
height: 310px;
padding: 0;
margin: 0;
}
.spacer {
width: 20px;
margin: 0;
padding: 0;
}
.col-xs-3 {
width: 190px;
padding: 0;
marg... | css/style.css | body {
min-height: 100%;
min-width: 100%;
display: inline-block;
text-align: center;
color: black;
background-color: darkgray;
}
.col-xs-5 {
width: 310px;
height: 310px;
padding: 0;
margin: 0;
}
.spacer {
width: 20px;
margin: 0;
padding: 0;
}
.col-xs-3 {
width: 190px;
padding: 0;
marg... | 0.415254 | 0.079567 |
body {/*解决IE6不支持position:fixed的问题*/ _background-image: url(about:blank);/*用浏览器空白页面作为背景*/_background-attachment: fixed; /* prevent screen flash in IE6 确保滚动条滚动时,元素不闪动*/}
.om-messageTip { position: fixed; right:5px; bottom:5px;width: 200px; overflow: hidden; outline:0; border-bottom-right-radius: 0px; border-bottom-le... | APP/Modules/Subbranch/Tpl/Public/operamasks/themes/default/om-messagetip.css | body {/*解决IE6不支持position:fixed的问题*/ _background-image: url(about:blank);/*用浏览器空白页面作为背景*/_background-attachment: fixed; /* prevent screen flash in IE6 确保滚动条滚动时,元素不闪动*/}
.om-messageTip { position: fixed; right:5px; bottom:5px;width: 200px; overflow: hidden; outline:0; border-bottom-right-radius: 0px; border-bottom-le... | 0.267695 | 0.133049 |
html, body {
width: 100%;
height: 100%;
}
body {
margin: 0px;
overflow: hidden;
background: rgba(10,10,10,1.0);
}
#bgCanvas {
width: 100%;
height: 100%;
}
#triCanvas {
padding: 0;
margin: auto;
display: block;
width: 200px;
heigh... | 404/style.css | html, body {
width: 100%;
height: 100%;
}
body {
margin: 0px;
overflow: hidden;
background: rgba(10,10,10,1.0);
}
#bgCanvas {
width: 100%;
height: 100%;
}
#triCanvas {
padding: 0;
margin: auto;
display: block;
width: 200px;
heigh... | 0.346431 | 0.0537 |
@import url('https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
@font-face {
font-family: "GeorgiaItalic";
src:url("../fonts/GeorgiaItalic.ttf");
}
body {
width: 100%;
background-color: yellowgreen;
font-family:... | src/public/css/style.css | @import url('https://fonts.googleapis.com/css?family=Goudy+Bookletter+1911');
@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
@font-face {
font-family: "GeorgiaItalic";
src:url("../fonts/GeorgiaItalic.ttf");
}
body {
width: 100%;
background-color: yellowgreen;
font-family:... | 0.368633 | 0.128006 |
.u-text-color-alice-blue {
color: AliceBlue !important;
}
.u-background-color-alice-blue {
background-color: AliceBlue !important;
}
.u-border-color-alice-blue {
border-color: AliceBlue !important;
}
.u-stroke-color-alice-blue {
stroke: AliceBlue !important;
}
.u-fill-color-alice-blue {
fill... | target/main/css/browser/index.css | .u-text-color-alice-blue {
color: AliceBlue !important;
}
.u-background-color-alice-blue {
background-color: AliceBlue !important;
}
.u-border-color-alice-blue {
border-color: AliceBlue !important;
}
.u-stroke-color-alice-blue {
stroke: AliceBlue !important;
}
.u-fill-color-alice-blue {
fill... | 0.522689 | 0.146484 |
body {
color: #555555;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #444444;
}
a {
color: #777777;
}
a:hover {
color: #555555;
}
/**********************/
/* Text color classes */
/**********************/
.black {
color: #000 !important;
}
.blue{
color: #1976D2 !important;
}
.blue-grey {
color: #37474F !important;
}... | warest/css/less-style.css | body {
color: #555555;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #444444;
}
a {
color: #777777;
}
a:hover {
color: #555555;
}
/**********************/
/* Text color classes */
/**********************/
.black {
color: #000 !important;
}
.blue{
color: #1976D2 !important;
}
.blue-grey {
color: #37474F !important;
}... | 0.354657 | 0.09795 |
*,
*::after,
*::before {
box-sizing: inherit;
}
html {
box-sizing: border-box;
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
min-height: 100vh;
color: var(--color);
font-family: var(--font-mono);
font-size: 18px;
line-height: 1.5;
background... | css/global.css | *,
*::after,
*::before {
box-sizing: inherit;
}
html {
box-sizing: border-box;
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
min-height: 100vh;
color: var(--color);
font-family: var(--font-mono);
font-size: 18px;
line-height: 1.5;
background... | 0.708213 | 0.104569 |
@font-face {
font-family: "Inter";
src: url("/static/font/Inter-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Inter";
src: url("/static/font/Inter-Medium.ttf") format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family:... | src/css/custom.css | @font-face {
font-family: "Inter";
src: url("/static/font/Inter-Regular.ttf") format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Inter";
src: url("/static/font/Inter-Medium.ttf") format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family:... | 0.208098 | 0.065306 |
#choosecalendar_dialog {display: none;}
#newentry_dialog {display: none;}
#editentry_dialog {display: none;}
#parsingfail_dialog{display: none;}
#loading { display: none;margin: 0;padding:0;margin-top:5px;}
#fullcalendar {position: relative;bottom: 0; right: 0; left: 0; top: 3em;}
.fc-content{padding:2px 4px;}
#list... | environment/owncloud_releases/OC50/apps/calendar/css/style.css |
#choosecalendar_dialog {display: none;}
#newentry_dialog {display: none;}
#editentry_dialog {display: none;}
#parsingfail_dialog{display: none;}
#loading { display: none;margin: 0;padding:0;margin-top:5px;}
#fullcalendar {position: relative;bottom: 0; right: 0; left: 0; top: 3em;}
.fc-content{padding:2px 4px;}
#list... | 0.285571 | 0.112356 |
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin');
@import url(basic/core.css);
@import url(basic/nonlinear-slideshow.css);
@import url(numbered.css);
@import url(tabs.css);
:root {
--qtijs-basic-assessment-test-hdr-bg: rgb... | test/parcc/theme/style.css | @import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin');
@import url(basic/core.css);
@import url(basic/nonlinear-slideshow.css);
@import url(numbered.css);
@import url(tabs.css);
:root {
--qtijs-basic-assessment-test-hdr-bg: rgb... | 0.397821 | 0.110856 |
html,
body {
font: 14px "Microsoft YaHei";
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
span {
font-weight: bold;
/* font-size: 20px; */
}
.title {
margin: 10px 0;
}
.layui-fluid {
height: 100%;
}
.layui-row {
height: 100%;
width: 100%;
}
#side-bar {
/* background... | public/sqxt/stylesheets/style.css | html,
body {
font: 14px "Microsoft YaHei";
height: 100%;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
span {
font-weight: bold;
/* font-size: 20px; */
}
.title {
margin: 10px 0;
}
.layui-fluid {
height: 100%;
}
.layui-row {
height: 100%;
width: 100%;
}
#side-bar {
/* background... | 0.338842 | 0.052449 |
:root {
--background-color: #f5f5f5;
--border-color: #7591AD;
--text-color: #34495e;
--color1: #EC3E27;
--color2: #fd79a8;
--color3: #0984e3;
--color4: #00b894;
--color5: #fdcb6e;
--color6: #e056fd;
--color7: #F97F51;
--color8: #BDC581;
}
* {
margin: 0;
padding: 0;
}... | hover-effect-12/css/style.css | :root {
--background-color: #f5f5f5;
--border-color: #7591AD;
--text-color: #34495e;
--color1: #EC3E27;
--color2: #fd79a8;
--color3: #0984e3;
--color4: #00b894;
--color5: #fdcb6e;
--color6: #e056fd;
--color7: #F97F51;
--color8: #BDC581;
}
* {
margin: 0;
padding: 0;
}... | 0.441793 | 0.214506 |