text stringlengths 1 1.04M |
|---|
@import url(https://fonts.googleapis.com/css?family=Montserrat);
/*basic reset*/
* {margin: 0; padding: 0;}
html {
height: 100%;
/*Image only BG fallback*/
background: url('http://thecodeplayer.com/uploads/media/gs.png');
/*background = gradient + image pattern combo*/
background:
linear-gradient(rgba(196, 10... |
/*
* @Author: Wanglj
* @Date: 2017-08-28 09:10:09
* @Last Modified by: Wanglj
* @Last Modified time: 2017-10-26 18:53:47
*/
* {
-webkit-tap-highlight-color: rgba(0,0,0,0)
}
.clearfix{
zoom:1;
}
.clearfix:after,.clearfix::after{
content:"";
display:table;
clear:both;
}
.fl{
float:left;
}
.fr... |
.demo-container {
box-sizing: border-box;
max-width: 50%;min-width: 50%;
height: 250px;
}
.demo-container2 {
box-sizing: border-box;
max-width: 50%;min-width: 50%;
height: 150px;
}
.demo-placeholder {
width: 50%;
height: 50%;
font-size: 12px;
} |
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ===============================... |
header nav {
padding-right: 5%;
height: 20vh;
}
.navbar-collapse {
height: 20vh;
}
header nav .navbar-brand {
width: 10%;
}
header nav .navbar-brand img {
width: 100%;
}
.datetime {
font-size: 2em;
}
header nav ul li {
margin-right: 3%;
}
header nav ul li a{
width: max-content;
}
header .slider {
m... |
.search {
font-size: 2em;
padding: 1vh;
text-align: center;
}
input#searchbar {
width: 50%;
text-align: center;
}
.list {
border-width: 1px;
border-style: solid;
border-color: #e3e3e3;
width: 20%;
margin: 1vh;
margin-left: 0vh;
float: right;
}
.video {
width: 76%;
... |
*{
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
.main{
width:100%;
}
.top-bar{
width:100%;
height:30px;
display:block;
vertical-align: top;
}
.top-bar ul{
margin:0;
padding:0;
list-style:none;
}
.canvas{
width:100%;
height:100%;
... |
/* Tabulator v4.4.3 (c) Oliver Folkerd */
/*******************************
Site Settings
*******************************/
/*-------------------
Fonts
--------------------*/
/*-------------------
Base Sizes
--------------------*/
/* This is the single variable that controls them all */
/* The size ... |
@charset "utf-8";
ul{list-style:none; padding-left:0px;}
.abas{
background-color:#093;
}
.abas li{color: #009;float:left; border:1px solid #ccc; border-bottom:0;padding:10px; border-top-left-radius:5px; border-top-right-radius:5px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; -webkit-border-radi... |
html, body {
font-family: 'Helvetica Neue', 'Helevetica', 'Arial', 'sans-serif';
color: #333;
}
.flex-1 {
flex: 1;
}
.flex-2 {
flex: 2;
}
.flex-4 {
flex: 4;
}
.flex-99 {
flex: 99;
}
.flex-cross-center {
align-items: center;
}
.row {
padding-top: 10px;
padding-bottom: 10px;
}
a {
text-decorati... |
.paper {
padding-top: 20px;
padding-right: 10px;
height: 100%;
position: relative;
}
.header {
display: flex;
align-items: center;
text-align: center;
justify-content: center;
margin-bottom: var(--tight);
}
.header > :first-child {
margin-right: var(--tight);
}
.dialogcontaine... |
@charset "UTF-8";
/*!
* Bootstrap v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c... |
h1, h2, h3, h4, h5, h6 {
font-weight: 100
}
h1 {
font-size: 30px
}
h2 {
font-size: 24px
}
h3 {
font-size: 16px
}
h4 {
font-size: 14px
}
h5 {
font-size: 12px
}
h6 {
font-size: 10px
}
h3, h4, h5 {
margin-top: 5px;
font-weight: 600
}
a:focus {
outline: 0
}
.nav > li > a {
... |
/*!
* Start Bootstrap - Resume v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/resume)
* Copyright 2013-2018 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
*/body{font-family:'Open Sans',serif;padding-top:54px;color:#868e96}@media (m... |
.e-dropdownbase .e-list-item .e-list-icon {
padding: 0 10px 0 0;
}
.e-bigger .e-dropdownbase .e-list-item .e-list-icon,
.e-bigger.e-small .e-dropdownbase .e-list-item .e-list-icon {
padding: 0 12px 0 0;
}
.e-small .e-dropdownbase .e-list-item .e-list-icon {
padding: 0 8px 0 0;
}
.e-bigger .e-dropdownbase,
.e-d... |
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
::-webkit-scrollbar {
width: 7px;
height: 7px;
}
::-webkit-scrollbar-thumb {
background-color: #444;
border-radius: 5px;
}
::-webkit-scrollbar-track {
background: #dcdcdc;
}
.handle {
top: 0px;
height: 30px;
background:linear... |
.CompletedChallengesContainer {
display: flex;
align-items: center;
justify-content: space-between;
margin: 3.5rem 0;
padding-bottom: 1rem;
border-bottom: 1px solid #d7d8da;
font-weight: 500;
}
.CompletedChallengesContainer span:first-child {
font-size: 1.25rem;
}
.CompletedChallengesContainer span:... |
/* Fonts */
/* fallback */
@font-face {
font-family: 'LiveNetworks-Icons';
font-style: normal;
font-weight: 400;
src: url('/fonts/ln-icons/ln-icons.woff2') format('woff2');
}
.ln-icon {
font-family: 'LiveNetworks-Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing... |
nav,
.Display,
.Key,
.Home,
.CalculatorContainer,
.quote-container {
display: flex;
}
.Display,
.Key,
.CalculatorContainer,
.quote-container {
align-items: center;
}
.Home,
.Key,
.quote-container {
flex-direction: column;
}
.Key,
.quote-container {
justify-content: center;
}
nav {
top: 1rem;
position: r... |
@import url(../font/material-icons.css);
@import url(./mdi/css/materialdesignicons.css);
@import url(../plugins/node-waves/waves.css);
@import url(loaders/waitMe.min.css);
@import url(grid.css);
@import url(domino-ui-components.min.css);
@import url(style.css);
@import url(colors.css); |
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);/*!
* AdminLTE v2.3.8
* Author: Almsaeed Studio
* Website: Almsaeed Studio <http://almsaeedstudio.com>
* License: Open source - MIT
* Please visit http://opensource.org/licenses/MIT f... |
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figu... |
* {
box-sizing: border-box;
}
body {
border: 0;
margin: 20;
font-family: "Noto Sans";
font-size: 16px;
}
#mapCanvas {
width: 800;
height: 600;
background-color: gray;
position: relative;
}
.inline-inputs {
margin-left: 1ch;
}
.inline-inputs input {
width: 7ch;
margin: 0 8px 0 2px;
text-align: ... |
/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
font-family: 'Open Sans', sans-serif;
font-size: 100%;
background:... |
body{
background-color: rgb(86, 168, 240);
font: normal 15pt Arial
}
header{
color:rgb(0, 0, 0);
text-align: center;
}
section{
background-color: white;
border-radius: 10px;
padding: 15px;
width: 600px;
margin: auto;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.514);
}
footer{
co... |
.content {
max-width: 400px;
margin: auto;
padding: 10px;
}
.navbar {
overflow: hidden;
position: relative;
top: 0;
width: 100%;
}
.navbar a {
float: left;
color: aliceblue;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
/*this function moves the navbar to ... |
/* battambang-latin-100-normal*/
@font-face {
font-family: 'Battambang';
font-style: normal;
font-display: swap;
font-weight: 100;
src: url('./files/battambang-latin-100-normal.woff2') format('woff2'), url('./files/battambang-latin-100-normal.woff') format('woff');
}
/* battambang-latin-300-normal*/
@font-... |
.leaflet-container {
width: 100wh;
height: 91vh;
}
.leaflet-popup-tip {
background: rgba(0, 0, 0, 0) !important;
box-shadow: none !important;
}
.custom-map-marker-tooltip {
pointer-events: auto;
padding: 0;
}
.custom-map-markers-dataseries-list {
font-size: 0.85rem;
padding: 4px 8px;
} |
.listCalculation {
display: flex;
justify-content: space-between;
align-items: center;
border: 1px solid black;
border-radius: 5px;
margin: 4px 0;
padding: 6px;
cursor: pointer;
background-color: white;
line-height: 1.2em;
}
.listCalculation span {
text-overflow: ellipsis;
margin-right: 2px;
... |
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/ |
.hero {
background-image: linear-gradient(195.58deg, var(--primary) -10.95%, #251447 48.22%);
}
@media (min-width: theme('screens.xl')) and (max-height: 800px) {
.hero-big-triangle {
@apply w-[320px];
}
.hero-name {
@apply w-[370px];
}
.hero-pos {
@apply w-[300px] top-64;
}
.hero-mini-... |
/* 环图组件样式 */
.h5_component_ring{
}
.h5_component_ring .mask{
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 90;
/* 任务三:修正遮罩层的样式,为其添加白色背景颜色,并且设置为完成 圆形饼图的 80% 大小 */
background-color: #fff;
border-radius: 50%;
-webkit-transform:scale(.8);
}
.h5_component_... |
.btn-container {
max-height: fit-content;
max-width: fit-content;
height: 100%;
padding: 0.5rem 1rem;
border: 1px solid #000;
border-radius: 0.5rem;
font-size: 1rem;
background-color: #fff;
cursor: pointer;
transition: all 0.2s linear;
}
.btn-container:hover {
color: #fff;
background-colo... |
@define-mixin OnPrimaryBg {
background-color: $primaryColor;
color: #fff;
@mixin Link #fff;
} |
#wrapper{
width:1003px;
height:100%;
margin:auto;
border-top:5px solid #57c6e1;
}
#greennav{
width:1003px;
height:34px;
background-color:#57c6e1;
}
#greenleft{
background-image:url(../images/skyblueleft.jpg);
background-repeat:no-repeat;
float:left;
height:34px;
width:8px;
}
#greenright{
background-image:u... |
.navbar-default,.footer{
background: transparent!important;
}
.navbar-default{
border-bottom: 0.1px solid #4cc2e41c;;
}
.form-box {
padding: 5% 0 10% 0;
}
.form-header .f24,.reset-p{
font-size: 14px;
}
.form-box input{
border-bottom: 0.1px solid #4CC2E4;
}
.flag-container{
width: 100%;
} |
.summary {
color: #808080;
border-left: 5px solid #2885FF;
font-size:16px;
}
h3 {color: #2885FF; }
h4 {color: #808080; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
background-color: #266ff2;
color: white;
}
.nav > li.active > a {
background-... |
/**
* Colors
*/
/**
* Breakpoints & Media Queries
*/
/**
* Often re-used variables
*/
/**
* Breakpoint mixins
*/
/**
* Long content fade mixin
*
* Creates a fading overlay to signify that the content is longer
* than the space allows.
*/
/**
* Button states and focus styles
*/
/**
* Applies editor left ... |
.midi-monitor {
max-width: 28.5rem;
background-color: rgb(245,245,245);
}
/* .block */
.head_block,
.body_block {
/* Move the scrollbar over to the right of the container's right edge. */
margin-right: -1rem;
padding-right: 1rem;
}
.head_block {
background-color: white;
}
.head_block .console_table {
border-... |
@charset "utf-8";
/* CSS Document */
#choice
{
display:none;
}
#box
{
position:absolute;
background:url(../image/background.jpg);
width:800px;
/*border:1px dashed #000;*/
height:600px;
}
#login
{
position:absolute;
width:794px;
/*border:1px dashed #000;*/
height:594px;
background:url(../image/background.jpg)... |
.ball1{
background: #9b526f;
border-radius: 50%;
position: absolute;
top: 0px;
left: 00px;
width: 200px;
height: 200px;
/*transition:left .2s;*/
}
.ball2 {
background: #86bac9;
border-radius: 50%;
position: absolute;
top: 100px;
... |
/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }
/** Basic styling */
body { font: 400 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif; color: #111; background-color: #fdfdfd; -webkit-text-size-adjust: 100%; -webkit-font-fe... |
@import url('https://fonts.googleapis.com/css2?family=Palanquin:wght@400;500;700&family=Roboto:wght@400;500;700;900&display=swap');
/* Write your global styles here, in PostCSS syntax */
@tailwind base;
@tailwind components;
@tailwind utilities;
html {
scroll-behavior: smooth;
}
body {
@apply flex flex-col items... |
/* ----------------------------------------------------------------------
Base Colors
-------------------------------------------------------------------------*/
/*Colors*/
/*Background colors*/
/*Typography*/
/*Font*/
/*Header*/
/*Side Panel*/
/*Margins*/
/*Transitions*/
/*********************************************... |
@import "https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
body{
margin:0;
padding: 0;
font-family: sans-serif;
background: url(../img/fundo-login.jpg);
background-size: cover;
}
.login-box{
width: 280px;
position: absolute;
top:50%;
left: 50%;
transform: translate(-50%,-50%);
... |
.sidebar{
-fx-background-color: rgb(58, 69, 88);
}
.sidebar-user-btn{
-fx-background-color: transparent;
-fx-background-radius: 0px;
-fx-text-fill: #b8b1b1;
}
.sidebar-btn{
-fx-background-color: transparent;
-fx-background-radius: 0px;
-fx-text-fill: #b8b1b1;
-fx-border-color: transparent;
-fx-border-width: 0p... |
.stock_info2 td{
text-align: center;
}
@media only screen and (max-width: 992px)
.container {
width:100%!important;
}
@font-face {
font-family: 'supermarketRegular';
src: url('supermarket.eot');
src: url('supermarket.eot?#iefix') format('embedded-opentype'),
url('supermarket.woff') format('woff'),
url('super... |
/* ==UserStyle==
@name Ororo.tv
@namespace USO Archive
@author n0th1ng_ua
@description `Ororo.tv`
@version 20150716.22.25
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("ororo.tv") {
.vjs-tt-cue {
color: #fff
}
.video-js .vjs-text-track... |
.progress {
box-shadow: inset 0 1px 2px rgba(0,0,0,.6);
}
.container-resume {
width: 830px;
}
.profile-picture {
display: block;
margin-left: auto;
margin-right: auto;
}
.header-name {
font-size: 35px;
}
.header-last-name {
color: darkblue;
margin-left: 10px;
}
.header-divider {
... |
@charset "UTF-8";
@font-face {
font-family: "Moniqa";
src: url("../fonts/Moniqa-BoldItalicDisplay700.otf");
font-weight: 700;
font-style: normal;
}
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background-color: #fffffd;
font-family: "Gilroy";
... |
body{
margin:0;
}
html,body,.main-box,.main-dashboard{
height: 100%;
width: 100%;
}
.row{
height: 500px;
}
#startMCQTest{
display: grid;
justify-items: center;
margin: auto;
}
#mcq-btn{
width: 100px;
height: 60px;
}
#mcq_box{
position: relative;
left:10%;
top:10%;
... |
@charset "UTF-8";
:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
--bs-red: #dc3545;
--bs-orange: #fd7e14;
--bs-yellow: #ffc800;
--bs-green: #198754;
--bs-teal: #20c997;
--bs-cyan: #0dcaf0;
--bs-white: #fff;
--bs-gray: #6c757d;
--bs-gray-dark: #343a40;
--bs-prim... |
.ie8 .flex-right,.ie9 .flex-right{text-align:right}.ie8 .flex-left,.ie9 .flex-left{text-align:left}.ie8.has-mask,.ie9 .has-mask{margin-top:0 !important}.ie9 .links>li>a:before,.ie9 i[class^="icon-"],.ie9 i[class*=" icon-"]{vertical-align:middle}.ie8 [data-animated],.ie9 [data-animated]{-ms-transform:none !important;tra... |
* ress.css • v2.0.4
* MIT License
* github.com/filipelinhares/ress |
html {
box-sizing: border-box;
width: 100%;
height: 100%;
background-image: url(../images/body-background.jpg);
background-color: 100% transparent;
}
* {
box-sizing: border-box;
}
/* custom fonts*/
@font-face {
font-family: "Play";
src: url(./fonts/PlayfairDisplay-Regular.ttf), url(... |
body {
display: grid;
grid-template-areas:
"yellow yellow"
"blue orange"
"blue red"
"blue green";
grid-template-columns: 25% auto;
grid-template-rows: auto 30% 30% 30%;
}
ul {
display: flex;
justify-content: space-evenly;
}
li {
flex-grow: 1;
}
#green {
grid-area: green;
}
#orange {
grid-area: oran... |
@charset "UTF-8";
/* Table of contents */
.progress ul {
list-style: none;
margin: 0;
padding: 0 5px;
}
#TableOfContents {
font-size: 13px !important;
max-height: 85vh;
overflow: auto;
padding: 15px !important;
}
#TableOfContents > ul > li > ul > li > ul li {
margin-right: 8px;
}
#TableOfCo... |
@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic);
/*!
*
* Angle - Bootstrap Admin App + jQuery
*
* Version: 3.2.0
* Author: @themicon_co
* Website: http://themicon.co
* License: https://wrapbootstrap.com/help/licenses
*
*/
/* ============================... |
body{
font-family: "Poppins", Arial, sans-serif !important;
}
.no-background{
background: none !important;
}
.txt-white{
color:#fff;
}
.space-small-top{
margin-top: 10px !important;
}
.space-med-top{
margin-top: 25px !important;
}
.space-large-top{
margin-top: 50px !important;
}
.space-small{
margin-bottom: 10px... |
aside {
position: fixed;
top: 0;
left: -100%;
width: 30rem;
max-width: 80%;
height: 100vh;
background: #f3f3f3;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
transition: left 0.3s ease-out;
z-index: 100;
}
:host([opened]) aside {
left: 0;
}
header {
padding: 1rem;
background: black;
position:... |
.dashboard {
color: white;
text-align: center;
}
.dashboard > p {
font-size: 36px;
}
.dashboard > a {
color: white;
}
.dashboard > p > a {
color: cornflowerblue;
}
.group-cards-container {
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap: wrap;
align-co... |
/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/... |
.main {
background-color: rgb(211, 180, 158);
padding: 10px 20px;
}
.title {
display: inline-block;
font-size: 18px;
font-weight: bold;
color: #0d0d3a;
width: 500px;
} |
.swag-paypal-pos-detail-synced-products .swag-paypal-pos-detail-synced-products__empty-state {
position: static;
}
/*# sourceMappingURL=swag-paypal-pos-detail-synced-products.css.map */ |
ul#footer {
width:100%;
padding:8px;
text-align: center;
}
div#title-bar {
text-align: center;
position:fixed;
top:0px;
right:0px;
width:100%;
padding:8px;
}
#homepage-photo {
height: 30%;
width: auto;
}
.jumbotron {
background: linear-gradient(.25turn, #b6d7b9, 10%, #d0f1bf);
}
.jumbotron h... |
.headerHolder {
padding-bottom: .15em !important;
padding-top: 0.15em !important;
}
.skillLabels {
margin-top: 0.25em !important;
}
.skillHeader {
width: 100%;
} |
.tit_1
{
margin-top: 15px;
}
.logo
{
float: left;
display: inline;
margin-right: 10px;
}
.menu_itens
{
margin-top: 20px;
}
.menu_itens a
{
color: black;
}
.ab
{
border-radius: 40px;
margin-left: 5px;
background-color: #e5e5e5;
}
.dir
{
background-color: #e5e5e5;
border-radiu... |
@charset "UTF-8";
html,body{
padding: 0;
margin: 0;
box-sizing: 0;
}
body{
background-color: #6969ad;
font: normal normal 2em monospace;
color: #ffffff;
}
.centrohp{
text-align: center;
}
ul{
list-style: none;
}
.lefthp{
margin: 50px;
} |
@keyframes modalFadeInFromBottom {
from {
transform: translateY(1rem);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
.window-mode {
position: relative;
}
.sidebar__icon__window-mode {
width: 2rem;
height: 2rem;
mask-image: url(../../assets/icon-normal-window-thick.svg);... |
body {
background-color: #bfd2bfff;
width: 999px;
margin: auto;
}
header {
background-color: #839d9aff;
width: 960px;
height: 100px;
margin: 15px 15px 15px 15px;
display: flex;
}
nav{
width: 980px;
}
nav a {
float: right;
margin: 9%
}
header div{
background-color:#7b... |
#config {
height: 510px;
width: 595px;
margin: 0;
/* position: absolute !important; */
z-index: 2;
display: flex;
justify-content:center;
z-index: 2;
position: absolute;
align-items:center;
animation: 0.2s ease-out 0s 1 openconfig;
}
#store {
height: 600px;
margin: 0... |
@import "css/indigo-static.css";
@import "css/fonts.css";
@import "css/custom.css"; |
@import '../../../assets/library/bootstrap/css/bootstrap.min.css';
@import '../../../assets/library/icons/fontawesome/assets/css/font-awesome.min.css';
@import '../../../assets/library/icons/glyphicons/assets/css/glyphicons_regular.css';
@import '../../../assets/library/icons/glyphicons/assets/css/glyphicons_social.css... |
@charset "utf-8";
body {
margin: 0;
padding: 0;
color: #333;
font-size: 13px;
line-height: 150%;
}
/* wrapper */
.wrapper {
width: 100%;
margin: auto;
padding: 0px;
border: 0px;
background: #FFF;
top: 10px;
position: relative;
}
/* header */
.header {
width: 100%;
}
img {
margin: 0;
p... |
.mihy-app-sub-option-left-image {
border-radius: 50%;
height: 84px;
position: relative;
width: 84px;
left: -31px;
-webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2),
0p... |
.buyButton:hover,
.submitNewCandy:hover,
.singleCandyCartEdit:hover,
.sinCandyCartRemove:hover,
.singleCandyCartRemove:hover,
.submitEditCandy:hover,
.buyButtonAdmin:hover,
.proceedToCheckout:hover,
.singleCandyCartUpdate:hover {
filter: contrast(160%);
box-shadow: inset 2px 2px 50px 50px rgba(0, 0, 0, 0.25);
tra... |
@font-face{font-family:et-line;src:url(../fonts/et-line.eot);src:url(../fonts/et-line.eot?#iefix) format("embedded-opentype"),url(../fonts/et-line.woff) format("woff"),url(../fonts/et-line.ttf) format("truetype"),url(../fonts/et-line.svg#et-line) format("svg");font-weight:400;font-style:normal}.et-icon-browser,.et-icon... |
/*
See ab2p.common.css for sources info
*/ |
.project-card {
cursor: pointer;
}
.btn:not(:disabled):not(.disabled) {
cursor: pointer;
} |
.AgreementsOptions-Header {
display: inline-block;
}
.AgreementsOptions-Content {
padding: 0px 13%;
overflow-x: hidden;
overflow-y: auto;
height: calc(100vh - 250px);
}
.AgreementsOptions {
height: 100%;
}
.AgreementsOptions-ContentInner {
padding: 1vh 2vw;
border-radius: 15px;
}
#AgreementsCaption{
marg... |
#mainTable {
padding: 12px 0 12px 0;
text-align: center;
}
#top {
position: absolute;
width: 100%;
float: right;
margin-bottom: -40px;
padding: 10px 40px 0 0;
z-index: 1;
}
#header {
}
#headline {
padding: 15px 5px 15px 5px;
}
#navigation {
padding: 15px 0 15px 0;
}
#content {
margin: 10px 0 20px 0;
}... |
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Aleo:wght@700&display=swap');
.titleHistory{
font-size: 60px;
font-family: 'DM Sans', sans-serif;
color: white;
}
.japaneseText{
font-family: 'DM Sans', sans-serif;
c... |
/* be-vietnam-pro-latin-600-normal*/
@font-face {
font-family: 'Be Vietnam Pro';
font-style: normal;
font-display: swap;
font-weight: 600;
src: url('./files/be-vietnam-pro-latin-600-normal.woff2') format('woff2'), url('./files/be-vietnam-pro-latin-600-normal.woff') format('woff');
} |
.ui-multiselect { padding:2px 0 2px 4px; text-align:left }
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important }
.ui-mu... |
.special-dice-roller form input[type=checkbox] {
border: 1px solid transparent;
background-repeat: no-repeat;
background-position: center;
background-size: 100%;
height: 40px;
width: 40px;
cursor: pointer;
-webkit-appearance: none;
appearance: none;
outline: none;
margin: 0;
... |
@charset "UTF-8";
/*!
* Bootstrap v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8... |
.loader-container {
display: flex;
justify-content: center;
}
.loader-container img {
max-width: 700px;
} |
body {
margin: 0;
font-family: -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;
width: 450px;
height: 600px;
}
code {
font-fam... |
.rating {
line-height: 1.6;
color: var(--lightTextClr);
text-transform: uppercase;
will-change: opacity;
animation: fadeIn .4s ease-in-out;
user-select: none;
}
.book .rating { text-align: center; }
.rating-labels {
display: inline;
& .rating-num { color: rgb(var(--accentClr)); }
}
.react-rater {
... |
/*
* jQuery Nivo Slider v2.6
* http://nivo.dev7studios.com
*
* Copyright 2011, Gilbert Pellegrom
* Free to use and abuse under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*
* March 2010
*/
/* The Nivo Slider styles */
.nivoSlider {
position:relative;
}
.nivoSlider img {
positio... |
/*--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-tra... |
@media screen and (min-width: 767px) {
.wy-table-responsive table td {
white-space: normal !important;
}
.wy-table-responsive {
overflow: visible !important;
}
} |
---
to: "<%= type==='primary' ? `${h.src()}/${h.changeCase.lower(name)}/src/css/pager/pager.css` : null %>"
---
@import "@skilld/kaizen-primary/molecules/pager/_m-pager";
.pager {
&__items {
@extend %m-pager__list;
}
&__item {
@extend %m-pager__item;
&--text {
@extend %m-pager__item--text;
... |
.checkout {
display: flex;
padding: 20px;
background-color: white;
height: max-content;
}
.checkout__ad {
width: 100%;
margin-bottom: 10px;
}
.checkout__title {
margin-right: 10px;
padding: 10px;
border-bottom: 1px solid lightgray;
} |
/*!
* Bootstrap v4.2.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545... |
.navbar {
position: relative;
box-sizing: border-box;
border-bottom: 1px solid var(--medium-dark-color);
height: calc(var(--vertical-rhythm) * 2);
backface-visibility: hidden;
}
.navbar-container {
display: flex;
margin: 0 auto;
max-width: var(--container-width);
height: 100%;
padding: 0;
}
.navba... |
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-size: min(3vh, 4vw);
margin: 0px;
}
h1 {
margin-top: 7.5vh;
text-align: center;
}
h2 {
text-align: center;
}
p {
font-size: min(3vh, 4vw);
... |
/**
* @package WordPress
* @subpackage All Business
* @version 1.0.0
*
* Theme Fonts Rules
* Created by CMSMasters
*
*/
/***************** Start Theme Font Styles ******************/
/* Start Content Font */
body {
font-family:'Roboto', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
font-size:13px... |
body, h1, h2, h3, h4, h5 {
font-family: "Titillium Web", sans-serif;
font-weight: 400;
line-height: 1.8;
color: #5D5959;
background-color: #FFFFFF; }
h1 {
font-weight: 400;
margin-top: 10px;
margin-bottom: 10px; }
.text-justify {
text-align: justify; }
.strong {
font-weight: 700; }
.xsmall {
f... |
/* ==UserStyle==
@name Nitrotype Orange And Blue Theme With Dark Race Box
@namespace USO Archive
@author Elan Kelev Airglow
@description `A cool looking theme that makes almost every thing either orange or blue and It comes with a dark race box!`
@version 20200711.1.16
@license N... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.