text stringlengths 1 1.04M |
|---|
body{
background-image:url("images/homeBackgr.jpg");
min-height:620px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
/*
.titlu{
position:relative;
top:45px;
background-color:rgb(255,255,255,0.8);
width:30%;
padding:3px;
text-align:center;
m... |
@font-face {
font-family: 'aileronregular';
src: url('Aileron-Regular-webfont.eot');
src: url('Aileron-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('Aileron-Regular-webfont.woff2') format('woff2'),
url('Aileron-Regular-webfont.woff') format('woff'),
url('Aileron-R... |
.MentalMapper .Concept-wrapper {
position: absolute;
}
.MentalMapper .Concept {
position: relative;
padding: 2px;
padding-bottom: 0px;
z-index: 1;
cursor: pointer;
transform: translateZ(0);
transform-origin: center;
transition: transform 300ms ease;
}
.MentalMapper .Concept--excluded-by-filter {
opa... |
/* demo-grid.css */
/* Controls */
.controls {
margin: 30px -10px;
}
.control {
position: relative;
float: left;
width: 33%;
padding: 0 10px;
}
@media (max-width: 600px) {
.control {
float: none;
width: auto;
margin: 0 0 15px 0;
}
.control.layout {
margin: 0;
}
}
.control-icon {
pos... |
/*!
* Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template/scrolling-nav)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-scrolling-nav/blob/master/LICENSE)
*/
header {
padding: 80px 0 30px;
}
section {
padding: 0px 0;
}
#cv_picture{... |
#switcher {
background: #fff;
position: fixed;
display: none;
top: 100px;
left: 0;
direction: ltr;
z-index: 1111111;
width: 220px;
margin-left: 0;
border-radius: 0 5px 5px 0;
font-family: 'Open Sans', Arial, sans-serif;
-webkit-box-shadow: 0px 0px 4px 0px rgba(51, 51, 51,... |
.time-slider {
width: 95%;
margin: auto;
border: none;
}
.time-slider {
width: 95%;
opacity: 0.0;
transition: opacity 0.5s;
padding: 12px;
border: none;
}
.time-slider:hover {
opacity: 1.0;
}
.time-slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
bac... |
.react-time-picker {
display: inline-flex;
position: relative;
}
.react-time-picker,
.react-time-picker *,
.react-time-picker *:before,
.react-time-picker *:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.react-time-picker--disabled {
background-color: #f0f0f0... |
.jumbotron {
background-color: unset !important;
}
#products-body {
background-color: rgb(235, 221, 198);
}
#index-body {
background-image: url("https://aurrari.com/wp-content/uploads/2021/04/9Damla-Ku%CC%88pe.jpg");
background-repeat: no-repeat;
background-size: cover;
}
.card {
margin-top: 20px;
}
#bo... |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
body {
background-color: lightblue;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
}
.container {
position: relative;
width: 1... |
body {
padding-top: 20px;
}
.container h1 {
font-size: 54px;
padding-bottom: 20px;
}
.logo {
padding-bottom: 20px;
} |
/*
Author : Dreamguys
Template Name: Doccure - Bootstrap Admin Template
Version : 1.0
*/
/*============================
[Table of CSS]
1. General
2. Table
3. Helper Class
4. Bootstrap Classes
5. Select2
6. Nav Tabs
7. Components
8. Header
9. Sidebar
10. Content
11. Login
12. Lock Screen
13. Notifications
... |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100);
body {
font-family: 'Open Sans', sans-serif;
}
/* centered columns styles */
.row-centered {
text-align:center;
}
.col-centered {
display:inline... |
/*
* This is a sample StyleSheet file used by {{ name }}
*
* You can delete this file if you want
*/
.rezervation {
background: lavender;
padding: 10px;
}
.top {
display: flex;
justify-content: space-between;
} |
@charset "UTF-8";
/* CSS Document */
/******CSS Reset******/
/* 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, i... |
pre[class*='language-'],
code[class*='language-'] {
direction: ltr;
font-family: Menlo, Monaco, Consolas, 'Andale Mono', 'Ubuntu Mono', 'Courier New', monospace;
font-size: 14px;
hyphens: none;
line-height: 1.5;
tab-size: 4;
text-align: left;
text-shadow: none;
white-space: pre;
word-break: normal;
... |
h1 {
font-size: 3rem;
margin: .5rem;
}
h2 {
font-size: 1.5rem;
margin: .3rem;
}
p {
padding: 10px;
}
img {
margin: 10px;
}
figcaption {
margin: 10px;
}
/*centering technique*/
.container {
margin: 0 auto;
text-align: center;
}
img {
border-radius: 10px;
border: 10px soli... |
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
... |
/*
* 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, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path... |
svg-drop-down-menu {
/* Component styles go here */
} |
@font-face {
font-family: 'Lato';
src: url('Lato-Regular.ttf') format('ttf'), url('Lato-Regular.svg') format('svg'), url('Lato-Regular.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Lato';
src: url('Lato-Black.ttf') format('ttf'), url('Lato-Black.svg')... |
html {
height: 100%;
}
body {
background: linear-gradient(#e9bdf7,#d483ec, #6f2885);
font-size: x-large;
}
div {
text-align: center;
} |
html{
height: 100%;
}
body{
height: 100vh;
}
html,
body,
#root {
padding: 0;
margin: 0;
}
.loadingBox{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}
.navbarCustom {
background-color: #16b4e3 !important;
display: flex;
justify-content: space-bet... |
@charset "UTF-8";
@font-face{
font-family: 'fonte-logo';
src: url("../font/Exo-Regular.ttf");
}
body{
font-family: 'fonte-logo', sans-serif;
background-image: url("../imagens/bground.jpeg");
color: rgba(0,0,0,1);
}
div#interface{
width: 900px;
background-color: rgba(255,255,255,0.9);
margin: -22px au... |
.primary-content {
position: fixed;
top: 56px;
left: 0px;
bottom: 0px;
right: 0px;
background-color: white;
overflow-y: auto;
}
.components-content {
position: fixed;
top: 105px;
bottom: 0px;
left: 0px;
right: 0px;
overflow-y: auto;
}
.components-content > div {
... |
@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... |
body {
font-family: "Open Sans", sans-serif;
background-color: #061E44;
color: #FFFFFF;
}
h6 {
margin-top: 0;
}
.app__content{
display: flex;
justify-content: space-around;
margin-top: 15px;
}
.control__center{
background-color: #082255;
border-radius: 0.55rem;
box-shadow: 0 1px 3px rgba... |
.footer__Ze0JNonTyswFOCmJljAf6{position:relative}.standardPadding__FcEqvoHEq1jGrFsX-fYU0{padding:0 1rem}.standardHeight__3MOQRIcWi6yNEdGkc10Hlq{height:3.5rem}.flex__1c2v54WtKnzgk5EOw2Uq-o{display:flex;align-items:center}.leftAlign__1m63zcy5MsKSDjchUdlwJi{justify-content:flex-start}.centerAlign__3LlJZniDTaWXCrZljsZsFl{j... |
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,700,300italic,700italic|Source+Sans+Pro:900");
/*
Massively 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... |
.login-form-onclick-clone {
width: 500px;
height: 320px;
background-color: #fff;
border-radius: 20px;
transform: translate(-50%, -50%) rotate(-2deg);
box-shadow: 0px 0px 20px #555;
z-index: 1;
}
.cmn-auth-bgnd {
width: 500px;
display: flex;
flex-direction: column;
justify-content: center;
align-... |
.sk-cube-grid {
width: 50px;
height: 50px;
margin: 10px auto;
padding-bottom: 100px;
padding-top: 100px;
}
.sk-cube-grid .sk-cube {
width: 33%;
height: 33%;
background-color: azure;
float: left;
-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
animation: sk-cubeGridScal... |
:host {
--lumo-border-radius-m: 0;
}
[part="overlay"] {
border-radius: 0.25em;
}
[part="content"] {
padding: 0;
} |
/* ==UserStyle==
@name Firefox Dark New Tab
@namespace USO Archive
@author Zetaphor Tengu
@description `Changes the background of about:newtab`
@version 20170303.17.13
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-docu... |
:root {
--color-background: #F0F0F7;
--color-primary-lighter: #9871F5;
--color-primary-light: #916BEA;
--color-primary: #8257E5;
--color-primary-dark: #774DD6;
--color-primary-darker: #6842C2;
--color-secondary: #04D361;
--color-secondary-dark: #04BF58;
--color-title-in-primary: #FFFFFF;
--color-te... |
@import url(../fonts/thsarabunnew.css);
body {
font-family: THSarabunNew, -apple-system, BlinkMacSystemFont, �Segoe UI�, Roboto, �Helvetica Neue�, Arial, sans-serif, �Apple Color Emoji�, �Segoe UI Emoji�, �Segoe UI Symbol�;
/* default is 1rem or 16px */
font-size:13px;
font-weight: 400;
line-height: 1.5;
background-co... |
* {
outline: 2px solid white;
outline-offset: -5px;
font-family: 'Roboto', sans-serif;
}
.vh {
position: absolute!important;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
padding: 0!important;
border: 0!important;
height: 1px!important;
width: 1px!important;
overflow: hidden
}
bo... |
.search-bar {
margin: 20px;
text-align: center;
}
.search-bar input{
width: 75%;
}
.video-item img{
max-width: 64px;
}
.video-detail .details {
margin-top: 10px;
padding: 10px;
border: 1px solid #ddd;
border-radius: 4px;
}
.list-group-item{
cursor: pointer;
}
.list-group-item:h... |
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@charset "UTF-8";
.materialize-red {
background-color: #e51c23 !important;
}
.materialize-red-text {
color: #e51c23 !important;
}
.materialize-red.lighten-5 {
background-color: #fdeaeb !important;
}
.materialize-red-text.text-lighten-5 {
c... |
.zzfl {
width: 100%;
background: #a0e5ea url(../image/zzfl-fl_bg.png) no-repeat center top;
overflow: hidden;
}
.container {
width: 1100px;
}
/* 1、福利时间 */
.fltime>img {
margin-top: 543px;
margin-bottom: 22px;
}
/* 二、内容 */
.zzfl_content {
width: 100%;
height: 11465px;
background... |
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
margin:0;
font-size: 100%;
font-family: 'Open Sans', sans-serif;
background: #fff;
}
body a {
text-decoration:none;
transition:0.5s a... |
/*!
* TOAST UI Calendar
* @version 1.12.11 | Sat Jan 29 2022
* @author NHN FE Development Lab <dl_javascript@nhn.com>
* @license MIT
*/
.tui-full-calendar-layout {
height: 100%;
position: relative;
box-sizing: border-box;
}
.tui-full-calendar-layout * {
box-sizing: border-box;
}
.tui-full-calendar-dragging... |
.validCell {
backgound-color: #ffffff !important;
}
.invalidCell {
background-color: #d24d57 !important;
} |
html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;}main{display:block;}h1{font-size:2em;margin:0.67em 0;}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace,monospace;font-size:1em;}a{background-color:transparent;}abbr[title]{border-bottom:none;text-decoration:underline;text-... |
.window, ph-window {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
flex-direction: column;
background-color: #fff;
} |
/* Base2Tone-Lavender Light */
/* by Bram de Haan, adapted from DuoTone themes by Simurai (http://simurai.com/projects/2016/01/01/duotone-themes) */
/* https://github.com/atelierbram./Base2Tone-highlight.js/ */
/* Base2Tone-Lavender Comment */
.hljs-comment,
.hljs-quote {
color: #c4b6ce;
}
.hljs-keyword,
.hljs-sele... |
@media only screen and (max-width: 790px){
.input-style{
padding: 10px 80px 10px 20px;
}
.number{
padding: 10px 210px 10px 20px;
}
select{
padding: 10px 180px 10px 20px;
}
}
@media only screen and (max-width: 600px){
.section-1{
display: block;
}
.div... |
body {
font-family: 'Lato';
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 700;
font-family: 'Montserrat';
}
hr.star-light,
hr.star-dark {
max-width: 15rem;
padding: 0;
text-align: center;
border: none;
border-top: solid 0.25rem;
margin-top: 2.5rem;
margin-bottom: 2.5rem;
margin-left: auto;
margin-ri... |
/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/material-components/material-components-web/blob/master/LICENSE
*/
/*# sourceMappingURL=material-components-web.min.css.map*/ |
/**
* site.css - a stylesheet example for one theme
*/
body {
margin: 0;
border: 0;
padding: 0;
width: 100%;
height: 100%;
color: black;
background-color: white;
font-family: Open Sans, Helvetica, Sans-Serif;
font-size: calc(1em+1vm);
}
header {
position: relative;
... |
/* ==UserStyle==
@name SoundCloud - Quite Dark
@namespace USO Archive
@author pawelos076232
@description `Quite dark style for the SoundCloud`
@version 20211014.21.39
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document regexp("http(s)?://(|www.)?soundc... |
/* ==UserStyle==
@name Maker Media Styles
@namespace USO Archive
@author whyisjake
@description `Make Gmail suck less. Basically, make ins/del bigger and with a background color, and hide the Docusign box on all emails.`
@version 20130212.11.58
@license CC0-1.0
@preprocessor us... |
/*(C) 2012-2013 Douco Inc.*/
/* 全局通用
----------------------------------------------- */
body {
background-color: #EEEEEE;
font-family: Microsoft Yahei, \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, Arial, Verdana, sans-serif;
font-size: 12px;
color: #333;
margin: 0;
padding: 0;
}
body, button, input, textarea {
font-size: ... |
/* roboto-greek-ext-400-normal */
@font-face {
font-family: 'Roboto';
font-style: normal;
font-display: swap;
font-weight: 400;
src:
local('Roboto'),
local('Roboto-Regular'),
url('./files/roboto-greek-ext-400-normal.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
url('./file... |
.row {
display: flex;
align-items: center;
justify-content: center;
}
.row button {
display: inline-flex;
justify-content: center;
align-items: center;
width: 100px;
height: 100px;
background-color: transparent;
border: none;
margin: 2px;
font-size: 64px;
outline: none;
cursor: pointer;
o... |
/*
* Google Earth API for Ext JS
* Copyright(c) 2008, Bjorn Sandvik
* bjorn@thematicmapping.org
* http://thematicmapping.org
*
* License: GNU General Public License v3
*
* Version: 1.1
*
*/
.x-tree-node img.Folder, .x-tree-node-collapsed img.Folder{
background: url("images/default/tree/closedfolder.png")... |
@import url(https://fonts.googleapis.com/css?family=Karla&family=Merriweather&display=swap);
/*!
* Bootstrap v4.6.0 (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)
/*# sourceMappi... |
.filterMenus {
padding-top: 10%;
padding-bottom: 10%;
}
a {
font-size: 15px;
}
.filters {
display: inline-block;
position: relative;
padding-left: 1vw;
float: left;
width: 10vw;
height: 100%;
}
#filterTitle {
margin-top: 0px;
} |
* Bootstrap Grid v4.6.0 (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) |
* {
color: #7ec200;
}
html {
padding: 0px;
margin: 0px;
background-color: #2f2f2f;
color: #fff;
font-family: Arial, sans-serif;
}
body {
background-color: #bedcff;
color: #002950;
}
#d1 {
color: #ff17ec;
}
#d2 {
color: #ff3c0b;
}
#d3 {
color: #198bb8;
}
h1, p {
color: inherit;
font-famil... |
/*
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
html, body
{
background-color: transparent;
margin: 0px;
padding: 0px;
}
body
{
padding: 10px;
}
body, td, input, select, textarea
{
font-size: 11px... |
/*
! tailwindcss v3.0.10 | 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,
:... |
body {
background-color: #123;
margin: 0;
font-family: 'Roboto', sans-serif;
}
.tilde {
margin: auto;
font-size: 10em;
}
.tilde-info {
margin: auto;
}
header {
background-color: #E4D00A;
}
header, #main-content {
display: flex;
flex-direction: column;
max-width: 600px;
margin: auto;
padding: 15px;
}
#... |
/* Import Tailwind as Global Utils */
@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities'; |
@import url(https://fonts.googleapis.com/css?family=Nunito);
.active {
background: seagreen;
color: sandybrown;
} |
/*!
* @package yii2-export
* @author Kartik Visweswaran <kartikv2@gmail.com>
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2015 - 2016
* @version 1.2.5
*
* Export Menu Style Sheet
*
* Author: Kartik Visweswaran
* Copyright: 2015, Kartik Visweswaran, Krajee.com
* For more JQuery plugins ... |
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
font-family: Poppins-Regular;
src: url('../fonts/poppins/Poppins-Regular.ttf');
}
@font-face {
font-family: Poppins-Medium;
src: url('../fonts/poppins/Poppins-Medium.ttf');
}
@font-face {
font-family: Pop... |
html {
font-size: 16px;
}
body {
background-color:#e0e0e0;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}
a {
color: rgb(51, 59, 66);
font-family: 'IBM Plex Sans', sans-serif;
}
/* Header bar */
header {
text-align: center;
background-color: #002B36;
font-family: 'IBM Plex Serif', serif;
font... |
/*
Version: 3.5.2 Timestamp: Sat Nov 1 14:43:36 EDT 2014
*/
.select2-container {
margin: 0;
position: relative;
display: inline-block;
/* inline-block for ie7 */
zoom: 1;
*display: inline;
vertical-align: middle;
width: 100%;
}
.select2-container,
.select2-drop,
.select2-search,
.selec... |
.mod-daily{
width: 80%;
height: 340px;
margin: 20px auto;
}
.clear{
clear: both;
}
.mod-content{
width: 80%;
margin: 0px auto;
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
.unit-daily{
hei... |
.form.item-grid.sessions-filters {
@apply space-y-5;
.filters-row {
@apply w-full px-10 flex flex-wrap overflow-hidden text-sm space-y-5;
@apply md:space-y-0;
.filters-col {
@apply w-full overflow-hidden;
@apply md:w-1/2;
&.sort-by-col {
@apply flex justify-start;
@a... |
/* This file is GENERATED by yarn run update-icon-font. DON'T hand edit */
/* Used by icon on desktop to speed up perf */
.icon {
-webkit-font-smoothing: antialiased;
font-family: kb;
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: 1;
speak: n... |
/*
* This stylesheet defines the className dbc_dl which is the default
* CSS included with the Dbc templates
*/
/*--------------------------------------------
* Note: DataTable
* Current limitation - it's not possible to use style data conditional to
* change the color of the text or background whe... |
@charset "utf-8";
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-kr.css);
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSans-jp.css);
*, *::before, *::after{
box-sizing: border-box;
}
a{
text-decoration: none;
color: inherit;
}
/*숨긴 콘텐츠*/
.a11y-hidden, legend{
position: absolute;
... |
/****************************/
/* Theme name : Brave */
/* Author name : Ashok */
/****************************/
/* Open Sans */
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300,400italic,400,600');
/* General */
body {
color: #666666;
font-size: 13px;
line-height: 28px;
background: #ff... |
/*!
* Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
*/
body {
overflow-x: hidden;
}
#wrapper {
padding-left: 0;
... |
/*!
Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or https://ckeditor.com/sales/license/ckfinder |
/**Page**/
html {
height: 100%;
max-height: 100%;
overflow-x: hidden;
}
body {
margin: 0;
padding: 0;
background:white;
color: #ffffff;
font-family: verdana,
arial,
sans-serif";
font-size: 22... |
body {
margin: 0px;
padding: 0px;
}
#mainGame {
padding: 0px;
}
.circle,.blank,.player1,.player2,.hover1,.hover2{
width: 40px;
height: 40px;
border-radius: 50%;
}
.blank{
background: rgba(51, 48, 48, 0.04);
}
.player1 {
background: #E91E63;
}
.player2{
background: #3F51B5;
}
.hover1:hover{
ba... |
:root {
--phenomic-HeadingAnchor-width: 1.4rem;
--phenomic-HeadingAnchor-margin: 0.4rem;
--headerHeight: 80px;
}
/* Using global sytles is not recommended, prefer local styles via CSS Modules */
/*
* box model like it should be
*
* http://www.paulirish.com/2012/box-sizing-border-box-ftw/
*/
html {
box-si... |
/* line 1, ../sass/layout.scss */
.navigation__container {
width: 95%;
display: block;
height: 50px;
margin: 0 auto;
}
/* line 7, ../sass/layout.scss */
.nav__container--title {
list-style: none;
height: 50px;
width: 20%;
}
/* line 12, ../sass/layout.scss */
.site-title {
color: white;
line-height: ... |
#listClub table {
text-align: center;
margin-bottom: 10px;
width: 100%;
}
#listClub table th {
font-weight: normal;
height: 35px;
background-color: #42576F;
vertical-align: middle;
color: white;
border: 1px solid #444;
}
#listClub table tr.l_0 td {
background-color: #EBEBEB;
}
... |
body {
background-color: white;
height: 100vh;
width: 100vw;
}
.body {
background-color: white;
border-radius: 10px;
border: 1px solid lightgrey;
}
.search_inp {
background-color: white;
max-width: 40rem;
text-transform: capitalize;
}
select {
background-color: white;
border: 1px solid lightgrey;
... |
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2017 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=01c3d7da9cc0decbdb5c0c3a930cb78d)
* Config saved to ... |
/*!
* Bootstrap Responsive v2.2.2
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: t... |
/* --------------------------------------------------
:: OptionTree Font
---------------------------------------------------*/
@font-face {
font-family: "option-tree-font";
src:url("../fonts/option-tree-font.eot");
src:url("../fonts/option-tree-font.eot?#iefix") format("embedded-opentype"),
url("../fonts... |
.landing-block-node-card:not(:first-child){display:none}.slick-slide{display:block !important} |
* {
box-sizing: border-box;
font-size: 15px;
font-family: 'Lato', 'Helvetica Neue', 'Arial', sans-serif;
line-height: 1.42857143;
color: #2c3e50;
}
a {
color: #18bc9c;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
body {
margin: 0;
padding: 0;
} |
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300&display=swap');
* {
margin: 0;
padding: 0;
list-style-type: none;
box-sizing: border-box;
overflow: none !important;
/* removes the default bootstrap sha... |
/*!
* Bootstrap v3.3.1 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-a... |
ul {
list-style-type: none;
width: 100vw;
transform: translateX(-25%);
margin: 0 auto;
padding: 0;
overflow: hidden;
background-color: #173444;
position: -webkit-sticky;
position: sticky;
top: -1px;
}
li {
float: left;
}
li a {
display: block;
font-family: "Roboto"; font-size: .8em; color: #... |
@charset "UTF-8";
/* node_modules/bootstrap/dist/css/bootstrap.css */
: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;
--gra... |
/*---------*/
/* General */
/*---------*/
.quick_nav_btns,
.blue_header {
font-family: Arial, serif, sans-serif !important; }
/*-------*/
/* Gigya */
/*-------*/
.gig-rating-writeYourReview,
*:link.gig-rating-writeYourReview,
*:active.gig-rating-writeYourReview,
*:visited.gig-rating-writeYourReview {
background-co... |
.TodoAdd__container {
width: 100%;
padding: 5px 0;
display: flex;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
margin: 20px 0;
}
.TodoAdd__container input {
padding: 18px;
outline: none;
border: 1px solid #f1f1f1;
box-shadow: 1px 2px 4px #eee;
backgro... |
/* ==UserStyle==
@name Makorra Dashboard Theme
@namespace USO Archive
@author sifumakorra
@description `Makorra Pride!`
@version 20120910.20.18
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-docu... |
a {
text-decoration: none;
}
ul, ul ul {
margin: 0;
padding: 0;
list-style: none;
}
#wrapper {
width: 50%;
margin: 100px auto;
font-size: 0.8125em;
}
#wrapper a{
font-family: inherit;
padding-left:6%;
}
.menu {
width: auto;
height: auto;
-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.73), 0px 0px 18px 0px... |
.card-item-box[data-v-eedaf98c]{padding:1.25rem 0 .625rem 1.25rem}[data-v-eedaf98c] .van-cell__title{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex:none;flex:none;color:#282828;font-size:.75rem}[data-v-eedaf98c] .van-field__control{border:none;font-size:.75rem} |
body {
background: #fafafa;
color: #333333;
margin-top: 5rem;
}
h1, h2, h3, h4, h5, h6 {
color: #444444;
}
ul {
margin: 0;
}
.bg-steel {
background-color: #6b8a5f;
}
.site-header .navbar-nav .nav-link {
color: #cbd5db;
}
.site-header .navbar-nav .nav-link:h... |
@import "~bootstrap/dist/css/bootstrap.css";
body {
padding: 20px;
background-color: silver;
/* margin-top: 60px; */
} |
/*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets
*********************************/
.flex-container a:activ... |
/*
Error: Undefined mixin 'breakpoint'.
on line 1 of E:\xampp\htdocs\demo\html_maxshop\sass\responsive\responsive-1200px-min.scss, in `breakpoint'
from line 1 of E:\xampp\htdocs\demo\html_maxshop\sass\responsive\responsive-1200px-min.scss
1: @include breakpoint(lg){
2: /*==============HOME 1 =========... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.