text
stringlengths
1
1.04M
.po-table-link, .po-table-link:link, .po-table-link:visited { color: var(--color-table-color-link); text-decoration: none; } .po-table-link:hover { color: var(--color-table-color-link-hover); cursor: pointer; text-decoration: underline; } .po-table-link:active { color: var(--color-table-color-link-pressed...
@layer base { h1, h2, h3, h4, h5, h6 { @apply font-semibold leading-tight; } h1 { @apply text-5xl; } h2 { @apply text-4xl; } h3 { @apply text-3xl; } h4 { @apply text-2xl; } h5 { @apply text-xl; } h6 { @apply text-lg; } a { @apply transition ...
p { font-weight: bold } * { color: red; }
* {box-sizing: border-box;} html, body { width: 100%; height: 100%; margin: 0; padding: 0; font-size: 10px; } body { font-size: 20px; color: white; background-color: rgb(16, 16, 16); } body { padding-top: 70px; } /* bootstrap navbar hack */
@charset "UTF-8"; /*! * Weather Icons 2.0 * Updated August 1, 2015 * Weather themed icons for Bootstrap * Author - Erik Flowers - erik@helloerik.com * Email: erik@helloerik.com * Twitter: http://twitter.com/Erik_UX * ------------------------------------------------------------------------------ * Mainta...
.art-tag{display:inline-block;vertical-align:middle;box-sizing:border-box}.art-tag--default{border:1px solid #ddd;color:var(--color-neutral-sub);background-color:var(--color-neutral-transparent)}.art-tag--primary{border:1px solid var(--color-primary);color:var(--color-neutral-light);background-color:var(--color-primary...
.separator{ height: 6px; width:40%; border-radius: 3px; margin: 16px 0px; background-color: black; opacity: 0.6; }
*{ margin: 0; padding: 0; outline: none; } body{ font-family: Roboto, sans-serif; background: #EFF7FC; } .container{ width: 280px; height: 500px; margin: 60px auto; margin-left: 1000px; } .card{ } .card-head{ position: relative; height: 252px; background: #FF416...
.cards{ background: linear-gradient(150deg, #ff00, #f5f5f5); margin-top: 5px; } .cards:hover{ background: linear-gradient(150deg, #f5f5f5, #ff00); color: black; }
@tailwind base; @tailwind components; @tailwind utilities; * { } body { padding: 0 !important; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; padding: 0; } /* Firefox */ input[type="number"] { -moz-appearance: textfield; padding: 0; }
/*! * Start Bootstrap - Grayscale 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 { width: 100%; height: 100%; font-family: 'Roboto', sans-serif; color: #fff; background-color: #930...
html { font-size: 10px; } .btn-get { font-size: 1.8rem; font-family: "Quicksand", sans-serif; color: #fff !important; text-transform: capitalize; background-image: -webkit-gradient(linear, left top, right top, from(#b70b83), to(#33077f)); background-image: linear-gradient(to right, #b70b83, ...
.ajax-file-upload-statusbar { border: 1px solid #0ba1b5; margin-top: 10px; margin-right: 10px; margin: 5px; margin-left: 180px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; padding: 5px 5px 5px 5px } .ajax-file-upload-filename { width: 100%; height: auto; margin: 0 5px 5px 10px; color: #8075...
/* * Style tweaks * -------------------------------------------------- */ html, body { overflow-x: hidden; /* Prevent scroll on narrow devices */ } body { padding-top: 70px; } footer { padding: 30px 0; } /* * Off Canvas * -------------------------------------------------- */ @media screen and (max-width: 7...
.xterm{position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}.xterm.focus,.xterm:focus{outline:none}.xterm .xterm-helpers{position:absolute;top:0;z-index:5}.xterm .xterm-helper-textarea{padding:0;border:0;margin:0;position:absolute;opacity:0;left:-9999em;top:0;width:0;height:0;z-index:-5;whit...
/* Structure */ .container { position: relative; padding: 5px; } .table-container { position: relative; max-height: 400px; overflow: auto; } table { width: 100%; } .loading-shade { position: absolute; top: 0; left: 0; bottom: 56px; right: 0; background: rgba(0, 0, 0, 0.15); z-index: 1; di...
.markdown { display: grid; grid-template-columns: 500px 500px 1fr; } .markdown > * { grid-column: 1; } .markdown > pre { grid-column: 2; width: 100%; background: rgb(1 85 104); white-space: pre-wrap; } /* overide language class */ .markdown > pre .language-jsx { white-space: pre-wrap;...
.Header { position: fixed; width: 100%; padding: 50px 0; z-index: 100; transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); } .HeaderScrolled { background: rgba(0,0,0,.8); padding: 15px 0; backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); } .HeaderGroup { max-width:...
/* * ---------------------------------------------------------------------------------------- Author : onepageboss Template Name: Tourlover - Travel agency landing page Template Version : 1.0 * -------------------------------------------------------------------------...
/*! jQuery UI - v1.12.1 - 2019-06-14 * http://jqueryui.com * Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, theme.c...
@charset "utf-8"; html, body{ margin: 0; /* ไฝ™็™ฝใฎๅ‰Š้™ค */ padding: 0; /* ไฝ™็™ฝใฎๅ‰Š้™ค */ background: rgba(200, 240, 255, 1); font-size:90%; } h1{ margin: .1em; } h2{ display: table; padding: .1em; padding-right: 5em; color: #EEEEEE; background-color: #433f3e; margin: .1em; } h3,h4,h5{ padding: .1em; ...
.register-container{ display: flex; flex-direction: column; align-items: center; } .register-form { display: flex; flex-direction: column; align-items: flex-start; width: 360px; gap: 32px; } .form-fields { display: flex; flex-direction: column; width: 100%; align-items: flex-start; gap: 6px; } ...
/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) * Materialize v0.97.7 (http://materializecss.com) * Copyright 2014-2015 Materialize * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize...
.about-me{ height: 8.875rem; &__title{ font-size: 1.41667rem; font-weight: 800; text-transform: uppercase; margin: 0 0 0.16667rem 0; padding-top: 1.45833rem; } &__subtitle{ font-size: 0.83333rem; font-weight: 700; text-transform: uppercas...
body,button, input, select, h1 ,h2, h3, h4, h5, h6,span,a,p{ font-family: "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif; } html,body{ width: 100%; height: 100%; background-color: #eee; } body{ overflow: auto; } /*loading*/ /*.waitload{ width: 100%; height: 100%; text-align: center; vertical...
/*! normalize.css v8.0.0 | 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 { font-si...
.App { text-align: center; } .app_form { padding: 20px; position: fixed; bottom: 0; z-index: 1; background-color: thistle; width: 100%; margin: 20px; } .App-logo { height: 40vmin; pointer-events: none; } @media (prefers-reduced-motion: no-preference) { .App-logo { animation: App-logo-spin infinite 20s li...
/* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */ @import "https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400"; article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,...
@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8"; /*! * AdminLTE v3.0.0 * Author: Colorlib * Website: AdminLTE.io <http://adminlte.io> * License: Open source - MIT <http://opensource.org/licenses/MIT> */ /*! * Bootstrap v4.3.1 (https://getbootstrap.com/) * Copyright 2011-2019 ...
/* An Old Hope รขย€ย“ Star Wars Syntax (c) Gustavo Costa <gusbemacbe@gmail.com> Original theme - Ocean Dark Theme รขย€ย“ by https://github.com/gavsiu Based on Jesse Leite's Atom syntax theme 'An Old Hope' รขย€ย“ https://github.com/JesseLeite/an-old-hope-syntax-atom */ /* Death Star Comment */ .hljs-comment, .hljs-quote { ...
/* Version: 3.4.5 Timestamp: Mon Nov 4 08:22:42 PST 2013 */ .select2-container { margin: 0; position: relative; display: inline-block; /* inline-block for ie7 */ zoom: 1; *display: inline; vertical-align: middle; } .select2-container, .select2-drop, .select2-search, .select...
.input { font-size: 42px; } .buttonWrap { position: absolute; top: 10px; right: 0; }
@media screen and (max-width: 899px) { /* CONTENEDOR PRINCIPAL */ .section-habilidades { width: 100%; height: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; } .titulo-section-habilidades { display: flex; align-content: center; justi...
.ui.accordion { margin: 20px; }
.THIS .Showstopper{ color: red; } .THIS .tileContent{ color: inherit; } .THIS .hideLabel .slds-form-element__label{ display:none; }
.ui-autocomplete { background: #fff; border-radius: 5px; } /* * From jquery UI */ .ui-helper-hidden { display: none; } .ui-helper-hidden-accessible { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } .ui-helper-reset { margin: 0...
@import url('../../keycloak/lib/zocial/zocial.css'); body { background-color: #040507; background-image: url('../img/bkgrnd.jpg'); background-size: cover; background-repeat: no-repeat; color: #ccc; font-family: sans-serif; } a { color: #fff; text-decoration: none; } .content { po...
body { background-color: #444; color: #fff; text-align: center; font-size: 20px; font-family: 'Quicksand'; padding-top: 5%; word-wrap: break-word; } .logo { width: 250px; height: 250px; } .App { display: flex; flex-direction: column; align-items: center; } .WalletInfo ...
/*! * <%= meta.title %> v<%= meta.version %> Stylesheet * Docs & License: <%= meta.homepage %> * (c) <%= meta.copyright %> */ .fc { direction: ltr; text-align: left; } .fc-rtl { text-align: right; } body .fc { /* extra precedence to overcome jqui */ font-size: 1em; } /* Colors ---------------------------...
/* Use custom font if specified in theme, of not use the default font */ html { font-family: var(--font, "Open Sans", sans-serif) !important; }
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1...
/* =================================================================== * * Typerite Vendor/Third Party CSS * Template Ver. 1.0.0 * 05-20-2019 * ------------------------------------------------------------------ * * TOC: * # Slick Slider * # lity * # PrettyPrint GitHub Theme * * ==================...
@import url("https://fonts.googleapis.com/css?family=Roboto"); #about-me { margin-top:40px; } body { display: block; font-family: "Roboto"; color:seagreen; } .main-overlay { background: linear-gradient(navajowhite,paleturquoise); width:75%; height:75%; } #bio1 { position: relative; margin-top: 150px; } .about-...
/* .tab-label is used for all tabs */ .normal-tab-label { -fx-alignment: center-left; -fx-text-overrun: clip; -fx-min-width: 80; -fx-pref-width: 80; -fx-max-width: 80; }
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v1.1.0-rc.5-master-c447c12 */@-webkit-keyframes subheaderStickyHoverIn{0%{box-shadow:0 0 0 0 transparent}to{box-shadow:0 2px 4px 0 rgba(0,0,0,.16)}}@keyframes subheaderStickyHoverIn{0%{box-shadow:0 0 0 0 transparent}to{box-shadow:...
.red { color: red; margin-left: 1em; } .green { color: green; margin-left: 1em; }
@charset "UTF-8"; /** COLOR's DEFAULT **/ /** LOGIN - LEFT */ /** LOGIN - RIGHT */ /** DASH - SIDEBAR */ /** DASH - CONTENT */ /** DASH - RWD */ /** FONT SYSTEM */ /** COLOR SYSTEM */ /** Auto generate buttons, gradients */ /** RADIUS SYSTEM */ /** INDEX SYSTEM */ * { font-family: "Open Sans", sans-serif; } html...
.Heading { font-family: times,arial, georgia, tahoma; font-size: 35px; font-weight: bold; white-space: nowrap; cursor: default; } .Normal { font-family: arial, georgia, tahoma; font-size: 10px; white-space: nowrap; cursor: default; text-align: center; } .Nor...
body { background: #e9e9e9; color: #666666; font-family: 'RobotoDraft', 'Roboto', sans-serif; font-size: 14px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } /* Pen Title */ .pen-title { padding: 0px; text-align: center; letter-spacing: 2px; } .pen-title h1 { margin: 0 0...
:root { --light-hl-0: #000000; --dark-hl-0: #D4D4D4; --light-hl-1: #AF00DB; --dark-hl-1: #C586C0; --light-hl-2: #001080; --dark-hl-2: #9CDCFE; --light-hl-3: #A31515; --dark-hl-3: #CE9178; --light-code-background: #FFFFFF; --dark-code-background: #1E1E1E; } @media (prefers-color-...
/*! * * Wijmo Library 5.20191.603 * http://wijmo.com/ * * Copyright(c) GrapeCity, Inc. All rights reserved. * * Licensed under the GrapeCity Commercial License. * sales@wijmo.com * wijmo.com/products/wijmo-5/license/ * */ /* Default MDL font size */ .wj-control, .wj-control...
body{background-color:rgba(64, 129, 109, 0.692);font-family:Arial, Helvetica, sans-serif} header{background-image:url("../img/navback.png");text-align: center;} header a{padding-left:10px;padding-right:50px;background-color:rgba(255, 255, 255, 0.514);border: 2px solid white; border-radius: 25px;text-decoration: non...
๏ปฟbody { font-family: Helvetica Neue, Arial; font-size: 16px; }
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300&display=swap"); * { box-sizing: border-box; font-family: "Rubik", sans-serif; color: #393c41; margin: 0; padding: 0; } html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; } body { width: 100%; overflow-x: hidden; } ...
/*-------------------------------------------*/ /* browser css reset from */ /* http://meyerweb.com/eric/tools/css/reset/ */ /*-------------------------------------------*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,...
.a { color: green; }
.footerContainer{ width: 1140px; margin: 0 auto; padding: 40px 20px; } .footerContainer .footerCopyRight{ text-align: center; color: #999; font-size: 12px; padding-top: 30px; } @media screen and (max-width: 1199px){ .footerContainer { width: 100%; margin: 0; } }
h1 { font-family: Impact; color: #FFFF00; background-color: #006600; }
body { font-family: Georgia; margin: 0 1em } textarea { width: 100%; border: 1px solid silver; min-height: 40em; padding: 4px 8px; } .left, .right { width: 50%; float: left; } .full { max-width: 50em; } .marked { background: #ff6 } .ProseMirror { border: 1px solid silver; } .ProseMirror-cont...
.grey{ background-color: #E0E0FF; } label{ font-weight:normal; }
#colorSelector{background:url(../images/select.png);height:36px;position:relative;width:36px}#colorSelector div{background:url(../images/select.png) center center;height:30px;left:3px;position:absolute;top:3px;width:30px}
*{ font-family: 'Sukhumvit Set'; } body { font-family: 'Sukhumvit Set'; font-weight: normal; font-style: normal; } /* Style the header */ nav { background-image: linear-gradient(to right, #04aa9a, #24b78f, #4cc37d, #75cd67, #a0d54d); text-align: center; color: white; margin-top: -0.3%;...
/** * angular-bootstrap-calendar - A pure AngularJS bootstrap themed responsive calendar that can display events and has views for year, month, week and day * @version v0.30.0 * @link https://github.com/mattlewis92/angular-bootstrap-calendar * @license MIT */ mwl-calendar [class*="cal-cell"] { float: left; mar...
.bg-planning { background-color: #098BDD; }
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */ /* stylelint-disable no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */ .ant-input { font-famil...
/* page */ body { } body:before { position: absolute; top: 0; left: 0; right: 0; height: 200px; z-index: -1; content: ""; background-image: linear-gradient(rgba(255,255,255,0), white), url("/static/img/svgtriangles/trigrid-tile-5pct.svg"); background-size: 100%, 107.2px 120px; background-position: center ...
/*! * Do not modify this file directly. It is concatenated from individual module CSS files. */ div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack...
/* Ion.RangeSlider // css version 2.0.3 // ยฉ 2013-2014 Denis Ineshin | IonDen.com // ===================================================================================================================*/ /* =================================================================================================================...
html, body { overflow-x: hidden; /* Prevent scroll on narrow devices */ } body { padding-top: 70px; } footer { padding: 30px 0; } /* * Off Canvas * -------------------------------------------------- */ @media screen and (max-width: 767px) { .row-offcanvas { position: relative; -webki...
@font-face { font-family: "Pixeled"; src: url("media/Pixeled.ttf"); src: local("Pixeled"), url("media/Pixeled.ttf"); } body, html { margin: 0 auto; padding: 0; background-color: white; height: 100%; width: 100%; overflow: hidden; } #backgroundImage { position: static; ...
.label-danger { color: red; font-size: 16px; } .load{ background-image: url("http://localhost/recursos/public/img/per3.png"); width: 120px; height: 120px; margin: -36px 0 0 0px; background-position-x: center; border-radius: 100px; } .previo{ margin: -36px 0 0 0px; border: 3px so...
@charset "UTF-8"; /*! * Bootstrap v3.3.5 (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: Junction; -ms-text-size-adjust: ...
footer{ position: fixed; bottom: 0; left: 0; width: 100%; text-align: center; margin-bottom: 10px; }
/* ===============LICENSE_START======================================================= Acumos Apache-2.0 =================================================================================== Copyright (C) 2017 AT&T Intellectual Property & Tech Mahindra. All rights reserved. ===============================================...
/* Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */
.el-select-dropdown__item{font-size:14px;padding:0 20px;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#606266;height:34px;line-height:34px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.el-select-dropdown__item.is-disabled{color:#c0c4cc;cursor:not-allowed}.el-sel...
<style> html,body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif} .navbar { overflow: hidden; background-color: #333; } .navbar a { float: center; font-size: 16px; color: white; text-align: center; padding: 14px 16px; text-decoration: none; } .dropdown { float: left; overflow: hidden; } .dro...
/* ---------- Logo ---------- */ .logo { display: inline-block; line-height: 1; vertical-align: middle; } /* ---------- HTML editor ---------- */ body.html-editor { background: #FFF; color: #000; padding: 1em; } .html-editor.portlet-message-boards { -ms-word-break: break-all; word-break: break-all; ...
@font-face { font-family: "Outright"; src: url("./assets/font/OutRight-Variable.woff") format("woff2"), url("./assets/font/OutRight-Variable.woff") format("woff"); font-weight: 100 900; } .fontTransition { margin: 0; font-family: sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smooth...
.input-group .form-control { font-size: 25px; height: 40px; } .input-group-addon { font-size: 25px; height: 30px; margin-bottom: 1%; } .submit { color: black; font-size: 25px; padding: 1%; } .new { font-size: 40px; } .sub { font-size: 20px; margin-bottom: 5%; } .input-group { margin-bottom:...
.normal { color: white; background-color: green; } .highlight { color: white; background-color: blue; }
@media (max-width: 1024px) { /* Custom CSS */ h1 { font-size: 3.25rem; } h2 { font-size: 1.375rem; line-height: 1.8rem; } .wrapper { padding-top: 1.25rem; padding-bottom: 1.25rem; } } @media (max-width: 991px) { /* Custom CSS */ h4, .ch...
.btndark{ background-color:#000000; color: white; } .panel-body { height: 250px; background-color: #ede8e8; }
* bootstrap-vertical-tabs - v1.2.1 * https://dbtek.github.io/bootstrap-vertical-tabs * 2014-11-07 * Copyright (c) 2014 ฤฐsmail Demirbilek * License: MIT
table.dataTable { clear: both; margin-top: 6px !important; margin-bottom: 6px !important; max-width: none !important; } table.dataTable td, table.dataTable th { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } table.dataTable td.dataTables_empty, table.dataTable th...
@charset "UTF-8"; /* * Import necessary Sass files */ /*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */ /** * 1. Change the default font family in all browsers (opinionated). * 2. Prevent adjustments of font size after orientation changes in IE and iOS. */ /* line 8, /Users/jason/Desktop/s...
body { font-family: 'Noto Sans TC', sans-serif; } h1, h2, h3, h4, h5, h6 { font-family: 'Noto Sans TC', sans-serif; text-transform: none; } .intro-lead-in{ font-family: 'Noto Sans TC', sans-serif; font-style:normal; } .intro-text{ font-family: 'Noto Sans TC', sans-serif; } .navbar-brand js-scroll-trigger{ fon...
input[type=text]:focus:not:([readonly]) { box-shadow: none; } body { font-weight: 300; font-family: 'Roboto', sans-serif; }
[class^="icon-"], [class*=" icon-"] { font-family: 'fontello'; font-style: normal; font-weight: normal; /* fix buttons height */ line-height: 1em; /* you can be more comfortable with increased icons size */ /* font-size: 120%; */ } .icon-mail { *zoom: expression( this.runtimeStyle['zoom'] = '1', thi...
html, body { height: 100%; width: 100%; margin: 0; } header { color: #444; font: 1.4rem arial; box-shadow: 0 0px 8px 0 rgba(0, 0, 0, .33); z-index: 2; } header h1 { padding: 1rem; font-family: courier; font-weight: 100; margin: 0; } .container { display: flex; flex...
.Form { background-color: white; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; margin-top: 30px; margin-bottom: 30px; } .Buttons { background-color: white; display: flex; flex-direction: column; justify-content: space-b...
.inner-wrapper { width: 80%; margin-left: 10%; background-color: #4C4B4A ; height: 200px; } h6 { overflow: hidden; text-align: center; padding-top: 40px; } h6:before, h6:after { background-color: #000; content: ""; display: inline-block; height: 1px; position: r...
iframe { border:none;} #header-wrapper { display:none;} #upper-menu-container, #upper-menu-mobile {background: rgba(0, 0, 0, 0.8);-webkit-transition: 0.25s; -moz-transition: 0.25s; -ms-transition: 0.25s; -o-transition: 0.25s; transition: 0.25s;} #upper-menu-container.hide {-webkit-transform: translateY(-70px);-moz-tra...
/*Notes about grid: columns is-mobile: 12 Grid Width: 825px Column Width: 55px Gutter Width: 15px -------------------------------*/ .section { margin-bottom: 18px; } .section:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; } .section { *zoom: 1; } .section .first...
*{ padding: 0px; margin: 0px 20px 0px 20px; } p{ text-align: center; font-size: 12px; } h4{ text-align: center; font-weight: bold; font-size: 13px; } .clest{ width: 200px; } th{ font-size: 14px; } img{ width: 80px; } div.logoperu{ /*background: blue;*/ width: 15%; display: inline-block; bord...
.dex-tooltip-table tr:first-child th { background: #337ab7; text-align: center; font-size: 2em; font-family: "Segoe UI"; font-weight: normal; font-style: italic; padding: 1px 15px 1px 1px; color: #ffffff; border-top: 1px solid #000000; border-bottom: 1px solid #000000; } .dex-...
/* ========================================================================== [Table of contents] 1. BASE 1.1 Page Rendering Defaults 1.2 User Experience Adjustments 1.3 Core Styling 2. LAYOUT 2.1 Core Layout 2.2 main nav mobile first 2.3 Small only 2...
.paginator { display: flex; justify-content: center; @media (--sm-scr) { margin-top: 50px; } } .link { flex-grow: 1; width: 50%; text-decoration: none; font-size: 1.3em; font-weight: 500; color: var(--color-purple); svg path { fill: currentColor; } &:hover, &:focus, &:active { ...
@import url('font-awesome.css'); /* GLOBALS */ *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; padding: 0; margin: 0; } .clearfix:after { content: ""; display: table;...
/** Styles for all themes */ /* Style for the main element */ .TcHmi_Controls_System_TcHmiControl, .tchmi-control { position: absolute; /* Browser default is 3 px! */ border-top-width: 0px; border-left-width: 0px; border-right-width: 0px; border-bottom-width: 0px; } /* Mark disabled controls w...