text stringlengths 1 1.04M |
|---|
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed... |
#migas{
margin-right: 1.5em;
float:left;
}
#cliente{
margin-right: 10em;
float:right;
} |
::ng-deep .mat-form-field-underline {
display: none;
}
.customClass {
height: 26px !important;
} |
body {
background-color: #fcfcfc;
}
.avatar-view {
display: block;
margin:auto;
height: 150px;
width: 150px;
/* border: 3px solid #fff;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0,0,0,.15);*/
cursor: pointer;
overflow: hidden;
}
.avatar-view img {
width: 100%;
}
.avatar-body {
padding-right... |
html {
font-size: 100%;
overflow-y: scroll;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
color:#444;
font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
font-size:12px;
line-height:1.5em;
background:#fefefe;
width: 85ex;
margin: 10px auto;
paddi... |
main {
width: 480px;
height: 767px;
margin: auto;
}
.container {
display: grid;
height: 767px;
width: 480px;
grid-template-columns: 1fr 1fr;
grid-template-rows: 75px 150px 125px 125px 250px 250px 80px;
grid-template-areas:
"a a"
"b b"
"c c"
"d d"
"e f"
"g h"
"i i";
}
section {
displ... |
.blackani {
/* border-color: teal;
border-width: 0.3rem;
border-style: solid; */
padding-top: 1.5rem;
}
.blackani img {
margin-top: 0%;
}
#black_bear {
width: 10rem;
height: 12rem;
/* border-color: red;
border-width: 0.3rem;
border-style: solid; */
}
#black_dino {
width: 15r... |
/*
0.313em = 5px
0.625em = 10px
1em = 16px
1.188em = 19px
1.5em = 24px
1.875em = 30px
2.25em = 36px
2.813em = 45px
3.750em = 60px
*/
.page-heading {
font-size: 2.25em;
margin-bottom: 1.25em;
}
.lead {
font-size: 1.5em;
margin: 0 0 1.25em 0;
}
.error-panel {
border: 5px solid #B10E1E;
padding: 1.3em;
... |
body {
font-family: "Poppins";
font-weight: 300;
}
.title-container {
background-image: url('/img/title-bg.png');
background-size: cover;
height: 40em;
}
.auth-img {
width: 100%;
height: 45vw;
object-fit: cover;
}
.h3-sindu {
font-family: "Poppins";
font-weight: 600;
}
.bg-si... |
.artist-landing {
margin: 20px 20px 10px;
display: grid;
grid-template-columns: 2fr 1fr;
position: relative;
min-height: 350px;
}
.artist-landing-no-tracks {
margin: 20px 20px 10px;
display: grid;
grid-template-columns: 1fr;
min-height: 350px;
position: relative;
}
.hero-image {
background-size:... |
* {
margin: 0;
padding: 0;
border-width: 0;
box-sizing: border-box;
transition-property: background-color, border-color;
transition-duration: .6s;
transition-timing-function: ease-in-out;
}
:focus { outline: none; }
ui-layer,
ui-view {
display: contents;
}
ui-layer[layer="popover"] > ui-view > * {
w... |
/*
Base
*/
body {
font-family: "PT Serif", Georgia, "Times New Roman", serif;
font-size: 18px;
color: #515151;/*#3A3A3A;/*rgba(0,0,0,.8);/*#666;*/
line-height: 1.75rem;
}
@media (max-width: 30em) {
body {
font-size: 14px;
}
}
h1{
font-size: 2rem;
}
h1 a {
text-decoration: none;
}
h1, h2, h3, ... |
.navbar-brand {
float: left;
height: 50px;
padding: 5px 5px;
font-size: 18px;
line-height: 20px;
}
.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { mar... |
/* This is a compiled file, you should be editing the file in the templates directory */
.pace {
-webkit-pointer-events: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
.pace .pace-activity {
display: block;
position: fixed;
z-index: 2000;
top: 0;
right: 0... |
li a {
color: green;
}
body {
background: white url("images/background.gif") no-repeat right bottom;
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
html{
background-color: #753a88;
background-image: -webkit-linear-gradient(left, #cc2b5e ,#753a88);
background-size: 140vw;
}
body{
font-family: Arial, Helvetica, sans-serif;
width: fit-content;
overflow-x:hidden;
}
header{
top:0%;
left: 0%;
position: fixed;
background: #22242A;
padding: 20px;
... |
@import '~antd/dist/antd.css';
body {
background: #fafafa;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
height: auto;
}
h1, h2, h3, h4 {
color: #262727;
margin: 1em 0em 1em 0em;
}
th {
padding-right: 10px;
}
/* === Ant Design customizations === */
/*
FIXME Switch to use Ant ... |
html, body{
min-height: 100%;
height: 100%;
}
.fill{
height: calc(100vh - 100px);
}
body {
padding-top: 60px; /* space for the top nav bar */
margin-right: 30px;
}
#userHubs {
overflow: auto;
width: 100%;
height: calc(100vh - 150px);
}
#forgeViewer {
width: 100%;
}
.modelSummaryExtensionIcon {
... |
/*
* Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance,
* please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use,
* make sure you copy the url from the website since the url may change between versions.
* */
.toast-title {
font-weight: bo... |
/* Globals */
/*Font ref: https://fonts.google.com/specimen/Montserrat?selection.family=Montserrat:wght@400;600&sidebar.open*/
* {
font-family: 'Montserrat', sans-serif;
margin: 0;
padding: 0;
}
body {
background-color: #eeeeee;
}
/* container defaults */
.container {
margin: 0 6rem 0 6rem;
m... |
html,
body {
background: #ffffff;
}
#wrapper {
background: #ffffff;
}
/*---------------------------------------------------------------------*/
/*-----------------------------------------------------------------------
2. Header
*/
.header .logo {
background-color: #1D917A;
}
/*------------------------------------... |
body {
font-family: 'Roboto', sans-serif;
}
h1 {
color: #595959;
font-size: 250%;
font-weight: 400;
text-transform: uppercase;
}
.container {
max-width: 660px;
width: 100%;
margin: 0 auto;
text-align: center;
}
/* Sudoku Table */
table {
width: 100%;
border-collapse: coll... |
/* The main calendar widget. DIV containing a table. */
div.calendar {
position: relative;
}
.calendar, .calendar table {
border: 1px solid #565;
font-size: 11px;
color: #000;
cursor: default;
background: #efe;
font-family: tahoma, verdana, sans-serif;
}
/* Header part -- contains naviga... |
#calendar_container {
/* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
width: 90%;
margin: auto;
border: 1px solid #ddd;
border-radius: 4px;
}
#calendar_container table {
text-align: center;
}
#calendar_header {
line-height: 40px;
font-weight: bold;
}
#calendar_head... |
.mat-form-field {
margin-top: 16px;
} |
body{
background: #000000;
color: #FFFFFF;
font-family: "Times New Roman", "sans-serif";
}
h1{
font-size: 64px;
text-align: center;
padding: 10px
}
h2{
font-size: 32px;
text-shadow: 4px 4px 2px #808080;
}
p{
font-size: 24px;
padding-top: 15px;
}
img{
display: block;
m... |
/*
[Theme Color Stylesheet]
Project: NYHost - Responsive HTML5 Technology, Web Hosting and WHMCS Template
Version: 1.0
Author : themelooks.com
*/
|
@import "../../config/_variables.css";
.cc-container {
width: 100%;
min-height: 600px;
display: flex;
flex-direction: column;
margin: 0 auto;
align-items: center;
max-width: var(--max-page-width);
}
.cc-create-container {
border: 1px solid #e6e6e6;
background-color: white;
border-radius: 5px;
wid... |
#content {margin-bottom: 50px;}
#content a {text-decoration: underline;}
#content .link {cursor: pointer;}
/* DEFAULT TOP */
#content .scene {position: relative; min-height: 200px;}
/* DEFAULT TOP */
#content .scene > h1 {height: 46px; border-bottom: 1px solid #bbbbbb; padding-bottom: 74px; background: #ffffff;}
#co... |
.search-results-container h3 {
font-family: Helvetica, sans-serif;
color: #505353;
margin-left: 1em;
}
.search-results-container h2 {
font-family: Helvetica, sans-serif;
color: #505353;
margin-left: 0.5em;
} |
/* You can add global styles to this file, and also import other style files */
html, body { height: 100%; }
body { margin: 0; font-family: 'Roboto', sans-serif; }
.content-margin {
margin-left: 8px;
margin-right: 8px;
}
.vertical-margin {
margin-top: 16px;
margin-bottom: 16px;
} |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@keyframes bake-pie {
from {
transform: rotate(0deg) translate3d(0, 0, 0);
}
}
body {
font-family: "Open Sans", Arial;
background: #EEE;
}
main {
width: 400px;
margin: 30px auto;
}
section {
margin-top: 30px;... |
footer .footer {
background-color: #009;
color: #fff; }
footer .footer .content {
padding: 20px 15px; }
footer .footer .content h4 {
border-bottom: 2px solid rgba(0, 0, 255, 0.6);
padding: 10px 0; }
footer .footer .content p {
color: #ddd;
padding: 10px 0; }
footer .foote... |
/* Box sizing rules */
*,
*::before,
*::after {
box-sizing: border-box;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
margin: 0;
}
/* Set core root defaults */
html {
scroll-behavior: smooth;
}
/* Set core body defaults */
body {
min-height: 100vh;
... |
#main-container {
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
} |
.interna-produtos {
background:url("../imagens/bg-produtos.jpg") no-repeat center;
background-size: cover;
}
.produto_item{
padding-top: 60px;
}
.produto_item h2{
font-size: 36px;
text-transform: uppercase;
letter-spacing: .1em;
font-weight: bold;
color: #fff;
position: relative;
top: -180px;
text-align: cen... |
*{
margin: 0;
padding: 0;
}
.container{
border: 2px solid red;
width: 100vw;
height: 100vh;
background-color: rgb(97, 240, 240);
}
.main{
border: 2px solid blue;
background-color: rgb(116, 235, 5);
text-align: center;
align-items: center;
width: auto;
border-radius... |
@import '../../styles/colors.css';
.radioInput {
display: none;
}
.radioIcon {
content: '';
display: inline-block;
width: 16px;
height: 16px;
vertical-align: text-top;
margin-right: 4px;
}
.radioLabel {
height: 24px;
display: flex;
align-items: center;
font-size: 12px;
font-weight: normal;
... |
.list-container {
margin-top: 5%;
padding: 35px;
border: 1px solid #125699;
border-top-width: 4px;
display: flex;
flex-direction: column;
/* align-items: center; */
}
.single-add-container {
display: flex;
justify-content: space-evenly;
height: 240px;
margin-bottom: 10px;
}
... |
:root {
--main-menu-color: #ffc107;
}
#topNavbar {
background-color: rgba(255, 193, 7, 0.7);
font-size: 1.25rem;
margin-bottom: 40px;
}
#topNavbarNav > ul.navbar-nav > li {
margin-left: 1.10rem;
margin-right: 1.10rem;
}
.ui-timepicker-container.ui-timepicker-standard {
z-index: 2000 !impo... |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Merriweather:400,500,600,700);
/*Style best-zero*/
/*end style best-zero*/
/**
* Sticky Footer
*/
* {
margin... |
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (https://v3.bootcss.com/customize/?id=b22fa5e392c4d6b9e6f86fbcde8ff5ab)
* Config saved to config.json... |
a{
color:#006064;
}
code{
color:#1FAFB5;
}
/*---- Cyan ----*/
.navbar-inverse{
background-color: #006064;
border-color: #006064;
}
.utmenu-list > li > a:hover{
background-color: rgba(0,0,0,.1) !important;
color:white !important;
}
.site-menu-left.left-menu-icon:not(.site-menu-top) .button-... |
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img,legend{border:0}
legend,td,th{padding:0}
.container,sub,sup{position:relative}
.cf:after,.footer{clear:both}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0}
.block,article,aside,details,figcaption,figure... |
.background {
@apply flex flex-col flex-grow bg-gray-900;
}
.pageTitle {
@apply mb-6 text-center text-blue-800;
}
.hideInMobile {
/* Base */
@apply hidden;
/* Tablet + */
@apply md:block;
} |
.h-100 {
height: 100%;
}
/* ==================
布局
==================== */
/* -- flex弹性布局 -- */
.flex {
display: flex;
}
.basis-xs {
flex-basis: 20%;
}
.basis-sm {
flex-basis: 40%;
}
.basis-df {
flex-basis: 50%;
}
.basis-lg {
flex-basis: 6... |
.pointer {
cursor: pointer;
}
.crudTable td {
vertical-align: middle !important;
max-width: 0;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.crudTable td span {
width: 100%;
}
.tableCellsSmaller td {
font-size: smaller;
}
.projectTitle {
margin-top: 4rem;
}
.currentmark {
... |
/*
* jQuery UI CSS Framework 1.8.10
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: n... |
.dev-item {
background: #fff;
box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.02);
border-radius: 2px;
padding: 20px;
cursor: pointer;
}
.dev-item:hover {
background: #f5f1f1;
}
.dev-item img {
width: 54px;
height: 54px;
border-radius: 50%;
}
.dev-item > div {
display: flex;
}
.dev-info {
margin-left:... |
.login-pf body {
background-image: url("/images/background.png");
}
.login-pf .container .alert-danger {
background-color: #ffe6e6;
color: #363636;
}
.login-pf .container .alert-info {
background-color: #f5f5f5;
color: #363636;
} |
.chamada{
padding-top: 2.5rem ;
margin-bottom: 2.5rem;
background-image: url(../../assets/img/splash-chamada.svg);
background-position: top -4rem right;
background-repeat: no-repeat;
position: relative;
}
.chamada__texto{
width: 12.5rem;
margin-bottom: 1.55rem;
}
.chamada__imagem{
position: absolut... |
#support_add_content {
background: #f7f7f7;
padding: 10px;
padding-bottom: 25px !important;
}
#support_add_content_inner {
padding-top: 20px;
width: 450px;
line-height: 18px;
margin: 0 auto;
}
#support_add_content_fields {
}
#support_add_field_theme {
width: 100%;
height: 21px;
padding-left: 8px !importa... |
.pf-c-dropdown {
--pf-c-dropdown__toggle--PaddingTop: var(--pf-global--spacer--form-element);
--pf-c-dropdown__toggle--PaddingRight: var(--pf-global--spacer--sm);
--pf-c-dropdown__toggle--PaddingBottom: var(--pf-global--spacer--form-element);
--pf-c-dropdown__toggle--PaddingLeft: var(--pf-global--spacer--sm);
... |
@import url("https://fonts.googleapis.com/css?family=Roboto");
html {
scroll-behavior: smooth;
}
::-webkit-scrollbar {
display: none;
}
.element::-webkit-scrollbar {
width: 0 !important;
}
body {
background: #1b1f3b;
background-size: 100%;
background-repeat: no-repeat;
color: white;
}
a {
text-deco... |
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
* {
box-sizing: border-box;
}
body {
font-family: 'Lato', sans-serif;
background-color: #333;
color: #222;
overflow-x: hidden;
margin: 0;
}
.container{
background-color: #fafafa;
transform-origin: top left;
tran... |
/**
* Debugger Bar
*
* This file is part of the Nette Framework (http://nette.org)
* Copyright (c) 2004 David Grudl (http://davidgrudl.com)
*/
/* common styles */
#nette-debug {
display: none;
direction: ltr;
}
body#nette-debug {
margin: 5px 5px 0;
display: block;
}
body #nette-debug {
position: absolute;
... |
body {
background-color: #ffffff;
color: #444444;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 300;
margin: 0;
padding: 0;
}
.wizard-content-left {
background-blend-mode: darken;
background-color: rgba(0, 0, 0, 0.45);
background-image: url("/client/static/img/... |
/*
* Dashforge Page Components
*
* This style is use for demo purpose only.
*
*/
body {
background-color: #f5f5f5;
}
.aside-header {
border-right: none;
}
.aside-body {
border-top: none;
border-right: none;
}
.content {
font-size: 14px;
}
.content-header {
border-bottom: none;
}
.cont... |
/*-----------------------------------------------------------------------------------
Template Name: TechEdu
Template URI: http://power-boosts.com
Description: This is html5 template
Author: Power-Boosts
Author URI: http://power-boosts.com
Version: 2.0.1
---------------------------------------... |
body{
margin: 0;
}
.container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 0.4fr 2fr 0.6fr;
gap: 0px 0px;
grid-auto-flow: row;
grid-template-areas:
"Header Header Header"
"Body Body Body"
"Footer Footer Footer";
}
... |
@def mainSectionLogoHeight 35px;
@def mainSectionLogoBackgroundPosition center;
@def mainSectionFooterPanelBorderTop 2px solid #8D8D8D;
@def mainBackgroundColor #3F5270; |
/*
*
* RingNetwork main CSS
*
*/
@font-face {
font-family: 'Roboto';
src: url('../font/Roboto-Thin.ttf') format('truetype');
font-weight: thin;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('../font/Roboto-ThinItalic.ttf') format('truetype');
font-weight: thin;
font-style: ital... |
/* Home page header style */
.header-big-text {
text-align: center;
padding-top: 150px;
padding-bottom: 150px;
}
.header-panel.header-home {
padding: 30px 0 15px 0;
height: 80%;
background: url(/static/img/header.jpg);
background-size: cover;
background-repeat: no-repeat;
backg... |
.zenario_toolbar_header .toolbar .button,.zenario_toolbar_header .toolbar .button div,.zenario_toolbar_header .toolbar .zenario_admin_toolbar_button,.zenario_toolbar_header .toolbar .zenario_admin_toolbar_button a,.zenario_toolbar_header .toolbar .zenario_admin_toolbar_button div{font-family:'Trebuchet MS',Helvetica,sa... |
/*!
* Bootstrap v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545... |
#banner {
background-image: url('../images/header-top-bg.jpg');
/* padding:35px 0; */
height:100px;
width:auto;
}
div.watermark{
background: url(../images/watermark.png)222px -67px no-repeat;
height: 100px;
/*width: ;*/
/* border: 1px solid black; */
position:relative;
}
div.wordmark{
ba... |
section div:nth-child(1) {
margin-top: 20px;
}
section div:nth-child(2) {
width: 50%;
}
.centertext {
text-align: center;
} |
span, small, h1, h2, h3, h4, h5,p{
font-family: "Montserrat";
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
color: #468847;
background-color: #F2F9F0 !important;
border: 1px solid #D6E9C6;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
color: #... |
/*! jQuery UI - v1.10.2 - 2013-04-10
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.slider.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefaul... |
/*!
* Bootstrap Grid v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@-ms-viewport {
width: device-width;
}
html {
box-sizing: border-box;
-ms-overflow-style: scroll... |
/*!
* OpenUI5
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
*//*!
* OpenUI5
* (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
/* Inline theming para... |
#Entity1FormDescription{
height: 9.5rem;
width: 100%;
} |
.background-image-selector-content{
background-color:#FFFFFF;
width:230px;
height:200px;
display:block;
z-index:1;
}
.background-image-selector-divider{
height:8px;
display:block;
}
.background-image-selector-image-display{
position:absolute;
display:block;
height:135px;
width:220px;
top:5px;
left:5px;
... |
.accordion-button:focus,
.accordion-button:active,
.accordion-button:after,
.accordion-button:hover {
box-shadow: none;
border: none !important;
outline: none !important;
color: black;
background-color: white;
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xm... |
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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,500;1,600;1,700;1,800;1,900&display=swap');
body {
background-color: rgb(245, 245, 245);
margin: 0 auto;
width: 100vw;
height: 100vh;
font-famil... |
body {
background-color: lightgray;
padding-left: 200px;
}
.grid {
background-color: darkgray;
margin: 5px;
width: 90px;
height: 60px;
font-size: 30px;
padding-top: 15px;
text-align: center;
font-weight: bold;
}
.flex-container {
display: flex;
flex-wrap: nowrap;
b... |
#charts {
display: grid;
width: 100%;
grid-gap: 2px 1%;
grid-template-columns: 32% 32% 32%;
}
#charts canvas {
width: 550px !important;
height: 150px !important;
} |
/*/
* Bootstrap v4.0.0-alpha.2 (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%... |
body {
background-color:black;
font-family: arial;
color: white;
}
h1{
color: grey;
font-family: verdana;
}
.maindiv{
background-color: white;
color: black;
width: 300px;
padding: 20px;
border-radius:25px;
align: center;
}
input{
margin : 20px;
} |
/* 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,
... |
/***********
Page Header
***********/
/* Header search bar, toggler button & top menu */
.page-header.navbar {
background-color: #4f5a67;
/* Top notification menu/bar */
/* Header seaech box */
/* Toggler button for sidebar expand/collapse and responsive sidebar menu */
}
.page-header.navbar .top-menu .navbar-... |
body {
background-color: cornflowerblue;
max-width: 500px;
margin: auto;
}
p{
font-family: Arial;
}
h1 {
color: blue;
font-size: 25px;
}
h2 {
color: green;
font-size: 20px;
}
header {
background-color: dodgerblue;
}
header p {
font-weight: bold;
font-sty... |
/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014 https://github.com/IonDen
// © guybowden, 2014 https://github.com/guybowden
// ===================================================================================================================*/
/* ===================... |
body {
background: aquamarine;
} |
/* ==UserStyle==
@name 9gag dickbutt gif loading
@namespace USO Archive
@author Oloorin
@description `9gag dickbutt gif loading`
@version 20170106.0.19
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
/* i really want this to be global */
.CS3 .spinner-here,
.loa... |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face {
font-family: 'Android';
src: url('../fontes/idroid.otf') format('opentype');
font-weight: normal;
}
:root {
--cor0: #c5ebd5;
--cor1: #83e1ad;
--cor2: #3ddc84;
--cor3: #2fa866;
... |
.search-result-card {
background: #2a2b36;
width: calc(100vw -32px);
margin-top: 8px;
margin-bottom: 0px;
margin-left: 16px;
margin-right: 16px;
}
.search-result-card:first-of-type {
margin-top: 16px;
}
.search-result-card:last-of-type {
margin-bottom: 16px;
}
.search-result-card-header {
padding: 12px 16px;
... |
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
background-color: #f1f5f8;
font-family: "Zilla Slab", serif;
}
h2 {
font-family: "Great Vibes", cursive;
font-size: 4rem;
text-align: center;
color: #737373;
}
.menu {
margin-top: 20px;
}
.btn-container {
display: flex;
justify-conte... |
.Header {
position: fixed;
width: 100vw;
z-index: 999;
transition: 1s;
}
.navbar {
font-size: 18px;
height: 60px;
display: flex;
align-items: center;
max-width: 1200px;
margin: auto;
}
.mainNav {
display: none;
position: absolute;
left: 0;
top: 100%;
width: 100%;
background-color: rgba... |
/* TypoPRO Open Sans Bold */
@font-face {
font-family: 'TypoPRO Open Sans';
src: url('TypoPRO-OpenSans-Bold.eot');
src: local('*'),
url('TypoPRO-OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
url('TypoPRO-OpenSans-Bold.woff') format('woff'),
... |
/* global styles */
html {
font-size: 10px;
}
body {
font-family: 'Montserrat', sans-serif;
}
a:hover {
cursor: pointer;
color: #C0C0C0;
text-decoration: underline;
}
button:hover, .button:hover {
cursor: pointer;
box-shadow: 2px 2px 8px #000000;
}
/* header */
header {
color: #FFF... |
@import url(https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Shojumaru&display=swap); |
@charset "UTF-8";
.content-navigation {
border-color: #3bbfce;
color: #0000ff;
}
.border {
padding: 8px;
margin: 8px;
border-color: #0000ff;
}
.caption {
border: 1px solid red;
background: #ff0000;
padding: 5px;
margin: 5px;
}
.text {
font-weight: bold;
color: red;
} |
<STYLE>
BODY {
PADDING-RIGHT: 0px;
PADDING-LEFT: 0px;
FONT-SIZE: 12px;
PADDING-BOTTOM: 0px;
MARGIN: 0px;
BACKGROUND-COLOR: #3399FF;
PADDING-TOP: 0px;
BORDER-BOTTOM: buttonface 1px solid;
font-size:9pt;
scrollbar-highlight-color: buttonface;
scrollbar-shadow-color: buttonface;
scrollbar-3dlight-color: buttonhig... |
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
position: relative;
}
.flickity-enabled:focus { outline: none; }
.flickity-viewport {
overflow: hidden;
position: relative;
height: 100%;
}
.flickity-slider {
position: absolute;
width... |
.App {
display: flex;
min-height: 100vh;
} |
:root {
--red: #e63946;
--black: #1d3557;
--blue: #1d3557;
--lightblue: #457b9d;
--white: #fefefe;
--shell: #f5fbf5;
--cyan: #a8dadc;
--background: #d3cce3;
} |
.container2{
width: 100%;
height:50%;
margin-top: 10%;
margin-left: 25%;
position: relative;
float: left;
}
.tabela{
/* width: 100%; */
height:20%;
/* margin-top: 10%; */
margin-left: 10%;
position: relative;
float: left;
}
.tabela2{
width: 100%;
height: auto;
position: relative;
margin... |
/*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/2815083
* @preserve
*/
/**
* @file
* Text and textarea input elements.
*/
:root {
/*
* Color Palette.
*/
/* Secondary. */
/* Variations. */ /* 5% darker than base. */ /* 10% darker tha... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.