text
stringlengths
1
1.04M
.charsheet { font-family: Georgia; background-color: white; width: 870px; } p { font-family: Georgia; } .sheet-colrow { margin-top: 15px; } .sheet-spacer { border-bottom: 1px solid #a8a8a8; margin-bottom: 5px; margin-top: 2px; } .charsheet textarea { background: none; box-sha...
@font-face { font-family: 'PTSerif-Regular'; src: url('PTSerif-Regular.eot?#iefix') format('embedded-opentype'), url('PTSerif-Regular.woff') format('woff'), url('PTSerif-Regular.ttf') format('truetype'), url('PTSerif-Regular.svg#PTSerif-Regular') format('svg'); font-weight: normal; font-style: normal; }
thead{ color: #337AB7; width: 100%; vertical-align: middle; } table{ /*table-layout: fixed;*/ width: 100%; border-collapse: collapse; white-space: nowrap; } th{ text-align: center; vertical-align: center; vertical-align: middle; height: 40px; font-size: 12px; ma...
/* Resets --------------------------------------------------------------------------------*/ ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input { margin: 0; padding: 0; } a img { border: 0; } a { text-decoration: none; } /* General Styling and Structure ------------------...
@charset "utf-8"; body { background: #F1F1F1; } .siteIcon { max-width: 330px; margin: 15px auto; text-align: center; } .siteIcon img { cursor: pointer; width: 80px; height: 80px; border-radius: 50%; } .siteIcon img:hover { -moz-transition: all 0.8s ease-in-out; -webkit-transition...
.master-slider{ -moz-transform:translate3d(0,0,1px); } .ms-staff-carousel{ max-width:1170px; overflow: hidden; margin: 0px auto; position: relative; } .ms-staff-carousel .ms-view{ overflow:visible; background-color: transparent; } .ms-staff-carousel .ms-nav-prev, .ms-staff-carousel .ms-nav-next { backgroun...
.site-footer { margin-top: 3rem; max-width: 29rem; width: calc(100% - 2rem); margin-left: auto; margin-right: auto; }
@charset "UTF-8"; * { margin: 0; padding: 0; } nav a { text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.63); color: #fff; text-decoration: none; transition: 0.3s; } nav a:hover { color: #F46CF7; text-shadow: 1px 1px 10px #fff; } .logo { text-shadow: 1px 1px 2px rgba(0...
textarea { resize:none; } #qrFlow { position: absolute; top: 5px;} #qrFlow .modal-body { max-height: none; }
.profile { display: flex; justify-content: center; flex-flow: column nowrap; align-items: center; align-content: center; }
@import "../node_modules/bootstrap/dist/css/bootstrap.css"; 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: gra...
.about span { color: skyblue; }
.side-bar { height: 200vh; width: 100%; z-index: 101; position: fixed; background-color: #690c12; left: calc(-100vw + 50px); top: -50vh; transition: 0.3s steps(25); transition-timing-function: ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;...
html, body { margin: 0; height: 100%; overflow: hidden; } @font-face { font-family: vollkorn; src: url(./assets/Vollkorn-Bold.ttf); } canvas { display: block; } .gameTitle{ width: 60%; height: 200px; } .gameTitleAfterEffect{ width: 25%; height: 80px; } .greeting{ font-size: 25px; color: san...
.navbar { position: fixed; top: 0px; right: 0px; width: 100%; height: 8%; z-index: 99999999; background-color: var(--not-so-black); margin-bottom: 5%; } .navbar:after { content: ""; }
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } body { margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { display: block; } audi...
form { width:50%; margin: 0 auto; } /* Makes responsive fields. Sets size and field alignment.*/ input, select{ display: block; margin-bottom: 20px; margin-top: 10px; width:80%; padding: 15px; border-radius:5px; border:1px solid #FE9E00; } input[type=number], input[type="da...
* { padding: 0; margin: 0; border: 0; } body { width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; background-color: #10131a; } video { border-radius: 5%; } canvas { position: absolute; }
#navbar .logo { float: none; text-align: center; } .logo { overflow: auto; padding-left: 0px; } #navbar ul, #navbar ul li { float: none; } #navbar ul li a { padding: 5px; border-bottom: #444 dotted 1px; } /* Homoe INnfo */ #home-info .info-img { display: none; } #home-info .info-content...
.timer-counter { font-size: 20px; }
* { box-sizing: border-box; } ::selection { background: rgba(0, 0, 0, 0); } ::-moz-selection { background: rgba(0, 0, 0, 0); } html, body { height: 100%; margin: 0; padding: 0; } body { display: flex; align-items: center; justify-content: center; font-family: -apple-system, BlinkMacSystemFont, "...
*, *:before, *:after { box-sizing: border-box; } * { padding: 0; margin: 0; } .wrap { background-color: #fff; margin: 0 auto; } body { font-family: "OpenSans-Regular"; color: #111; /* height: 650px; */ } .clearfix::after { content: ""; display: table; clear: both; } .contain...
.page-header { display: flex; flex-direction: column; background-color: var(--color-primary); } .page-header .top-bar-container { width: 90%; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; color: var(--color-text-in-primary); padding: 1.6rem;...
body{ background-color: #ffff99; } h1{ font-family: Impact; font-size: 2.5em; color: #ff6600; padding: 5px; margin: 20px; border: 2px #ff6600 solid; } h2{ font-family: "Courier New"; font-size: 1.5em; padding: 5px; margin: 20px; padding-top: 20px; background-color: #ff6600; color: #ffff99;...
body { background-color: black; } #content { margin: 0 auto; /* this will center the div */ width: 1000px; } #game-area { /*border-collapse: collapse;*/ width: 100%; height: 600px; } #game-area td { /*display: inline-block;*/ /*padding: 3px;*/ /*width: 40px;*/ /*height: 40px;*/ } .alive { background-col...
/*! * Font Awesome Free 5.13.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */
.textContainer ul{ padding:15px !important; } body{ font-family: 'K2D', sans-serif !important; } .breadcrumb{ background-color: #E3E4E4 !important; } .content-wrapper{ background: #F4F4F4 !important; } .card-header{ background-color: #E3E4E4; border: none !important; border-radius: 0px !impo...
/* * Lipsiasadmin * Copyright(c) 2007-2008, LipsiaSoft s.r.l. * info@lipsiasoft.com * * http://www.lipsiasoft.com */ body { font-family:Arial;} table { font-size:0.8em; font-family:Arial } td { padding-right:10px; } a ...
.admin-subheader { /* text-align: center; */ border-bottom: solid 1px black; width: 75%; margin: 1em auto; /* text-align: center; */ }
/* DataCite color: dark blue: #0094CF light blue: #77C9EA */ /* main elements */ body,div,td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; } body { background-color: #fff; text-align: center; } #header { margin-bottom: 1em; } #wrapper { /* width:800px; */ min-width: ...
/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! * Generated using the Bootstrap Customizer (http://v3.bootcss.com/customize/?id=f559cebd98d56886e4116fe111fc0b03) * Config saved to config.json ...
@import 'https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700,800,900'; @import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900'; /*# sourceMappingURL=vendor.css.map */
.sombra-2dp { box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .card { margin-top: 10px; overflow: hidden; width: 100%; z-index: 1; position: relative; background: rgb(255,255,255); border-radius: 2px; box-sizing: bor...
/*! * AngularJS Material Design * https://github.com/angular/material * @license MIT * v1.1.4-master-75237c6
/* * Skin: Blue * ---------- */ .skin-blue .main-header .navbar { background-color: #B72928; } .skin-blue .main-header .navbar .nav > li > a { color: #ffffff; } .skin-blue .main-header .navbar .nav > li > a:hover, .skin-blue .main-header .navbar .nav > li > a:active, .skin-blue .main-header .navbar .nav > li > a...
/* Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins', sans-serif; } html { height: 100%; } body { background: linear-gradient(#fae69a, #d2506e, #383a62); height: 1...
/*样式重置*/ body,ul,li,dl,dt,dd,p,ol,h1,h2,h3,h4,h5,h6,form,img,table,fieldset,legend{margin:0; padding:0;} ul,li,ol{list-style:none;} img,fieldset{border:0; } img{display:block;} a{text-decoration:none; color:#333;} h1,h2,h3,h4,h5,h6{font-weight:100;} body{font-size:12px; font-family:"微软雅黑";} input,a{outline:none;} i{fon...
#baslik{ color: black; margin-left: -100px; margin-top: 30px; } #logo{ width: 110px; margin-left: 0px; margin-top: 10px; }
@font-face { font-family: 'MedievalSharp'; font-style: normal; font-weight: normal; src: local('MedievalSharp'), url('../font/MedievalSharp.ttf') format('woff'); } html { background: #000 url(../img/frame_background.png); } html, body { margin: 0; padding: 0; } .hidden { display: none; } #stage { position...
.Welcome { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; position: relative; font-weight: 300; background-color: black; color: white; z-index: 0; width: 85%; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); border-radius: 4px; transition...
@import url(navbar.min.css);@import url(testData.min.css);section{height:200%;background-color:#EDFAFF}.html{background-color:#EDFAFF}.body{white-space:nowrap;height:200%}
/* ---------------------------------------------------------------------------- FONT: Colfax Web Bold ---------------------------------------------------------------------------- */ @font-face { font-family: 'colfax-web'; src: url('//d3n6tjerleuu41.cloudfront.net/fonts/colfax/bold.eot'); src: url('//d3n6tjerleu...
.body_div_div { width: 100%; height: 94px; background-color: #121212; display: flex; } .body_div_div_div1 { width: 8%; height: 94px; display: flex; justify-content: center; align-items: center; } .body_div_div_div1_image { max-height: 26px; width: auto; margin-right: 10...
/* Reset */ html, body, div, span, applet, object, iframe, h1, h2, h2, h3, h4, h5, 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, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,...
.mint-toast { position: fixed; max-width: 80%; border-radius: 5px; background: rgba(0, 0, 0, 0.7); color: #fff; box-sizing: border-box; text-align: center; /*原值 1000*/ z-index: 2100; -webkit-transition: opacity .3s linear; transition: opacity .3s linear } .mint-toast.is-place...
* { box-sizing: border-box; } body { background-color: #f1f1f1; padding: 20px; font-family: Arial; } .headline{ } .container { position: relative; text-align: center; color: white; } .bottom-left { position: absolute; bottom: 8px; left: 100px; color: mediu...
/*! * Start Bootstrap - Grayscale v3.3.7+1 (http://startbootstrap.com/template-overviews/grayscale) * Copyright 2013-2016 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) height:0;overflow:hidden}.google-maps iframe{position:absolute;top:0;left:0;wi...
@charset "UTF-8"; /* em HTML é id = em CSS é # em HTML é class = em CSS é . */ body{ background-color: #68f1e4; font-family: Arial, Helvetica, sans-serif; } h1{ color:rgb(5, 114, 41) ; } h1#principal{ text-align: center; background-color: #1F5C56; color: white; } h2{ c...
@import url("font-awesome.min.css"); @import url("https://fonts.googleapis.com/css?family=Lato:300,400,900"); /* Twenty by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) */ /* Reset */ html, body, div, span, applet, object, iframe, h1, h2, h3,...
/*! * @copyright: https://github.com/divio/djangocms-admin-style
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@400;500;700&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Spartan', sans-serif; } section { padding: 0 5%; } body { margin-top: 50px; background-image: url(images/bg-pattern-top-mobile.sv...
.ns-body-content{padding: 0 !important;} /* 到期提示 */ .expire-hint{ display: flex; align-items: center; padding: 15px 30px; height: 75px; line-height: 75px; background-color: #fff9f5; box-sizing: border-box; } .expire-hint .expire-logo{ display: flex; justify-content: center; align...
body { font-family: "Trebuchet MS", Verdana, sans-serif; text-align: left; text-transform: uppercase; height: 100%; background-color: #EEEEEE; } header { display: none; } #wrapper { width: 40%; margin: auto; font-weight: 700; } #output { color: #000000; display: block; ...
body { background: #fafafa; padding-bottom:30px; } .menu { display: block; height: 75px; background: #fff; margin: 0; border-bottom: 1px solid #d3d9df; } .menu-logo { margin: 0; line-height: 75px; color: #000; font-size: 16pt; font-weight: bold; } .menu-ul { margin: 0...
@media print { body { margin: 5px; padding: 5px; } } @media print { body { margin: 5px; padding: 5px; } .no-print { display: none; } }
html { height: 100%; overflow: hidden; } body, form { font-family: 'Open Sans', Arial, sans-serif; font-size: 8pt; margin: 0; padding: 0; border: none; outline: 0; width: 100%; height: 100%; } button, input, optgroup, select, textarea { font-family: inherit; } textarea { -moz-box-sizing: bord...
/* $Id: f7ab0b293bdec54ab5419037ed8e7758b8c5c034 $ */ /*! * Font Awesome Free 5.14.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ @font-face { font-family: 'Font Awesome 5 Brands'; font-style: normal; fon...
/*! * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com) * Code licensed under the Apache License v2.0. * For details, see http://www.apache.org/licenses/LICENSE-2.0. */ body { background-color: #f8f8f8; } body > .header .logo { float: left; font-size: 20px; line-height: 50px; text-...
tr {mso-height-source:auto; mso-ruby-visibility:none;} col {mso-width-source:auto; mso-ruby-visibility:none;} br {mso-data-placement:same-cell;} ruby {ruby-align:left;} .style0 {mso-number-format:General; text-align:general; vertical-align:middle; white-space:nowrap; mso-rotate:0; mso-background-source:auto...
/** * React Starter Kit (https://www.reactstarterkit.com/) * * Copyright © 2014-2016 Kriasoft, LLC. All rights reserved. * * This source code is licensed under the MIT license found in the * LICENSE.txt file in the root directory of this source tree. */ @import '../variables.css'; .root { padding-left: 12px;...
/*[class*='col-'] { float: left; } *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } h3 { text-align: center; margin-bottom: 0; } [class*='col-'] { padding-right: 20px; padding-bottom: 20px;} [class*='col-']:last-of-type { padding-right: 0; } .grid { ma...
@media (max-width: 600px) { .products{ display: inherit; height: auto; } .product{ margin-top: auto; } .main-section{ padding: 4%; } .info, .menciones{ display: inherit; } }
@font-face { font-family: 'iCielMedium'; src: local('iCielMedium'), url('./fonts/iCiel-Medium.ttf') format('truetype'); font-weight: normal; } * { margin: 0; padding: 0; } body { margin: 0; font-family: 'iCielMedium', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell...
h3[data-v-5ff2252a]{margin:40px 0 0}ul[data-v-5ff2252a]{list-style-type:none;padding:0}a[data-v-5ff2252a]{color:#42b983}.passed[data-v-5ff2252a]{color:green}.failed[data-v-5ff2252a]{color:red}.test-case[data-v-5ff2252a]{padding:5px;border-bottom:1px solid #d3d3d3}.my-editor[data-v-5ff2252a]{background:#2d2d2d;color:#cc...
.typehead-addresspicker .typeahead, .typehead-addresspicker .tt-query, .typehead-addresspicker .tt-hint { width: 480px; height: 30px; padding: 8px 12px; font-size: 24px; line-height: 30px; border: 2px solid #ccc; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; outline: none;...
.container { align-items: center; display: flex; flex-direction: column; justify-content: center; } .container > svg, .container > svg * { cursor: default; } @keyframes fadePulse { 0% { opacity: 1; transform: scale(1); } 50% { opacity: .5; transform: scale(.9); } 100% { opacit...
/* Name: Sabujcha - Matcha Shopify Theme Author: HasTech */ input:focus ,textarea:focus { background: transparent; border: 2px solid #519f10; } .logo a { text-transform: uppercase; font-weight: bold; font-size: 26px; } .main-menu nav > ul > li > ul.submenu,.main-menu nav > ul > li > ul > li > ul.lavel-menu { mar...
.login-container { background-color: #5cabff; background-image: url("https://www.transparenttextures.com/patterns/gplay.png"); /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */ } .login-form-container { background-color: white; bord...
@charset "UTF-8";/*! * jQuery contextMenu - Plugin for simple contextMenu handling * * Version: v2.0.1 * * Authors: Björn Brala (SWIS.nl), Rodney Rehm, Addy Osmani (patches for FF) * Web: http://swisnl.github.io/jQuery-contextMenu/ * * Copyright (c) 2011-2015 SWIS BV and contributors * * Licensed under * M...
/*! * @file * @brief boxplus: a lightweight pop-up window engine shipped with sigplus * @author Levente Hunyadi * @version 0.9.2 * @remarks Copyright (C) 2009-2010 Levente Hunyadi * @remarks Licensed under GNU/GPLv3, see http://www.gnu.org/licenses/gpl-3.0.html * @see http://hunyadi.info.hu/projects/boxplu...
@font-face { font-family: 'icomoon'; src: url('fonts/icomoon/fonts/icomoon1a44.eot?10si43'); src: url('fonts/icomoon/fonts/icomoon1a44.eot?10si43#iefix') format('embedded-opentype'), url('fonts/icomoon/fonts/icomoon1a44.ttf?10si43') format('truetype'), url('fonts/icomoon/fonts/icomoon1a44.woff?10si43') ...
@import url(https://fonts.googleapis.com/css?family=Nunito); /*! * Bootstrap v4.4.1 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ :root { --blue: #3490dc; --indigo: #65...
.bx_item_detail_inc_two_2 .bx_item_detail_inc_one_container{ width: 49.5%; } .bx_item_detail_inc_two_2 .bx_popup{ width: 80%; } .bx_item_detail_inc_two_3 .bx_item_detail_inc_one_container{ width: 32.8%; } .bx_item_detail_inc_two_3 .bx_popup{ width: 100%; } .bx_item_detail_inc_two_4 .bx_item_detail_inc_one_container{ ...
*{ margin: 0; padding: 0; box-sizing: border-box; font-family: consolas; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background: #000; } a{ position: relative; width: 160px; height: 50px; line-height: 48px; background:...
@import url(https://fonts.googleapis.com/css?family=Nunito); /*! * Bootstrap v4.4.1 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ :root { --blue: #3490dc; --indigo...
/*! * Bootstrap v3.3.2 (http://getbootstrap.com) * Copyright 2011-2015 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=f68de6ab19c9187ae66a) * Config saved to config.json and https:...
@import url(http://fonts.googleapis.com/css?family=Andika|Exo:400,700|Oxygen); /** * Sky theme for reveal.js. * * Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se C8E370 */ .reveal a:not(.image) { line-height: 1.3em; } /********************************************* * GLOBAL STYLES *****************...
html{ width: 100%; height: 100%; } body{ width: 100%; height: 100%; margin: 0px; font-family: "MicrosoftYaHei"; background-color: #fff; } body *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; color: #333; } * img{ -moz-user-select: ...
/** * Custom Theme * * @jesperorb */ @import url(https://fonts.googleapis.com/css?family=Roboto+Mono:300,400,700); section.has-dark-background, section.has-dark-background h1, section.has-dark-background h2, section.has-dark-background h3, section.has-dark-background h4, section.has-dark-background h5, section.has-...
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Hind:wght@300&display=swap"); * { margin: 0; padding: 0; list-style-type: none; box-sizing: border-box; /* box-shadow removes the default bootstrap shadow on buttons afte...
/* Overwrite the default wrapper height to auto for APIInfo.js only */ .wrapper { height: auto; } /* Set the margin between the select and swagger-ui to 10 px */ select { margin-bottom: 10px; }
html, body { height: 100%; } body { padding-top: 50px; overflow-x:hidden; } .wrapper { height: 100%; width: 100%; overflow: hidden; padding: 0; margin: 0; } small { font-size: 70%; } /* NAVBAR */ .navbar-header { display: block; } .navbar-nav { display: none; } .navbar-toggle { display: none; }...
.comments { display: flex; flex-direction: column; gap: 1rem; } .comments li { padding: .5rem 0; text-align: left; border-bottom: 2px solid #ccc; } .comments p { margin: 0; } .comments li div { text-align: right; font-style: italic; } .comments address { display: inline; }
html, body{ height:100%; } *{ list-style: none; } body{ font-family: Verdana, Tahoma, "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: #ffffff; background-image: url("../images/overlay.png"), -moz-linear-gradient(0deg, rgba(118, 224, 200, 0.5) 5%, rgba(0, 158, 235, 0.35)), url("../i...
[nombre] { color:blue; } a, a:hover, a:focus, a:active{ text-decoration: none; cursor: wait; } html, body{ height: 100%; } .cabecera{ height: 10% !important; border: 1px solid black; } .pie{ height: 10% !important; border: 1px solid black; } .contenedor{ height: ...
body { background-color: #BBACC1; } body, input, select, textarea { font-family: "Source Sans Pro", Helvetica, sans-serif; } /** Link Styles **/ a { color: #e0555a; } a:hover { color: #8AA29E !important; } /** Text Styles **/ p { } h1 {font-size:50px; COLOR:aqua; } h2 { } h3 { } .wrapper.style1 { back...
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; margin: 0; padding: 0; } .trial-container{ display: flex; justify-content: center; height: 20rem; } .trial { width: 500px; background-color: #1E1E2C; } .trial-editor { height: 12rem; position: relative; } ....
@font-face { font-family: 'Source Sans Pro'; font-style: normal; font-weight: 400; src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(//themes.googleusercontent.com/static/fonts/sourcesanspro/v5/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff'); } body, html { margin:...
/* ./styles/globals.css */ @tailwind base; @tailwind components; @tailwind utilities; body { @apply text-gray-700; @apply dark:text-gray-300; }
#header { background: #4a90e2; color: #fff; height: 64px; width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 20px 42px; } #header > img { width: 121px; height: 24px; } #divAvatar { display: flex; align-items: center; } #divAvatar span { font-size: 15px...
#wp-auth-check-wrap.hidden{display:none}#wp-auth-check-wrap #wp-auth-check-bg{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;opacity:.7;filter:alpha(opacity=70);z-index:1000010}#wp-auth-check-wrap #wp-auth-check{position:fixed;left:50%;overflow:hidden;top:40px;bottom:20px;max-height:415px;width:380px;marg...
/* ==UserStyle== @name 微博去刺眼背景 @namespace USO Archive @author BenzBrake @description `去除顶部公众节日节广告回复去掉刺眼的底色` @version 20170118.10.58 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("weibo.com") {...
aside { background: #212121; width:250px; height:100vh; position:fixed; transition:.3s; left:-250px; top:0; transition-timing-function: cubic-bezier(0.9,0,1,1); /* box-shadow: 1px 0px 10px 1px grey; */ } aside.close { left:0; transition:.3s; transition-timing-function: ...
html { height: 100%; } body { padding: 0; margin: 0; border: 0; height: 100%; overflow: hidden; font-family: Courier; } .hidden { display: none; } #home { background-color: red; } #journey { height: 100%; background-color: #5F9FFF; } #event { background-color: magenta; } #progress-area { ...
h1 { font-size: 50px; margin-bottom: 50px; } table { text-align: center; } #id_verification_result { margin-top: 10px; }
/* # @name: custom.css # @version: 0.1 # @creation_date: 2022-02-01 # @license: The MIT License <https://opensource.org/licenses/MIT> # @author: Simon Bowie <simon.bowie.19@gmail.com> # @purpose: Custom CSS to override Bootstrap 5 defaults # @acknowledgements: # Bootstrap 5.1.3: https://getbootstrap.com/ */ body { f...
/* timeago output is dynamic, which breaks when you print a page. This CSS is only included when type: timeago and ensures fallback to type "iso_date" when printing. */ .git-revision-date-localized-plugin-iso_date { display: none } @media print { .git-revision-date-localized-plugin-iso_date { display: in...
/* Author: W3layout Author URL: http://w3layouts.com License: Creative Commons Attribution 3.0 Unported License URL: http://creativecommons.org/licenses/by/3.0/ */ h4, h5, h6, h1, h2, h3 {margin: 0;} ul, ol {margin: 0;} p {margin: 0;} html, body{ font-family: 'Roboto Condensed', sans-serif; font-size: 100%; o...
/* Import your css files here */ @import "css/variables.css"; @import "css/base.css"; @import "css/nav.css";