text stringlengths 1 1.04M |
|---|
/* Pour la nav bar qui chapeaute la liste */
nav {
background-color: #333;
border: 1px solid #333;
color: #fff;
display: block;
margin: 0;
overflow: hidden;
}
nav ul{
margin: 0;
padding: 0;
list-style: none;
}
nav ul li {
margin: 0;
display: inline-block;
list-... |
.deleteOfflineProject {
float: right;
cursor: pointer;
padding: 2px;
}
#contextMenu {
width: 150px;
visibility: hidden;
box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.2);
border: 1px solid rgba(0, 0, 0, 0.2);
position: fixed;
z-index: 100;
background: #fff;
opacity: 0;
top: 100... |
* {
word-break: break-word;
}
main {
height: 100%;
display: flex;
align-items: center;
}
#contenedorPadre {
margin-bottom: 30px;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
transition: background-color 5000s ease-in-out 0s !importa... |
* Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
*
* Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
* Datetimepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls
* Licensed under the Apache License v2.0
... |
/*
* # Semantic UI
* https://github.com/Semantic-Org/Semantic-UI
* http://beta.semantic-ui.com/
*
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Activity Feed
*******************************/
.ui.feed {
ma... |
.locale {
background-size: 28px;
background-position: center;
background-repeat: no-repeat;
width: 28px;
height: 16px;
}
.locale-en {
background-image: url('/images/locales/en.png');
}
.locale-ru {
background-image: url('/images/locales/ru.png');
} |
/****************************************************************************************/
/*************** [COLOR CODES] LIGHT GREEN:#00dd0e DARK GREEN:#00c90d *****************/
/****************************************************************************************/
WalletFrame {
border-image: url(':/images/walle... |
.litepicker .container__days {
padding-bottom: 1rem;
}
.litepicker .container__days .day-item.is-today {
@apply text-green-500;
}
.litepicker .container__days .day-item:hover {
@apply border-green-500;
@apply text-green-500;
box-shadow: inset 0 0 0 1px rgb(72, 187, 120);
}
.litepicker .container_... |
.suivi-homologations h1 {
padding: 1em 0;
text-align: left;
color: #2f3a43;
}
.homologations {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 1em;
}
.homologation {
padding: 2em;
border: solid 1px #ebedf0;
border-radius: 5px;
background: white;
color: #1b7cc4;
font-weight:... |
.sk-cube-grid {
width: 40px;
height: 40px;
/*margin: 40% auto;*/
position: absolute;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
/*
* Spinner positions
* 1 2 3
* 4 5 6
* 7 8 9
*/ }
.sk-cube-grid .sk-cube {
width: 33.33%;
height: 33.33%;
bac... |
/* ==========================================================================
Vendor
========================================================================== */
@import '~tachyons';
@import '~animate.css';
/* ==========================================================================
Extensions
=========... |
.box-404{
min-height:500px;
}
.img-icon-cp{
max-width: 80px;
} |
h1 {
margin-top: 10px;
margin-bottom: 20px;
}
div#controls form {
display: none;
}
div#progress, div#results {
display: none;
}
table#artist-count td:first-child {
width: 30%;
}
#login {
width: 130px;
}
#results a, #results a:hover {
text-decoration: none;
}
#friends-accordion {
display: none;
}
.... |
/*! jQuery UI - v1.11.4 - 2015-04-24
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To ... |
.alert{
/* background-color: red; */
animation: mymove 3s infinite;
}
@keyframes mymove {
0% {background-color: white;}
50% {background-color: rgba(255, 0, 0, 0.158);}
100% {background-color: white;}
}
.search{
width:100px;
border:none;
border-bottom: thin solid grey;
... |
body {
font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 1.8em;
display: flex;
justify-content: center;
}
.container {
margin-top: 2.66666667em;
/* 40/15 */
}
h1,
strong,
a {
color: rgb(102, 121, 223);
}
ul {
list-style-type: none;
pad... |
.nant-node-card {
padding: 7px;
min-height: 100px;
min-width: 175px;
}
.card-selected .nant-node-card {
border-style: solid;
border-width: 15px 15px 3px 3px;
border-image: url("../../../../assets/img/checkedBox.png") 25 25 3 3 stretch;
padding-top: 0;
padding-right: 0;
}
.nant-node-car... |
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
background: #333;
color: #fff;
white-space: pre-line;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
/*background-image: -webkit-linear-gradient(to... |
.log {
margin-top: 0;
margin-bottom: 0;
display: block;
padding: 24px;
font-family: "Roboto Mono", monospace;
font-size: 12px;
line-height: 16px;
word-break: break-all;
} |
/* Responsive code for max-width: 991px */
@media (max-width: 991px) {
}
/* Stylesheet design for under max-width: 991px */
@media (max-width: 991px) {
}
/* Stylesheet design for above 992px */
@media (min-width: 992px) {
}
/* Stylesheet design on Scroll (Fixed Header) 992px */
@media (min-width: 992px) {
}
@media (ma... |
/* config from https://google-webfonts-helper.herokuapp.com/fonts/overpass?subsets=latin */
/* overpass-100 - latin */
@font-face {
font-family: 'Overpass';
font-style: normal;
font-weight: 100;
src: url('/static/fonts/overpass-v7-latin-100.eot'); /* IE9 Compat Modes */
src: local(''),
url('/static/fo... |
@CHARSET "UTF-8";
.pattern {
position: fixed;
right: 0;
top: 100px;
width: 25px;
z-index: 90;
}
* html .pattern{
position: absolute;
top: expression(eval(100 + document.documentElement.scrollTop) );
}
.pattern .whole {
background: transparent url("../../pattern/images/pattern.png") no-repea... |
.planer {
width: 100%;
padding: 3%;
overflow: auto;
}
.planer__info {
margin-bottom: 10px;
} |
@media(min-width:1400px) and (max-width:1920px) {
.team-over li .over-team {
padding: 50px;
}
}
@media(min-width:1200px) and (max-width:1400px) {
header .logo {
margin: 40px 0px;
}
.in-the-look li .inn-look {
padding: 0 10px;
}
.in-the-look li .inn-look {
top: 20%;
}
.in-the-look li:hover .inn-look {
top: 10%;
}
.... |
.panel {
overflow: hidden;
text-align: left;
margin: 0;
border: 0;
-moz-border-radius: 0 0 0 0;
-webkit-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.panel-header,
.panel-body {
border-width: 1px;
border-style: solid;
}
.panel-header {
padding: 5px;
position: relative;
}
.panel-title {
back... |
/*
Theme Name: ArtSeenIn2016
Adding support for language written in a Right To Left (RTL) direction is easy -
it's just a matter of overwriting all the horizontal positioning attributes
of your CSS stylesheet in a separate stylesheet file named rtl.css.
https://codex.wordpress.org/Right_to_Left_Language_Support
*/
... |
/*! formstone v1.4.3 [dropdown.css] 2018-01-25 | GPL-3.0 License | formstone.it */ |
/*--Responsive--*/
@media screen and (max-width: 1024px){
.grid12{
margin: 10px 1%;
padding: 0;
width: 98.3%;
vertical-align: top;
}
}
@media screen and (max-width: 800px){
/*--Header--*/
.course_title h1{
font-size: 22px !important;
line-height: 23px !important;
}
.level_unit h1{
font-size: ... |
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
html {
scroll-behavior: smooth
}
body {
margin: 0;
padding: 0;
background-color: #202124;
font-family: 'Lato', sans-serif;
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
li... |
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
header {
background-color: grey;
padding: 1rem;
min-width: 150px;
}
h1 {
color: white;
}
a {
color: #00b7ff;
}
main {
display: flex;
flex-wrap: column;
gap: 32px;
}
.tagging {
width: 18%;
}
#tag-form fieldset i... |
body {
font-size: 120%;
font-family: Arial;
}
button, input {
font-size: 100%;
font-family: Arial;
}
table {
width: 100%;
}
td, th {
border: 1px solid #313131;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
.error {
color: red;
}
.wrapper {
margin: 0 auto... |
body{
text-align: center;
} |
html,
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
height: 100%;
padding-top: 40px;
background: black url("/img/background.jpg") no-repeat fixed center;
background-size: cover;
}
.nav.nav-tabs {
margin-bottom: 15px;
} |
/* Mark input boxes that gets an error on validation: */
input.invalid {
border-color: rgb(207, 58, 41);
}
/* Hide all steps by default: */
.tab {
display: none;
}
/* Make circles that indicate the steps of the form: */
.step {
height: 15px;
width: 15px;
margin: 0 2px;
backgrou... |
.kirki-tooltip-wrapper{position:relative;z-index:5}.kirki-tooltip-wrapper .tooltip-trigger{left:3px;position:relative;text-decoration:none;top:0}.kirki-tooltip-wrapper .tooltip-trigger:hover+.tooltip-content{bottom:32px;opacity:1;visibility:visible;z-index:99999}.kirki-tooltip-wrapper .tooltip-trigger .dashicons{font-s... |
* {
padding:0;
margin:0;
outline:0;
}
body {
font-size:12px;
font-family:Arial, "Trebuchet MS", sans-serif;
background:#dfe8df;
color:#816969;
}
a {
color:#816969;
text-decoration:underline;
}
a:hover {
color:#816969;
text-decoration:none;
}
.cl, .clear {
display:block;
height:0;
font-size:0;
line-height... |
/* Style the tab */
.wrapper {
margin-right: auto; /* 1 */
margin-left: auto; /* 1 */
max-width: 960px; /* 2 */
padding-right: 10px; /* 3 */
padding-left: 10px; /* 3 */
}
.tab {
overflow: hidden;
border: 1px solid #ccc;
background-color: #fff;
}
img {
margin-left:40px;
}
/* S... |
* {
margin: 0;
padding: 0;
}
html, body {
color: #333;
}
body {
position: relative;
/* font: 14px helvetica,arial,freesans,clean,sans-serif; */
font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック","MS PGothic",sans-serif;
background: #F5F5F5;
line-height: 1.4;
... |
/* Font import (mode icons) */
@font-face {
font-family: osu-mode;
src: url(/static/fonts/extra.ttf) format("truetype")
}
/* layout */
body {
display: flex;
flex-direction: column;
height: 100%;
height: -webkit-fill-available;
}
html {
position: relative;
min-height: 100%;
}
.footer {
padding: 20... |
/* You can add global styles to this file, and also import other style files */
html, body {
height: 100vh;
margin: 0;
padding: 0;
}
body {
display: flex;
flex-direction: column;
} |
/*
* Core Owl Carousel CSS File
* v1.3.3
*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel{
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;
}... |
/**
* DevExtreme (dx.carmine.css)
* Version: 20.1.7
* Build date: Tue Aug 25 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
.dx-theme-generic-typography {
background-color: #fff;
color: #333;
font-weight... |
hr {width: 100px; border: 2px solid black;}
.hr_white{
width: 100px; border: 2px solid white;
}
.imagengrid{
width: 200px;
}
.White_Text_01{
color: white;
font-style: bold;
}
.btn-primary{
border-color: black !important;
background-color: cadetblue !important;
}
.Portada{
background: ... |
body {
font-size: 120%;
font-family: Arial;
}
button, input {
font-size: 100%;
font-family: Arial;
}
table {
width: 100%;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: #dddddd;
}
.erro... |
html,
body,
#map-canvas {
height: 100%;
width: 100%;
margin: 0px;
}
#map-canvas {
position: relative;
}
.angular-google-map-container {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
} |
/**
* @file
* Views Styling
*/
/* Product gallery */
.view-product-gallery table {
width: 80%;
margin: auto;
text-align: center;
} |
/* ==UserStyle==
@name Mastodon Nico Theme
@namespace USO Archive
@author koeda h
@description `【ニコる復活】マストドン ニコニコ風テーマ【実家のような安心感】`
@version 20170419.23.10
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("friends.nico") {
.column {
flex-grow: 1;
... |
/* Styling for Ghost-specific elements
/* ---------------------------------------------------------- */
.kg-card {
margin: 4rem 0;
}
@media (max-width: 700px) {
.kg-card {
margin: 2rem 0;
}
}
.kg-embed-card {
display: flex;
flex-direction: column;
align-items: center;
min-width: 10... |
.locale-translate-filter-form .details-wrapper {
overflow: hidden;
}
.locale-translate-filter-form .form-item-langcode,
.locale-translate-filter-form .form-item-translation,
.locale-translate-filter-form .form-item-customized {
float: left; /* LTR */
/**
* In Opera 9, DOM elements with the property of "overflo... |
QPalette{background:#FFFFFF;}*{outline:0px;color:#57595B;}
QWidget[form="true"],QLabel[frameShape="1"]{
border:1px solid #B6B6B6;
border-radius:0px;
}
QWidget[form="bottom"]{
background:#E4E4E4;
}
QWidget[form="bottom"] .QFrame{
border:1px solid #57595B;
}
QWidget[form="bottom"] QLabel,QWidget[form="title"] QLabel{... |
body {
font-family: 'Open Sans', serif;
padding-top: 54px;
color: #868e96;
}
@media (min-width: 992px) {
body {
padding-top: 0;
padding-left: 17rem;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Saira Extra Condensed', serif;
font-weight: 700;
text-transform: uppercase;
color: #343a40;
}
h1 {
... |
/* app css stylesheet */
.menu {
list-style: none;
border-bottom: 0.1em solid black;
margin-bottom: 2em;
padding: 0 0 0.5em;
}
.menu:before {
content: "[";
}
.menu:after {
content: "]";
}
.menu > li {
display: inline;
}
.menu > li + li:before {
content: "|";
padding-right: 0.3em;
}
.hilight {
... |
/*--- start ---*/
.start0 { background:url('../../template/default/images/review_start.gif') no-repeat 0 -1px; width:58px; height:15px!important; display:block; float:left }
.start1 { background:url('../../template/default/images/review_start.gif') no-repeat 0 -15px; width:58px; height:15px!important; display:block; f... |
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
body,html{
margin:0;
padding:0;
}
.container{
display:flex;
height:100vh;
width: 100vw;
flex-direction: column;
}
.color{
color:#404040;
}
.header{
display:flex;
height:20%;
width: 100%;
justify-conte... |
/**
* Copyright 2008 Marvin Herman Froeder
* 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 w... |
/*
This is part of jsdifflib v1.0. <http://github.com/cemerick/jsdifflib>
Copyright 2007 - 2011 Chas Emerick <cemerick@snowtide.com>. All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are
permitted provided that the following conditions are met:
1. Redistributio... |
/* Template: Aria - Business HTML Landing Page Template
Author: Inovatik
Created: Jul 2019
Description: Master CSS file
*/
/*****************************************
Table Of Contents:
01. General Styles
02. Preloader
03. Navigation
04. Header
05. Intro
06. Description
07. Services
08. Details 1
09. Details ... |
/*!
* Copyright 2022 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
*
* 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... |
.select2-container--open{z-index:1261;}
.webform-details-toggle-state-wrapper{text-align:right;}[dir="rtl"] .webform-details-toggle-state-wrapper{text-align:left;}.webform-details-toggle-state-wrapper{margin-top:1em;}.webform-details-toggle-state-wrapper + details{margin-top:0;}.webform-details-toggle-state{margin-top:... |
/* Override some defaults */
html, body {
background-color: #eee;
}
body {
/*padding-top: 40px;*/ /* 40px to make the container go all the way to the bottom of the topbar */
}
.container > footer p {
text-align: center; /* center align it with the container */
}
.container {
width: 820px; /* downsize our contai... |
*, *:active, *:hover {
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1, h2, h3, h4, h5, div, span, input, a, button, textarea {
font-family: sans-serif;
}
h1 {
font-size: 1.5em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h4 {
font-size: 1em;
}
h5 {
font-size: 0.8em... |
h1, h2 {
font-family: SeoulHangang CBL;
color: #8F2838;
}
h1 {
font-size: 3.25rem;
font-weight: bold;
}
h2 {
font-size: 2.75rem;
font-weight: bold;
}
p {
color: #31081F;
font-size: 1.5rem;
}
#qualityBikes-container {
display: flex;
flex-direction: column;
align-items: cen... |
@charset "UTF-8";
/* =Base *//*************************************************************/
body {
font-family: 'Quicksand', sans-serif;
font-size: 100%;
color: #012;
background-color: hsl(36, 83%, 88%); }
a {
color: #57A;
font-weight: bold;
text-decoration: none; }
p, ul, ol, dl ... |
.test{
display:flex;
align-items:baseline;
justify-content: space-between;
}
.row{
display:flex;
align-items:center;
justify-content: space-between;
margin-left: 2px;
margin-right: 2px;
}
.Icon{
font-size: 34px;
font-weight: bold;
}
.Icon2{
font-size: 20px;
margin-right... |
@font-face {
font-family: 'pgicons';
src:url('../fonts/pgicons/pgicons.eot');
src:url('../fonts/pgicons/pgicons.eot?#iefix') format('embedded-opentype'),
url('../fonts/pgicons/pgicons.woff') format('woff'),
url('../fonts/pgicons/pgicons.ttf') format('truetype'),
url('../fonts/pgicons/pgicons.svg#pgicons') form... |
@keyframes sk-stretchdelay {
0%, 40%, 100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4); }
20% {
transform: scaleY(1);
-webkit-transform: scaleY(1); } }
/*********************************************/
@keyframes revolve-in-forward {
0% {
opacity: 0;
transform: scale(0, 0) tran... |
@CHARSET "UTF-8";
body,ul,ol,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
html{height: 100%;}
body{font-family:"Microsoft YaHei"; height: 100%; font-size:.12rem;-webkit-tap-highlight-color:rgba(0,0,0,0);}
ul,ol{list-style-type:none;}
select,input,img,select{vertical-align... |
body{
background: #F8DA56;
}
.form-login{
margin-top: 10%;
}
.outter-form-login {
padding: 20px;
background: #EEEEEE;
position: relative;
border-radius: 5px;
}
.logo-login {
position: absolute;
font-size: 35px;
background: #21A957;
color: #FFFFFF;
padding: 10px 18px;
top:... |
h1 {
text-align: center;
font-size: 7rem !important;
text-shadow: 6px 6px white;
font-family: 'Pacifico', cursive !important;
}
h3 {
font-family: 'ZCOOL XiaoWei', serif !important;
margin-top: 4rem !important;
}
.special-h2 {
text-align: center;
font-family: 'ZCOOL XiaoWei', serif !... |
.instructionCardContainer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center... |
*:focus,
*:active {
outline: 0 !important;
box-shadow: none !important;
}
body {
animation: fade-in 1s, bg-move 10s linear infinite;
-webkit-animation: fade-in 1s, bg-move 10s linear infinite;
font-size: 1rem;
font-family: 'Nunito', sans-serif;
}
oz-selection {
background: rgba(0, 0, 0, 0.2);
}
@keyframes fad... |
@font-face {
font-family: 'icomoon';
src: url('../resources/fonts/icomoon.svg') format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-heigh... |
.calendar{
background:#fff;
border:1px solid #A4BED4;
padding:1px;
overflow:hidden;
}
.calendar-noborder{
border:0px;
}
.calendar-header{
position:relative;
background:#E0ECFF;
font-size:12px;
height:22px;
}
.calendar-title{
text-align:center;
height:22px;
}
.calendar-title span{
position:relative;
top:2px... |
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1000; /* Sit on top */
left: 0;
top: 150px;
width: 60%; /* Full width */
height: 100%; /* Full height */
margin-left: 15%;
overflow: auto; /* Enable scroll if ne... |
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,700;0,900;1,900&display=swap");
@import url(https://weloveiconfonts.com/api/?family=entypo);
/******************* PRELOADER ******************/
#preloader{
width: 100%;
height: 100vh;
background:linear-gradient(#3ca... |
/*
Author: Xpeedstudio
Author URI: http://xpeedstudio.com
*/
/*==========================================
01. PREDIFINEED (FROM 1 TO 780 )
02. PRELOADER - LINE NO 786
03. NAVIGATION - LINE NO 930
04. HOME - LINE NO 1150
05. THU FEATURE - LINE NO 1280
06. THU FLIDE - LINE NO 1355
07. THU SERVICE - LINE NO... |
.hero {
height: 100vh;
background-image: linear-gradient(to right, #e75519, #F09819);
} |
/* Cubic Bezier Transition */
body {
background-color: #fff; }
body.page-md {
background: white; }
/******
General
******/
.theme-font {
color: #F3C200 !important; }
.pace .pace-progress {
background: #F3C200; }
.portlet.light .btn.btn-circle.btn-icon-only.btn-default {
border-color: #bbc2ce; }
.portl... |
@charset "utf-8";
/* CSS Document */
@font-face {
font-family: 'octicons';
src: url('octicons.eot?#iefix') format('embedded-opentype'),
url('octicons.woff') format('woff'),
url('octicons.ttf') format('truetype'),
url('octicons.svg#octicons') format('svg');
font-weight: normal;
font-style: n... |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Poppins,sans-serif;
}
html{
scroll-behavior: smooth;
scroll-padding: 70px;
}
/* modal */
/* headings */
.heading{
text-align: ... |
/*!
* # Semantic UI 2.2.13 - Dimmer
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
* |
/*!
* Start Bootstrap - Resume v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/resume)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
*/body{font-family:'Open Sans',serif;padding-top:54px;color:#343a40}
@media ... |
/** COLOR PALETTE:
*
* Background: #F5F5F5 (GREY 100)
* Primary Text: black
*
* Primary color: #3F51B5 (INDIGO)
* Primary color_text : white
* Accent color: #CDDC39 (LIME)
* Accent color_text: black
*/
/* GLOBAL */
* {
font-family: Roboto, 'Arial', sans-serif; /* #4 use #roboto #font*/
/* R... |
#recommendations .recaption {
padding: 0.5em 0;
margin-bottom: 0.5em;
}
#recommendations .recaption span {
font-weight: 700;
font-size: 0.9em;
}
#recommendations .emptyrec,
#recommendations .recloader {
display: none;
}
#recommendations.emptyr .emptyrec {
display: block;
}
#recommendations.loading .recloade... |
* {
margin: 0;
padding: 0;
font-family: 'Helvetica Neue', arial, sans-serif;
}
.header {
position: fixed;
width: 100%;
background: #fff;
z-index: 10;
}
.header .navbar-brand {
font-weight: 900;
}
.header .navbar {
margin: 0;
border: none;
}
.page-section {
width: 100%;
padding: 50px 0;
border-bottom: 10px ... |
@font-face {
font-family: "Merienda";
src: url(../fonts/Merienda-Regular.ttf);
}
*
{
margin: 0;
padding: 0;
}
body
{
overflow: hidden;
font-family: "Merienda";
background: rgb(51, 51, 51);
color: rgb(255, 255, 255);
height: 100vh;
line-height: 1.6;
}
.smooth_scrolling_contai... |
/*# sourceMappingURL=2.165ff965.chunk.css.map */ |
#familyTable {
/* margin-left: 10%; */
height: 100%;
/* margin-top: 10%; */
/* padding-bottom: 30%; */
}
#familyTable {
/* background-image: url(../../public/assets/img/about5.jpg); */
/* border: 3px solid black; */
background-size: cover;
background-attachment: fixed;
padding-left: 20px;
pa... |
html, body, #root, .App{
height: 100%
}
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 80px;
}
.App-header {
background-color: #222;
height: 150px;
padding: 20px;
color: white;
}
.App-title {
font-size: 1.5em;
}
.App-intro {
font-size: large;
}
@... |
.log-logo {
width: 190px;
height: 190px;
margin: 40px auto;
overflow: hidden;
margin-bottom: 0px;
}
.log-logo img {
width: 100%;
height: 100%;
}
.form-item {
width: 86%;
margin: 8px auto;
}
.textarea-continer {
-webkit-appearance: none;
background-color: #fff;
background-image: none;
border... |
/* root element */
#root {
background-color: #bdd7ed;
align-items: center;
height: 100vh;
overflow-y: auto;
}
/* header */
.header {
width: 100%;
border-bottom: 3px solid #4471c4;
padding-top: 20px;
padding-bottom: 10px;
display: flex;
align-items: center;
}
.header .header__logo {
width: 100p... |
#id, #name, #hspace, #vspace, #class_name, #align { width: 100px }
#hspace, #vspace { width: 50px }
#flash_quality, #flash_align, #flash_scale, #flash_salign, #flash_wmode { width: 100px }
#flash_base, #flash_flashvars { width: 240px }
#width, #height { width: 40px }
#src, #media_type { width: 250px }
#class { width: 1... |
#player-wrapper {
position: fixed;
z-index: -99;
background: url(../img/panda-wallpaper.jpg);
opacity: 0.4;
width: 100%;
height: 100%;
background-size: cover;
}
#player {
position: fixed;
z-index: -99;
display: none;
}
.social-buttons-list {
clear: both;
}
#partners .container {
background: rgb... |
/* Tablets */
input[type="submit"], button {
-webkit-appearance: none;
appearance: none;
}
@media (max-width: 1024px) {
/* Basic */
html {
-webkit-text-size-adjust: 100%;
}
td, th {
padding: 10px;
font-size: 14px;
}
.small {
font-size: 12px;
}
... |
.header__mobile-button_light {
}
.header__mobile-button_light:before {
background: #FFFFFF;
}
.header__mobile-button_light:after {
background: #FFFFFF;
} |
/*!
* gamer - a re-bootstrap theme
*
* re-bootstrap v2.3.2
* a suite of beautiful and modern themes for bootstrap
* https://www.github.com/raysguy/re-bootstrap
*
* Copyright 2015 raysguy
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* based on bootstrap v2.3.2 by @m... |
/*!
USER INTERFACE STYLE
*/
/*********************************/
/********** MARGIN *************/
.m-auto {margin:auto;}
.m-0 {margin:0 !important;}
.m-5 {margin:5px !important;}
.m-10 {margin:10px !important;}
.m-15 {margin:15px !important;}
.m-20 {margin:20px !important;}
.m-30 {margin:30px !important;}
.m-40 {mar... |
/*
* Theme Name: archondigital
*
* Layout: Sidebar-Content
*
* Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/
.content-area {
float: right;
margin: 0 0 0 -25%;
width: 100%;
}
.site-main {
margin: 0 0 0 25%;
}
.site-content .widget-area {
float: left;
overflow: hidden;
width: 2... |
/* Make the map fill the window */
/* Defaults */
html {
box-sizing:border-box;
}
*,
:after,
:before {
box-sizing:inherit;
}
html,
body {
margin: 0;
padding: 0;
height: 100%;
}
html {
font-family: Helvetica, sans-serif;
font-size: 16px;
line-height: 1.5;
}
.content {
height: 100%;
display: flex... |
/* Skin: blue */
/* general */
a {
color: #376BAF; }
a:hover, a:focus {
color: #2d5890; }
.nav-topbar.topbar-accent {
background-color: #376BAF; }
.nav-topbar.topbar-accent .social-icons > li > a {
background-color: #3d77c2;
color: white; }
.nav-topbar.topbar-accent .social-icons > li > a:hover... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.