text stringlengths 1 1.04M |
|---|
.gatewayExpiredDivBox {
width: 60%;
max-width: 400px;
margin-left: auto;
margin-right: auto;
margin-top: 120px;
text-align: center;
}
.gatewayExpiredText {
margin-top: 20px;
}
.gatewayExpiredImage {
margin-left: auto;
margin-right: auto;
display: block;
width: 100%;
max-width: 300px;
} |
.pat-div {
margin-bottom: 75px;
}
.pat-lang-selector {
position: fixed;
right: 0px;
top: 70px;
z-index: 10;
}
[hidden] {
display: none !important;
} |
/*# sourceMappingURL=app.eb2f028a5dcd2d79d4cc48cfa199db9b.css.map */ |
/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description: The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPres... |
/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
pointer-events: none;
-webkit-pointer-events: none;
-webkit-transition: 350ms linear all;
-moz-transition: 350ms linear all;
-o-transition: 350ms linear all;
transition: 350ms linear all;
}
#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-l... |
.TeamItem {
max-width: 400px;
min-width: 200px;
padding: 10px;
display: flex;
justify-content: center;
align-items: center;
width: fit-content;
border-bottom: solid 1px #555;
}
.TeamItem:first-child {
border-top: solid 1px #555;
}
.TeamItem i {
margin-left: 15px;
cursor: pointer;
}
.activeTeam {
... |
.doc > * {
margin: 0.7em 1em 0.1em 1em;
padding: 0;
}
.doc > p, .doc > h1, .doc > h2, .doc > h3, .doc > h4 {
margin: 0.7em 0 0.1em 0;
}
.doc > *:first-child {
margin-top: 0.1em;
}
.doc table {
border: 1px solid #ccc;
background: transparent;
border-collapse: collapse;
empty-cells: show;
... |
@import url('https://fonts.googleapis.com/css?family=Questrial');
/* .mainContainer {
display: flex;
flex-direction: column;
margin-top: 10px;
flex-wrap: nowrap;
padding: 3px;
margin-top: 10px;
min-height: 70px;
justify-content: flex-start;
animation-duration: 700ms;
animation-name: fadein;
animat... |
*{
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body{
background-color:skyblue;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.form-container{
width: 350px;
height: max-content;
background-color: white;
text-align: center;
paddi... |
@charset "UTF-8";
/* ----------------------------------------
/* Reset (thanks Eric!)
/* ----------------------------------------*/
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, stri... |
.container {
width:1080px;
margin:0px auto;
font-size:1em;
font-family: "Arial", Georgia, Serif;
font-size: 15px;
}
header {
text-align:center;
border: 1px solid #666;
background: #cccccc;
}
a {
color: #333;
text-decoration: none;
}
section,aside {
margin-top: 5px;
padding: 10px;
-moz-border-r... |
/*! jQuery UI - v1.10.3 - 2013-11-20
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.u... |
@media print {
body {
background-color: #fff !important;
}
.page-bar {
display: none;
}
.page-sidebar-wrapper {
display: none;
}
.page-quick-sidebar-wrapper {
display: none;
}
.theme-panel {
display: none;
}
.hidden-print {
display: none;
}
.page-footer {
disp... |
body{
font-family: 'Acme', sans-serif;
}
.bg-img {
/* The image used */
background-image: url("/img/macbook.jpg");
min-height: 700px;
/* Center and scale the image nicely */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
/* Needed to position t... |
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap");
:root {
--primary-color: #ff880e;
}
/* BASIC CSS RESET */
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: "Roboto", sans-serif;
line-he... |
.bottomline ul {
list-style: none;
width: auto;
}
.bottomline {
position: fixed;
top: 95%;
background-color: rgb(20, 20, 20);
width: 100%;
height: 5%;
}
.bottomline ul li {
float: left;
margin-right: 1cm;
overflow: hidden;
position: relative;
}
.bottomline ul li a:hover {
... |
/* custom template */
html, body {
height: 100%;
font-family:verdana,arial,sans-serif;
color:#555555;
}
.nav {
font-family:Arial,sans-serif;
font-size:13px;
}
a {
color:#222222;
}
a:hover {
text-decoration:none;
}
hr {
border-color:#dedede;
}
.wrapper, .row {
height: 100%;
margin-left:0;... |
* {
margin: 0;
padding: 0;
}
body {
font-size: 16px;
color: black;
background: #fff;
user-select:none;
-ms-user-select: none;
}
a {
text-decoration: none;
color: #000;
}
ul li {
list-style: none;
}
.fl {
float: left;
}
.fr {
float: right;
}
.clearFixed:after {
content... |
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
box-sizing: inherit;
}
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
ul {
padding: 0;
margin: 0;
}
h1,
p {
margin: 0;
} |
/*!
* Bootstrap v3.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 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%;
-webki... |
.checkoutProduct {
padding: 0.3rem 0;
margin: 0.5rem 0;
display: flex;
background-color: white;
height: max-content;
}
.checkoutProduct__img {
object-fit: contain;
width: 180px;
height: 180px;
}
.checkoutProduct__info {
padding-left: 0.2rem;
}
.checkoutProduct__info > button {
color: var(--logo-w... |
/* /*! */
/* * bootswatch v3.3.5 */
/* * Homepage: http://bootswatch.com */
/* * Copyright 2012-2015 Thomas Park */
/* * Licensed under MIT */
/* * Based on Bootstrap */
/* */!
/* * Bootstrap v3.3.5 (http://getbootstrap.com) */
/* * Copyright 2011-2015 Twitter, Inc. */
/* * Licensed under MIT (https://github.co... |
/* BEGIN VARIABLES IN styles/_neon.less */
/* END VARIABLES IN styles/_neon.less */
/* BEGIN VARIABLES IN styles/_glow.less */
/* END VARIABLES IN styles/_glow.less */
/* BEGIN VARIABLES IN _basic.less */
/* END VARIABLES IN _basic.less */
/* BEGIN VARIABLES IN styles/_key.less */
/* END VARIABLES IN styles/_key.less *... |
body{
text-rendering:optimizeLegibility;
color: #000000;
font-style: normal;
font-variant-ligatures: normal;
font-variant-caps: normal;
font-variant-numeric: normal;
font-variant-east-asian: normal;
font-weight: normal;
font-stretch: normal;
font-size: 12.5pt;
line-height: 1.8e... |
*, *::before, *::after {
box-sizing: border-box;
}
body {
font-size: 16px;
font-family: Arial;
background-color: #F7FAFC;
}
button,
input {
font-size: 1em;
font-family: Arial;
}
label {
font-weight: 900;
}
input {
border: 2px solid transparent;
border-ra... |
li {
list-style: none;
background: #d1703c;
color: #fff;
line-height: 2em;
padding: 0 0.5em;
overflow: hidden;
width: 10em;
height: 2em;
margin: 2px 0;
transition: background box-shadow;
transition-duration: 500ms;
box-shadow: 3px 1px 1px gray;
}
li:hover {
background: #e1703c;
box-shadow: ... |
body { background:#8C9B9B; }
h1 { color: #140505 }
div#logo h1 { color: #140505 }
#menu-links ul > li a { color: #000000 }
#breadcrumbs { color: #000000 }
#breadcrumbs a { color: #000000; }
table.album-showcast .release-date { color: #000000 }
table.album-showcast .summary { color: #050000 }
table.album-showcast a { co... |
:root {
--background-color: #000;
--border-color: #7591AD;
--text-color: #34495e;
--color1: #EC3E27;
--color2: #fd79a8;
--color3: #0984e3;
--color4: #00b894;
--color5: #fdcb6e;
--color6: #e056fd;
--color7: #F97F51;
--color8: #BDC581;
}
@font-face {
font-family: "iconfont... |
/* You can add global styles to this file, and also import other style files */
.mat-card {
text-align: -webkit-center;
}
.demo-toolbar {
display: flex;
align-items: center;
width: 100%;
}
.demo-form {
min-width: 150px;
max-width: auto;
width: 100%;
}
.demo-full-width {
width: 100%;
}
body {
marg... |
/* chat application css */
/*----------------------*/
.chat-application .app-content .content-right .content-wrapper {
padding : 0;
}
.chat-application .app-content {
border : 1px solid #E6E6E6;
border-radius : 0.21rem;
}
.chat-application .chat-user-profile {
/* app chat user profile sidebar */
position : ... |
#cartePrincipale {
width: 500px;
margin: auto;
}
body {
background-color: #fbfbfb;
} |
@charset "UTF-8";
/*!
* Bootstrap v5.0.0-beta3 (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)
*/
:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--... |
.no_record_found > p{
margin: 0px;
padding: 20px;
text-align: center;
text-transform: uppercase;
font-size: 11px;
font-weight: bold;
letter-spacing: 0.6px;
color: tomato;
}
.d-flex-row{
display: flex;
flex-direction: row;
}
.d-flex-row > div{
flex: 1;
padding: 10px;
box-sizing: bord... |
#ret_navs
{
display: none;
}
.border-lg{
border-radius: 15px;
border: #dae0e5 solid 1px;
}
@media screen and (max-width:1024px)
{
#ret_nav
{
display: none;
}
#ret_navs
{
display: block;
}
.border-lg{
border:none;
}
} |
:root {
--red: hsl(0, 78%, 62%);
--cyan: hsl(180, 62%, 55%);
--orange: hsl(34, 97%, 64%);
--blue: hsl(212, 86%, 64%);
--very-dark-blue: hsl(234, 12%, 34%);
--grayish-blue: hsl(229, 6%, 66%);
--light-gray: hsl(0, 0%, 98%);
--body-fs: 15px;
} |
html {
height:100%
}
body.signin {
height:auto;
background:url(../img/login-background.png) no-repeat center fixed;
/*-webkit-background-size:cover;*/
/*-moz-background-size:cover;*/
/*-o-background-size:cover;*/
background-size:100% 100%;
color:rgba(255,255,255,.95)
}
.title {
text-align: center;
margin:10% ... |
/* PeeringDB Colors
Black - #000000
Emerald Green - #1c3f28 - buttons, links
Grayish Cyan - #4b6063 - footer
Light Grayish Cyan - #1c3f28 - highlights
Racing Green - #1c3f28
Dark Blue - #00203e - fonts
*/
html, body {
font: 14px Arial, Helvetica;
padding: 0px;
}
body {
background-color: #4b606... |
.input {
margin-top: 1rem;
} |
.login i#cls{
color: white;
background-color:#3AC995;
border-radius: 25px;
border-color: black;
padding: 5px;
}
#login-form{
position: fixed;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin:0 auto;
background:#f8f8f8;
overflow:hidden;
border... |
/*=======================================================================
*** IE FIXES ***
========================================================================*/
.ie8 .active-header { background: rgb(255,255,255) !important; }
.ie8 .inactive-header { background:rgb(248, 248, 248) !important; color: #828383; }
.ie8... |
@import url('contacto.css');
#descripcion > h2{
font-size: 40px;
}
#div-mapas{
display: flex;
flex-flow: row wrap;
justify-content: space-evenly;
}
#div-mapas > div{
display: flex;
flex-flow: column;
justify-content: space-between;
text-align: center;
color: white;
}
#div-mapas > div... |
/*
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/ |
/*
* jQuery UI Resizable 1.9m7
*
* Copyright 2012, 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/Resizable#theming
*/
.ui-resizable{position:relative;}.ui-resizable-handle{position:absolute;font-size:.1p... |
.backgroundimage{
background-image: url('test.jpg');
} |
@font-face{font-family:"Raleway";src:url(assets/fonts/Raleway-Regular.eot) format("eot"),url(assets/fonts/Raleway-Regular.woff2) format("woff2"),url(assets/fonts/Raleway-Regular.woff) format("woff"),url(assets/fonts/Raleway-Regular.ttf) format("truetype"),url(assets/fonts/Raleway-Regular.svg) format("svg");font-weight:... |
.weather-today {
display: block;
}
.weather-current {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.weather-current .datetime {
/*flex-basis: 100%;
margin-bottom: 10px;*/
display: none;
}
.weather-current .time {
display: none;
}
.weather-current .day,
.weather-current .date {
font-si... |
/*!
* Bootstrap Reboot v4.5.2 (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)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENS... |
html,
body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
box-sizing: border-box;
}
body * {
box-sizing: border-box;
}
.stage {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ddd;
background-image: linear-gradient(white 2px, transp... |
/*
Base16 Nord
Author: arcticicestudio
In files gtk-3.0/gtk.css and gtk-3.20/gtk.css, delete section "Default color scheme" and inject this
*/
@define-color bg_color #2E3440;
@define-color fg_color #E5E9F0;
@define-color base_color #3B4252;
@define-color text_color #E5E9F0;
@define-color text_color_disabled #4C566A;
@... |
/** Base **/
@import "base/_colors.css";
@import "base/_images.css";
@import "base/_page.css";
@import "base/_typography.css";
/** Generic **/
@import "generic/_box-sizing.css";
@import "generic/_normalize.css";
/** Objects **/
@import "objects/_bare-list.css";
@import "objects/_button.css";
@import "objects/_divider... |
/*
Theme Name: Simple Focus Base
Theme URI: http://simplefocus.github.com/base-wp/
Description: Base is built on Roots, but includes Zurb's Foundation in leiu of Bootstrap.
Version: 1.0.0
Author: Casey Zumwalt
Author URI: http://simplefocus.com/
License: ... |
.progress {
display: flex;
height: 100vh;
justify-content: center;
align-items: center;
flex-direction: column;
article {
width: 66.6666%;
}
section {
width: 33.3333%;
}
h2, ol, ul, li {
padding: 8px;
}
ol {
list-style: decimal;
}
} |
.navbar.main {
position: fixed;
top: 0;
left: 0;
right: 0;
margin: 0;
}
.navbar {
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
border: none;
background: #fff;
}
.navbar ul {
list-style: none;
padding: 0;
}
.navbar .navbar-brand {
padding: 0px 5px !impor... |
.aquaSalmon3,
.hover_aquaSalmon3:hover,
.active_aquaSalmon3:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(252, 163, 163, .39),
inset 0 -0.5em 0.9em 0 #ffffff,
inset 0 -0.5em 0em 0.65em rgb(255, 112, 109),
inset 0 0em 0.5em 2em rgb(252, 240, 240);
-moz-box-shadow: 0 0.63em 0.... |
/* Checkout.com css file */
:root {
--wallet-button-width: 250px;
--wallet-button-height: 40px;
--wallet-button-width-mobile: 100%;
--wallet-button-height-mobile: 45px;
--frames-max-width: 400px;
}
/* Remove Frames padding left */
#payment_form_checkoutcomframes {
padding-left: 0px;
}
/* Add size constrains for t... |
#u304{border-width:0px;border-color:transparent;background-color:#29ABE2;}#u304_align_to_page{max-width:1280px;}#u307-8{background-color:transparent;color:#FFFFFF;text-align:center;font-size:14px;letter-spacing:1px;line-height:18px;font-family:Helvetica, Helvetica Neue, Arial, sans-serif;}#u332{display:block;}#u331,#u3... |
body {
background-color:#fff;
font-weight: normal;
font-size: 12pt;
color: #404040;
}
html, body, .footerPushDown {
height: 100%;
}
p {
line-height: 1.7em;
margin-bottom: 1em;
}
.band.full {
position: relative;
}
.band.full.first {
height: 550px;
}
.band.full.second {
height: 480px;
ov... |
/*! chessboard.js v1.0.0 | (c) 2019 Chris Oakman | MIT License chessboardjs.com/license */
.clearfix-7da63 {
clear: both;
}
.board-b72b1 {
border: 2px solid #404040;
box-sizing: content-box;
}
.square-55d63 {
float: left;
position: relative;
/* disable any native browser highlighting */
-webkit-touch-... |
.error-template{
margin: 15px auto;
display: table;
text-align: center;
padding-bottom: 85px;
}
.error-template .h1{
font-size: 5em;
}
.error-template h2{
margin: 26px 0px;
font-weight: 600 !important;
font-size: 3em;
}
.error-template .error-details{
font-size: 2em;
margin-bott... |
.button {
border: none;
padding: 12px 24px;
text-align: center;
text-decoration: none;
font-family: inherit;
display: inline-block;
font-size: 16px;
border-width: 0;
outline: none;
border-radius: 2px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
transition: background-color 0.3s;
}
.button:hover {
... |
.item {
grid-row-start: 1;
}
.info_left {
display: flex;
width: 75%;
padding: 0.5rem;
margin-left: 5px;
margin-right: 20px;
}
.info_right {
width: 20%;
margin-top: auto;
margin-bottom: auto;
}
.name {
width: 70%;
height: 80%;
}
.img_profile {
width: 30px;
height: ... |
.text-success {
color: green;
}
.text-error {
color: red;
}
.text-special {
font-style: italic;
}
body {
background: rosybrown;
} |
@import url(https://fonts.googleapis.com/css?family=Nunito);
@charset "UTF-8";
/*!
* Bootstrap v5.1.3 (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)
*/
:root {
--bs-blue: #0d6ef... |
.inspector {
font: 500 1rem Roboto, helvetica, sans-serif;
color: #212121; /* Grey 900 */
cursor: default;
margin-top: 2px;
}
.inspector td, th {
padding: 2px;
}
.inspector input {
font: 300 1rem Roboto, helvetica, sans-serif;
border: 0;
outline: none;
border-bottom: 1px solid #212121; /* Grey 900 *... |
/*!
By André Rinas, www.andrerinas.de
Documentation, www.simplelightbox.de
Available for use under the MIT License
Version 2.8.1
/*# sourceMappingURL=screen.css.map */ |
/*!
* Bootstrap v4.1.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... |
#project-dropdown {
border-radius: 3px;
box-shadow: 0 3px 9px rgba(0, 0, 0, .3);
border: none;
}
.dropdown-arrow {
display: inline-block;
width: 5px;
height: 10px;
margin-left: 4px;
background-image: url("down-arrow.svg");
position: relative;
top: 1px;
}
.trash-icon {
positi... |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap')
/* ..................variables */
{
}
:root {
--green-color:#7ACC2D;
--white-color:white;
--black-color:#313337;
/* Tipografia */
--normal:12px;
/* espaciado */
--space:10px;
/* box shadow */
--box:0 0 2px #c... |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html, body {
width: 100%;
height: 100%;
}
body {
text-align: justify;
}
section#about {
background-image: linear-gradient(125deg,#08405c,#012e45);
padding: 0 70px 0 70px;
}
#about {
height: 100vh;
padding-... |
/*
RTL for Theme: : Green Marinee
Editors: Navid Kashani
Persian WordPress Project : wp-persian.com
*/
body {
font-family:tahoma, arial;
}
h1, h2 ,h3 {
font-family:arial, tahoma;
}
blockquote {
border-left:0 none;
border-right:4px solid #3F3F3F;
}
#container {
text-align:right;
direction:rtl;
}
#content {
float:... |
/*
Project: Tetris CK
Filename: tetrisck.css
Created date: 12/30/2021
Author: Clint Kline
Purpose:
- Create my oen version of the game tetris
*/
/* *, ::before, ::after {
margin: auto;
text-align: center;
} */
/* html {
width: 100%;
padding: 10px auto;
} */
body {
background-color:... |
@font-face {
font-family: 'icomoon';
src: url("../fonts/icomoon/icomoon.eot?srf3rx");
src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/... |
@font-face {
font-family: "Helvetica Neue";
src: url('fonts/helveticaneue/HelveticaNeue Thin.ttf');
font-weight: 100;
}
@font-face {
font-family: "Helvetica Neue";
src: url('fonts/helveticaneue/Helvetica Neu Bold.ttf');
font-weight: bold;
}
@font-face {
font-family: "Helvetica Neue";
src: url('fonts/h... |
.place-item-container {
width: 600px;
margin-top: 10px;
}
.place-item-image img {
height: 300px;
padding: 15px;
}
.place-item-info {
width: 100%;
max-height: 200px;
display: flex;
flex-direction: column;
align-items: center;
overflow: scroll;
padding: 20px;
}
.place-item-actions {
width: 100%... |
body {
background-color: #e9e9e9;
}
a:hover {
color: red
}
h1,h2,h3 {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: black;
}
h1.title {
display: table;
margin: auto;
background-color: #afc4d6;
border-width: 4px;
border-style: outset;
border-color: #9fd1ff;
padd... |
@charset 'utf-8';
.cxcalendar{display:none;position:absolute;width:200px;font:12px Arial;border:1px solid #ccc;background:#fff;box-shadow:2px 2px 5px rgba(0,0,0,0.3);z-index:10000;}
.cxcalendar .date_hd{position:relative;height:20px;padding:8px 6px 2px 6px;background:#fff;}
.cxcalendar .date_pre,.cxcalendar .date_next{... |
@charset "UTF-8";
/*! Bootstrap 4 */
/*!
* Bootstrap v4.1.1 (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)
/*! Hamburgers */
/*!
* Hamburgers
* @description Tasty CSS-animated... |
@import url(http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
fieldset, label { margin: 0; padding: 0; }
h1 { font-size: 1.5em; margin: 10px; }
.rating {
border: none;
float: left;
}
.rating > input { display: none; }
.rating > label:before {
margin: 5px;
font-si... |
@import url('https://fonts.googleapis.com/css?family=Fira+Code:300|Roboto+Slab:300,600&display=swap');
@import "tailwindcss/base";
@import "tailwindcss/components";
@import "tailwindcss/utilities";
@import "github-markdown-css";
@import "./base16-gruvbox.dark.css";
#demo, .demo {
padding: 2em 3em;
background: #282... |
* {
margin: 0;
padding: 0;
font-family: "Poppins", sans-serif;
}
body {
display: flex;
align-items: center;
justify-content: center;
padding: 5% 0;
}
header {
border-right: solid 3px black;
padding: 0 3%;
}
h1, p {
text-align: right;
}
img {
float: right;
filter: brightness(1.... |
/* Your styles go in this file */
html {
font-family: 'Roboto', sans-serif;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
#recipes {
text-align: justify;
}
.recipe {
width: 30%;
display: inline-block;
border: 1px solid grey;
... |
/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */
/*
* Widgetkit Slideshow: Streamline Style
*/
/* Navigation
----------------------------------------------------------------------------------------------------*/
.wk-slideshow-streamline .nav {
padding: 10px 0 ... |
.recipientsListItem {
background-color: #FFF;
height: 2.5em;
} |
.ui5-timepicker-sliders-container {
display: flex;
justify-content: center;
align-items: stretch;
direction: ltr;
padding: 0.5rem;
min-width: 18rem;
box-sizing: border-box;
}
.ui5-timepicker-sliders-container.ui5-phone{
height: 90vh;
}
.ui5-timepicker-footer {
height: fit-content;
display: flex;
justify-co... |
.parameter{
display: none;
}
.config-pop{
text-align: left;
margin: 15px 0 0 15px;
}
.config-pop * {
display: block;
margin: 10px;
}
.config-pop .theme{
width: 35%;
}
.config-pop input, .config-pop select {
font-size: 15px;
border-radius: 3px;
} |
@import url("fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900");
/*
Escape Velocity by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
html, body, div, span, applet, object,
ifra... |
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200&family=Ubuntu:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');
* {
box-sizing: border-box;
}
html {
max-width: 1024px;
min-width: 500px;
height: 100%;
margin: 0 auto;
paddi... |
body{
background-color: lemonchiffon;
font-family: sans-serif;
line-height: 1.5;
}
h2, h1{
font-size: 3rem;
color: rgb(120,60,80);
text-align: center;
}
h2{
font-size: 2rem;
border-bottom: 1px dotted lightsteelblue;
}
a{
color: royalblue;
text-decoration: none;
}
nav,main, footer... |
body {
margin: 0;
font-family: "courier New", Courier, monospace;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background: linear-gradient(89deg, #ff5edf 0%,#04c8de 100%);
}
.center{
display: flex;
justify-content: center;
} |
@import url('https://fonts.googleapis.com/css?family=Montserrat:700');
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
.background {
background-image: url(primoz-kerin-1087122-unsplash.jpg);
width: 100vw;
height: 100vh;
background-size: cover;
overflow: hidden;
animation: cha... |
.container{
background: #f2f2f2;
}
.list {
background: #FFFFFF;
width: 1000px;
margin: 50px auto;
box-shadow: 1px 1px 20px 0px #46d1cf;
text-align: center;
position: relative;
vertical-align: middle;
}
.list .logo{
margin-top: 30px;
width: 100%;
}
.list .index-logo {
width: 200px;
margin: 0 auto;
}
.list ... |
@charset "UTF-8";
/*
Template Name: Ule
Developer: Dmitry Merkulov
Author: Dmitry Merkulov
email: dmitry@merkulov.design
Table of Contents
1. Global
1.1. variable.scss
1.2. fonts.scss
1.3. reset.scss
1.4. preloader.scss
1.5. color.scss
2. Header
2.1. header.scss
3. Sidebar
3.1. sidebar.... |
.letter-spacing-0 { letter-spacing: 0; }
.letter-spacing-1 { letter-spacing: .025em; }
.letter-spacing-2 { letter-spacing: .5em; }
.letter-spacing-3 { letter-spacing: .1em; } |
/* Your custom CSS goes here */
.hide {
display: none;
}
.alert--error {
color: #E81123;
}
.view-text,
.view--video,
.view--snapshot {
margin-top: 0;
}
.view-text {
padding: 1.2rem;
text-align: center;
background-color: #e6e6e6;
}
.view-text__instructions {
display: block;
margin-top: .4rem;
font-size: 1.5... |
.Main {
width: 100vw;
padding: 50px;
height: 500px;
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
margin-bottom: 50px;
}
.link {
margin: 200px 50px 30px 50px;
width: 500px;
height: 500px;
display: flex;
align-items: center;
justify-content: center;
back... |
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
... |
html, body {
height: 100%;
margin: 0;
}
body {
display: flex;
flex-direction: column;
}
ul {
list-style: circle;
}
.wrapper {
flex: 1 0 auto;
}
.alert {
padding: 15px;
border: 1px solid transparent;
border-radius: 4px;
position: fixed;
z-index: 99;
top: 48%;
animatio... |
.warna1 {
background-color: #fff;
width: 100%;
line-height: 170%;
text-align: center;
font-size: 1.9em;
font-family: "Century Gothic";
font-weight: bold;
color: #333;
padding-top: 5px;
padding-bottom: 5px;
position: fixed;
z-index: 80;
}
.warna_orange {
background-co... |
/*! UIkit 2.3.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/*! UIkit 2.3.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/*! UIkit 2.3.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/*! UIkit 2.3.1 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.