text stringlengths 1 1.04M |
|---|
body {
background: red !important;
}
.button:focus,.button:active {
outline: none !important;
box-shadow: none;
} |
/**************************
*
* GENERAL
*
**************************/
.slider_wrapper {
position: relative;
text-align: left;
}
.camera_target_content {
overflow: hidden !important;
}
.camera_wrap {
display: none;
position: relative;
overflow: visible !important;
z-index: 0;
margin-bottom: 0 !important;
}... |
/*
* Copyright (c) 2011, 2014, Oracle and/or its affiliates.
* All rights reserved. Use is subject to license terms.
*
* This file is available and licensed under the following license:
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the followin... |
/*************************************************************
* Custom Css
**************************************************************/
.table-responsive i {
color: #ffffff;
}
#tasks {
height: 200px;
width: 95%;
overflow: hidden;
overflow-y: scroll;
margin-top: 20px;
}
#addSales{
background-col... |
.d2-folder-content,
.d2-foldertree-content {
padding-left: 16px;
}
.d2-folder-content.closed,
.d2-foldertree-content.closed {
display: none;
}
.d2-foldertree {
line-height: 24px;
}
.d2-folder-heading {
color: #3060F0;
}
.d2-foldertree-heading {
color: #0000FF;
font-weight: 600;
}
.d2-folder-heading:hove... |
code {
counter-reset: line_numbers;
}
code span.line-number {
counter-increment: line_numbers;
margin-right: 1em;
}
code span.line-number:before {
content: counter(line_numbers, decimal-leading-zero);
color: gray;
}
code span.highlight-line:before {
color: yellow;
} |
.elementor-2031 .elementor-element.elementor-element-462d627 .elementor-search-form__icon,
.elementor-2031 .elementor-element.elementor-element-462d627 .elementor-lightbox .dialog-lightbox-close-button,
.elementor-2031 .elementor-element.elementor-element-462d627 .elementor-lightbox .dialog-lightbox-clos... |
/* block specific CSS goes here */
main .hero {
padding-top: 60px;
background-color: var(--white);
border-radius: 20px;
position: relative;
}
main .hero::before {
position: absolute;
top: 10px;
content: " ";
width: 160px;
height: 39px;
background-image: url('/icons/astrazeneca.s... |
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Poppins&display=swap");
html {
scroll-behavior: smooth;
}
body {
font-size: 1.2rem;
font-family: Montserrat, sans-serif;
background-color: #040f16;
}
/*
a {
text-decoration: none;
color: #fdfffc;
display: inline-block;
} */
.line ... |
/*------------- #VARIABLES --------------*/
/*------------- #BLOCKS --------------*/
/*------------- #UI-BLOCK --------------*/
.ui-block {
background-color: #fff;
border-radius: 5px;
border: 1px solid #e6ecf5;
margin-bottom: 15px; }
.ui-block .ui-block-title:last-child {
border-bottom: 0; }
.ui-block-ti... |
body {
background-color: powderblue;
} |
#example-element {
border: 1px solid #c5c5c5;
width: 80%;
display: flex;
}
#example-element > div {
background-color: rgba(0, 0, 255, 0.2);
border: 3px solid blue;
width: 60px;
margin: 10px;
} |
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
body, html {
overflow: hidden;
}
a {
color: dodgerblue;
}
section.information {
width: 100%;
height: 100%;
top: 0;
right: -100%;
background-color: white;
z-index: 20001;
position: absolute;
padding: 15px 25px;
... |
* {
box-sizing:border-box;
}
div.container >div.row div {
position:relative;
/*margin-left:30px;*/
margin-bottom:10px;
}
img.img-responsive {
width:100%;
height:350px;
}
div.brand {
margin-top:-70px;
}
/*
div.row div.thumb >a {
margin-bottom:0px;
}
*/
div.thumb >span {
position:absolute;
z-index:1;
bot... |
img { max-width: 100%;height:auto }
.container { width: 96% !important; margin: 0px auto !important; padding:0 2% !important;}
#content .container { width:100%; padding:0 !important;}
#main_content { padding:0 10px; padding-bottom:20px; overflow:hidden; }
.sidebar { display:none !important; }
.slider-container {
mar... |
button.button.ellipsis { white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis; }
button.button { display: inline-block; height: 36px; line-height: 18px; padding: 0 16px; text-transform: uppercase; border-radius: 2px; }
button.button { vertical-align :middle; -webkit-tap-highlight-color: ... |
@-webkit-keyframes line-spin-fade-loader {
50% {
opacity: 0.3; }
100% {
opacity: 1; } }
@-moz-keyframes line-spin-fade-loader {
50% {
opacity: 0.3; }
100% {
opacity: 1; } }
@-o-keyframes line-spin-fade-loader {
50% {
opacity: 0.3; }
100% {
opacity: 1; } }
@keyframes line-spin-fade... |
*{
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}
body{
background-color: pink;
}
main{
background-color:white;
width:500px;
margin:auto;
box-shadow: 3px 3px 5px black;
padding: 10px;
} |
@charset "UTF-8";
h1{
font-family: Arial, Helvetica, sans-serif;
}
p{
font-family: Arial, Helvetica, sans-serif;
} |
#pug {
border-radius: 10px;
margin: 0 auto;
}
.mainFont {
font-family: 'Josefin Sans', sans-serif;
}
.post {
margin: 5px;
padding-left: 5px;
}
body {
background-color: mintcream;
}
#tree {
width: 100%;
} |
.body {
margin: 0 !important;
padding: 0 !important;
}
.element {
height:1000px;
background-color: #ededed;
font-size: 45px;
border-top:1px solid #000;
padding-top:55px;
padding-left:10px;
}
.element.no-padding{
padding-top:0;
}
#offset {
padding-top:155px;
}
.active {
color:red !important;
} |
/* fjalla-one-latin-ext-400-normal*/
@font-face {
font-family: 'Fjalla One';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url('./files/fjalla-one-latin-ext-400-normal.woff2') format('woff2'), url('./files/fjalla-one-latin-ext-400-normal.woff') format('woff');
} |
/*!-----------------------------------------------------------------
Name: -
Version:
Author:
Website:
Purchase:
Support:
License: You must have a valid license purchased only from ThemeForest (the above link) in order to legally use the theme for your project.
Copyright 2016.
-------------------... |
.mat-dialog-content {
display: flex;
flex-direction: column;
}
#backup_password {
cursor: pointer;
font-size: smaller;
color: dodgerblue;
text-decoration: none;
position: relative;
display: block;
padding: 5px;
}
#backup_password::before {
content: '';
position: absolute;
bottom: 0;
left: 0;... |
@import "node_modules/ol/ol.css";
body {
overflow: hidden;
}
html, body {
padding: 0;
margin: 0;
height: 100%;
width: 100%;
font-family: sans-serif;
}
#header {
width: 100%;
height: 70px;
background-color: rgb(76,118,171);
color:#FFFFFF;
margin: 0;
}
#headertext {
float: left;
fo... |
/*
* Стили компонента ImageGallery
*/
.ImageGallery {
display: grid;
max-width: calc(100vw - 48px);
grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
grid-gap: 16px;
margin-top: 0;
margin-bottom: 0;
padding: 0;
list-style: none;
margin-left: auto;
margin-right: ... |
/*!
* jQuery UI Resizable 1.9.1
* http://jqueryui.com
*
* Copyright 2012 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Resizable#theming
*/
.ui-resizable { position: relative; }
.ui-resizable-handle {
display: block;
... |
.margin-left--10px {
margin-left: 10px;
}
.display-inline-block {
display: inline-block;
}
.cell-breakfast {
border: none;
background-color: #FFEC8B;
}
.cell-lunch {
border: none;
background-color: #BEFFFF;
}
.cell-diner {
border: none;
background-color: #C2F2DC;
}
.alimentsEated-table tr {
borde... |
.slow {
overflow: hidden;
text-overflow: ellipsis;
line-height: 25px;
-webkit-line-clamp: 3;
height: 75px;
display: -webkit-box;
-webkit-box-orient: vertical;
} |
#energysecurity .column {
text-align: left;
padding: 0;
border: 0;
margin: 0;
margin-left: 2.5%;
font-size: 14px;
width: 30%;
margin-bottom: 30px;
float: left; }
#energysecurity td.value, #energysecurity th.value {
text-align: right; }
#energysecurity th.year {
text-align: center;
border-bottom... |
.searchMenu {
display: none;
text-align: center;
width: 100%;
position: relative;
margin: 30% 0 0 0;
}
.input {
-webkit-appearance: none;
-moz-appearance: none;
padding: .5em;
border: 1px solid #bbb;
border-radius: 3px;
width: 400px;
font-size: 11pt;
} |
table {
font-family: arial, sans-serif;
border-collapse: collapse;
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
} |
.tab.active {
background-color: #f7f7ff !important;
font-weight: bold;
border-color: transparent !important;
box-shadow: 0px;
box-shadow: 0 2px 3px 0px #d4d4d4;
}
.content {
background-color: #f7f7ff !important;
}
.tab {
color: #000000;
}
.container {
padding: 30px;
height: 75vh !... |
body {
background-color: #fff;
font-family: 'Assistant', sans-serif;
color: #302A36;
}
.navbar-brand img {
max-height: 40px;
}
.navbar-light .navbar-nav .nav-link {
color: #023642;
}
.navbar-light .navbar-nav .nav-link.active {
font-weight: bold;
color: #302A36 !important;
}
.navbar-light .navbar-nav ... |
/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);*/
/*!
* AdminLTE v2.3.3
* Author: Almsaeed Studio
* Website: Almsaeed Studio <http://almsaeedstudio.com>
* License: Open source - MIT
* Please visit http://opensource.org/licenses/... |
/* Buttons
/* ---------------------------------------------------------- */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
display: inline-block;
height: var(--height);
padding: 0 2rem;
border: 0;
border-radius: var(--radius);
cursor: pointer;
font-family: var(--font-s... |
body::-webkit-scrollbar {
width: 8px;
}
body::-webkit-scrollbar-thumb {
background: #d3cce3; /* fallback for old browsers */
background: -webkit-linear-gradient(
to right,
#e9e4f0,
#d3cce3
); /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(
to right,
#e9e4f0,
#d3cce3
);... |
* {
padding: 0px;
margin: 0px;
border: 0px;
font-family: 'Microsoft YaHei', Arial, 'Courier New', Helvetica, sans-serif;
outline: none;
zoom: 1;
}
/*横向加载等待样式*/
#loading-horizontal-container{
width:70px;
z-index: 20;
position: fixed;
left:50%;
margin-left: -35px;
}
#loading-... |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html {
scroll-behavior: smooth;
}
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0 auto;
font-family: 'Montserrat', sans-serif;
font-size: 1rem;
max-width: 100%;
... |
.MyCustomTooltip {
font-size: 10px;
background-color: bisque;
color: darkorange;
} |
.wel1ot09NZ1VRyc4tt7fa label{font-size:1.2em;color:#22313f}._1IaIQ97HwrWSOhbO485TVn{padding:3px}.wel1ot09NZ1VRyc4tt7fa input[type=checkbox]{margin:2px 5px 2px 10px}._3YbVk8qqrlPlBTsINJ2Reg{display:inline-block;padding:10px}._3YbVk8qqrlPlBTsINJ2Reg input{background:transparent;border:none;border-bottom:1px solid rgba(0,... |
/*
===============================
@Import Function
===============================
*/
/*
===============================
@Import Mixins
===============================
*/
.nav-tabs {
border-bottom: 1px solid #ebedf2; }
.nav-tabs svg {
width: 20px;
vertical-align: bottom; }
.nav-tabs .nav-link.a... |
table {
border: 1px dashed black;
max-width: 100%;
max-height: 100%;
}
td {
width: 20px;
height: 20px;
background-color: #ddd;
border-style: outset;
font-size: 20px;
font-style: bold;
font-family: monospace;
padding: 5px;
}
.mine-1{
width: 20px;
height: 20px;
border: 1px solid black;
color: blue;
}
.mine... |
/* ==UserStyle==
@name Darker OGU
@namespace USO Archive
@author Ryon Huedepohl
@description `Darker version of the current theme for OG Users`
@version 20191108.7.41
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("ogusers.com") {
.footer-back {
... |
html, body {
height: 100%;
}
body {
background-color: #fafafa;
}
.btn, .form-control {
border-radius: 50rem;
}
.fadeIn {
animation-name: fadeIn;
animation-duration: .3s;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
} |
/*!
* Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Pure v0.6.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md |
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/**
* Any CSS included here will be global. The classic template
* bundles Infima by default. Infima is a CSS framework designed to
*... |
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/ |
body {
font-weight: 400;
}
p {
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.article-container {
border: 1px solid #e0e0e0;
padding: 3.5em 3em 2em 3em;
max-width: 768px;
}
.navbar {
background-color: #444444;
col... |
.activity-share {
width: 100%;
transition: color 0.3s, margin-left 0.3s ease 0.5s;
}
.share-list {
width: 320px;
} |
._x19{flex-grow:1}
.sp_kEbJipQjBlN{background-image:url(/rsrc.php/v3/yu/r/Euy4rf5xjHa.png);background-size:auto;background-repeat:no-repeat;display:inline-block;height:24px;width:24px}.sp_kEbJipQjBlN.sx_76e627{width:20px;height:20px;background-position:0 -75px}.sp_kEbJipQjBlN.sx_c457ee{background-position:0 0}.sp_kEbJi... |
:root {
--main-color: #ff9999;
--text-dark: #232323;
--text-light: #979797;
--background-light: #f4f5f8;
} |
BODY
{
MARGIN: 0PX;
BACKGROUND-COLOR: #FFFFFF;
SCROLLBAR-FACE-COLOR: #EBEBEB;
SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
SCROLLBAR-SHADOW-COLOR: #D1D1D1;
SCROLLBAR-3DLIGHT-COLOR: #D1D1D1;
SCROLLBAR-ARROW-COLOR: #3E3E3E;
SCROLLBAR-TRACK-COLOR: #E3E3E3;
SCROLLBAR-DARKSHADOW-COLOR: GRAY;
}
P
{... |
/*
See ab2p.common.css for sources info
*/ |
table { background-color: white !important; }
.logo {
position:relative;
top:0px;
left:45%;
height:100px;
width:170px;
}
@media (max-width: 675px)
{
.logo {
left: 35;
top:3px;
height:70px;
width:120px;
}
}
main .container {
position: absolute;
top: 110px;
left:100px;
padding-right... |
/*# sourceMappingURL=dark-5.css.map */ |
@charset "UTF-8";
:root {
--surface-a:#ffffff;
--surface-b:#f8f9fa;
--surface-c:#e9ecef;
--surface-d:#dee2e6;
--surface-e:#ffffff;
--surface-f:#ffffff;
--text-color:#495057;
--text-color-secondary:#6c757d;
--primary-color:#2196F3;
--primary-color-text:#ffffff;
--font-family:-apple-system, BlinkMac... |
@charset "UTF-8";
/**
* 1. Config
* 2. Mixins
* 3. Plugins
* 4. Base
* 5. Components
* 6. Header
* 7. Footer
* 8. Pages
*/
/* 1. Config */
/*----------------------------------------
Variables
-----------------------------------------*/
/* 2. Mixins */
/* 3. Base */
/*---------------------------------------... |
@charset "utf-8";
@media (min-width: 1263px) and (max-width: 1439px) {
/* Body sizes */
.body_style_boxed .page_wrap { width:1060px; }
.slider_boxed, .content_wrap, .content_container { width:1000px; }
/* Content and Sidebar */
.sidebar_show .content { width: 670px; }
.sidebar { width: 300px; }
/* Full... |
/* styles */
body, html {
height: 100%;
}
.intro p, .concept-container p {
padding-top: 10px;
}
a.openswitch {
display: block;
}
a.openswitch.selected {
font-weight: bold;
}
.command-list, .example-list {
margin-top: 10px;
margin-bottom: 10px;
padding: 10px 0;
border-bottom: 2px das... |
* bootstrap-vertical-tabs - v1.2.1
* https://dbtek.github.io/bootstrap-vertical-tabs
* 2014-11-07
* Copyright (c) 2014 İsmail Demirbilek
* License: MIT |
nav#threadnotes {
background: #006699;
float: right;
position: fixed;
bottom: -50px;
padding-bottom: 2px;
padding-left: 4px;
padding-top: 3px;
border-top-left-radius: 6px 6px;
border-top-right-radius: 6px 6px;
margin-left: 5px;
-webkit-box-shadow: #000000 0px 0px 12px;
-w... |
@charset "UTF-8";
/* bootstrap vars
-------------------------------------------------------------- */
/* force use large desktop width 1150px
--------------------------------------------------*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/* line 9, /home/yuva/.rvm/gems/ruby-2.5.0/gems/bootstrap-sass-3... |
@media print {
body {
color: var(--black);
background: var(--white);
}
body,
article {
display: block;
width: 100%;
margin: 0;
padding: 0;
}
article p {
max-width: 100%;
}
header,
footer {
display: none;
}
h2... |
.highcharts-figure {
position: absolute;
width: 75%;
right: 0;
}
#tree {
border: 1px solid #000;
position: absolute;
width: 20%;
height: 50vh;
top: 21vh;
}
#changeValue {
position: absolute;
width: 5vw;
height: 5vh;
left: 15%;
top: 21.5vh;
}
#jsGrid {
position:... |
* {margin:0;padding:0;box-sizing:border-box;}
.prueba{
width: 100%;
line-height: 1;
background: rgba(0, 0, 0, .4);
color:white;
} |
#container{
display: flex;
flex-direction: column;
align-items: center;
margin-bottom: 1.2rem;
}
#book{
width: 90vw;
border: 1px solid var(--input-border-line);
border-radius: 0.8rem;
display: flex;
align-items: center;
}
#book-data{
display: flex;
align-items: center;
}
#book-data div:nth-child(1... |
.nicelink {
color: #fff;
text-decoration:none;
}
/* cyrillic-ext */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local('Roboto Thin'), local('Roboto-Thin'), url('../fonts/Roboto-Thin.ttf') format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A... |
html {
font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: #fff;
/* padding: 1em; */
color: #191414;
font-size: large;
min-width: 500px;
width: auto !important;
}
header {
display: flex;
justify-content: center;
}
body {
max-width:85%;
margin: auto au... |
.Button {
background-color: rgba(255, 255, 255, 0.15);
padding: 0.5rem 1rem;
cursor: pointer;
font-size: 1.2rem;
font-weight: bold;
border-radius: 3px;
transition: all var(--transition-time);
box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.2);
user-select: none;
}
.Button:hover {
backgrou... |
.hll{background-color:#00f}.c{color:#0f0}.k{color:red}.ch{color:#0f0}.cm{color:#0f0}.cp{color:#e5e5e5}.cpf{color:#0f0}.c1{color:#0f0}.cs{color:#0f0}.kc{color:red}.kd{color:red}.kn{color:red}.kp{color:red}.kr{color:red}.kt{color:violet}.s{color:#87ceeb}.no{color:#7fffd4}.nf{color:#ff0}.nv{color:#eedd82}.sa{color:#87ceeb... |
@import '../variables.css';
.q-footer {
background-color: var(--primaryColor3);
color: #597699;
flex: 1;
width: 100%;
}
.q-user {
float: left;
font-size: 10px;
margin: 10px 0px 10px 10px;
}
.q-time {
float: right;
font-size: 10px;
margin: 10px 10px 10px 0px;
} |
.horizontal-radio .slds-form-element__control .slds-radio {
display: inline-block !important;
font-size: 22px;
}
.horizontal-radio .slds-form-element__control {
font-size: 30px;
}
.title {
font-weight: bold;
}
.shared-expense-content {
padding: 17px !important;
background-color: white;
}
.shared-expense-conte... |
/* karla-latin-ext-200-normal*/
@font-face {
font-family: 'Karla';
font-style: normal;
font-display: swap;
font-weight: 200;
src: url('./files/karla-latin-ext-200-normal.woff2') format('woff2'), url('./files/karla-latin-ext-200-normal.woff') format('woff');
} |
/*style for form processing gif*/
#form_processing_gif{
width: 100%;
height: 100%;
display: none;
}
#form_processing_gif img{
margin: auto;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 120px;
height: 120px;
z-index: 99999999;
position: fixed;
}
/*style for form processing gif end... |
/* Template Name: Nody - Responsive Bootstrap 4 Landing Page Template
Author: Themesdesign
Version: 1.0.0
Created: Jan 2020
File Description: Main Css file of the template
*/
/**********************
01.General
02.Menu
03.Components
04.Helper
05.Loader
06.Hero
07.About Us
08.services
09.features
10.project
1... |
/*
Theme Name: Kallyas
Description: Adds support for languages written in a Right To Left (RTL) direction.
See: https://codex.wordpress.org/Right_to_Left_Language_Support
*/
/**
* 1.0 Reset
*/
html {
direction: rtl;
}
body {
direction: rtl;
unicode-bidi: embed;
}
caption,
th,
td {
text-align: right;
}
/*... |
/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, or any plugin's
* vendor/assets/stylesheets directory can be referenced here using a relative path.
*
* You're free to a... |
/* Licensed under the Apache License, Version 2.0 (the "License") http://www.apache.org/licenses/LICENSE-2.0 */
.file.tree.container {
vertical-align: top;
border: 1px solid #ccc;
border-radius: 5px;
max-width: 350px;
}
.file.tree {
height: 100%;
width: 100%;
display: inline-block;
}
.file.tree .trees {
height:... |
body {
text-align: center;
}
.message-list {
background-color: #FFF0A5;
padding: 20px;
}
h1 {
color: #FFB03B;
}
.post {
margin: 10px;
padding: 10px;
border: 2px solid #FFB03B;
border-radius: 5px;
color: #468966;
} |
/*vertical nodes*/
.orgchart li.vertical > ul {
flex-direction: column;
align-items: flex-start;
margin: 0 5px;
position: relative;
}
.orgchart li.vertical > ul > li > .nodecontent {
margin: 10px 0 0 10px;
}
/*vertical connectors*/
.orgchart li.vertical > ul::before {
box-sizing: border-box;
... |
/* ------------------------------------------------------------------------
This you can edit.
------------------------------------------------------------------------- */
/* ----------------------------------
Default Theme
----------------------------------- */
div.pp_default .pp_top,
div.pp_default .pp_top .... |
@CHARSET "UTF-8";
input[type=range] {
transform: rotate(90deg);
width:140px;
}
.range-container{
height: 150px;
}
input[type=range]+.thumb .value, input[type=range]+.thumb.active .value{
color: #26a69a;
-webkit-transform: inherit;
transform: inherit;
}
.lights-container{
width: 85%;
}
input[type=ran... |
/*!
* Bootstrap v5.0.1 (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)
*/
.popover,
.tooltip,
body {
font-family: var(--bs-font-sans-serif)
}
.table,
body {
color: #6E6B7B... |
WalletFrame {
background-color: #fff;
border-top:0px solid #000;
margin:0;
padding-top:20px;
padding-bottom: 20px;
}
QStatusBar {
background-color:#ffffff;
}
.QFrame {
background-color:transparent;
border:0px solid #fff;
}
QMenuBar {
background-color:#fff;
}
QMenuBar::item {
background-color:#fff;
}
QMenuBar::item... |
/* Style when highlighting a search. */
.ui-select-highlight {
font-weight: bold;
}
.ui-select-offscreen {
clip: rect(0 0 0 0) !important;
width: 1px !important;
height: 1px !important;
border: 0 !important;
margin: 0 !important;
padding: 0 !important;
overflow: hidden !important;... |
.divPrincipal{
margin: auto;
margin-bottom: 5px;
display: flex;
}
.divPrincipal p{
margin: 0;
padding: 0;
margin-left: 10px;
}
.svg{
fill: red;
margin-top: -3px;
height: 20px;
}
.svgBlancas{
fill: white;
margin-top: -3px;
height: 20px;
}
@media only screen and (max-width... |
/*! Bootstrap v3.3.7 (http://getbootstrap.com) Copyright 2011-2016 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-text-size-adjust:100%}b... |
@charset "UTF-8";
/*! FROSTTIE Theme (c) NPEU */
/* --| START THEME |----------------------------------------------------------------------------- */
/* --| SETTINGS |-------------------------------------------------------------------------------- */
/*
*/
/*------------------------------------------------------------... |
/*styles for home content only*/
/*.yellow {
color: green;
}*/ |
body {
height:100%;
}
body, input, button {
font-size:1em;
}
html,body {
margin:0;
padding:0;
font-family:sans-serif;
color:#000;
}
h1, h2, h3, h4, h5, h6 {
margin:0;
}
h1 {
color:#00A;
margin:10px 0;
clear:both;
}
.red {
color:#f33;
}
#waiter {
width:auto;
height:auto;
padding: 10px;
position:abso... |
select.form-control {
-webkit-appearance: none;
-moz-appearance: none;
background: #fff;
line-height: 1;
}
.copyright {text-align: center; padding:20px 0;color: #999;}
.copyright .footer__copy {font-size: 14px !important; line-height: 1.4; margin-bottom: 0;}
.copyright p { width: 100%; text-align: center; padding:... |
.yoast-notice-dismiss{position:absolute;top:0;left:1px;margin:0;padding:9px;border:none;color:#b4b9be;background:0 0;cursor:pointer;text-decoration:none}.yoast-notice-dismiss:before{display:block!important;width:20px;height:20px;color:#b4b9be;background:0 0;font:400 16px/1 dashicons;text-align:center;content:"\f153";-w... |
header.masthead {
background-image: url("../img/piante-rigogliose.jpg");
max-width: 100%;
height: auto;
}
header.masthead>.overlay {
text-align: center;
background: rgba(0, 0, 0, 0.4);
} |
.swagger-ui {
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
font-family: sans-serif;
color: #3b4151
}
.swagger-ui html {
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
.swagger-ui body {
margin: 0
}
.swagger-ui... |
/*****************
*** Custom CSS ***
*****************/
.changeBackButtonColor .back-button--material__icon {
fill: #5DADA8;
}
.fadeBackButton .back-button__icon {
fill: #E2F1F1;
}
.crop {
width: 100px;
height: 90px;
overflow: hidden;
}
.crop img {
width: 350px;
height: 300px;
margin-top: -50px;
... |
@media only screen and (min-width: 788px) and (max-width: 979px){
/* Qualidade Home */
.qualidade:after{
right: 66px;
}
.qualidade-lista li{
padding: 10px;
}
/* Footer */
.footer-redes ul li a{
padding: 6px;
}
.footer-redes ul li a img{
width: 26px;
... |
/*
See ab2p.common.css for sources info
*/ |
/*!
* Fiori Fundamentals v1.3.2
* Copyright (c) 2018 SAP SE or an SAP affiliate company.
* Licensed under Apache License 2.0 (https://github.com/SAP/Fundamental/blob/master/LICENSE)
*/
/*!
.fd-image+((--circle), (--s|--m|--l))
*/
[class*=fd-identifier] {
font-size: 14px;
line-height: 1.42857;
color: #32363a;
fo... |
@charset "utf-8";/*!
* Web Experience Toolkit (WET) / Boîte à outils de l'expérience Web (BOEW)
* wet-boew.github.io/wet-boew/License-en.html / wet-boew.github.io/wet-boew/Licence-fr.html
* v4.0.5-development - 2014-08-08
* |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.