text
stringlengths
1
1.04M
.bs4{/*! * Bootstrap v4.6.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
/****************************/ /* Theme name : Brave */ /* Author name : Ashok */ /****************************/ /******************/ /* Theme Skin */ /******************/ ::selection { background-color: #666666; } ::-moz-selection { background-color: #666666; } /***************/ /* Link Colors */ /*...
@charset "UTF-8";/*! * CoreUI Icons - Open Source Icons * @version v0.3.0 * @link https://coreui.io/icons * Copyright (c) 2018 creativeLabs Łukasz Holeczek * Licensed under MIT (https://coreui.io/icons/license) /*# sourceMappingURL=coreui-icons.min.css.map */
/************theme fonts********************/ /***********************theme colors*****************************/ /*****************theme parametres*******************/ /*sidebar-parametres*/ /************theme fonts********************/ /***********************theme colors*****************************/ /***************...
/*=================================================================== Parte superior */ .imagen { padding-left:10%; padding-right:10%; } #Menu { background-color: #ffffff; padding: 5px ; } header, body, section, footer, aside, nav, article{ display: block; /* Establece el tipo de caja generada por un elemento *...
#akashic-records-main-wrapper { height: 100%; width: 100%; overflow: auto; } #akashic-records-main-wrapper a, #akashic-records-main-wrapper table span.fa, #akashic-records-main-wrapper table span.fa::before { cursor: pointer; } #akashic-records-main-wrapper hr { display: block; margin-top: 10px; margin-...
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700"); /*! * bootswatch v3.2.0 * Homepage: http://bootswatch.com * Copyright 2012-2014 Thomas Park * Licensed under MIT * Based on Bootstrap * normalize.css v3.0.1 | MIT License | git.io/normalize */
.Input { width:100%; padding:10px; box-sizing: border-box; } .Label { font-weight: bold; display: block; margin-bottom: 8px; } .InputElement { outline:none; border:1px solid #ccc; background-color:white; font: inherit; padding: 6px 10px; display: block; width:100%...
body { background: white; color: black; font-size: small; font-family: sans-serif; padding: 0 0.5em; } .metadata th { text-align: left; padding-right: 1em; } a.name, span.name { font-style: italic; } a, a:link, a:visited { color: #c30; } a img { border: 1px solid #c30 !important;...
:root { --white: #fff; --white-83: hsl(0, 0%, 83%); --gray-60: hsl(0, 0%, 60%); --gray-40: hsl(0, 0%, 40%); --gray-25: hsl(0, 0%, 25%); --gray-15: hsl(0, 0%, 15%); --black-9: hsl(0, 0%, 9%); --black: #000; --blue-75: hsl(217, 64%, 75%); --blue-60: hsl(217, 64%, 60%); --blue-40: hsl(217, 64%, 40%)...
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap'); body{ background-color: hsl(204, 43%, 93%); } p{ font-weight: 400px; } .wrapper{ position: relative; min-height: 100vh; display: flex; justify-content: center; align-items: center; } .cards{ height: ...
html, body, #container { height: 100%; } body { /*margin: 0;*/ /*padding: 0;*/ font-family: "Noto Sans", sans-serif; -webkit-user-select: none; user-select: none; } /* Scrollbars */ ::-webkit-scrollbar { height: 12px; width: 12px; background: #fff; border: 1px solid #ccc; } ::-webkit-scrollbar-tr...
@charset "UTF-8"; /* Name: theme-elements.css Written by: Okler Themes - (http://www.okler.net) Theme Version: 7.6.0 */ /* Accordion */ .accordion { /* Modern */ } .accordion .card { margin-top: 5px; } .accordion .card:first-child { margin-top: 0; } .accordion .card:first-of-type, .accordion .card:not(:first...
.signup__overlay { padding: 10%; margin: auto; position: absolute; width: 100%; height: 100%; background-color: #be0027; } /* .banner-sec { background: url('assets/images/absa-bg.gif') no-repeat left bottom; background-size: cover; min-height: 500px; border-radius: 0 10px 10px 0; ...
/* ========================================== STYLE NOTES Inspired by: https://dribbble.com/shots/2719315-Countdown-timer =============================================== */ @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed); /* --------------------------- ...
.wrapper { background: rgb(0, 0, 0); background: linear-gradient( 340deg, rgba(0, 0, 0, 1) 0%, rgba(31, 15, 1, 1) 40%, rgb(65, 83, 92) 100% ); height: 90px; width: 100%; display: flex; position: sticky; top: 0; flex-direction: column; align-items: center; justify-content: center; ...
/* ==UserStyle== @name Tumblr Sidebar @namespace USO Archive @author airudite @description `Followers & Posts buttons changed into Lovelies & Entries` @version 20130906.16.46 @license CC-BY-4.0 @preprocessor uso ==/UserStyle== */ /* i really want this to be global */ .controls_...
* { box-sizing: border-box; } body { /*width: 100%;*/ /*height: 100%;*/ margin: 0px; padding: 0px; overflow-x: hidden; overflow: auto; overscroll-behavior: contain; /* min-height: 1100px; */ font-family: 'Montserrat', sans-serif; } /*.section {*/ /*position: relative;*/ /*height:...
/* stylelint-disable docusaurus/copyright-header */ /** * 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-primar...
.add_ok { padding:40px 0; text-align:center } .add_ok .tip { font-size:30px; margin-bottom:20px } .add_ok .tip i { font-size:60px; color:#6dc415; vertical-align:-4px; margin-right:15px } .add_ok .go a { font-size:18px } .add_ok .go a.back { color:#e4393c; margin-right:90px } ...
@tailwind base; @tailwind components; .text-orange { color: #EF753D; } .text-orange-light { color: #F2913D; } .bg-orange { background-color: #EF753D; } .btn { @apply text-center text-xl rounded p-3; } .btn-primary { @apply text-white font-light; background-color: #EF753D; } .btn-primary:active { ba...
@import 'open-color.css'; /* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules) You need this once per page no matter how many menu trees or different themes you use. -------------------------------------------------------------------------------------------*/ .sm{position:relative;z-in...
.container { font-size: 1.5rem; color: rgb(0, 0, 0); margin: 0.1rem 0.6rem 0 0; }
/* Put here your own style */
body { text-align: center; font-family: Open Sans, sans-serif; background-color: #8a71c9; color: #ffffff; margin: 0px 0px 30px 0px; } h2 { color: #2a0074; font-size: 40px; } .titulo-verde { color: #04ff9f; } .titulo-vermelho { color: #ff9e9e; } .titulo-amarelo { color: #ffe36d; } section { wi...
.content { font-size: calc(10px + 2vmin); margin: 0 auto 40px; max-width: 960px; } .content .list { list-style: square inside; }
.toc { overflow-y: auto } .toc > .toc-list { overflow: hidden; position: relative } .toc > .toc-list li { list-style: none } .toc-list { list-style-type: none; margin: 0; padding-left: 10px } .toc-list li a { display: block; padding: 4px 0; font-weight: 300; } .toc-list li a:h...
.white-box{background:#fff;padding:25px;margin-bottom:30px} .white-box .box-title{margin:0 0 12px;font-weight:500;text-transform:uppercase;font-size:16px} .wizard-steps{display:table;width:100%} .wizard-steps>li{display:table-cell;padding:10px 20px;background:#f7fafc} .wizard-steps>li span{border-radius:100%;border:1px...
select.form-control:not([size]):not([multiple]) { height: calc(1.55rem + 1px); } label{ margin-top:-0.6rem; } .form-control { height: 31px; } form { padding-top: 25px;} h1, h2, h3, h4, h5 { color: #ffc107c2; } label { margin-top: -1.5rem; } h1, h2, h3, h4, h5 { color: #ffc1...
@font-face { font-family: 'Humbug'; src: url('../fonts/sourcesans/SourceSansPro-ExtraLight-webfont.eot'); src: url('../fonts/sourcesans/SourceSansPro-ExtraLight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/sourcesans/SourceSansPro-ExtraLight-webfont.woff') format('woff'), ...
.markdown-content img { max-width: 100%; margin: 10px 0; border: 1px solid hsl(0,0%,94%); } .markdown-content pre { background-color: hsl(300,20%,98%); padding: 10px; overflow: auto; } .markdown-content pre, .markdown-content code { font-family: Menlo, Consolas, Ubuntu Mono, monospace; line-height: 1....
.startTimeSelect { background-color: #43e97b; border-radius: 20%; height: 45px; width: 150px; font-weight: 700; color: #fff; margin: 1em; font-size: 120%; max-height:200px; overflow:auto; } .endTimeSelect { background-color: #43e97b; border-radius: 20%; height: 45px; width: 150px; font-w...
@import url(https://fonts.googleapis.com/css?family=Raleway); body { font-family: 'Raleway', sans-serif; } .buttonbar { position: absolute; left: 0; top: 0; width: 5rem; } .buttonbar .button { text-transform: uppercase; display: block; } .output { margin: 0 auto; width: 25%; height: 25%; f...
.footer{ background-color: #121d2b; height: 111px; text-decoration: none; padding: 20px; } .footer-copyright { margin-top:15px; color: #cbcbcb; }
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); * { box-sizing: border-box; } body { background-color: #ecf0f1; font-family: 'Roboto', sans-serif; display: flex; align-items: center; justify-content: center; height: 100vh; overflow: hidden; ...
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333; background-color: #FFF; } a { -moz-user-select: none; color: #1155CC !important; font-family: "verdana", "Helvetica Neue", Helvetica, Arial, sans-serif; text-decoration: none; } a:hover { text-decoration: underline; } #frame1, #fra...
*{ margin: 0; padding: 0; font-family: 'Poppins', sans-serif; } html, body { min-height: 100vh; position: relative; } a:hover { text-decoration: none !important; } .btn-primary{ background-color: #00c0ef !important; border-color: #00c0ef !important; } .btn-primary:hover, .btn-primary...
/* Dropdown */ .dropdown { display: inline-block; position: relative; float: right; margin-right: 5px; } .dd-button { display: inline-block; border: 1px solid gray; border-radius: 4px; padding: 7px 7px 7px 7px; background-color: #303030; cursor: pointer; white-space: nowrap...
* { box-sizing: border-box; } html, body, #border, #mod-container { margin: 0; height: 100%; width: 100%; user-select: none; display: flex; justify-self: center; align-items: center; } #mod-container { overflow-y: auto; } body { font-family: "Open Sans", sans-serif; font-si...
.redux-container-select li.ui-state-highlight { height: 20px; margin-top: 2px; margin-left: 5px; width: 64px; margin-bottom: 0; } .select2-search__field { width: none !important; } .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove, .select2-container--classic .sel...
/* * Source files from https://github.com/pinggod/hexo-theme-apollo/blob/master/source/scss/_partial/post.scss */ code, pre { font-size: 0.8em; padding-left: 20px; background-color: #ecf0f1; font-family: 'Roboto Mono', Monaco, courier, monospace; } code { /*padding: 0.1em 0.4em;*/ padding-left: 0px; ba...
/** * @file * Generic base styles for Quick Edit module. */ /** * Editable. */ .quickedit-editable { z-index: 98; position: relative; cursor: pointer; } .quickedit-editable:focus { outline: none; } /** * Highlighted (hovered) editable. */ .quickedit-editable.quickedit-highlighted { z-index: 99; } .qu...
/** * Colors * For rapid visual prototyping */ :root { --color-black: #1a202c; /* Greyscale */ --color-grey-100: #f7fafc; --color-grey-300: #e2e8f0; --color-grey-500: #a0aec0; --color-grey-700: #4a5568; --color-grey: var(--color-grey-500); /* Red */ --color-red-300: #fc8181; --color-red-500: #e...
/*! * animate.css - https://animate.style/ * Version - 4.1.1 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev * * Copyright (c) 2021 Animate.css
div.shop-text-container{ padding: 50px 70px; } div.shop-text-container p{ font-family: "Courier New", serif; font-size: 20px; margin: 0; } @media only screen and (min-width: 1440px){ div.shop-text-container{ padding: 100px 120px; } div.shop-text-container p{ margin: 15px 0; } } /* Small Devic...
/* Base Reset -------------------------------------------------------------------- */ .annotator-notice, .annotator-filter *, .annotator-widget * { font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; font-weight: normal; text-align: left; margin: 0; padding: 0; background: none; -webkit-transition: non...
.buttonJoin { display: block; font-size: 24px; padding: 12px; /* margin: 20px; */ border-radius: 50px; width: 600px; margin-top: 50px; position: absolute; left: 8%; text-decoration: none !important; } .buttonJoinLight { margin: auto; background-color: rgba(0, 0, 0, 0); color: #032122; border: 3px solid ...
/********************* THEME COLOR - DEFAULT *********************/ a { color: #3f444a; } a:active, a:hover, a:focus { color: #525e64; } .c-theme-link:focus, .c-theme-link:active, .c-theme-link:hover { color: #525e64 !important; } .c-theme-link:focus > i, .c-theme-link:active > i, .c-theme-link:hov...
.App { width: 100%; height: 100%; background: #ffffff; } iframe { width: 40%; height: 50%; } header { padding: 20px; }
.container{ max-width:100% } /* Space out content a bit */ html { height: 100%; } body { padding-top: 0px; line-height: 1.8; text-align: justify; vertical-align:middle; height: 100%; width: 100%; } .capCenter{ display: inline-block; margin: 0 auto; font-size: 80%; text-align: left; margin...
@charset "UTF-8"; html{ font-size:14px } body{ font-weight:400; font-size:1rem; font-family:"Roboto",sans-serif; line-height:1.6; color:#000; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; -moz-font-feature-settings:"liga","kern"; text-rendering:optimizele...
/* See ab2p.common.css for sources info */
.icon-m001:before { content: '\e800'; } /* '' */ .icon-m002:before { content: '\e801'; } /* '' */ .icon-m003:before { content: '\e802'; } /* '' */ .icon-m004:before { content: '\e803'; } /* '' */ .icon-m005:before { content: '\e804'; } /* '' */ .icon-m006:before { content: '\e805'; } /* '' */
.jstree-node,.jstree-children,.jstree-container-ul { display: block; margin: 0; padding: 0; list-style-type: none; list-style-image: none } .jstree-node { white-space: nowrap } .jstree-anchor { display: inline-block; color: #000; white-space: nowrap; padding: 0 4px 0 1px; margin: 0; vertical-align: top } ...
#content { position: absolute; background-color: #ffffff; color: #191919; overflow: hidden; right: 0; left: 0; padding: 0 50px; min-height: 100%; } #tab { color: #000; position: fixed; text-align: center; top: 50%; width: 4em; right: -60px; transform: rotate(90deg); transform-origin: 50...
/*Center Icon*/ .center-icon { right: 50%; top: -22px; color: #585f69; min-width: 45px; font-size: 23px; background: #fff; padding: 10px 5px; text-align: center; position: absolute; margin: 0 -22px 0 10px; border: 1px solid #eee; } /*Wrapping element for colorful background Block-Description, Job_Team ----...
body { width: 900px; margin: 0 auto; } .header { padding: 36px 0; margin-bottom: 45px; } .logo-anker { width: 10rem; } .main_header_title { font-size: 6.5rem; } .sub_header_title { font-size: 2.5rem; } .works_header { font-size: 4.5rem; padding: 45px 0 13.5px 9px; } .works > .w...
.memory-game { width: 320px; height: 320px; margin: auto; display: flex; flex-wrap: wrap; perspective: 1000px; } .memory-card { width: calc(25% - 10px); height: calc(25% - 10px); margin: 5px; position: relative; transform-style: preserve-3d; box-shadow: 1px 1px 1px rgba(...
.m-r-10px{ margin-right:10px; } .m-b-10px{ margin-bottom:10px; } .m-b-15px{ margin-bottom:15px; } .m-b-20px{ margin-bottom:20px; } .w-5-pct{ width:5%; } .w-10-pct{ width:10%; } .w-15-pct{ width:15%; } .w-20-pct{ width:20%; } .w-25-pct{ width:25%; } .w-30-pct{ width:30%; } .w-35-pct{ width:35%; } .w-40-pct{ width:40%; }...
/* BASIC */ * { box-sizing: border-box; outline: none; } body { font-family: "Poppins", sans-serif; height: 100vh; } a { color: #92badd; display: inline-block; text-decoration: none; font-weight: 400; } h2 { text-align: center; font-size: 16px; font-weight: 600; text-t...
/* Base16 Atelier Lakeside Dark - Theme */ /* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/lakeside/) */ /* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */ /* https://github.com/jmblog/color-themes-for-highlightjs */ /* Atelier Lakeside Dar...
/* cormorant-garamond-latin-700-italic*/ @font-face { font-family: 'Cormorant Garamond'; font-style: italic; font-display: swap; font-weight: 700; src: url('./files/cormorant-garamond-latin-700-italic.woff2') format('woff2'), url('./files/cormorant-garamond-latin-700-italic.woff') format('woff'); }
/* Global */ @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,700;1,400&family=Work+Sans:wght@700;900&display=swap"); :root { --black: #2f3034; --purple: #5667a8; --color-black: #333333; --text-black: #161718; --color-grey-light: #ececec; --color-white: #f6f7f8; --co...
body { font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif; position: relative; width: 100%; height: 100%; color: white; background-color: #323b44; } html { width: 100%; height: 100%; } h1, h2, h3, h4, h5, h6 { font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif; f...
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */ /** * 1. Change the default font family in all browsers (opinionated). * 2. Correct the line height in all browsers. * 3. Prevent adjustments of font size after orientation changes in * IE on Windows Phone and in iOS. */ /* Document ...
/* Copyright (c) 2014 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer.gi...
@font-face { font-family: "basefont"; src: url('../../../fonts/iconfont/basefont/iconfont.eot?t=R18B0915'); /* IE9*/ src: url('../../../fonts/iconfont/basefont/iconfont.eot?t=R18B0915#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../../../fonts/iconfont/basefont/iconfont.woff?t=R18B0915') format(...
/*! * Materialize v0.100.2 (http://materializecss.com) * Copyright 2014-2017 Materialize * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE) */ #container{ height: 100%; width: 100%; overflow: hidden; } #content{ width: 100%; height: 99%; overflow: auto; padding-right...
.signin_form{ width: 450px; margin: auto; background: #ffffff; box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2); padding: 40px 55px 45px 55px; border-radius: 15px; transition: all .3s; } .custom-control-label { font-weight: 400; }
div { font-size: 48px; color: darkslateblue; }
@charset "UTF-8"; /** @chris__sev 🤓 **/
.range { display: block; padding-bottom: 1.5rem; text-align: center; } .range:last-of-type { padding-bottom: 0; } .trackContainer { height: 28px; display: flex; width: calc(100% - 1rem); padding: 0 0.5rem; } .track { height: 5px; width: 100%; border-radius: 4px; align-self: center; } .thumb ...
.croppie-container { width: 100%; height: 100%; } .croppie-container .cr-image { z-index: -1; position: absolute; top: 0; left: 0; transform-origin: 0 0; max-height: none; max-width: none; } .croppie-container .cr-boundary { position: relative; overflow: hidden; margin:...
* { margin: 0; padding: 0; } .nav-container { display: flex; width: 100%; height: 70px; position: fixed; background-color: #494646; align-items: center; color: white; z-index: 10; padding-top: 1px; box-shadow: 3px 3px 3px 3px #888888; } .right-contents { margin-left: auto; display: flex; j...
body { } img { width: 100%; }
body>div{ background: #F7F8FF; } header{ height: 161px; position: relative; } div.title_header_input{ top: 100px; } header>div.title_header_Tag{ height: 40px; top: 50px; margin-top: 1px; } header>div.title_header_Tag>ul>li.active>a{ padding: 8px 0 5px 0; border-bottom: 3px solid #3D59FF; } .div_UL{ ...
/* By Lenny Burdette Derived from code by Kevin Cannon, http://www.multiblah.com and Florian Jenett, mail@florianjenett.de Reworked by CR, 23 Sep 2011 Reworked by Jon Gacnik, 19 Feb 2013 Created: 2005.08.29 04:28PM Last Modified: 2014.11.15 by Scott Murray */ @font-face { font-family: 'theSerifItalic'; src: url...
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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.note{colo...
@charset 'UTF-8'; /* Slider */ .slick-loading .slick-list { background: #fff url('ajax-loader.gif') center center no-repeat; } /* Icons */ @font-face { font-family: 'slick'; font-weight: normal; font-style: normal; src: url('https://www.radiustheme.com/demo/html/finbuzz/css/fonts/slick.eot'); ...
/* line 1, ../sass/pc/content/_chongzhi_content.scss */ .activity { width: 70%; height: 200px; } /* line 6, ../sass/pc/content/_chongzhi_content.scss */ .center_content { background-color: #fff; margin-bottom: 38px; } /* line 12, ../sass/pc/content/_chongzhi_content.scss */ .czios_container { height: 630px;...
qux{ is: relative } baz{ is: relative } quux{ not: "relative/qux" } content{}
.jimu-widget-select-setting { margin: 20px 0; } .jimu-widget-select-setting .config-section { width: 100%; margin-bottom: 20px; } .jimu-widget-select-setting .config-section label { color: #353535; font-size: 12px; } .jimu-widget-select-setting .config-section .jimu-color-picker { width: 30px; height: 30p...
/** * Payment Methods Logos * @authors: ndevalle, ipianciola, gandre, aramos, dudesl, sabustamante * @description: common component for each country's payment methods logos. * @version: 1.8.2 */ /* Common Structure ---------------------------------------------------------------*/ [class*='paymentmethod'] { b...
@import url('https://fonts.googleapis.com/css?family=Lily Script One|Acme'); body { box-sizing: border-box; margin: 0; padding: 13px; display: flex; flex-direction: column; max-height: 100vh; font-family: -apple-system, BlinkMacSystemFont, sans-serif; background-color: #0...
@font-face { font-family: 'Dosis'; font-style: normal; font-weight: 300; } @font-face { font-family: 'Dosis'; font-style: normal; font-weight: 500; }
.Epic { width: 100%; height: 100%; }
img { max-height: 650px; min-width: auto; }
/*Basic classes*/ html{ height:100%; margin:0px; padding:0px; } body{ font-size:12px; font-family:Trebuchet MS,verdana,geneva,arial,helvetica,sans-serif; background:#FCFCFC; border-left:1px solid #E6E6E6; height:100%; margin:0px; padding:0px; } /*The popup div Classes*/ html.popup{height:auto;} .popup body{ width:auto...
/*! * Bootstrap v4.0.0-alpha.6 (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)
.swal2-container.swal2-center.swal2-fade.swal2-shown .swal2-popup.swal2-modal.swal2-show .swal2-header button.swal2-close:focus{outline:0}.swal2-container.swal2-center.swal2-fade.swal2-shown .swal2-popup.swal2-modal.swal2-show .swal2-actions button.btn:focus{box-shadow:none}.swal2-modal .swal2-confirm.btn-success{backg...
.rdw-option-wrapper { border: 1px solid #F1F1F1; padding: 5px; min-width: 25px; height: 20px; border-radius: 2px; margin: 0 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webki...
*, *:before, *:after { box-sizing: border-box; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } p { margin: 0; padding: 0; } body { font-family: "subset-Graphik-Regular"; color: #0a0a0a; -webkit-font-smoothing: antialiased; margin: 0; padding: 0; } /*Container*/ .contain...
@font-face { font-family: 'Almarai'; src: url('Almarai-Bold.woff2') format('woff2'), url('Almarai-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; } @font-face { font-family: 'Almarai'; src: url('Almarai-Light.woff2') format('woff2'), ur...
body{ font-family: "Palatino Linotype","Times New Roman", Georgia, Serif; /*background-color: #CECECE;*/ } label { font-weight: bold; color: black; } button { font-weight: bold; } input { font-weight: bold; color: #040403; } #zoneImage { width: 50px; height: 50px; } td,tr { vertical-align: middle; }
div{ font-family: 'Arial'; background-color: #a8cf45; margin: 70px 70px; text-align: center; font-weight: bolder; padding: 15px 30px; width: 80px; display: inline-block; vertical-align: middle; } .arrow{ -webkit-transform: translateX(0);/* para que no se desplace */ } .arrow:before{ content: ''; /* hago el...
@import '../../../assets/css/icon.css'; @import '../../../assets/css/option.css'; .fire-rate { width: 6rem; }
#page-home { height: 100vh; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: space-between; } main { height: 100%; width: 100%; display: flex; align-items: flex-start; justify-content: center; padding: 30px 10px; overflow-y: auto; z-index: 0; } .exe...
/* GLOBAL STYLES -------------------------------------------------- */ /* Padding below the footer and lighter body text */ body { padding-top: 3rem; padding-bottom: 3rem; color: #5a5a5a; } /* CUSTOMIZE THE CAROUSEL -------------------------------------------------- */ /* Carousel base class */ .carousel { ...
header.masthead { background-color: #EB593C; } .byline { font-size: 20px; font-weight: 300; font-style: italic; font-family: Lora,'Times New Roman',serif; } .blockquote { border-left: 5px solid #EB593C; padding-left: 1em; } #mainNav.is-fixed .navbar-brand:hover, #mainNav.is-fixed .navbar-nav > li.nav-i...
#title{ font-family:HelveticaNeueIBMLight, Helvetica, Arial, sans-serif; font-size:50px; text-align:left; color:white; margin-top:0px; } #textBackground{ background-color:rgba(48, 53, 56, 0.66); -webkit-box-shadow: 0px 0px 73px 25px rgba(48, 53, 56, 0.72); -moz-box-shadow: 0px 0px 73px 25px rgba(48, 53...