text
stringlengths
1
1.04M
/** * Swiper 4.1.6 * Most modern mobile touch slider and framework with hardware accelerated transitions * http://www.idangero.us/swiper/ * * Copyright 2014-2018 Vladimir Kharlampidi * * Released under the MIT License * * Released on: February 11, 2018 */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } body { margin: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { displa...
@charset "UTF-8"; :root { --surface-a: #121212; --surface-b: #121212; --surface-c: #2b2b2b; --surface-d: #383838; --surface-e: #1e1e1e; --text-color: rgba(255, 255, 255, 0.87); --text-color-secondary: $shade100; --primary-color: #64B5F6; --primary-color-text: #212529; } * { box-sizing: border-box; ...
.wrapper { margin: auto; width: 370px; border-radius: 7px; padding: 25px 30px; background: #fff; } .wrapper header { font-size: 28px; font-weight: 600; text-align: center; color: #212529; } .wrapper form { margin: 35px 0 20px; } form .row { display: flex; flex-directio...
/* ======================================================================== Component: layout ========================================================================== */ body, .wrapper > section { background-color: #f5f7fa; } .wrapper > .aside { background-color: #3a3f51; } /* ================================...
.kt-wizard-v3 { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .kt-wizard-v3 .kt-wizard-v3__nav { border-bottom: 1px solid #eeeef4; } .kt-wizard-v3 .kt-wizard-v3__nav .kt-wizard-v3__nav-items { display: -webkit-box; displa...
@keyframes test { 10% { color: red; } }
/*** Grades ***/ .allcoursegrades {width: 100%;text-align: right;padding: 4px 0px 5px 0px;} .core_grades_notices .singlebutton { display: inline-block; } .path-grade-edit .buttons {text-align:center;} .path-grade-edit-tree .idnumber {margin-left: 15px;} .path-grade-edit-tree .movetarget {position: relative;width:...
h1, h2, h3 { font-weight: bold; } p { margin: 0 0 32px; line-height: 1.8; font-size: 18px; } a:focus, .button:focus, .button.alt:focus, button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus { outline: none; }
/* start navbar */ @media (min-width: 320px) and (max-width: 480px) { .navbar-expand-lg { background-color: #FFFFFF !important; margin-left: 0px; margin-right: 0px; padding-left: 0px; padding-right: 0px } .navbar-expand-lg .nav-item .nav-link { text-align: le...
.graufl-d { grid-auto-flow: dense; }
.base00 { color: #1c1810; } .base01 { color: #2a261c; } .base02 { color: #3a3527; } .base03 { color: #504b38; } .base04 { color: #5f5b45; } .base05 { color: #736e55; } .base06 { color: #bab696; } .base07 { color: #f8f5de; } .base08 { color: #e35142; } .base09 { color: #fba11b; } .base0A { color: #f2ff27; } .base0B { co...
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css'); @import url('https://fonts.googleapis.com/css?family=Montserrat'); * { font-family: 'Montserrat', sans-serif,'Nanum Gothic'; } #logoImage{ cursor: pointer; width: 400px; } img{ cursor: pointer; } body{ background-repeat: no-repeat; backgr...
/* Created on : 10 Apr, 2015, 1:08:57 PM Author : Design_mylife Project : Bavely - Classy One page Theme */ @import url(https://fonts.googleapis.com/css?family=Poppins:400,700,600,500,300); /************base*************/ body { color: #777; background-color: #fff; font-family: "Poppins", sans...
/*------------------------------------------------------------------- ===== Table of Contents ===== * Bootstrap functions * Template variables * SCSS Compass Functions * Boostrap Main SCSS * Template mixins + Animation Mixins + Background Mixins + Badge Mixins + Button Mixins + Miscella...
@import 'variables.css'; @import 'sprites.css'; body { background: transparent; overflow: hidden; margin: 0; font-family: "ProximaNova-Black", Arial, Helvetica, sans-serif; } .title-bar { background-color: var(--title-background); color: white; text-align: center; margin: 0; paddin...
.fields-group .fields { display: flex; justify-content: center; } .fields-group .add-field-button { display: inline; background-color: #008cff; background: linear-gradient(to bottom right, #00ccff, #7330e0); border-radius: 50%; border: none; color: #eee; padding: 0; width: 35px; height: 35px; m...
/* These styles are generated from project.scss. */ .alert-debug { color: black; background-color: white; border-color: #d6e9c6; } .alert-error { color: #b94a48; background-color: #f2dede; border-color: #eed3d7; } /* This is a fix for the bootstrap4 alpha release */ @media (max-width: 47.9em) { .navbar...
@charset "utf-8"; /* CSS Document */ a{color:#007bc4; text-decoration:none; cursor:pointer;} .table_parameters a:hover{text-decoration: none} a:hover{text-decoration:underline} ol,ul{list-style:none} table{border-collapse:collapse; border-spacing:0} body{height:100%;} img{border:0; cursor:pointer;} .clearfix:after{vis...
@charset "UTF-8"; /*------------------------------------------------------------------ [Table of contents] 1. Color Sheme / Colors, textures 2. Blocks 3. Typography / Heading, Regular 4. Basic Styles 5. Buttons 6. Header Styles 7. Drop-down menu 8. Main Page 9. Inner Pages 10. Hover Effects 11. Google Map 12. Footer S...
/*! * Start Bootstrap - Landing Page v5.0.8 (https://startbootstrap.com/themes/landing-page) * Copyright 2013-2020 Start Bootstrap * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE) */body{font-family:Lato,'Helvetica Neue',Helvetica,Arial,sans-serif}h1,h2,h3,h4,...
/******************************* Seletor universal * { border: 1px solid red; }*/ /******************************* Seletor de texto h1 { color: green; }*/ /******************************* Seletor de classe .verde { color: green; } p.verde { color: green; } */ /******************************* Seletor de ID...
.container { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #D6D6D6; padding-bottom: 15px; margin-bottom: 30px; } .container div { display: flex; align-items: center; justify-content: space-between; } .container .img-container { wid...
@media (min-width: 992px) { .header-menu .menu-nav > .menu-item > .menu-link { background-color: none; } .header-menu .menu-nav > .menu-item > .menu-link .menu-icon.svg-icon svg g [fill] { -webkit-transition: fill 0.3s ease; transition: fill 0.3s ease; } .header-menu .menu-nav > .menu-item > ....
/*----------------------------------------------------------------------------------- Shortcodes: alerts.css -----------------------------------------------------------------------------------*/ /* ---------------------------------------------------------------- Alerts -----------------------------------------...
.input-block { position: relative; } .input-block + .input-block { margin-top: 1.4rem; } .input-block label { font-size: 1.4rem; } .input-block input { width: 100%; height: 5.6rem; margin-top: 0.8rem; border-radius: 0.8rem; background: var(--color-input-background); border: 1px solid var(--color-li...
@import "former-kit-skin-pagarme/dist/styles/colors/light.css"; :root { --loader-animation-duration: 5.4s; --loader-animation-size: 15px; --loader-box-shadow-base-color: rgba(23, 201, 178, 1); --loader-box-shadow-next: 20px; --loader-box-shadow-transparent: rgba(23, 201, 178, 0); --loader-high-z-index: 10;...
body{ box-sizing: border-box; margin: 0; padding: 0; height: 100vh; } canvas{ display: block; }
@charset "UTF-8"; /** Dashboard UI */ /*! * Bootstrap v4.1.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: #467fcf; --indigo: #6574cd; --purple: #a55e...
/* ibm-plex-sans-cyrillic-ext-300-italic*/ @font-face { font-family: 'IBM Plex Sans'; font-style: italic; font-display: swap; font-weight: 300; src: url('./files/ibm-plex-sans-cyrillic-ext-300-italic.woff2') format('woff2'), url('./files/ibm-plex-sans-all-300-italic.woff') format('woff'); unicode-range: U+0...
html, body { margin: 0; padding: 0; } button { margin: 0; padding: 0; border: 0; background: none; font-size: 100%; vertical-align: baseline; font-family: inherit; font-weight: inherit; color: inherit; -webkit-appearance: none; appearance: none; -webkit-font-smoothing: antialiased; -moz-font-smoothing: ...
/* Global rules */ @import url("https://fonts.googleapis.com/css?family=Inconsolata"); html { background-color: #EBE8E7; font-family: 'Duststorm', sans-serif; font-size: 0.95em; line-height: 1.5em; } ::selection { color: #e4c2c1; background: #fef2f2; } h1 { font-weight: normal; marg...
/* Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license */
@media (min-width: 992px) { .header-fixed.toolbar-fixed .wrapper { padding-top: calc(35px + var(--kt-toolbar-height)); } }
/** * CoreUI - Open Source Bootstrap Admin Template * @version v1.0.0-alpha.2 * @link http://coreui.io * Copyright (c) 2016 creativeLabs Łukasz Holeczek * @license MIT */ /*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; line-height: 1.15; -ms...
/** * SyntaxHighlighter * http://alexgorbatchev.com/SyntaxHighlighter * * SyntaxHighlighter is donationware. If you are using it, please donate. * http://alexgorbatchev.com/SyntaxHighlighter/donate.html * * @version * 3.0.83 (July 02 2010) * * @copyright * Copyright (C) 2004-2010 Alex Gorbatchev. * * @lic...
/** * Main stylesheet. * (c) Jan Javorek, 2008 (http://www.javorek.net) */ /* general settings ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ .hidden, hr { /* hidden elements */ position: absolute; left: -3800px; visibility: hidden; line-height: 0; font-size: 0; } img { display: block; } addre...
#image { position:absolute; max-width: 100%; } #img-div{ position: relative; }
/* fallback */ @font-face { font-family: 'Material Icons Two Tone'; font-style: normal; font-weight: 400; src: url(material/material.html) format('woff2'); } .material-icons-two-tone { font-family: 'Material Icons Two Tone'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; ...
/*! * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com) * Code licensed under the Apache License v2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ body { overflow-x: hidden; font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif; } .text-muted { ...
/*! jQuery UI - v1.11.0 - 2014-08-11 * http://jqueryui.com * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.header{ background-color:cyan ; } .social i{ font-size:medium; } .center { display: block; margin-left: auto; margin-right: auto; width: 50%; } a:active { background-color: yellow; }
body{margin:0;font-family:Montserrat}.polymorph{fill:#00A4E4}p{font-size:1.2em}#cta2{width:auto;margin:30px auto;color:#fff;background:#00A4E4}@media screen and (max-width:767px){#blip,#cta{position:absolute}#blip{color:#00A4E4;right:5%;top:0;opacity:0;width:50%;transform:translateY(-800px);font-size:6px;margin-top:50p...
::-moz-selection { color: #FFF; background: #17BAF5; } ::selection { color: #FFF; background: #17BAF5; } a { color: #17BAF5; } a:hover { color: #2fc1f6; } a:focus { color: #2fc1f6; } a:active { color: #0aade8; } html .text-color-primary, html .text-primary { color: #17BAF5 !important; } html .text-color...
@font-face { font-family: Nunito; font-style: normal; font-weight: 200; src: url(//fonts.gstatic.com/s/nunito/v9/BCVslGnw-rd3HMmA07k03z8E0i7KZn-EPnyo3HZu7kw.woff) format("woff"),url(//fonts.gstatic.com/s/nunito/v9/BCVslGnw-rd3HMmA07k031tXRa8TVwTICgirnJhmVJw.woff2) format("woff2"); } @font-face { font-family: ...
/* 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 : 11 Αυγ 2016, 1:13:12 μμ Author : user */ /* * Table styles */ table.dataTable { width: 100%; margin: 0 auto; ...
/* ==UserStyle== @name Excelent Facebook Skin (991) @namespace USO Archive @author fbskin @description `Excelent Facebook Skin by FBSkin.comURL: http://fbskin.com/onegai-twins-facebook-skin.htmlFor more facebook skin please visit: www.fbskin.com` @version 20100726.4.57 @license N...
.container { position: relative; width: 100%; max-width: 960px; margin: 0 auto; padding: 0 20px; box-sizing: border-box } .column, .columns { width: 100%; float: left; box-sizing: border-box } @media (min-width:400px) { .container { width: 85%; padding: 0 } } @media (min-width:550px) { ...
/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) /*# sourceMappingURL=default.min.css.map */
body, td, a, p, .h { font-family: arial, sans-serif; font-size: small; } a { text-decoration: none; color: rgb(75, 68, 68); } a:hover { text-decoration: underline; } img:hover { cursor: pointer; } .main-div { position: absolute; display: flex; flex-direction: column; height: 100%; width: 100%;...
body{height:100vh;margin:0;padding:0}.SPPageChrome{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.SPPageChrome.withExternalSuiteNav{height:calc(100% - 50px)}#SuiteNavPlaceHolder{background-color:#...
*{ margin:0; padding: 0; box-sizing: border-box; } body{ background-color: #F6F8F9; } .header{ box-shadow: 0px 0px 4px #00000029; padding: 0.5% 0; background-color: #FFFFFF; } .burgerIconDiv{ width: 89%; padding-left:2%; float: left; } .profileIconDiv{ width: 3%; text-ali...
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
.add-member-form { display: flex; flex-direction: column; width: 20em; overflow-y: hidden; }
body { font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; padding: 1em; margin: 0; } @media (min-width: 768px) { .pc-none { display: none !important; } } @media (max-width: 768px) { .sp-none { display: none !important; } }
body { font-family: "Cairo", sans-serif !important; direction: rtl; } .tooltip { font-family: "Cairo", sans-serif !important; } .login-box, .register-box { font-family: "Cairo", sans-serif !important; } .main-header .logo { font-family: "Cairo", sans-serif !important; } .h1, .h2, .h3, .h4, body, h1, h2, h...
/*! Theme: Equilibrium Light Author: Carlo Abelli License: ~ MIT (or more permissive) [via base16-schemes-source] Maintainer: @highlightjs/core-team Version: 2021.05.0 */ /* WARNING: DO NOT EDIT THIS FILE DIRECTLY. This theme file was auto-generated from the Base16 scheme equilibrium-light by the High...
@font-face { font-family: 'icons'; src:url('icons.eot?kis1at'); src:url('icons.eot?#iefixkis1at') format('embedded-opentype'), url('icons.woff?kis1at') format('woff'), url('icons.ttf?kis1at') format('truetype'), url('icons.svg?kis1at#icons') format('svg'); font-weight: normal; font-style: normal; } [class^=...
/** * © Nowina Solutions, 2015-2015 * * Concédée sous licence EUPL, version 1.1 ou – dès leur approbation par la Commission européenne - versions ultérieures de l’EUPL (la «Licence»). * Vous ne pouvez utiliser la présente œuvre que conformément à la Licence. * Vous pouvez obtenir une copie de la Licence à...
/*! * Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
@font-face { font-family: GT Walsheim Pro; src: local("GT Walsheim Pro Regular"), local("GTWalsheimProRegular"), url(GTWalsheimProRegular.woff2) format("woff2"), url(GTWalsheimProRegular.woff) format("woff"), url(GTWalsheimProRegular.ttf) format("truetype"); font-weight: 400; font-style: normal; font-display...
/* html, body { height: 100%; overflow-x: hidden; scroll-behavior: smooth } .body { scrollbar-color: #00aad4ff #1c2224; scrollbar-width: thin; } */ .body::-webkit-scrollbar { width: 10px; } .body::-webkit-scrollbar-track { box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.3); background...
/* -------------------------------- Primary style -------------------------------- */ *, *::after, *::before { box-sizing: border-box; } html { font-size: 62.5%; } body { font-size: 1.6rem; color: #ffffff; background-color: #262423; } a { color: #a8ae7e; text-decoration: none; } /* -...
/*! * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/) * Copyright 2013-2016 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) */ /* Global Styles */ html, body { width: 100%; height: 100%; max-width: 100%; overflow-x: h...
.boxy-wrapper { position: absolute; } .boxy-wrapper.fixed { position: fixed; } /* Modal */ .boxy-modal-blackout { position: absolute; background-color: black; left: 0; top: 0; } /* Border */ .boxy-wrapper { empty-cells: show; } .boxy-wrapper .top-left, .boxy-wrapper .top-right, .boxy-wrapper .bottom-...
/* IBSheet8 CSS definition, https://www.ibsheet.com */ @font-face{font-family:'Noto Sans KR';src:url('./../../fonts/NotoSansCJKkr-Regular.otf') format('truetype')} @font-face{font-family:'Noto Sans KR Bold';src:url('./../../fonts/NotoSansCJKkr-Bold.otf') format('truetype')} .IBMain{font-family:'Noto Sans CJK kr','Noto ...
.context-menu { background: rgba(245, 245, 245, 0.7); border: 1px solid #999999; list-style-type: none; margin: 0; padding: 0; } .context-menu a { color: #333333; display: block; padding: 3px; text-decoration: none; } .context-menu a:hover { background: rgba(102, 102, 102, 0.7); ...
/* * Base structure */ /* Move down content because we have a fixed navbar that is 50px tall */ body { padding-top: 50px; } /* * Global add-ons */ .sub-header { padding-bottom: 10px; border-bottom: 1px solid #eee; } /* * Top navigation * Hide default border to remove 1px line. */ .navbar-fixed-top { ...
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;} body{background:#fff;color:#333;font-size:12px; margin-top:5px;font-family:"SimSun","宋体","Arial Narrow";} ul,ol{list-style-type:none;} select,input,img,select{vertical-align:middle;} a{text-decoration:none;} a:link{color:#0...
/** * material-design-lite - Material Design Components in CSS, JS and HTML * @version v1.3.0 * @license Apache-2.0 * @copyright 2015 Google, Inc. * @link https://github.com/google/material-design-lite */
#sources-form { display: inline-block; float: right; width: 65%; height:100vh; overflow: scroll; border: 1px solid black; padding: 10px; margin: 1%; background-color: white; color: black } .source { color: black; background-color: AliceBlue; text-align: left; border: 1px solid black; marg...
.ps-btn, button.ps-btn { background-color: #5fa30f; color: #ffffff; } .ps-btn:hover, button.ps-btn:hover { background-color: #518c0d; } .header--organic .header__extra span { background-color: #5fa30f; } .header--organic .header__extra:hover i { color: #5fa30f; } .header--organic .ps-block--user-header...
/*! * Materialize v0.97.8 (http://materializecss.com) * Copyright 2014-2015 Materialize * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE) */ .materialize-red { background-color: #e51c23 !important; } .materialize-red-text { color: #e51c23 !important; } .materialize-red.light...
B/* HTML5 ✰ Boilerplate */ h1;2ctml, 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, a...
h2{ text-align: center; color: rgb(255, 255, 255) !important; padding-top: 20px; } img{ height: 150px; width:250px } .btn{ margin-top: 15px; text-align: center; margin-bottom: 5px; } p{font-size: 2rem; color:white } div,html,body{ background-color: rgb(88, 21, 66); }
a{ color: #0a1a3b; } .btn{ }
* { margin: 0; padding: 0; font-size: 100%; font: inherit; vertical-align: baseline; } body { font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji; line-height: 1.5; color: #333; } .app { max-width: 750px; margin: 0 auto 3em; } .app-titl...
schedule-picker table { box-sizing: border-box; width: 100%; } schedule-picker table > thead > tr > th { text-align: center; } schedule-picker table > tbody > tr th { padding-left: 5px; padding-right: 5px; } schedule-picker table > tbody > tr td { width: 14.28571%; background-color: rgba(2...
:xxroot { --base-color: yellow; --base-foreground-color: white; --background-color: white; --color: black; } .active { background: lightgray; } #overlay { position: fixed; /* Sit on top of the page content */ display: block; /* Hidden by default */ width: 100%; /* Full width (cover the whole page) */ ...
.hero { display: flex; margin-bottom: 150px; } .contaner-text-hero { max-width: 529px; margin-left: 50px; } .principal-text-hero { font-size: 60px; max-width: 15px; font-family: emoji; font-weight: 700; color: rgb(255, 255, 255); } .paragraph { font-size: 15px; margin-top: 40px; } .icon { margi...
/* * flasky.css_t * ~~~~~~~~~~~~ * * :copyright: Copyright 2010 by Armin Ronacher. Modifications by Kenneth Reitz. * :license: Flask Design License, see LICENSE for details. */ @import url("basic.css"); /* -- page layout ----------------------------------------------------------- */ body { font-family: ...
.card-list-view { display: block; height: 100%; } .card-list-view vaadin-grid { height: 100%; line-height: var(- -lumo-line-height-m); } .card-list-view vaadin-grid, .card-list-view vaadin-grid-cell-content { background-color: var(- -lumo-contrast-10pct); } .card-list-view .card { background-color: var(- -lumo...
/** * Variables */ * { margin: 0; } #preview > canvas, #library > a, header > p { -moz-transition: 1s; -ms-transition: 1s; -o-transition: 1s; -webkit-transition: 1s; transition: 1s; } #importexport > textarea, code { font-family: Consolas, 'Andale Mono', monospace; } /** * Styles */ body { position: re...
/*! * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com) * Copyright 2011-2017 The Bootstrap Authors * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) /*# sourceMappingURL=bootstrap.min.css.map */
/********************* THEME COLOR - DEFAULT *********************/ a { color: #2f353b; } a:active, a:hover, a:focus { color: #57bfe1; } .c-theme-link:focus, .c-theme-link:active, .c-theme-link:hover { color: #57bfe1 !important; } .c-theme-link:focus > i, .c-theme-link:active > i, .c-theme-link:hover > i {...
.pagination { display: flex; flex-flow: row wrap; } .pagination__list { display: flex; } .pagination__item { display: flex; justify-content: center; align-items: flex-end; padding: 0 var(--space-xs); } .pagination__dots { display: flex; color: var(--color-light-blue); } .pagination__current { fo...
/* * ___ * /\_ \ * _____ ___ ___\//\ \ __ * /\ '__`\ / __`\ / __`\\ \ \ /'__`\ * \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/ * \ \ ,__/\ \____/\ \____//\____\ \____\ * \ \ \/ \/___/ \/___/ \/____/\/____/ * \ \_\ * \/_/ * * Designed, built,...
body,h3,p{ margin:0px; padding:0px; } h3{ font-size: 100%; font-weight:normal; } body{ background-color: #f1f1f1; } a{ text-decoration: none; } .cf:after{ content:''; display:block; clear:both; } .w-1000{ width:1000px; margin:0 auto; } .coursecontent .lessonlist{ padding...
.caption { height: 130px; overflow: hidden; } .caption h4 { white-space: nowrap;} .thumbnail { padding: 0;} .thumbnail img { width: 100%;} .thumbnail .caption-full { padding: 9px; color: #333; } .ratings { color: #d17581; padding-left: 10px; padding-right: 10px; }
.database .db-desc { color: #000; font-size: 14px; margin-bottom: 32px; } .rules-main-wrapper { box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.04), 0px 6px 12px rgba(0, 0, 0, 0.0125), 0px 12px 24px rgba(0, 0, 0, 0.00625), 0px 24px 48px rgba(0, 0, 0, 0.003125), 0px 48px 96px rgba(0, 0, 0, 0.003125); margin-...
#container{ display: flex; flex-direction:column } #a{ background:rgb(236, 29, 15); height: 75px; } #b{ background:rgb(26, 11, 238); height: 150px; } #c{ background:rgb(198, 226, 43); height: 125px; } #d{ background:rgb(30, 210, 39); height: 125px; } #e{ backgr...
@font-face { font-family: 'Stroke 7'; src: url('fonts/Stroke-7.eot%3Ff72xkr'); src: url('fonts/Stroke-7.eot%3Ff72xkr') format('embedded-opentype'), url('fonts/Stroke-7.ttf%3Ff72xkr') format('truetype'), url('fonts/Stroke-7.woff%3Ff72xkr') format('woff'), url('fonts/Stroke-7.svg%3Ff72xkr') format('sv...
/*! * Bootstrap v3.3.1 (http://getbootstrap.com) * Copyright 2011-2014 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...
body { padding: 50px 20px 20px 20px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; } a { color: #5f8bd9; } header { position: fixed; background-color: #6495ed; padding: 10px 10px 10px 30px; top: 0; left: 0; width: 100%; } header .title { font-size: 1.5em; ...
/* ==UserStyle== @name 8chan Dark Fagioli with Mascot @namespace USO Archive @author newdesu @description `A compact dark theme with mascot for 8chan. The post form is fixed to the side for your convenience. The mascot is base64 encoded due to the site's strict content security policy. If you ...
/* Don't use unintuitive content-box sizing */ html { box-sizing: border-box; } /* But allow content-box inheritance if explicitly set */ *, *:before, *:after { box-sizing: inherit; } /* Remove default margin */ body, h1, h2, h3, h4, p, figure, blockquote, dl, dd { margin: 0; } /* Don't jump to scroll position. *...
/** * Framework7 3.3.1 * Full featured mobile HTML framework for building iOS & Android apps * http://framework7.io/ * * Copyright 2014-2018 Vladimir Kharlampidi * * Released under the MIT License * * Released on: September 15, 2018 */
/* align-self */ .alignSelfAuto { align-self: auto; } .alignSelfStretch { align-self: stretch; } .alignSelfStart { align-self: start; } .alignSelfEnd { align-self: end; } .alignSelfCenter { align-self: center; } .alignSelfRight { align-self: right; } .alignSelfLeft { align-self: left; } .alignSelfFlexStart { align-sel...
/* Replace icons */ @namespace xul "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"; /* Built-in firefox icons color */ .toolbarbutton-icon, .protections-popup-category-icon, .protections-popup-footer-icon { fill: var(--gnome-toolbar-color) !important; fill-opacity: 1 !important; } /* Tabs scroll ic...
.thumbnailPlaceholder { position: relative; width: 100%; height: 100%; }