text
stringlengths
1
1.04M
.icon-selector[data-v-38ff739f]{position:relative;margin:0;width:18px;height:18px;border-radius:50%;border:2px solid #ccc;cursor:pointer}.selector-active[data-v-38ff739f]{background-color:#ff8198;border-color:#ff8198}#shop-item[data-v-f35855d6]{width:100%;display:flex;font-size:0;padding:5px;border-bottom:1px solid hsl...
.Burger{ width:100%; margin: auto; height: 250px; overflow: auto; text-align: center; font-weight: bold; font-size: 1.2rem; } @media (min-width: 1000px) and (min-height: 700px){ .Burger{ width: 700px; height: 600px; } } @media (min-width: 500px) and (min-height: 401...
/* Document : controlStyle2 From: https://docs.oracle.com/javafx/2/css_tutorial/controlStyle2.css.htm */ .root{ -fx-font-size: 10pt; -fx-font-family: Arial; -fx-base: rgb(132, 145, 47); -fx-background: rgb(225, 228, 203); } .button{ -fx-text-fill: rgb(49, 89, 23); -fx-border-color: ...
/* Import some fonts */ @import url('https://fonts.googleapis.com/css?family=Dosis|Nunito'); /* add color variables */ :root { --candy-pink: #E7717D; --grey-ice-blue: #C2CAD0; --total-black: #0B0C10; --aqua-strike: #66FCF1; --calm-teal: #45A29E; } /* center the container and imply margins */ .container { ...
/* * jsGrid v1.5.1 (http://js-grid.com) * (c) 2016 Artem Tabalin * Licensed under MIT (https://github.com/tabalinas/jsgrid/blob/master/LICENSE) */ .jsgrid{position:relative;overflow:hidden;font-size:1em}.jsgrid,.jsgrid *,.jsgrid :after,.jsgrid :before{box-sizing:border-box}.jsgrid input,.jsgrid select,.jsgrid text...
/* Author: Ann Beimers, 4 Feb 2021 */ body { margin: 10px; height: 625px; border-style: solid; border-width: thick; border-color: #DB7093; } #dividers { height: 500px; width: 100%; } #top { width: 100%; height: 25%; font-size: 80pt; color: #FFE4E1; text-align: center; text-decoration: underline; backgr...
body { font-family: 'Open Sans Condensed', sans-serif; }
.panel-heading { color:#222; background-color: #909090; border-color: #606060; } .panel-title { font-weight: bold; font-size: 21px; } .panel { color:#fff; background-color: #222; }
body { padding-bottom: 20px; } /* Set padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Override the default bootstrap behavior where horizontal description lists will truncate terms that are too long to fit in the left column */ .dl-hori...
#team1{ margin: 0; padding: 0; font-family: 'Raleway',sans-serif; font-size:14px; font-weight: 400; color: #777; } #team1 h1{ font-size: 36px; color: #555; font-weight: bold; } #team1 h3{ font-size: 24px; color: #333; font-weight: bold; } #team1 header{ padding-top: 10px; background-color: #cccccc; hei...
/*CCS par T.RENAUD le 13/03/2017 pour V02.00.00 Copyright RTE -2017 */ /* Header*/ header { position:fixed; z-index:50; top:0; left:0; width:100vw; height:80px; text-align:center; box-shadow:1px 1px 6px black; background: rgb(238,238,238); /* Old browsers */ background: -moz-linear-gradient(top, rgba(23...
@font-face { font-family: 'Ivar Display'; src: local('Ivar Display'), local('IvarDisplay'), url(../fonts/IvarDisplay-Regular.woff2) format('woff2'), url(../fonts/IvarDisplay-Regular.woff) format('woff'); font-weight: normal; font-style: normal; } body { margin: 0; font-family: 'Ivar Display', sans-seri...
* { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } ul li { list-style: none; } p { padding: 0px 0px 0px 0px; } body { font-family: slash, "Microsoft Yahei", Verdana; overflow-y: hidden; position: relative; } body #masked_box { position: absolute; display: none; justify-content: center; align...
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b...
.commentlist-section, .comment-section, .comment-success-section, .order-success-section { margin-top: 70px; padding-top: 10px; } .comment-operate { display: flex; justify-content: flex-end; border-bottom: 1px solid #ccc; padding-bottom: 10px; } .comment-list { width: 100%; margin-top: ...
/*! * Quill Editor v1.3.7 * https://quilljs.com/ * Copyright (c) 2014, Jason Chen * Copyright (c) 2013, salesforce.com /*# sourceMappingURL=quill.bubble.min.css.map */
/* Elementric - Web UI Components Author: © Ciuca Cristian Author URL: https://www.ciucacristi.tk/ Version: 0.1 Beta Demo: https://www.ciucacristi.github.io/elementric License: MIT License */ @import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap'); @import url('https://fonts.googleapis.com/css2?fa...
/*! * froala_editor v2.3.5 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms/ * Copyright 2014-2016 Froala Labs */ .clearfix::after { clear: both; display: block; content: ""; height: 0; } textarea.fr-code { display: none; width: 100%; resize: none; -moz-resi...
/*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ /* FONT PATH * -------------------------- */ @font-face { font-family: "FontAwesome"; src: url("../../assets/fonts/fontawesome-webfont.eot?v=4.7.0");...
.BuildControl { display: flex; justify-content: space-between; align-items: center; margin: 5px 0; } .BuildControl button { display: block; font: inherit; padding: 5px; margin: 0 5px; border: 1px solid #aa6817; width: 60px; } .BuildControl button:disabled { background-color: #AC9980; borde...
html, body, main { height: 100%; width: 100%; } #winStats { background: cornsilk; border-bottom-left-radius: 5%; border-bottom-right-radius: 5%; } #winRating{ background: white; border-radius: 25%; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)...
@import "https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700"; #timeline .timeline-item:after, header:after, #timeline .timeline-item:before, header:before { content: ""; display: block; width: 100%; clear: both; } *, *:before, *:after { box-sizing: border-box; -webkit-box-sizing: border-box;...
#dd_auth { width: 100%; height: 100%; margin: 0px auto; color: #009fd9; font-family: Bowlby; font-weight: normal !important; line-height: 18px; } #loadertext { font-family:Bowlby; font-size:20px; color:#FFF; } .DDAuthHeader { height: 176px; margin: 16px auto; width: 580px; position: relati...
/* ==UserStyle== @name Amor Doce Tema: Syaoran @namespace USO Archive @author TsubasaLi @description `Olá, aqui é a TsubasaLi com mais um tema. Dessa vez um tema do Syaoran de Tsubasa. Não nenhuma expert, então procurem ignorar os errinhos que encontrarem >.< Espero que gostem. Duvidas? Pedido...
/********************************************************/ /**********@@@@***********@@@@***@@@@******@@@@**********/ /**********@@@@@*********@@@@@***@@@@****@@@@************/ /**********@@@@@@*******@@@@@@***@@@@**@@@@**************/ /**********@@@@*@@*****@@*@@@@***@@@@*@@@@***************/ /**********@@@@***@@*@@**...
/*!v1.0.0 2018-6-6*/@charset "UTF-8";.c-list[role=list],ol.c-list,ul.c-list{display:block;margin:0;padding:0 0 0 1em;list-style-position:outside}.c-list[role=list] .c-list[role=list],.c-list[role=list] ol.c-list,.c-list[role=list] ul.c-list,ol.c-list .c-list[role=list],ol.c-list ol.c-list,ol.c-list ul.c-list,ul.c-list ...
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-heigh...
@-webkit-keyframes rotate { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } } #Wheel { width: 25%; height: auto; -webkit-animation-name: rotate; -webkit-animation-duration: 3.5s; -webkit-animation-iteration-count: infinite; -webk...
htll {white-space:pre-wrap} p {margin:0} pb:after {color:blue;font-size:70%;content:"原書第" attr(n) "頁"} p::before {content:'  '} .author , .copyright, .edition {color:blue} .quote {font-weight: bold;font-size:120%;font-family: 楷体, 標楷體;} h7,h8,h9,h10,h11,h12,h13,h14,h15,h16,h17,h18,h19 {font-weight:bold;color:brown}
/* =============================== @Import Function =============================== */ /* =============================== @Import Mixins =============================== */ /* ================== Switches ================== */ /* The switch - the box around the slider */ .switch { position: relative; di...
body{ background-color: #e4e978; padding: 5px; } article{ background-color: #f2f4c0; padding: 15px; border: 1px solid #b2ad7d; margin: 15px 10px; } section article{ font-style: italic; color: #5c6e91; }
/* ==UserStyle== @name Online Video Converter Clean/Dark @namespace USO Archive @author Nocturnal42 @description `A much cleaner version of the site that removes all the things you don't care about.` @version 20161212.19.22 @license NO-REDISTRIBUTION @preprocessor uso @advanced...
shad { text-shadow: 3px 1px #669999; } img.social { border: 1px solid #ddd; border-radius: 10%; padding: 5px; } img.social:hover { box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5); } body { margin: 25px; background: url(seigaiha.png); } div.polaroid { ...
.patientimg{ width: 50px; height: auto; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; } .doctordashboardcards{ min-height: 90vh; } .clear-btn{ padding: 0px 5px; }
/* Webfont */ @import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700,900); /* Navigation */ .wrapper_nav { background:white; border-top: 4px solid #008CBA; position: fixed; width: 100%; z-index: 999; border-bottom: 0px solid #008CBA; } .main-navigation li { font-family: ...
body { font-family:Segoe UI; margin:0px; padding:0px; } img, a { outline:none; border:none; } #splashscreen { margin:0; position:fixed; width:100%; height:100%; color:#FFFFFF; background-image:url('../splashscreen.png'); background-position:center; background-color:#1E7FE8; background-repeat:no-repeat; animation:spla...
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap'); :root { --primary-color: #470a08f5; --secondary-color: #883f3b; } * { box-sizing: border-box; padding: 0; margin: 0; } body { font-family: 'Lato', sans-serif; color: #333; line-height: 1.6; } #header { position:...
body { background: #000000; color:#FFFFFF; font-family: Verdana, "Times New Roman"; margin: 25px 25px 0px; } h1 { font-size: 48px; text-align: center; padding: 15px; } h2 { font-size: 32px; text-shadow: 2px 4px #808080; } p { font-size: 24px; padding: 0px 0px 15px 15px; } img { width: 350px;...
#open { color: #1e857a !important; background-color: white; } nav { box-shadow: none; position: absolute; } #storeInfo { position: absolute; top: 0; background-color: #b32b42; height: 30px; } #storeInfo ul a { line-height: 30px; color: white; } #pageNav { top: 30px; background-color: transpa...
.rules { /* stylelint-disable */ justify-content: center; display: flex; flex-direction: column; background: #FFF; margin-left: 20px; margin-right: 20px; box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px; padding: 10px; } .ruleSection{ border-bottom: 1px solid g...
div#alertsView { padding: 0px 5px; } div#alertsMenu { text-align: center; } div.alertsBody { margin-bottom: 10px; } div.alertAuthorPic { float: left; } div.alertAuthorPic img { width: 16px; height: 16px; } div.alertMessage { margin: 0px 0px 5px 5px; float: left; } div.alrMsgCont { width: 209px; h...
@import "variables";
/*----------------------------------------------------------------------------- - Revolution Slider 5.0 Navigatin Skin Style - ARES SKIN author: ThemePunch email: info@themepunch.com website: http://www.themepunch.com -----------------------------------------------------------------------------*/ .ares.tp...
body { width: 600px; text-align: center; } .header { background-color: #5555ff; color: white; position: relative; left: 0; top: 0; padding: 0.5em; } #container { position: relative; } .post { margin: 48px; text-align: left; } #notification { float: right; background: #119911; color: #ffffff;...
:root{ font-size: 40%; /* modificar as medidas rem */ } #page-landing { /*Cor de fundo*/ background: var(--color-primary); } #page-landing #container{ /*Cores dos textos*/ color: var(--color-text-in-primary); } .logo-container{ text-align: center;/*Centralizando o texto*/ margin-bottom: 3.2rem;/*D...
body.stop-scrolling { height: 100%; overflow: hidden; } .sweet-overlay { background-color: black; /* IE8 */ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"; /* IE8 */ background-color: rgba(0, 0, 0, 0.4); position: fixed; left: 0; right: 0; top: 0; bottom: 0; display: none; ...
.bug-selector, .bug-selector1 { background: red; } .bar { padding: 0; } .bug-selector, .bug-selector1 { background: black url('images/b-toolbar.gif'); background: linear-gradient(#5e6081, #353340); }
/* * COLORS * * Dark Orange: #ef6c00 * Amber: #ffca28 * Grays for card back: #607d8b, #90a4ae 5%, #cfd8dc * Oranges for card front: #ffc107, #ff8f00 */ html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } html, body { height: 100%; margin: 0; max-width: 100%; ...
.anImage{ height: 175px; width: 200px; margin: 10px; border-radius: 25px; border: 1px solid black; }
body::before { background-size: cover; background-attachment: fixed; content: ''; will-change: transform; z-index: -1; left: 0; right: 0; bottom: 0; top: 0; position: fixed; } @media (max-width: 512px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 512px) and (mi...
.container { padding: 0 2rem; } .small { display: grid; grid-template-columns: 1fr 1fr 1fr; } .large { display: grid; grid-template-columns: 1fr 1fr; }
.redactor-box { max-width: 769px; float: left; width: 100%; } /* plays well with django-suit full-width */ .full-width .redactor-box { max-width: none; } body .redactor-box_fullscreen{ max-width: none; } .redactor-box textarea, .redactor-box iframe, .redactor-editor { min-height: 300px; } form .redactor-toolb...
/* * Toastr * Version 2.0.1 * Copyright 2012 John Papa and Hans Fjallemark. * All Rights Reserved. * Use, reproduction, distribution, and modification of this code is subject to the terms and * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php * * Author: John P...
#components-form-demo-normal-login .login-form { max-width: 300px; } #components-form-demo-normal-login .login-form-forgot { float: right; } #components-form-demo-normal-login .ant-col-rtl .login-form-forgot { float: left; } #components-form-demo-normal-login .login-form-button { width: 100%...
@charset "UTF-8"; @-webkit-keyframes fade-in { 0% { opacity: 0; } 50% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes fade-in { 0% { opacity: 0; } 50% { opacity: 0; } 100% { opacity: 1; } } @-ms-keyframes fade-in { 0% { opacity: 0; } 50% { opacity: 0; } 100% { ...
/* pour l'entête */ #titre { display: flex; align-items: stretch; } .cerveau_image { margin-left: 325px; width: 40px; height: 40px; } .titrelogo { height: 30px; width: 220px; } #qcm_title { text-align: center; white-space: nowrap; font-family: Arial Black; font-weight: bo...
#leftMenu, #leftMenu a { color: rgba(80, 79, 79, 1); } #leftMenu ol { margin : 0px; padding : 0px; list-style-type: none; } #leftMenu li { margin-bottom: 10px; margin-top: 10px; } .leftMenu-hidden { display: none; }
div[ng-view] { padding-top: 55px; }
* { font-weight: 300; } .ah-container { height: 100vh; width: 100%; display: flex; justify-content: center; align-items: center; } .ah-form { max-width: 480px; width: 100%; border: 1px solid #dfdfdf; padding: 35px; display: flex; flex-direction: column; align-items: stretch; } .ah-title { ...
html{ overflow-y:scroll; overflow-x:hidden; } body { margin:0; padding:0; height:100%; background-image:url('/images/aceplus_background.png'); background-repeat: no-repeat; background-attachment: fixed; background-position: center; } .header{ background-color: rgb(255, 255, 255)...
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } td { height: 4vh; width: 8%; } table { border: solid grey 1px; padding: 1%; } div#table { display: inline-block; position: relative; margin-bottom: 6vh; } div#table h1, div#table p { position: absolute; te...
/** Reset some basic elements */ body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; } /** Basic styling */ body { font: 400 16px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI S...
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css); /* * Social Buttons for Bootstrap * * Copyright 2013 Panayiotis Lipiridis * Licensed under the MIT License * * https://github.com/lipis/bootstrap-social */ .btn-social { position: relative; padding-left: 44px; text-...
/* Firefox Quantum userChrome.css tweaks ************************************************/ /* Github: https://github.com/aris-t2/customcssforfx ************************************/ /****************************************************************************************/ @import "icons_custom_icons_sizes.css"; /* ...
/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */ /* * mysubmissions + submission */ #yoo-zoo .mysubmissions > h1.headline, #yoo-zoo .submission > h1.headline { margin: 0px 0px 8px 0px; font-family: Georgia, "Times New Roman", Times, serif; font-size: 40px; font-weight: normal; li...
/*! X-editable - v1.5.0 * In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery * http://github.com/vitalets/x-editable * Datepicker for Bootstrap * * Copyright 2012 Stefan Petre * Improvements by Andrew Rowls * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 *
/*-- Author: W3layouts Author URL: http://w3layouts.com License: Creative Commons Attribution 3.0 Unported License URL: http://creativecommons.org/licenses/by/3.0/ --*/ body { margin: 0; padding: 0; background: #fff; font-family: 'Roboto', sans-serif; } h1, h2, h3, h4, h5, h6 { margin: 0; font-family: 'Montserr...
/*! * Bootstrap v3.3.6 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-...
.slider { position: relative; width: 100%; height: 400px; overflow: hidden; & a { &.previousButton, &.nextButton { font-size: 22px; line-height: 0; display: block; position: absolute; top: 50%; transform: translateY(-50%); transition: all .3s linear; z-index: 1; padding: 10px; text...
body,html{ margin: 0; padding: 0; } p, span, code, h1, h2, h3{ font-family: Arial; } header{ position: fixed; top: 0; z-index: 999; width: 100%; height: 2.5em; background-color: #262626; padding: 0.5em; } header h2{ margin: 0; color: #999999; } section{ width: 1...
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *---------------------------------------------------------------...
@font-face { font-family: Vine; src: url("../fonts/vine1.otf") format("opentype"); } body * { box-sizing: content-box; box-sizing: initial; -webkit-font-smoothing: antialiased; } body { background-color: #040405; width: initial; display: flex; flex-direction: column; flex: 1 1 auto; flex-grow: ...
.normal { font-family: Georgia, sans-serif; text-align: center; margin: 200px; } .title { font-size: 2.5rem; font-weight: normal; letter-spacing: -1px; background: darkslateblue; padding: .6em 0; color: white; margin: 0; }
.todo-list { list-style-type: none; } .todo-list li { width: 300px; padding: 10px; margin: 5px; border: 1px dotted lightgray; } .todo-list li span { display: inline-block; } .btn.pull-right { margin-left: 5px; }
.content { max-width: 1200px; margin: 20px auto; display: flex; flex-direction: column; align-items: center; } .error { background-color: lightsalmon; padding: 10px; border-radius: 4px; border: 1px solid tomato; } .grid { display: grid; grid-template-columns: repeat(auto-fi...
/*! * OverlayScrollbars * https://github.com/KingSora/OverlayScrollbars * * Version: 1.12.0 * * Copyright KingSora | Rene Haas. * https://github.com/KingSora * * Released under the MIT license. * Date: 05.04.2020 /*# sourceMappingURL=ee0304577166499b959c.css.map*/
.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter table, .syntaxhighlighter table td, .syntaxhighlighter table tr, .syntaxhighlighter table tbody, .syntaxhighlighter table thead, .syntaxhighlighter table caption, .syntaxhighlighter textarea { -moz-border-radius: 0 0 0 0 !import...
html, body { margin: 0; padding: 0; } .app { margin: 10px; padding: 0; } .files-list { margin: 10px 0 0; width: 100%; border-collapse: collapse; } .files-list__head { border: 1px solid #999; } .files-list__head > tr > th { padding: 10px; border: 1px solid #999; text-align: left; font-weight: n...
/* Copyright 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ html { background-attachment: fixed; background-color: $i18n{colorBackground}; background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$i18...
.ui-loading-wrap { display: -webkit-box; -webkit-box-pack: center; -webkit-box-align: center; text-align: center; height: 40px; } .ui-loading { width: 20px; height: 20px; display: block; background: url(../img/loading_sprite.png); -webkit-background-size: auto 20px; -webkit-animation: am-rotate 1...
body { background-color: #000; padding:50px; font: 14px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; color:#fff; font-weight:400; } h1, h2, h3, h4...
/* fallback */ @import url('https://fonts.googleapis.com/icon?family=Material+Icons'); @font-face { font-family: 'Material Icons'; font-style: normal; font-weight: 400; src: url(https://fonts.gstatic.com/s/materialicons/v38/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); } /*Dark Mode Toggle Box*/ .mater...
/*! * Font Awesome Free 5.10.2 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ .fa, .fas, .far, .fal, .fad, .fab { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-blo...
body { margin: 0px; padding: 0px; font-family: sans-serif; user-select: none; background-color: #fff; } .container { max-width: 90%; margin-left: auto; margin-right: auto; margin-bottom: 20px; } .text-center { text-align: center; } .card { padding: 12px; box-sizing: border-box; margin: 0px auto; } a { ...
html,body{ font-size: 16px; font-family: 'Microsoft YaHei','Arial','Helvetica','Tahoma'; height: 100%; } html,body,article,section,div, p,h1,h2,h3,h4,h5,h6, ul,ol,li, header,footer,main,address,menu,nav, button,input,output, aside,details,figcaption,figure,hgroup summary,audio,video{ position: relative; margin: 0;...
@media (min-width:720px) and (max-width:1024px) { }
body { font-family: 'Open Sans', serif; padding-top: 54px; color: #868e96; } @media (min-width: 992px) { body { padding-top: 0; padding-left: 17rem; } } h1, h2, h3, h4, h5, h6 { font-family: 'Saira Extra Condensed', serif; font-weight: 700; text-transform: uppercase; color: #343a40; } h1 { ...
@media only screen and (min-width: 1801px){ /* Bg-Layer */ .ttm-left-span .ttm-col-wrapper-bg-layer { margin-left: -500px; } .ttm-right-span .ttm-col-wrapper-bg-layer { margin-right: -500px; } } @media only screen and (max-width: 1800px) and (min-width: 1601px){ /* Bg-Layer */ .ttm-left-span .ttm-c...
html { box-sizing: border-box; } *, *::after, *::before { box-sizing: inherit; } html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, le...
:root { --mainBrown: #2d1e1f; --mainYellow: rgb(255, 158, 9); --mainGrey: #ece8dc; --mainWhite: #fff; --mainDark: #222; } body { background: var(--mainWhite); color: var(--mainDark); font-family: Verdana, Geneva, Tahoma, sans-serif !important; } h1, h2, h3, h4, h5, h6 { font-family: "Courier New", Co...
/* * Table */ table.dataTable { margin: 0 auto; clear: both; width: 100%; } table.dataTable thead th { padding: 3px 18px 3px 10px; border-bottom: 1px solid black; font-weight: bold; cursor: pointer; *cursor: hand; } table.dataTable tfoot th { padding: 3px 18px 3px 10px; border-top: 1px solid black; font-...
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ @import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap"); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, bi...
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}.App{text-...
/* html, body { background-color: #2ca1db; margin: 0; padding: 0; width: 100%; height: 100%; } */ nav { z-index: 5; } .frame { height: auto; margin: 5% auto 0; position: relative; width: 100%; } svg { max-width: 100%; height: auto; display: block; } /** * Paper Plane */ /*Paper Plane: C...
/* Theme Description ------------------------------------------------- Theme Name: Author: Support: Description: Version: ------------------------------------------------- */ /* CSS Index ------------------------------------------------- 1. Theme default css 2. header 3. slider 4. about-area ...
.fancy-button { position: relative; display: block; text-transform: uppercase; overflow: hidden; border: 1px solid currentColor; -webkit-transition: 0.5s; transition: 0.5s; z-index:1; } .fancy-button:before,.fancy-button:after , .fancy-button span:before,.fancy-button span:after { z-index:-1; } .btn-0...
@charset "UTF-8"; /*! * Bootstrap v5.1.3 (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) */ :root { --bs-blue: #0d6efd; --bs-indigo: #6610f2; --bs-purple: #6f42c1; --bs-pin...
* { margin: 0px; padding: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } a { text-decoration: none; color: #000; } .pdf-style15-body { float: left; width: 100%; height: 100%; } .pdf-style15-left-content { float: left; width...
/***************** * * * Header * * * ******************/ header { background-color: var(--negro); } header * { color: var(--rojo-tenue); } header h1 { color: var(--rojo); } /************************ * * * Botones areas * * ...
.status-container{ height: 100%; } .status-container .head { padding: 5px; background-color:white; border-bottom: 1px solid #DCDCDC; border-radius: 4px; } .status-container .body{ margin: 1rem 3rem; padding: 0px 0px; text-align: center; } .status-container .head ul { list-...