text stringlengths 1 1.04M |
|---|
.map {
height: 500px;
background-color: white;
padding: 1rem;
border-radius: 20px;
margin-top: 16px;
box-shadow: 0 0 8px -4px rgba(0, 0, 0, 0.5);
}
.map .leaflet-container {
height: 100%;
border-radius: 12px;
}
.info-container {
width: auto;
height: auto;
}
.info-flag img {
... |
.yoast-section {
width: auto;
max-width: 640px;
}
/* css for snippet */
.snippet_container:before,
.snippet_container:after {
display: table;
content: " ";
}
.snippet_container:after {
clear: both;
}
.snippet-editor__view {
clear: both;
}
.snippet-editor__view-toggle {
display: inline-block;
margin-top: 10p... |
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
font-family: Poppins, sans-serif;
}
section{
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background: linear-gradient(-30deg, #03a9f4 0%, #3a78b7 50%, #262626 50%, #607d8b 100% );
filter... |
.newsletter-form {
display: flex;
flex-direction: column;
}
.newsletter-form .input {
border: 0;
height: 2.5rem;
margin-bottom: 1rem;
padding: 0.5rem 1rem;
font-size: 16px;
}
.newsletter-form button {
border-radius: 0;
height: 2.5rem;
}
@media screen and (min-width: 500px) {
.newsletter-form {
... |
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v0.8.3
*/
md-toolbar.md-THEME_NAME-theme {
background-color: '{{primary-color}}';
color: '{{primary-contrast}}'; }
md-toolbar.md-THEME_NAME-theme .md-button {
color: '{{primary-contrast}}'; }
md-toolbar.md-THEME_NAME-t... |
/**
* IE7 styles
*/
#page-content .default-menu{
padding-bottom: 20px;
}
.h1-30-normal{
padding-bottom: 30px;
}
code{
overflow: auto;
}
.arrows-menu{
padding-top: 10px;
} |
li.dev-item {
padding: 20px;
border-radius: 2px;
box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.02);
background-color: #fff;
}
li.dev-item header {
display: flex;
flex-direction: row;
align-items: center;
}
.user-info {
margin-left: 10px;
}
.user-info strong {
display: block;
font-size: 16px;
color: #3... |
@charset "UTF-8";
@font-face {
font-family: 'Glyphicons Halflings';
src: url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot");
src: url("https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https:... |
@charset "utf-8";
/* CSS Document */
.row {
border:0px solid #FF0000;
}
.col-md-8 {
border:0px solid #E8FF00;
}
body {
background:#000000 url(images/money-bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-siz... |
@font-face {
font-family: 'LatoBlack';
src: url("/fonts/Lato/Lato-Black.eot") /* IE9 Compat Modes */;
src: url("/fonts/Lato/Lato-Black.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */ url("/fonts/Lato/Lato-Black.woff2") format('woff2'), /* Modern Browsers */ url("/fonts/Lato/Lato-Black.woff") format('woff'... |
body {
font-family: system, -apple-system, '.SFNSText-Regular', 'SF UI Text', 'Lucida Grande', 'Segoe UI', Ubuntu, Cantarell, sans-serif;
color: #fff;
background-color: #224f98b0;
text-align: center;
font-size: 12px;
overflow: hidden;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
#time... |
/*
* Copyright (c) 2021 Tobias Briones. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*
* This file is part of Course Project at UNAH-MM540: Bug Tracker.
*
* This source code is licensed under the BSD-3-Clause License found in the
* LICENSE file in the root directory of this source tree or at
... |
.userinfo {
display: flex;
justify-content: flex-end;
color: var(--text-color);
} |
.btni
{
margin: 20px;
} |
/*!
* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.datepicker {
top: 0;
left: 0;
border:1px solid #ccc;
padding: 4px;
margin-top: 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
borde... |
/*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
/*# sourceMappingURL=bootstrap.min.css.map */ |
/* design styles */ |
@charset "utf-8";
* {
font-family: Arial, Helvetica, sans-serif;
}
body {
height: 100%;
background-image: linear-gradient(to bottom
, #95C8DE, #B6DED9);
}
main {
border-radius: 10px;
box-shadow: 5px 5px 15px #83bed8;
background-color: white;
width: 600px;
padding: 10px;
m... |
/*
* Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.
* Copyright (C) 2009 Anthony Ricaud <rik@webkit.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code ... |
.content-box {
margin-bottom: 100px; }
.content-box > h2 {
font-size: 16px;
margin: 0;
padding: 10px 0 10px 5px;
border-bottom: 1px solid #e5e5e5; }
.content-box .inner-content-box {
color: #595656;
font-size: 14px; }
.content-box .inner-content-box h2 {
font-size: 16px;
ma... |
* {
margin: 0;
padding: 0;
}
header {
background-color: #44ccff;
height: auto;
display: flex;
flex-direction: colomn;
flex-wrap: wrap;
padding: 0 20px;
}
header logo {
letter-spacing: 15px;
font-size: 20pt;
color: fuchsia;
padding: 10px;
flex: 1;
text-transform: uppercase;
}
header logo span... |
#menu1{
color: red;
}
.nav-item{
padding: 0px 0px;
text-align: center;
color: #337ab7;
background-color: #cadcea;
}
.nav-item :hover{
background-color: #eee;
}
.nav-link {
padding: 0.9em 0.5em;
height: 100%;
}
select{
width: 100%;
margin-bottom: 3px;
}
.panel-body{
border-col... |
:root {
--animation-time: 2s;
--animation-delay: 2s;
--fade-opacity: 0.5;
--column-margin: 50px;
--top-column-margin: 25px;
}
::-webkit-scrollbar {
display: none;
}
#today-header {
background-color: rgb(18, 18, 18);
display: flex;
flex-direction: row;
font-family: -apple-system;
justify-content: space-b... |
/*
* # Semantic UI - 1.9.3
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/ |
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Lato', sans-serif;
min-height: 100vh;
overflow-x: hidden;
background-color: black !important;
/* color: white !important; */
}
.... |
/*! X-editable - v1.5.2
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2015 Vitaliy Potapov; Licensed MIT */
.editableform {
margin-bottom: 0; /* overwrites bootstrap margin */
}
.editableform .control-group {
margin-bottom: 0; /* ov... |
:root {
--trunk-brown: #a07f65;
--sky-green: #9CE69F;
--ant-color: black;
--leaf-color: #8abd29;
}
body {
background: linear-gradient(
to bottom,
var(--sky-green),
var(--sky-green) 200px,
var(--trunk-brown) 200px,
var(--trunk-brown)
);
padding: 0;
margin: 0;
}
.box-canvas {
positio... |
:host {
display: flex;
justify-content: space-evenly;
background-color: greenyellow;
padding: 1rem;
}
.my-feo {
background-color: pink;
color: white;
font-size: 2rem;
height: 5rem;
width: 8rem;
border-radius: 15px;
} |
@charset "UTF-8";
.widgetdiv .content-box-head {
background: #454545 !important;
color: #C1C1c1 !important;
padding-bottom: 1px !important;
padding-top: 1px !important;
padding-right: 1px !important;
padding-left: 5px !important;
min-height: 25px !important;
}
.widgetdiv .content-box-head .btn-group .btn ... |
.round-button {
display: flex;
align-items: center;
justify-content: center;
outline: none;
border: 0;
border-radius: 50%;
box-shadow: 0 3px 5px -2px rgba(0, 0, 0, .3);
background-color: var(--color-accent);
cursor: pointer;
padding: var(--spacing-medium);
width: calc(1.3em +... |
html {
background-color: whitesmoke;
}
html, body {
margin: 0;
padding: 0;
position: relative;
color: #464637;
min-height: 100%;
font-size: 20px;
font-weight: 300;
}
body {
/* font-family: 'Open Sans', 'Roboto', sans-serif; */
font-family: 'Open Sans', 'Roboto', sans-serif;
}
h1 ... |
@charset "UTF-8";
/*!
* 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)
*/
/*$yellow: #ffc107 !default;*/
:root {
--blue: #007bff;
--indigo: #6610f2;
--pu... |
/** OOo *************************************************************
OpenOffice.org Japanese Native-Language Project
web page style sheet
* This is a style sheet for printers.
* This file is for all projets in ja.oo.o.
* These styles were defined by Whit... |
@import '~bootstrap/dist/css/bootstrap.min.css';
body{
background-image: url(https://images.wallpaperscraft.com/image/polygon_gradient_convex_132369_1920x1080.jpg);
} |
h1, h2, h3, h4, h5, strong, b {
font-weight: 600; }
html, body {
height: 100%; }
body {
background: #f9f9f9;
color: #303030;
font-family: 'Montserrat', 'Open Sans', sans-serif;
font-weight: 400;
font-size: 13px;
line-height: 19px;
padding: 0;
margin: 0; }
body, body * {
-webkit-font-smoothin... |
body {
margin: 0;
font-family:
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
'Roboto',
'Oxygen',
'Ubuntu',
'Cantarell',
'Fira Sans',
'Droid Sans',
'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-... |
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?j3vdyo');
src: url('fonts/icomoon.eot?j3vdyo#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?j3vdyo') format('truetype'),
url('fonts/icomoon.woff?j3vdyo') format('woff'),
url('fonts/icomoon.svg?j3vdyo#icomoon') format('svg'... |
div.autodoc-docstring {
padding-left: 20px;
margin-bottom: 30px;
border-left: 5px solid rgba(230, 230, 230);
}
div.autodoc-members {
padding-left: 20px;
margin-bottom: 15px;
} |
.marker-btn {
background: none;
border: none;
cursor: pointer;
}
.marker-btn img {
width: 40px;
height: 40px;
}
/* Color Theme Swatches in Hex */
.Dark-green { color: #3B4014; }
.Light-green { color: #8C7503; }
.Beige { color: #BFAC95; }
.Burgundy { color: #73351F; }
.Light-burgundy {color: #A6523... |
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
.contact-info {
display: flex;
flex-direction: column;
}
.not-bold {
font-weight: normal;
} |
table.doclist{
font-size:0.8em;
margin:auto;
width:90%;
border-collapse:collapse;
}
th.doclist{
background:#000;
font-size:1.3em;
color:#fff;
height:30px;
border:1px solid #222;
}
tr.doclist{
}
td.doclist{
height:30px;
text-align:center;
border:1px solid #222;
}
td.galle... |
/* Import Login CSS files manually */
/* JS CSS import loop can take too long adding these files */
@import url(../js/widget/Login/css/Login.css);
@import url(themes/bootstrap/dojo/form/Button.css);
@import url(themes/bootstrap/dojo/form/Common.css);
@import url(themes/bootstrap/dojo/dijit.css);
.esriPopup .titleButto... |
.chal-desc {
padding-left: 30px;
padding-right: 30px;
font-size: 14px
}
.challenge-button{
font-size: 18px;
}
.chal-desc img {
max-width: 100%;
height: auto
}
.btn-info {
border-color: rgba(0,0,0,.8)!important
}
.badge-info,.btn-info {
background-color: #5b7290!important
}
.modal-co... |
/* ==UserStyle==
@name Wallpapers para Facebook - Space Galery - 2
@namespace USO Archive
@author tolch
@description `Imagen subida por: Tolch</br></br> Script Original: style 109959 creado por user 283811, Modificado por : Tolch </br></br></br></br><b>Mas Wallpapers para personalizar Facebook... |
.dev-icons {
padding-left: 0;
list-style: none;
font-size: 3rem;
margin-bottom: 0px;
margin-top: 0px;
text-align: center;
}
.competitive-sites-inline {
display: inline-block;
margin-right: 20px;
margin-bottom: 20px;
font-family: "Google Sans Regular";
}
.competitive-sites-inline > i {
color: #86... |
/**
* Novo SGA - Reports
* @author Rogerio Lino <rogeriolino@gmail.com>
*/
body>section {
padding: 20px 10px;
}
.tab-content {
padding: 20px 0;
}
.chart-title {
padding: 20px 0 10px 0;
}
.chart-unidade {
margin: 0;
}
.chart-unidade .title {
padding: 20px 0 10px 0;
text-align: center;
}
.... |
p, ul {
margin: .75em 0;
}
li {
margin: .25em 0;
}
.App {
text-align: center;
background-color: #6080b0;
min-height: 100vh;
padding-bottom: 20px;
}
.App-logo {
/*animation: App-logo-spin infinite 20s linear;*/
height: 150px;
width: 100%;
z-index: 0;
left: 0;
top: 0;
position: absolute;
bo... |
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
/*!
* AdminLTE v2.1.2
* Author: Almsaeed Studio
* Website: Almsaeed Studio <http://almsaeedstudio.com>
* License: Open source - MIT
* Please visit http://opensource.org/licenses/MIT ... |
.Error{
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 100%;
height: 500px;
color: #fff;
font-family: 'Lexend Giga', sans-serif;
}
.Error h1{
font-size: 40px;
color: #fff;
font-weight: bold;
}
.animated {
animation-duration: ... |
/* =============================================================================
App specific CSS file.
========================================================================== */
/* universal */
html {
overflow-y: scroll;
}
body {
padding-top: 60px;
}
section {
overflow: auto;
}
textarea {
resize:... |
@CHARSET "ISO-8859-1";
#gemstone_table {
margin: 5px;
padding: 2px;
border: 1px solid #999;
border-collapse: collapse;
table-layout: fixed;
width: 100%;
}
#gemstone_table th {
background-color: #ddd;
border-top: 1px solid #999;
border-bottom: 1px dashed #999;
}
#gemstone_table td {
vertical-align: top;
... |
body {
background: rgba(65, 106, 240, 0.925);
font: normal 15pt Arial;
}
header {
color: white;
text-align: center;
}
section {
background: white;
border-radius: 10px;
padding: 15px;
width: 500px;
margin: auto;
box-shadow: 3px 3px 3px black;
}
footer {
color: white;
te... |
* {
box-sizing: border-box;
margin: 0;
padding: 0
}
h1 {
font-size: 48px;
font-size: 3rem;
font-weight: 700;
letter-spacing: -1.6px;
letter-spacing: -.1rem;
line-height: 1
}
h1 span.light {
font-weight: 300
}
h2 {
font-size: 32px;
font-size: 2rem;
font-weight: 700
... |
#body {
border: 3px solid #77c9d4;
margin: 0;
height: 734px;
width: 100%;
}
#upbody {
margin: -727px 1px 0 1px;
height: 734px;
position: relative;
background-color: transparent;
}
#navbar {
border: 1px solid #D0D0D0;
margin: 0px 0px -10px 0px;
height: 50px;
background: linear-gradient... |
@import url(https://fonts.googleapis.com/css?family=Oswald|Roboto);
@-webkit-keyframes btn {
0%, 100% {
-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
transform: scale(1);
}
70% {
-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: sca... |
/* Common */
/* Layout */
/* Topbar */
/******************************/
/* THEME */
/******************************/
/* roboto-300 - latin */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url("#{resource['barcelona-layout:fonts/roboto-v15-latin-300.eot']}");... |
.bpp-properties-panel {
border: solid 2px #ccc;
}
.bpp-properties-panel [type='text'],
.bpp-properties-panel [contenteditable],
.bpp-properties-panel textarea,
.bpp-properties-panel select {
border: 1px solid #ccc !important;
padding: 3px !important;
}
.bpp-properties-group {
margin: 10px;
}
.bpp-pro... |
*{
padding:0px;
margin: 0px;
}
a{
text-decoration: none;
color: black;
}
body {
font-family: roboto;
background: url(img/fotoFundo.jpg);
background-image: 10%;
}
ul{
list-style: none;
}
input[type="checkbox"]
{
display: none;
}
#logo{
margin-top: 15px;
margin-left: -10px;
}
#icon{
color: #F0... |
.controls {
background-color: #ebebf0;
box-shadow: 1px 0px 3px 0px rgba(125, 125, 125, .2);
padding: 18px 24px;
z-index: 1001;
}
.controls > .options > span {
display: block;
background-color: #45444a;
color: #ffffff;
height: 40px;
line-height: 40px;
padding: 0 16px;
font-si... |
.menu-title { font-weight: 600;} |
/*# sourceMappingURL=app.27f2b153e6d78744cc9e505010a4e7a0.css.map */ |
bodyX {
font-family: Helvetica;
font-size: 13px;
}
.bubble-graph {
max-widthX:1000px;
/* position: relative; */ /* Bug: Popup misalign */
}
.bubble-graph select {
max-width:250px;
}
#imp {
background-color: #888;
padding-right: 40px;
}
#imp div {
margin: auto;
padding: 30px;
margin-right: -100px;
... |
/*-------------------------------------------------------------------------------------------------
Lithium: the most rad php framework
@copyright Copyright 2010, Union of RAD (http://union-of-rad.org)
@license http://opensource.org/licenses/bsd-license.php The BSD License
--------------------------... |
.subtitulo--pesquisa-importante {
color: var(--esbranquicado);
font-family: 'Roboto Mono', monospace;
font-size: 25px;
font-weight: 100;
line-height: 2rem;
text-align: center;
} |
.uix-input__controls {
position: absolute;
right: 1px;
top: 1px;
bottom: 1px;
width: 1em;
border-left: 1px solid #999;
display: none;
}
.uix-input:hover .uix-input__controls {
display: block;
}
.uix-input__control {
display: block;
background: #f0f0f0;
text-align: center;
height: 50%;
box-sizing: border-... |
.nav-link {
font-weight: 700;
}
li a {
color: #28a745;
}
li a:hover {
color: #f7a516;
}
.page-item a {
position: relative;
display: block;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.25;
color: #28a745;
background-color: #fff;
border: 1px solid #dee2e6;
font-weight: 500;
}
.page-item a.acti... |
.Header {
position: fixed;
width: 100%;
padding: 0px 0;
z-index: 100;
background-color: rgba(24, 24, 24, 0.8);
backdrop-filter: blur(10px);
overflow-x: hidden;
}
.HeaderGroup{
max-width: 800px;
margin:0 auto;
display: grid;
grid-template-columns: repeat(5,auto);
ali... |
/* The combobox itself */
.c-combobox {
position: relative;
background: #CCC;
color: #000;
padding: 8px 16px;
padding-bottom: 0;
padding-right: 0;
border: 1px solid black;
border-top-left-radius: 8px;
border-bottom-right-radius: 8px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-u... |
body {
background-color: #151515;
} |
@font-face{font-family: "montserrat";src:url(../fonts/Montserrat-Bold.ttf)}
body,html{
margin:0;
padding:0;
background:#fafafa;
font-family: "montserrat";
}
*{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
}
.landing{
padding: 24px 0 24px 0;
height: 450px;
}
.land... |
/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) |
.w3-theme-l5 {color:#000 !important; background-color:#f0f0f0 !important}
.w3-theme-l4 {color:#000 !important; background-color:#cccccc !important}
.w3-theme-l3 {color:#fff !important; background-color:#999999 !important}
.w3-theme-l2 {color:#fff !important; background-color:#ff5050 !important}
.w3-theme-l1 {color:#fff... |
#main-nav-bar{
background-color: rgb(245, 245, 245) !important;
-webkit-box-shadow: 0px 5px 13px -11px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 5px 13px -11px rgba(0, 0, 0, 0.75);
box-shadow: 0px 5px 13px -11px rgba(0, 0, 0, 0.75);
} |
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400);
/*** Dropdown ***/
.dropdown-blot {
display: inline-block;
vertical-align: top;
margin: 0 1px;
}
.dropdown-container {
display: inline-block;
position: relative;
vertical-align: top;
}
.dropdown-option-wrapper {
width: auto;
padding... |
/*
Theme Name: Yummy
Description: Used to style Gutenberg Editor.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Typography
3.0 Elements
------------------------------------------------------... |
#app {
/* padding: 20px; */
/* width: 80vw; */
margin: 0 auto;
}
.js-accordion {
background-color: #fff;
border-color: #666;
border-style: solid;
border-width: 1px 1px 0 1px;
border-radius: 2px;
}
.js-accordion:last-child {
border-bottom-width: 1px;
}
.js-accordion--trigger {
position: relative;
... |
/*
Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/ |
/*! bulma.io v0.9.1 | MIT License | github.com/jgthms/bulma */
@-webkit-keyframes spinAround {
from {
transform: rotate(0)
}
to {
transform: rotate(359deg)
}
}
@keyframes spinAround {
from {
transform: rotate(0)
}
to {
transform: rotate(359deg)
}
}
.bre... |
.page-footer {
border-top:1px solid gray;
background: white
}
.genenetwork-brand {
float: right;
} |
/*!
*
* 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... |
.btn {
font-size: 12px;
background: var(--grey-06);
padding: 0 8px;
margin: 0 4px;
height: 24px;
min-width: 52px;
}
.btn.secondary {
background: var(--grey-07);
color: var(--grey-02);
}
.btn:hover {
color: green;
}
.btn.menu {
display: block;
width: 100%;
font-family: "Roboto", serif;
font... |
body {
position: relative;
font-family: Helvetica, -apple-system, "Helvetica Neue",Helvetica,"Segoe UI",Arial,freesans,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Microsoft Yahei","Helvetica Neue",Helvetica;
background-color: #fff;
}
a{
text-decoration: none;
}
a:hover{
text-... |
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88oo... |
/**
* Copyright (C) 2017-2019 thirty bees
* Copyright (C) 2007-2016 PrestaShop SA
*
* thirty bees is an extension to the PrestaShop software by PrestaShop SA.
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.md.... |
/* google fonts */
@import "http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,700,700italic,800";
/* normalize */
@import "vendors/normalize.css";
/* Variables */
@import "variables.css";
/* UI */
@import "ui/form.css";
@import "ui/buttons.css";
/* Common styles */
@import "common.css";
... |
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital@1&display=swap');
body{
background: linear-gradient(57deg, #00C6A7 , #1E4D92 );
}
.forms{
background: linear-gradient(57deg, #D16BA5 , #86A8E7,#5FFBF1 );
}
.site-title{
font-family: 'Merriweather', serif;
font-weight:500;
margin-left:20px;... |
/*
Stimulsoft.Reports.JS
Version: 2019.3.1
Build date: 2019.05.20
License: https://www.stimulsoft.com/en/licensing/reports
*/ |
.life-section {
width: 100%;
display: flex;
flex-wrap: wrap;
}
.years-section {
height: auto;
background-color: var(--primary-color);
margin: 20px 0;
padding: 40px;
width: 100%;
display: flex;
/* background-image: url(./assets/img/history.png); */
}
.years-section img {
width: ... |
/*!
* Created by Kroplet (https://www.kroplet.com)
* The easiest way to create Bootstrap 4 themes.
*/
/*!
* Bootstrap v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2017 The Bootstrap Authors
* Copyright 2011-2017 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)*/
:r... |
@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight} |
.baz .foo, .baz foo > bar {
a: b;
} |
:root {
/* Colors */
--primary: rgb(53, 115, 165);
--highlight: rgb(198, 213, 254);
--white: rgba(255, 255, 255, 1);
--off-white: rgba(255, 253, 252, 1);
--grey-1: rgba(245, 243, 242, 1);
--grey-2: rgba(235, 231, 230, 1);
--grey-3: rgba(89, 87, 86, 1);
--grey-4: rgba(66, 64, 64, 1);
--black: rgba(43, 37, 35, ... |
.panel{
clear:both;
margin:0 auto;
padding: 2%;
position: relative;
width: 300px;
background-color : gray;
overflow:hidden;
}
.panelTop{
float:left;
height: auto;
position:relative;
width:100%;
background-color : black;
}
.panelBottom{
margin-top:5%;
... |
/*!
* Bootstrap v4.5.3 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) |
body{
background-color: aqua;
font: normal 15pt Arial;
}
header {
color: white;
text-align: center;
}
section{
background: white;
border-radius: 10px;
padding: 15px;
width: 500px;
margin: auto;
box-shadow: 3px 3px 10px black;
}
footer{
color: white;
text-align: center;
font-style: italic;
} |
/*----------------------------------------
Badges
------------------------------------------*/
.collection a.collection-item {
display: flex;
align-items: center;
justify-content: space-between;
} |
/*
! tailwindcss v3.0.7 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::... |
/* ==UserStyle==
@name lichess.org: border around board
@namespace USO Archive
@author Jeroen van den Berg
@description `Adds a border around the board on lichess.org.`
@version 20170517.20.25
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain(... |
/*
* qTip2 - Pretty powerful tooltips
* http://craigsworks.com/projects/qtip2/
*
* Version: 2.0.0pre
* Copyright 2009-2010 Craig Michael Thompson - http://craigsworks.com
*
* Dual licensed under MIT or GPLv2 licenses
* http://en.wikipedia.org/wiki/MIT_License
* http://en.wikipedia.org/wiki/GNU_General_Public_Licen... |
body{
background-color: skyblue;
background-image: url("/home/kennedy/Documents/homework/assignment/ip/images/3ZIuGF.jpg");
color: green;
font-style: italic;
font-size: 145%;
}
.header{
color:purple;
text-shadow:skyblue 2px 5px;
}
.answer {
color: green;
font-style: italic;
}
.DefReset {
color: Red;
fo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.