text stringlengths 1 1.04M |
|---|
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap');
*{
padding: 0;
margin: 0;
outline: 0;
box-sizing: border-box;
}
body{
font: 400 14px Roboto, sans-serif;
background: #f0f0f5;
-webkit-font-smoothing: antialiased;
}
input, button, textarea {
font: ... |
/*
Flaticon icon font: Flaticon
Creation date: 25/12/2019 06:08
*/
@font-face {
font-family: "Flaticon";
src: url("/fonts/Flaticon.eot");
src: url("/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
url("/fonts/Flaticon.woff2") format("woff2"),
url("/fonts/Flaticon.woff") format("wo... |
.ps{overflow:hidden !important;overflow-anchor:none;-ms-overflow-style:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{display:none;opacity:0;transition:background-color .2s linear, opacity .2s linear;-webkit-transition:background-color .2s linear, opacity .2s linear;height:15px;bottom:0px;position:absolute}.p... |
/* materialize.css variables */
/* fixes */
.medium-toolbar-arrow-under:after {
border-color: #000 transparent transparent transparent;
top: 40px; }
.medium-toolbar-arrow-over:before {
border-color: transparent transparent #000 transparent; }
.medium-editor-toolbar {
background-color: #000;
border: none;
... |
/*!
* Bootstrap v3.3.2 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-a... |
@font-face {
font-family: 'roboto_condensedbold_italic';
src: url('RobotoCondensed-BoldItalic-webfont.svg#roboto_condensedbold_italic') format('svg');
font-weight: normal;
font-style: normal;
} |
.jumbotron {
text-align: center;
color: white;
background-color: #949494;
}
.jumbotron h1 {
padding-top: 50px;
font-size: 72px;
font-weight: 700;
}
.jumbotron p a {
color: yellow;
}
.ghost {
opacity: 0.1;
font-size: 200%;
}
.dragover {
background-color: grey;
}
.pad-top {
padding-top : 50px;
}
figure.image... |
.text-area {
-fx-skin: "com.sun.javafx.scene.control.skin.TextAreaSkin";
-fx-background-color: -fx-shadow-highlight-color, -fx-text-box-border, -fx-control-inner-background;
-fx-background-insets: 0, 1, 2;
-fx-background-radius: 3, 2, 2;
-fx-padding: 1;
-fx-prompt-text-fill: derive(-fx-control-i... |
/*!
* Stylesheet for design kmom04 dark.
*
* This stylesheet is for the design course and kmom04 dark.
*//*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:cont... |
/* Deafult Margin & Padding */
/*-- Margin Top --*/
.mt-5 {
margin-top: 5px;
}
.mt-10 {
margin-top: 10px;
}
.mt-15 {
margin-top: 15px;
}
.mt-20 {
margin-top: 20px;
}
.mt-25 {
margin-top: 25px;
}
.mt-30 {
margin-top: 30px;
}
.mt-35 {
margin-top: 35px;
}
.mt-40 {
margin-top: 40px;
}
.mt-45 {
margin-top: 45px;
}
... |
/* --------------------------------
Primary style
-------------------------------- */
*, *::after, *::before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
}
body {
font-size: 1.6rem;
font-family: 'Oxygen';
font-size: 22px;
color: #2... |
* {
font-family: 'Lato', sans-serif;
}
.container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.accordion {
cursor: pointer;
padding: 18px;
text-align: left;
border-radius: 4px 4px 4px 4px;
font-size: 4vw;
font-weight: bold;
outline: 0;
border: 0.5... |
/*! My very own Bootstrap 4 Theme
*
* Built on top of Bootstrap 4 (https://getbootstrap.com)
* Built with the Bootstrap Theme Kit by HackerThemes (https://hackerthemes.com)
* Bootstrap v4.1.0 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed ... |
.theme-blue .navbar {
background-color: #2196F3; }
.theme-blue .navbar-brand {
color: #fff; }
.theme-blue .navbar-brand:hover {
color: #fff; }
.theme-blue .navbar-brand:active {
color: #fff; }
.theme-blue .navbar-brand:focus {
color: #fff; }
.theme-blue .nav > li > a {
color: #fff; }
.theme... |
@import './styles/global.scss'; |
.hidden {
display: none !important;
visibility:hidden;
}
.button_active {
outline: 1px solid red;
} |
@media (min-width: 768px) {
.nav {
text-align: center;
}
} |
.jqplot-tooltip-label{
font-weight:bold;
}
.jqplot-highlighter-tooltip{
color:black;
border:1px solid black;
background-color:white;
border-radius: 10px 10px 10px 10px;
padding:10px;
padding-right:20px;
}
.jqplot-highlighter-tooltip .close {
position: absolute;
top: 0px;
right: 5... |
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');
*
{
margin: 0;
padding: 0;
outline: none;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body
{
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh... |
.workflow-failures {
background-color: transparent;
}
.workflow-failures .ant-collapse-item {
border: none;
}
.workflow-assets .ant-collapse-header {
padding-top: 5px !important;
padding-bottom: 5px !important;
padding-left: 30px !important;
}
.workflow-failures .ant-collapse-header {
padding-top: 0 !imp... |
@font-face {
font-family: 'mapicon-species';
src: url('fonts/mapicon-species.eot?h40clo');
src: url('fonts/mapicon-species.eot?h40clo#iefix') format('embedded-opentype'),
url('fonts/mapicon-species.ttf?h40clo') format('truetype'),
url('fonts/mapicon-species.woff?h40clo') format('woff');
font-weight: n... |
pre.sh_sourceCode {
background-color: #ffffff;
color: #000000;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_keyword {
color: #000000;
font-weight: bold;
font-style: normal;
}
pre.sh_sourceCode .sh_type {
color: #000000;
font-weight: bold;
font-style: normal;
}
pre.sh_sourceCod... |
/* CSS Document wanghongcheng 2009.12.24 ��������� */
.leftbk0225 ul{margin:0;padding:0;border:0;}
.leftbk0225 li{list-style-type:none;}
.leftbk0225 a:link{color:#333;text-decoration:none;}
.leftbk0225 a:visited{color:#333;text-decoration:none;}
.leftbk0225 a:hover{color:#049;text-decoration:underline;}
.leftbk0225 a... |
body {
background: #f4f7fa;
color: #5c6878;
font-family: 'Roboto', sans-serif;
width: 200px;
max-width: 100%;
overflow-x: hidden;
max-height: 350px;
}
body a:link {
text-decoration: none;
}
body #currIco:hover {
width: 18px;
height: 18px;
}
body .flat-butt {
display: inline-block;
border-radius:... |
.monsterinsights-wooedd-upsell-left {
width: 50%;
display: table-cell;
float: left;
}
.monsterinsights-wooedd-upsell-right {
width: 50%;
display: table-cell;
float: left;
}
.monsterinsights-wooedd-upsell-image {
width: 100%;
height: auto;
padding: 20px;
}
.monsterinsights-wooedd-upsell-image-small {
displa... |
.course-detail {
margin: 20px auto;
} |
img {
height: auto;
width: 20%;
margin-top: 1%;
margin-left: 1%;
}
.container {
display: grid;
grid-template-columns: auto;
margin: 5%;
grid-row-gap: 20px;
justify-items: center;
}
.one {
background-color: white;;
width: 30%;
padding: 2%;
}
.two {
background-color: white;;
wi... |
/*! jQuery UI - v1.11.4 - 2015-04-28
* http://jqueryui.com
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
|
/**
* Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
* work well for content-centric websites.
*/
/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #25c2a0;
--ifm-color-primary-dark: rgb(33, 175,... |
.toolbar, .sidebar, .split-view-resizer, .profile-launcher-view-content {
display: none
}
.split-view-sidebar {
flex-basis: 0px!important;
} |
.navbar {
position: absolute;
display: flex;
justify-content: space-around;
background-color: black;
width: 100%;
align-items: center;
padding: 1px 15px;
color: snow important!;
}
.white{
color:snow;
}
.card_indicators {
width: 80%;
padding-top:90px;
margin: 0 auto;
background-co... |
@charset "UTF-8";
h1{
color: red;
}
p{
font-size: large;
font-family: Arial, Helvetica, sans-serif;
} |
@charset "UTF-8";
/*!
* Start Bootstrap - Clean Blog v6.0.5 (https://startbootstrap.com/theme/clean-blog)
* Copyright 2013-2021 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-clean-blog/blob/master/LICENSE)
*/
/*!
* Bootstrap v5.1.0 (https://getbootstrap.com/)
* Copyright 2011-... |
body {
text-align: center;
}
.header-top {
font-family: Pacifico, sans-serif;
font-weight: bold;
font-family: Georgia, serif;
background: linear-gradient(to right, #4364f7, #6fb1fc);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-decoration: none;
max-width: 70vw;
}
.menu-... |
/*!
* # Semantic UI 2.2.6 - Message
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Message
*******************************/
.ui.message {
position: relative;
min-height: 1em;
margi... |
*{
margin:0;
padding:0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
outline: none;
}
body,html{
overflow-x:hidden;
}
input,a,img{
outline: none;
border:non... |
.box .title {
font-size: 18px;
padding-left: 10px; }
.box .content {
padding: 10px; }
.box .content .pager {
text-align: center; }
.box:hover {
outline: 1px solid #ddd; } |
:root {
--primary-color: #F15A22;
--secondary-color: #11323C;
} |
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);body {
font-family: "Raleway", sans-serif;
}
p {
font-family: "Poppins", sans-serif;
font-size: 1.1em;
font-weight: 300;
line-height: 1.7em;
color: #999;
}
a,
a:hover,
a:focus {
color: inherit;
text-decoration: none;
transition: al... |
@set source-code < std-plaintext-numbers
{
:root
{
padding: 1em 0;
margin : 0;
tab-size: 2;
background: #fff;
font-family: 'SF Mono', 'Consolas', monospace;
font-rendering-mode: enhanced;
font-size: 14dip;
prototype: Editor;
aspect: colorize;
display:block;
color: #00... |
.string {
-fx-fill:#3D9970;
-fx-font-weight: bold;
}
.char {
-fx-fill:#2ECC40;
-fx-font-weight: bold;
}
.line-comment {
-fx-fill:#01FF70;
-fx-font-weight: bold;
}
.externals {
-fx-fill:#FFDC00;
-fx-font-weight: bold;
}
.options {
-fx-fill:#FF851B;
-fx-font-weight: bold;
}
.primit... |
html, body {
color: rgba(20,160,150,1);
margin: 0;
width:100%;
height: 100vh;
}
h1 {
font-family: "Spicy Rice", cursive;
font-weight: 900;
font-size: 8em;
text-align: center;
transition: 3s;
}
h2 {
font-family: 'Montserrat', sans-serif;
font-weight: 100;
font-size: 2em;
text-align: center;
... |
.form {
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: center;
border-radius: 10%;
background-color: #125E8A;
border: 1em solid black;
border-top: 5px solid;
border-right: 5px solid;
width: 95%;
}
.inputGroup {
width: 33%;
padding-bottom: 1%;... |
* {
box-sizing: border-box;
}
body {
font-family:sans-serif;
margin: 25px;
color: #222;
background-color: #f5f5f5;
}
h1 {
font-weight: bold;
width: 80%;
margin: 50px;
}
.bold {
font-weight: bold;
}
p {
max-width: 900px;
}
form {
width: 80%;
max-width: 340px;
border-radius: 5px;
}
input {... |
/* Import base styles */
@import "global.css";
body {
font-family: Roboto;
background-color: var(--primary-app);
color: var(--text-on-primary);
}
#urli-title {
font-size: 20px;
margin: 0;
}
#urli-url-input {
width: 100%;
}
#urli-url-msg-helper {
color: var(--secondary-app);
font-weig... |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap');
*{
padding: 0;
margin: 0;
font-family: 'Open Sans', sans-serif;
}
body{
overflow: auto;
}
a{
text-decoration: none;
}
header{
display: flex;
position: fixed;
flex-direction: row;
justify-conte... |
body {
background: url("http://paper-backgrounds.com/textureimages/2012/05/white-concrete-wall-texture-background-hd.jpg");
}
section {
width: 80vmin;
height: 80vmin;
margin: auto;
background: #fff
url("http://travisdarnell.com/wp-content/uploads/2013/12/white-linen-paper-texture1.jpg")
center center... |
#div1
{
border-bottom: solid;
}
#div2, #div3
{
height: 20px;
margin-top: 60px;
width: 60px;
}
#div2
{
background: red;
}
#div3
{
background: blue;
} |
h1 {
text-align: center;
font-weight: 500;
}
em {
color: red;
font-weight: bolder;
} |
.emce-hi{empty-cells:hide} |
/*
Template: Webster - Responsive Multi-purpose HTML5 Template
Author: potenzaglobalsolutions.com
Design and Developed by: potenzaglobalsolutions.com
NOTE: This file contains the styling for the Mobile app Template. You can edit/add anything in this file!
*/
@import url('https://fonts.googleapis.com/css?family=No... |
.changepw-content-container {
padding: 25px 5px 25px 5px;
font-family: Verdana, Geneva, sans-serif;
font-size: 13.5px;
color: #828282;
}
.changepw-error-msg,
.changepw-error-msg a {
margin-bottom: 25px;
color: #828282;
}
.changepw-input-item {
margin: 4px 0px 4px 0px;
}
.changepw-input-item-label {
d... |
/*!
* reveal.js
* http://lab.hakim.se/reveal-js
* MIT licensed
*
* Copyright (C) 2015 Hakim El Hattab, http://hakim.se |
.main > * {
max-width: 960px;
margin: 0 auto;
}
.divider {
margin: .5em 0;
min-height: 26px;
border-top: 1px solid #e4e4e4;
border-bottom: 1px solid transparent;
border-left: 1px solid #e4e4e4;
}
.hidden {
display: none !important;
}
.subheader {
font-size: 14px;
color: #444;
}
.truncate-line {
... |
#header1{
background:url("img/3.jpg");
background-size: cover;
background-position: center;
min-height: 1000px;
}
.tabs.indicator{
background-color: #1a237e;
}
.tabs .tab a:focus, .tabs .tab a:focus.active{
background:transparent;
}
@media screen and (max-width: 670px){
#header1{
min-height: 500px;
}
}
... |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,600,600italic,700");
@import url("font-awesome.min.css");
/*
Miniport by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Reset */
html, body, div, span, applet, ob... |
@CHARSET "UTF-8";
.j-global-toolbar div a {
margin: 0px;
padding: 0px;
font: 12px/150% Arial,Verdana,"宋体";
color: #666;
}
.toolbar-wrap {
position: fixed;
top: 0px;
right: 0px;
z-index: 9990;
width: 35px;
height: 100%;
}
.toolbar-wrap a {
text-decoration: none;
}
.toolbar {
posi... |
@keyframes menuFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes menuFadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.nav {
position: fixed;
top: 0;
width: 100%;
display: flex;
color: white;
font-size: 1.7rem;
background-color: #4a0808;
padding: 5px 0;... |
#map {
height: 100%;
width: 100%;
}
.scroll {
height: 100%;
} |
/*
===========================================
responsive for horizontal mega menu
===========================================
*/
@media (max-width: 930px) {
/*.wpmm-orientation-vertical .wpmega-openblock,*/
.wpmm-orientation-vertical .menutoggle,
/* .wpmm-orientation-horizontal .wpmega-openblock,*/
.wpmm-orientati... |
/*# sourceMappingURL=screen.css.map */ |
/*! jQuery UI - v1.10.4 - 2014-03-23
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
|
/* Contains button definitions. */
/* Copyright (c) 2022 Gammasoft. All rights reserved. */
button {
border-style: outset;
border-color: system-color(control-dark);
border-width: 1px;
border-radius: 4px;
background-image: linear-gradient(#373737, #303030);
padding: 1px 1px 3px 1px;
color: system-color(co... |
/* Navigation */
.nav {
text-decoration: none;
color: black;
font-weight: bold;
}
nav {
padding-top: 10px;
display: flex;
justify-content: space-between;
background-color: rgba(0, 0, 255, 0.452);
}
#home-container {
margin-left: 35px;
font-size: 30px;
}
#profile-login-container {
display: flex;
wi... |
@charset "utf-8";
/* CSS Document */
@import "compass/css3";
$body-bg: #c1bdba;
$form-bg: #13232f;
$white: #ffffff;
$main: #1ab188;
$main-light: lighten($main,5%);
$main-dark: darken($main,5%);
$gray-light: #a0b3b0;
$gray: #ddd;
$thin: 300;
$normal: 400;
$bold: 600;
$br: 4px;
*, *:before, *:after {
box-sizing: ... |
@charset "UTF-8";
/* SpryValidationSelect.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/* These are the classes applied on the messages
* (required message and invalid state message)
* which prevent them from being displayed by default.
*... |
@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)
* @package IcoFont
* @version 1.0.1
* @author IcoFont https://icofont.com
* @copyright C... |
body {
font-family: 'Montserrat', sans-serif;
background: #FAE6F9;
color: #5c5c5c;
min-height: 100vh;
}
.header {
font-family: 'Gochi Hand', cursive;
background-color: #54005E;
transition: top 0.2s ease-in-out;
}
/* Navigation bar start*/
nav {
height: 70px;
width: 100%;
}
.logo... |
/* BEM support Func
-------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Colors
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
... |
* {
font-family: 'Comic Sans';
} |
@import url(fontawesome-all.min.css);
@import "https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400";
/*
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,... |
/*=============================================================
Authour URI: www.binarytheme.com
License: Commons Attribution 3.0
http://creativecommons.org/licenses/by/3.0/
100% To use For Personal And Commercial Use.
IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US
======... |
fieldset{position:relative;margin:0;min-width:auto;border:none;padding:48px 16px 16px}legend{position:absolute;top:0;left:0;margin:16px}input,textarea,select,button{width:100%;padding:8px;margin:0;outline:0;box-sizing:border-box;border-radius:0;border:1px solid #bdbdbd;background-color:#fff;box-shadow:none}input,select... |
.clan-page h1, h2, h3, h4, h5, h6 {
color: #000000 !important;
font-size: 24px;
text-transform: uppercase;
font-weight: 800;
}
.clan-page .header-single h1, h4 {
color: #ffffff !important;
} |
/* [START maps_directions_panel] */
/* Optional: Makes the sample page fill the window. */
html,
body {
height: 100%;
margin: 0;
padding: 0;
}
#container {
height: 100%;
display: flex;
}
#sidebar {
flex-basis: 15rem;
flex-grow: 1;
padding: 1rem;
max-width: 30rem;
height: 100%;
box-sizing: border... |
.menu-img-logo{
width: 50%;
display: flex;
justify-content: center;
}
.menu-logo-user{
margin-top: 5vh;
margin-bottom: 5vh;
display: flex;
justify-content: center;
}
.menu-main-menu{
float: right;
width: 100%;
text-align: right;
color: white;
margin: 0 auto;
font-si... |
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,800,800italic");
/*
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Reset */
html, body, div, span, ap... |
#exp {
height: 100%;
width: 100%;
display: flex;
}
#lexp {
width: 20%;
margin-right: 20px;
}
#mexp {
width: 60%;
margin-right: 20px;
}
#rexp {
width: 20%;
}
#poemTitle {
font-size: 28px;
}
#poemDate {
color: grey;
font-size: 18px;
}
body {
background-color: #fff;
}
p {
/* font-family: "... |
/*!
* jQuery UI Dialog 1.9.2
* http://jqueryui.com
*
* Copyright 2012 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Dialog#theming
*/
.ui-dialog { position: absolute; top: 0; left: 0; padding: .2em; width: 300px; overflow: h... |
@charset "UTF-8";
HTML
{
scrollbar-3dlight-color: #fff0f5;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #fff0f5;
scrollbar-darkshadow-color: #fff0f5;
scrollbar-face-color: #d0d0d0;
scrollbar-highlight-color: #fff0f5;
scrollbar-shadow-color: #fff0f5;
scrollbar-track-color: #fff0f5;
}
.connection-state,... |
/**
Theme Name: Astra
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business websit... |
body {
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
header {
height: 200px;
background-color: #3E99D9;
border-bottom: 8px solid #D85C97;
}
#logo {
margin: 25px;
width: 150px;
float: left;
}
#bizname {
margin: 50px 0px 0px 0px;
float: left;
}
h1 {
font-size: 4em;
font-family: 'Audiowide'... |
@charset "UTF-8";
:root {
--surface-a:#1f2d40;
--surface-b:#17212f;
--surface-c:rgba(255, 255, 255, 0.03);
--surface-d:#304562;
--surface-e:#1f2d40;
--surface-f:#1f2d40;
--text-color:rgba(255, 255, 255, 0.87);
--text-color-secondary:rgba(255, 255, 255, 0.6);
--primary-color:#BA68C8;
--primary-color-... |
.hidden_ {display: none !important; }
.visible_ {display: block !important;}
.w3-torquise {
color: #61C79F !important;
}
.w3-topbar-lightblue{
border-top:4px solid #87CEEB;
}
button:focus{
background-color:white;
box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.2);
color:rgb(0, 0, 0);
}
.hero-... |
html {font-size: 1em;}
body {
font-weight: 400;
line-height: 1.45;
}
p, .p, section ul li {
font-size: 1em;
margin-bottom: 1em;
font-family: var(--font-serif);
}
h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
margin: 1.414em 0 0.5em;
font-weight: inherit;
line-height: 1.2;
font-family: var(--font-sans);
}
h... |
/*# sourceMappingURL=app.c9ba0ef959e787eaa732bd95159a6807.css.map */ |
html,body{margin:0;padding:0;width:100%;height:100%}.configurable-application--loading{text-align:center;display:block;height:100%;width:100%;overflow:hidden;background-color:#fff;background-position:center center;background-repeat:no-repeat;background-image:url(../assets/loader-ie9.gif)}.configurable-application--load... |
@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
/* Less Function
>> IMG
data-uri('image/jpeg;base64','../data/image.jpg');
>> MIXIN
.boxshw, #boxshw {
box-shadow: inset 0 0 10px #555;
}
.my-other-mixin(... |
* {
padding: 0;
margin: 0;
box-sizing: border-box;
list-style: none;
font-family: "Poppins", sans-serif;
text-decoration: none;
}
.navbar {
display: flex;
width: 100%;
align-items: center;
justify-content: center;
justify-content: space-between;
margin-top: 1.5rem;
z-index: 99;
}
.logo {
d... |
.layermbox {
position: relative;
z-index: 19891014;
}
.layermmain, .laymshade {
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.layermbtn span, .layermchild {
display: inline-block;
position: relative;
}
.laymshade {
background-color: rgba(0,0,0,.5);
pointe... |
#page {
background-color: #ffffff;
}
#page .post {
padding: 20px 30px 0 0;
}
#page .post .post_image {
float: left;
margin-right: 20px;
position: relative;
}
#page .post .post_taxonomy,
#page .post .session_taxonomy {
padding-bottom: 8px;
position: relative;
top: -1px;
}
#page .post .post_taxonomy ul li,
#p... |
.login{--color__white:hsl(0, 0, 100%);--color__primary:hsl(202, 73%, 40%);--color__secondary:hsl(74, 60%, 63%);--color__copy:hsl(0, 0%, 20%)}.login #login{max-width:320px;width:100%}.login h1 a{background-image:url(../images/logo.png);background-position:center center;background-size:240px;width:240px}.login form .butt... |
/*!
* Start Bootstrap - Agency v4.0.0-alpha (http://startbootstrap.com/template-overviews/agency)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE) |
@charset 'UTF-8';
/*
* blueimp Gallery Video Factory CSS 1.2.0
* https://github.com/blueimp/Gallery
*
* Copyright 2013, Sebastian Tschan
* https://blueimp.net
*
* Licensed under the MIT license:
* http://www.opensource.org/licenses/MIT
*/
.blueimp-gallery > .slides > .slide > .video-content > video,
.blueimp-... |
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(http://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTa-j2U0lmluP9RWlSytm3ho.woff2) format('woff2');
unicode-range: U+0460-052F, U+20B4, U+2DE0-2DF... |
.modal {
width: 100%;
max-width: 500px;
}
.modal__content {
display: flex;
flex-direction: column;
background-color: #fff;
border-radius: 12px;
}
.modal__header {
padding: 0.75rem 1.5rem;
color: #fff;
background-color: #8b005d;
font-weight: bold;
border-top-left-radius: 12px;
border-top-right-... |
:root {
--bg-color: #eee;
--fg-color: #111;
--ac-color: #222;
}
* {
box-sizing: border-box;
outline: 0;
border: 0;
font-family: "Poppins", sans-serif;
transition: all 0.3s ease-in-out;
}
::-webkit-scrollbar {
height: 8px;
width: 8px;
background: transparent;
}
::-webkit-scrollbar-thumb {
back... |
#pizzaNetHeader {
background-image: linear-gradient(rgb(223, 29, 29), #fcd285);
text-align: right;
margin: 2%;
padding-right: 4%;
padding-left: 4%;
border: black solid 3px;
}
#pizzaSlice {
position: relative;
top: 30px;
left: 40px;
float: left;
width: auto;
height: 230px;
}
.tm {
font-family... |
table.dt-rowReorder-float {
position: absolute !important;
opacity: 0.8;
table-layout: fixed;
outline: 2px solid #0275d8;
outline-offset: -2px;
z-index: 2001;
}
tr.dt-rowReorder-moving {
outline: 2px solid #888888;
outline-offset: -2px;
}
body.dt-rowReorder-noOverflow {
overflow-x: hidden;
}
table.... |
span.twitter-typeahead .tt-menu {
cursor: pointer;
}
.dropdown-menu, span.twitter-typeahead .tt-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
/* min-width: 160px; */
width: 100%;
padding: 5px 0;
margin: 2px 0 0;
font-size: 1rem;
color: #373a3c;
te... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.