text
stringlengths
1
1.04M
body { background-color: grey; margin: 0; padding: 0px; overflow: hidden; } canvas { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
/*************** * BASE STYLES * ***************/ /* Variables */ :root { --black: #1b1d29; --white: #ffffff; --bg-overlay: RGB(253, 255, 206, 0.96); --btn-red: #fe4c13; --btn-red-hover: #ee3a01; --btn-light-blue: #3fb3e4; --btn-light-blue-hover: #21a7e0; --shadow: #009688; } * { box-sizing: bord...
/*! * DSFR v1.3.1 | SPDX-License-Identifier: MIT | License-Filename: LICENSE.md | restricted use (see terms and conditions)
@import url('https://fonts.googleapis.com/css?family=Ubuntu'); div#LoginPage .content { margin: 0 auto; width: 500px; padding-top: 100px; } div#LoginPage { width: 100%; height: 100%; background: rgba(29, 48, 62, 0.75); } html, body { margin: 0; padding: 0; background-image: url(/Pai...
/*! @container <container-query-list> { <stylesheet> } */body{display:grid;grid-template:main auto aside auto/100%}@media(width > 40em){body{grid-template:"aside main" auto/1fr 3fr}}main,aside{contain:layout inline-size}h2{font-size:120%}@container(width > 40em){h2{font-size:calc(130% + .5vw)}}.media-object{grid-templa...
.sbWrapper { position: absolute; margin: 25px 50% 0 50%; font-family:Tahoma, Verdana, Arial, sans-serif; } .sbBar { background-color: #666666; height: 1px; } .sbBarAlt { background-color: #666666; height: 1px; } .sbMarkerMajor { height: 7px; width: 1px; background-color: #6666...
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap'); .d-flex{ display: flex; } .m-auto{ margin: auto; } .text-center{ text-align: center; } .h-100{ height: 100%; } .w-100{ width: 100%; } footer{ margin-top: 2rem; text-align: center; } html { -ms-text-size-adjust: 100%; -we...
/* BACKGROUND POSITION Base: bg = background Modifiers: -center = center center -top = top center -right = center right -bottom = bottom center -left = center left Media Query Extensions: -ns = not-small -m = medium -l = large */ .bg-center { backgro...
{ color: #222222!important; background: #ffffff} h4, h5 { color: #6d562c} th { padding: 6px 6px 6px 6px!important; background-color: #FFF4D3!important; border: 2px solid white; color: #222222} td { padding: 6px 6px 6px 6px!important;} th, td { border: 1px solid #666666 } small { padding:15px} em {font-size:large}...
/* Default style sheet for jQuery date picker v3.7.5. */ #datepick-div, .datepick-inline { font-family: Arial,Helvetica,sans-serif; font-size: 14px; padding: 0; margin: 0; background: #ddd; color: #000; width: 15em; } #datepick-div { display: none; border: 1px solid #777; z-index: 100; /*must have*/ } .datepi...
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
.App{ text-align: center; } .App-intro{ text-align: left; font-size: large; } .App-logo { animation: App-logo-spin infinite 20s linear; height: 80px; } .App-header { background-color: #222; height: 150px; padding: 20px; color: white; } .Meetup-list{ text-align: left; font-size: large; } @keyf...
@import './reset.css'; @import './variables.css'; @import './general.css'; @import './main.css'; @import './about.css'; @import './projects.css'; @import './skills.css'; @import './font-awesome.css';
/* ======================================================================== * TABLE OF CONTENTS * ======================================================================== * ======================================================================== * LAYOUT VARIANT * =================================================...
/*! 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. */ /* ===============================...
:root { --some-width: 150px; --some-other-width: 50px; } .box-foo { width: calc(1000% - var(--some-width)); } .box-foo { width: calc(1000% - var(--missing-width)); } .box-foo { width: calc(var(--some-width) - var(--some-other-width)); } .box-foo { --widthA: 100px; --widthB: calc(var(--widthA) / 2); ...
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); body { margin: 0; /* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Can...
/* IMPORTANT: use unique CSS class name to avoid confliction with other extensions or applications. */ /* For example, adding the extension id as prefix of CSS class name. */ .v-m-plot rect.bar { stroke: black; stroke-width: 1px; stroke-opacity: 0.3 }
@media screen and (hux: 3 / 4) { foo { bar: baz; } }
img.company { display:inline; position:relative; height:1.5em; top:-.1em; } .marginless { margin : 0px } .lineBreakMmargin { margin-bottom: 15px } .cg-busy { z-index: 2000 !important } .help { cursor : help; } .action { cursor : pointer; } heading ul { padding-left: 20px; } heading a { colo...
body{ background: linear-gradient(to right, #00DFFC, #005F6B); } .button{ background-color: #E0E0E0; border: none; color: #82837E; width: 75px; height: 75px; text-align: center; text-decoration: none; display: inline-block; font-size: 25px; cursor: pointer; } .textview{ width: 305px; font...
/*# sourceMappingURL=main.1f17433e.css.map*/
.gallery { display: flex; margin-left: 12vw; padding-right: 12vw; } .gallery__item { margin: 0 3vw; display: grid; grid-template-areas: '... ...' '... gallery-image' '... ...' ; grid-template-columns: 8rem 41vmax; grid-template-rows: 8rem 28vmax 3rem; will-change: transform; } .gallery__item...
@font-face { font-family: preeti; src: url("font.otf"); font-weight: bold; } .keyboard { position: fixed; left: 0; bottom: 0; width: 100%; padding: 5px 0; background: #004134; box-shadow: 0 0 50px rgba(0, 0, 0, 0.5); user-select: none; transition: bottom 0.7s; } .keyboard--hidden { bottom: -...
/* =================================================================== * * TOC: * # base style overrides * ## links * # typography & general theme styles * ## Lists * ## responsive video container * ## floated image * ## tables * ## Spacing * ## pace.js styles - minimal * # prelo...
/*! * 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; --o...
/* ==UserStyle== @name theme 1 @namespace USO Archive @author bluesapphire314 @description `1` @version 20120117.15.55 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document url-prefix('http://www.tumblr.co...
body { background-color: #080003; color: #ffffff; margin: 0; padding: 0; font-family: sans-serif; } .page-container { text-align: center; } .page-container h3.page-title { font-size: 54px; margin: 10px 0; } .page-container .form { margin-top: 140px; } .page-container select { padding:...
/*! Copyright 2021 Timo Tijhof <https://timotijhof.net> | MIT License */ .grid { margin: 0 auto; width: 410px; height: 410px; } .cell { vertical-align: middle; display: inline-block; width: 100px; height: 100px; background: #000; outline: 1px solid #fff; transition: transform 0.5s ease-out, background-co...
img { display: block; margin-left: auto; margin-right: auto; } .container { /* margin: 10px; */ /* padding: 5%; */ padding-top: 5%; padding-bottom: 3%; padding-left: 8%; padding-right: 8%; } .table td { text-align: center; /* padding-left: 1%; */ text-transform: uppercase; } .table th { text-a...
/* To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. */ /* Created on : Jun 2, 2020, 11:53:31 PM Author : Damian */ .btn{ display: block; margin-left: auto; margin-right: auto...
.category { font-family: 'Allerta Stencil', sans-serif; font-size: 60px; } .news_name { font-family: 'Special Elite', cursive; } .jumbotron { padding:2px; }
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */ /* position */ .toast-center-center { top: 50%; left: 50%; transform: translate(-50%, -50%); } .toast-top-center { top: 0; right: 0; width: 100%; } .toast-bott...
/* File Created: januar 2, 2012 */ .FileManagerSelect { width: 220px; } input[type=checkbox] { float: left; vertical-align: middle; } label { display: block; vertical-align: middle; }
/* JV2 Folder Gallery Styles If you change the theme, and would like to share them.... please contact me through the website. You might have your theme included in the next release. */ /* body style - delete this if using as include and conficting with existing css */ body { margin: 10px; background-color: #3838...
/* * Copyright 2011 The Kuali Foundation. * * Licensed under the Educational Community License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl2.php * * Unless required by app...
body{ margin:0; padding:0; } #Choco_overlay{ background: #000 !important; position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; height: 100%; display:none; padding:0; margin:0; } #Choco_content{ display:none; width:800px; height:600px; z-index:1001; position:fixed; left:50%; top:50%; margin-...
body { padding: 15px 0; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 0.9em; line-height:1.6em; } img { width: 100%; } #navigation h1.nav-header { padding: 0 15px; margin-bottom: 0; } #navigation a.nav-header { padding: 5px 15px; font-weight: bold; } #navigation...
/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
.iframeContainer { padding: 20px; border: 1px solid #e3e3e3; } /* Sticky Footer rules (https://getbootstrap.com/examples/sticky-footer/) */ html { position: relative; min-height: 100%; } body { /* Padding bottom by footer height */ padding-bottom: 80px; background: #cecbcb; } #footer { position: abso...
.root { flex-grow: 1; } .menu-btn { margin-left: -12px; margin-right: 20px; }
@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8"; /*! * Bootstrap v4.5.3 (https://getbootstrap.com/) * Copyright 2011-2020 The Bootstrap Authors * Copyright 2011-2020 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ :root { --blue: #3490dc;...
@font-face{ font-family: 'Crimson Text'; src: url('CrimsonText.ttf'); } html, button, input { font-family: 'Crimson Text', georgia, serif; font-size: 14pt; } div{ margin: auto; width: 680px; } h1 { text-align: center; } button { background-color: dodgerblue; border: none; color: white } table { margin: auto;...
/* 2.1 SEARCHER BOX ================================== */ #search-box { height: 90px; /* .search-container */ } #search-box.no-margin { height: auto !important; } #search-box .search-container { height: 1px; position: relative; z-index: 20; height: 172px; /* .search-options *...
@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');}
.Container { border: 2px solid rgb(61, 61, 61); border-radius: 7px; height: 90px; margin: 12px 8px; width: 90px; } .Edit { background-color: white; } .Input { border: none; border-radius: 8px; color: black; font-family: 'Rosario', sans-serif; font-size: 24px; margin-bottom: 4px; outline: non...
/*! * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com) * Code licensed under the Apache License v2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ body { width: 100%; height: 100%; } html { width: 100%; height: 100%; } @media(min-width:767px) { .n...
.test3 { display: block; }
body{ width: 100%; height: 100%; background-image: url("background.jpg"); } header{ height: 4em; background-color: black; color: white; font-family: algiers; text-align: center; border: 1px solid black; } #top{ margin-top: 0px; } section{ margin: 1em; } #event,#time{ ...
@import "variables.css"; .container { border-radius: var(--border-radius); cursor: pointer; } .name { margin: 0; background: var(--color-concrete); border-top-left-radius: var(--border-radius); border-top-right-radius: var(--border-radius); font-size: 1.75rem; padding: 0.67rem 1rem; color: var(--col...
/* Ion.RangeSlider, Nice Skin // css version 1.8.5 // by Denis Ineshin | ionden.com // ===================================================================================================================*/ /* ===============================================================================================================...
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; box-sizing: border-box; color: #fff; background...
/* noto-sans-thai-thai-400-normal*/ @font-face { font-family: 'Noto Sans Thai'; font-style: normal; font-display: swap; font-weight: 400; src: url('./files/noto-sans-thai-thai-400-normal.woff2') format('woff2'), url('./files/noto-sans-thai-thai-400-normal.woff') format('woff'); }
/*! * Bootswatch v5.1.1 * Homepage: https://bootswatch.com * Copyright 2012-2021 Thomas Park * Licensed under MIT * Based on Bootstrap *//*! * Bootstrap v5.1.1 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/tw...
/* h1 { font-size: 800px; } */
*{ margin: 0px; box-sizing: border-box; padding: 0px; } #home{ position: relative; width: 100%; display: flex; padding-bottom: 2em; flex-direction: column; justify-content: flex-start; background-repeat: no-repeat; background-size: cover; background-position: center; background-image: url(".....
@import '../../library/bootstrap/css/bootstrap.min.css'; @import '../../library/icons/fontawesome/assets/css/font-awesome.min.css'; @import '../../library/icons/glyphicons/assets/css/glyphicons_filetypes.css'; @import '../../library/icons/glyphicons/assets/css/glyphicons_regular.css'; @import '../../library/icons/glyph...
/* Write your styles */ .am-topbar { background: #3b3b3b none repeat scroll 0 0;border-bottom: 1px solid #3b3b3b; } .am-topbar, .am-topbar a { color: white; line-height: 50px; } .am-container>.am-topbar-right>.am-nav>.am-active{background-color:rgb(221,0,9);color: whitesmoke;border-radius: 5px;} #top...
.link { display: block; color: var(--primary); font-weight: 500; font-size: 13px; line-height: 13px; text-align: center; text-decoration: none; } .link--important { color: var(--error); }
/*! * ZUI - v1.3.1 - 2015-05-19 * http://zui.sexy * GitHub: https://github.com/easysoft/zui.git * Copyright (c) 2015 cnezsoft.com; Licensed MIT */ .chosen-container.chosen-icons .chosen-results { padding: 5px; } .chosen-container.chosen-icons .chosen-results li.group-result { padding: 5px 0; font-size: 12...
header img { height: 100px; vertical-align: bottom; } /* Pour colorer les blocs, activez les règles en supprimant les caractères '_'. */ section { background-color: lightgrey;} section aside { background-color: tomato;} section article { background-color: orange;} footer { background-color: grey;} footer di...
.content { margin-top: 50px; } .undecorated-link:hover { text-decoration: none; } [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; } .ng-invalid.ng-dirty{ border-color:#FA787E; } .ng-valid.ng-dirty{ border-color:#78FA89; } /*Estilos para el aside*/ .h...
.simditor { position: relative; border: 1px solid #c9d8db; } .simditor .simditor-wrapper { position: relative; background: #ffffff; overflow: hidden; } .simditor .simditor-wrapper .simditor-placeholder { display: none; /* position: absolute;*/ left: 0; z-index: 0; padding: 22px 15px; font-size: 16p...
@import url('https://fonts.googleapis.com/css?family=Quicksand&display=swap'); .App { height:710px; display:grid; grid-template-columns: 1fr 4fr; font-family: 'Quicksand',Arial, sans-serif; line-height: 1.3em; letter-spacing: 0.04em; } .side{ width:300px; } .main{ overflow: scroll; overflow-x: hidden; }...
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 5, 2015 */ @font-face { font-family: 'quarkbold'; src: url('quark-bold.eot'); src: url('quark-bold.eot?#iefix') format('embedded-opentype'), url('quark-bold.woff2') format('woff2'), url('quark-bold.woff') format('w...
.post { display: flex; justify-content: column; flex-wrap: wrap; }
.contact-heading { text-align: center; } .contact-container { text-align: center; margin-top: 60px; } .social-links { font-size: 60px; margin: 30px; }
/*!*************************************************************************************************************************************************************************************************!*\ !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!....
@charset "UTF-8"; /* HTML = id CSS= # HTMl= class CSS= . */ body { background-color: #11ABF2; font-family: Arial, Helvetica, sans-serif; } h1{ color: #0C75A6; } h1#principal{ background-color: #0E90CC ; text-align: center; } .basico{ color: green; font-weight: bold; } .intermediario{ ...
section.demo h4{ clear:both; } section.demo{ margin-left: 1em; }
.iti { position: relative; display: inline-block; } .iti * { box-sizing: border-box; -moz-box-sizing: border-box; } .iti__hide { display: none; } .iti__v-hide { visibility: hidden; } .iti input, .iti input[type=text], .iti input[type=tel] { position: relative; z-index: 0; margin-...
.selected { background-color: #CFD8DC !important; color: white; } .personnes { margin: 0 0 2em 0; list-style-type: none; padding: 0; width: 20em; } .personnes li { cursor: pointer; position: relative; left: 0; background-color: #EEE; margin: .5em; padding: .3em 0; height: 2.6em; border-radiu...
.avatar-box { margin: auto 0; } .profileicon { height: 2rem; width: 2rem; } .supper-avatar { height: 250px; width: 250px; border-radius: 50%; display: block; margin: 0px auto; font-size: 5rem; } .big-avatar { height: 50px; width: 50px; border-radius: 50%; font-size: 5rem; color: #222222; } ...
.link { border: none; padding: 1rem 0.1rem; text-align: center; text-decoration: none; display: inline-block; margin: 0.25rem 0.125rem; cursor: pointer; color: white; } .link:hover { color: #c2efea; } .active-link { color: #86CCC7; } .active-link:hover { color: #86CCC7; }
#title{ background: #7e7fae; color: white; text-shadow: -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black, 1px 1px 1px black; font-weight: bold; display: flex; justify-content: space-between; padding: 1em; font-family: "Aclonica", sans-serif;; font-size: 20px; font-weig...
/* ------------------------------------------------------------- * Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library * By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets * * List of CSS3 Sass Mixins File to be @imported and @included as you need * * The purpose of this library is to...
/*! * funkcss tooltip • v0.4.0 * MIT License * github.com/filipelinhares/fooltips
body { font-family: "Fira Sans","Helvetica Neue",Helvetica,Calibri,Verdana,sans-serif; margin: 40px auto; max-width: 44em; line-height: 1.6; font-size: 14pt; color: #444; } h1 { text-align: center; } a { color: #0d98ba; } a:hover { color: #0c7090; } tt, pre, code, kbd { font-family: "Fira Mon...
@import url(https://fonts.googleapis.com/css?family=Nunito); /*! * Bootstrap v4.3.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)
* { box-sizing: border-box; } body { margin: 0; padding: 20px; font-family: helvetica, arial, sans-serif; font-size: 1em; line-height: 1.3; } h1 { margin: 0 0 .5em; } h2 { margin: 1.5em 0 .5em; } .container { max-width: 60em; } .header { padding: 20px; background: #eee; font-size: 2em; } ....
.myApplyTab{width:740px;height:1000px;margin-left:23px} .myApplyTab .myPubActDetailBox{width:740px;height:48px;line-height:48px} .myApplyTab .myPubActDetailBox .myPubActDetailBHead{width:190px;height:46px;line-height:46px;display:block;float:left;font-size:24px} .myPubActDetailTitleHead{width:740px;height:40px;line-hei...
/* Empty. Add your own CSS if you like */ ::-webkit-scrollbar { display: none; }
* { font-family: "Segoe UI", Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; } .btn, .badge, .modal, .modal-dialog, .modal-content, input, select { border-radius: 0 !important; } input, select { padding: 4px !important; display: inline-block !important; } .navbar * { background-image: non...
@import url(https://fonts.googleapis.com/css?family=Nunito);/*! * AdminLTE v3.0.0-alpha * Author: Abdullah Almsaeed * Website: AdminLTE.io <http://adminlte.io> * License: Open source - MIT <http://opensource.org/licenses/MIT> */ /*! * Bootstrap v4.1.0 (https://getbootstrap.com/) * Copyright 2011-2018 The ...
body { margin: 0; font-family: 'Lato', sans-serif; background-color: #F9F7F7; } .background{ background: #DBE2EF; background: linear-gradient(90deg, #DBE2EF 0%, #3F72AF 100%); background-image: url("https://estaticos.elperiodico.com/resources/jpg/4/4/planeta-tierra-desde-espacio-1579545976944.jpg"); back...
/* ==UserStyle== @name Se7ensins v4 Banner and Logo @namespace USO Archive @author Holo7s @description `v4 style banner and logo for se7ensins` @version 20140306.13.5 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @-moz-document domain("se7ensins.com") { img[src...
@keyframes flash-background { 0% { background-color: white } 90% { background-color: white } 100% { background-color: greenyellow } } @keyframes loading-background { 0% { background-color: red } 50% { background-color: orange } 100% { background-color: red } } :root { --ip-color: darksla...
html, body { height: 100%; margin: 0; padding: 0; } .main { width: 100%; min-height: 100vh; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; background: transparent; positi...
/*# sourceMappingURL=main.db743235.chunk.css.map */
/*! * Evo Calendar - Simple and Modern-looking Event Calendar Plugin * * Licensed under the MIT License * * Version: 1.1.2 * Author: Edlyn Villegas * Docs: https://edlynvillegas.github.com/evo-calendar * Repo: https://github.com/edlynvillegas/evo-calendar * Issues: https://github.com/edlynvillegas/evo-calendar...
/*! * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) @font-face{font-family:'HoneyScript';src:url('../fonts/HoneyScript-Light.ttf') format('truetype');font-weight:normal;font-style:normal;}.hs{display:inline-blo...
/* Make clicks pass-through */ #nprogress { pointer-events: none; } #nprogress .bar { background: #29d; position: fixed; z-index: 100; bottom: 0; left: 0; width: 100%; height: 2px; }
/* * Thanks to Malash */ ::-webkit-scrollbar { height:11px; width:11px } ::-webkit-scrollbar-button { height:0; width:0 } ::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment { display:block } ::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-bu...
/* Document : report-card Created on : 24/01/2012, 13:37:48 Author : ecorrons Description: Contains required styles for HTML report cards. */ body { text-align:center; font-family:Trebuchet MS, sans-serif; font-size:11px; color:#333 !important; background-color: #FFF !...
body { font-size: 14px; font-family: "Roboto","Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif; color: #333; } h1 { margin: 0 0 20px; font-weight: 300; font-size: 20px; color: #666; } h2 { font-size: 17px; font-weight: normal; font-variant:small-caps; } .container { ...
.chartist-tooltip { position: absolute; display: inline-block; opacity: 0; min-width: 5em; padding: .5em; background: #F4C63D; color: #453D3F; font-weight: 700; text-align: center; pointer-events: none; z-index: 1; -webkit-transition: opacity .2s linear; -moz-transition: opacity .2s linear; ...
body { background: #474747; } h2 { font: 70px Tahoma, Helvetica, Arial, Sans-Serif; text-align: center; color: white; } p, ul{ font: 30px Tahoma, Helvetica, Arial, Sans-Serif; /*text-align: center;*/ color: white; }
html, body { height: 100%; } body { margin: 0px; padding: 0px; background: #261300 url(images/overlay.png) repeat; font-family: 'Source Sans Pro', sans-serif; font-size: 12pt; font-weight: 400; color: #000000; } h1, h2, h3 { margin: 0; padding: 0; } p, ol, ul { margin-top: 0; } ...
.reportview-container .image-container{display:inline-flex;flex-direction:column;margin-right:.8rem}.reportview-container .caption{font-family:IBM Plex Mono,monospace;font-size:.8rem;text-align:center} /*# sourceMappingURL=28.6a4370d3.chunk.css.map */
/********************************* RESET **********************************/ *{ margin: 0; padding: 0; box-sizing: border-box; } a{ text-decoration: none; } img{ width: 100%; height: auto; } /********************************* VARIABLES **********************************/ :root{ --header...