text stringlengths 1 1.04M |
|---|
*:focus {
border: none;
outline: none;
}
.modal-body {
font-family: 'Gilroy', Tahoma, Geneva, Verdana, sans-serif;
}
.close {
color: white;
}
.modal-title {
font-family: 'GilroyBold', Tahoma, Geneva, Verdana, sans-serif;
}
.bgDisenart {
background-color: #3296C8;
color: white;
}
legend ... |
/*!
* Font Awesome 3.1.0
* the iconic font designed for Bootstrap
* -------------------------------------------------------
* The full suite of pictographic icons, examples, and documentation
* can be found at: http://fontawesome.io
*
* License
* -------------------------------------------------------
*... |
@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,500,900,900italic,700italic,500italic,100,100italic,300,300italic);
.modernizr-slideshow,
.modernizr-slideshow:after {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
z-index: 0;
}
.modernizr-slideshow:after {
c... |
.flagstrap {
display: inline-block;
position: relative;
width: 100%;
}
.flagstrap-icon {
display: inline-block;
width: 20px;
height: 11px;
background: url(../img/flags.png) no-repeat
}
.flagstrap-placeholder,
.flagstrap-placeholder i {
display: none
}
.flagstrap-icon.flagstrap-ad {... |
*{
box-sizing: border-box;
margin: 0;
padding: 0;
}
.block-element{
background-color: green;
margin: 10px;
padding: 10px;
}
.nav{
background-color: peachpuff;
padding: 20px;
list-style: none;
text-align: center;
}
.nav li{
display: inline-block;
font-size: 20px;
ma... |
@import url('https://fonts.googleapis.com/css?family=Nunito|Source+Code+Pro');
@font-face {
src: url("../fonts/FontAwesome.otf");
font-family: FontAwesome;
}
body{
background:linear-gradient(-90deg,#93d697 10%,#a6d8a9 65%) ;
background-size: cover;
}
#contenedor{
}
header{
text-align: center;
font-family: 'Nun... |
/**
* Owl Carousel v2.3.4
* Copyright 2013-2018 David Deutsch
* Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
*/
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent;}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-n... |
/**
* Swiper 3.3.1
* Most modern mobile touch slider and framework with hardware accelerated transitions
*
* http://www.idangero.us/swiper/
*
* Copyright 2016, Vladimir Kharlampidi
* The iDangero.us
* http://www.idangero.us/
*
* Licensed under MIT
*
* Released on: February 7, 2016
*/
.swiper-container ... |
/*!
* Datepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.datepicker {
padding: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
direct... |
body {
font-family:sans-serif;
font-weight:bold;
font-size:16pt;
background: url(../images/hangman.jpg) no-repeat;
}
.word-background-color-change {
transition: all 1s ease-in-out;
}
/* Topmatter */
.topmatter {
height:210px;
}
.bottommatter{
background:#f1f1f1;
height:auto;
}
/*... |
.search-bar {
margin: 20px;
text-align: center;
}
.search-bar input {
width: 75%;
} |
svg{
border: 1px solid red;
width: 100%;
height: auto;
} |
body {
font-family:'Courier New', Courier, monospace;
background: #efefef;
}
.container {
margin: 0 auto;
max-width: 800px;
}
h2 {
text-align: center;
font-family: sans-serif;
font-size: 40px;
}
.search {
text-align: center;
margin-bottom: 20px;
margin-top: 50px;
}
input {
position: relative;
ma... |
body {
padding-top: 60px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 5px;
padding-right: 5px;
width: 98.4%;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long... |
html {
background-color: #93dec4
}
body {
marign: 0px;
}
#canvasContainer {
height: 2000vh;
width: 100vw;
z-index: -2;
position: absolute;
}
#canvas {
position: absolute;
z-index: -1;
}
#main * {
position: relative;
margin: auto auto auto auto;
z-index: 10;
font-family: 'Open Sans';
text-align: center... |
html,body {
margin: 0;
padding:0;
font-size:16px;
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;
}
.gl... |
/*
* ___
* /\_ \
* _____ ___ ___\//\ \ __
* /\ '__`\ / __`\ / __`\\ \ \ /'__`\
* \ \ \_\ \/\ \_\ \/\ \_\ \\_\ \_/\ __/
* \ \ ,__/\ \____/\ \____//\____\ \____\
* \ \ \/ \/___/ \/___/ \/____/\/____/
* \ \_\
* \/_/
*
* Designed, built,... |
@media (min-width: 1200px) {
/* change this, by default 1140px */
.container {
max-width: 90%;
}
}
#decentChart {
max-width: 600px;
}
body .notyf {
z-index: 9999 !important;
}
input[type='radio'] {
margin-top: -3px;
vertical-align: middle;
}
.dotted {
border-bottom: 1px dashed #999;
text-decor... |
/* override table width restrictions */
@media screen and (min-width: 767px) {
.wy-table-responsive table td {
/* !important prevents the common CSS stylesheets from overriding
this as on RTD they are loaded after this stylesheet */
white-space: normal !important;
}
.wy-table-respo... |
body{
background: #1F2421;
}
#container{
width: 400px;
margin:0 auto;
margin-top:10%;
}
/* Bordered form */
form {
width:100%;
padding: 30px;
border: 1px solid #f1f1f1;
background: #fff;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#container h1{
... |
/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/ |
@font-face {
font-family: "Helvetica Neue For Number";
src: local("Helvetica Neue");
unicode-range: U+30-39;
}
.ant-select-auto-complete.ant-select .ant-select-selection {
border: 0;
box-shadow: none;
}
.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
margin-left: 0;
margin-right: 0;... |
/* You can add global styles to this file, and also import other style files */
a.link, a.link:hover, a.link:visited, a.link:active {
color: #c0e6ff;
font-weight: 600;
text-decoration: underline;
} |
@import "./normalize.css";
:root {
--color-text: #666;
--color-high-text: #ff5777;
--color-tint: #ff8198;
--color-background: #fff;
--font-size: 14px;
--line-height: 1.5;
}
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-fa... |
body{
margin: 0;
/*padding: 0;*/
color: white;
background-color: #181818;
/*font-family: 'masson';*/
font-family: 'monster';
}
body p{
font-size: 18px;
}
.header{
z-index: 1;
width: 100vw;
height: 100%;
overflow: hidden;
}
/*Первая секция*/
.intro{
/* z-index: -1; */
position: relati... |
@import url(https://fonts.googleapis.com/css?family=Nunito);/*!
* 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)
*/
:root {
--blue: #3490dc;
--indigo: #657... |
@media all and (max-width: 1100px) {
#toolbarViewerMiddle {
display: table;
margin: auto;
left: auto;
position: inherit;
-webkit-transform: none;
transform: none;
}
}
@media all and (max-width: 660px) {
.visibleSmallView {
display: inherit;
}
html[d... |
/* START :: table editor */
.tableEditor {
display: block;
border: 1px solid #575a5d;
background-color: #ebf7fc;
margin-top: 10px;
font-size: 11px;
overflow: hidden;
white-space: nowrap;
}
.tableEditor b {
color: #006dba;
font-weight: bold;
}
.tableEditor .selectAll {
display: ... |
#main:empty::before {
content: "";
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.7);
z-index: calc(var(--z-top) - 1);
}
#main:empty::after {
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
height: 100vh;
width: 100vw;
z-index: var(--z-t... |
form {
margin-top: auto;
margin-bottom: 50px;
padding-top: 50px;
}
.name-block {
position: relative;
width: 100%;
padding: 0 15px;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.message-block {
position: relative;
width: 100%;
padding: 0 15px;
flex: 0 0 75%;
max-width: 75%;
}
.button-block {
... |
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?ywommh');
src: url('fonts/icomoon.eot?ywommh#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?ywommh') format('truetype'),
url('fonts/icomoon.woff?ywommh') format('woff'),
url('fonts/icomoon.svg?ywommh#icomoon') format('svg'... |
.c-project-list_item_image img {
width: 100%; } |
.category {
background-color: var(--background-secondary);
padding: 0.5rem 1rem;
margin: 1rem 0.5rem;
color: white;
border-radius: 8px;
cursor: pointer;
}
.category:hover,
.category:focus {
background-color: var(--btn-hover);
color: var(--layout-primary);
outline: 0;
} |
/*
* Libraries
*= require bootstrap
*= require bootstrap-material-design
*= require materialdesignicons
*= require leaflet
*= require leaflet.draw
*= require leaflet-measure
*
* Application Styles
*= require base
*= require_tree ./modules
*/ |
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap");
/* Style the accordion section */
.accordion__section {
display: flex;
flex-direction: column;
}
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
background-color: #ffffff;
/*color: #... |
.icon-login:before { content: '\e800'; } /* '' */
.icon-pencil:before { content: '\e801'; } /* '' */
.icon-trash-empty:before { content: '\e802'; } /* '' */
.icon-doc:before { content: '\e803'; } /* '' */
.icon-cog:before { content: '\e804'; } /* '' */
.icon-cog-alt:before { content: '\e805'; } /* '' */
.icon-wre... |
body {
font-family: Raleway, sans-serif; }
#content {
padding-top: 170px;
margin-bottom: 170px; }
.navbar-brand img {
height: 100%; }
/*# sourceMappingURL=app.css.map */ |
a {
color: #23527c;
}
body {
color: rgba(0, 0, 0, 0.8) !important;
font-family: Amiri, "Adobe Garamond Pro", "Garamond Premier Pro", "ITC Garamond Std", Garamond, Baskerville, "Baskerville Old Face", "Crimson Text", Crimson, "Iowan Old Style", Iowan, "Iowan Web", Georgia, Charter, "Hoefler Text", "Calisto ... |
.esri-expand__content.esri-mobile-expand__content.esri-expand__content--expanded{top:100%;left:0;margin:0;transition:none}.esri-expand__content.esri-mobile-expand__content.esri-expand__content--expanded .esri-mobile-expand__component{border-bottom:0.5px solid #ccc;border-top:0.5px solid #ccc}.esri-mobile-expand__expand... |
/* Copyright 2019 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
/* This file should contain style used on desktop but not Android or iOS. */
:root {
--google-grey-500: 154, 160, 166;
--google-grey-700: 95, 99, ... |
.ui-card{margin:20px 0; padding:20px; background:#eee;}
.ui-card .box-btn .btn{margin-right:20px;}
.ui-card .box-btn .btn:last-child{margin-right:0;}
.box-card{margin:20px 0; display:flex; justify-content:space-between;}
.card{width:180px; height:220px; padding:10px 15px; border:1px solid #ccc; border-radius:10px; back... |
body, td, pre { margin:8px;}
body.mceForceColors {background:#FFF; color:#000;}
h1 {font-size: 2em}
h2 {font-size: 1.5em}
h3 {font-size: 1.17em}
h4 {font-size: 1em}
h5 {font-size: .83em}
h6 {font-size: .75em}
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1p... |
html
{
padding:0;border:0;margin:0;
width:100%;height:100%;
}
body
{
font-family:Tahoma, Verdana, 宋体;
font-size:12px;
line-height:22px;
}
table
{
position:relative;
}
.app-header
{
background:url(images/header.gif) repeat-x 0 -1px;
}
.mini-disabled {
color: gray;
cursor:... |
body {
font-family: 'Open Sans', sans-serif;
color: white;
background-color: white;
}
.header-image {
background-image: url('0.jpg');
background-size: cover;
height: 200px
}
.navbar-inverse {
background-color: #4169E1;
height: 50px;
}
.navbar-inverse .navbar-nav>li>a {
color: yellow;
font-size:... |
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
:root {
--color-green: #2b7401;
--color-white: white;
--color-clean-white: #fff;
}
* {
margin: 0;
padding: 0;
border: 0;
}
/* Navigation Bar */
.navbar {
padding: 0 0 4.5rem;
}
.navbar-brand {
font-family:... |
/*!
* Start Bootstrap - Stylish Portfolio v4.0.0-beta.2 (https://startbootstrap.com/template-overviews/stylish-portfolio)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE) |
.red {
background-color: red;
}
.green {
background-color: green;
} |
@charset "utf-8";
/*互动*/
@font-face{
font-family:"seguisym";
src:url(//file.thepaper.cn/www/v3/css/seguisym.ttf);
}
.emoji_font{font-family:Microsoft YaHei,seguisym !important;}
.ans_qus{padding-bottom: 30px;}
.haq_question{position: relative;padding-left:52px;border-bottom:1px solid #d9d9d9;}
.haq_question h2... |
/**
* From https://codepen.io/joshuaward/pen/NprxPE
*/ |
.container > .certifications {
display: flex;
flex-direction: column;
gap: var(--space-md);
}
.container > .certifications > h1 {
color: var(--primary-default);
font: var(--h1);
margin-top: var(--space-rg);
}
.container > .certifications > div {
align-items: flex-start;
background: var(--primary-dark)... |
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
.clearfix:before,
.cl-fx:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
p {
margin: 0 0 0 0;
}
.normal-input {
width: 160px;
height: 36px;
line-height: 36px;
font-size: 12px;
border-radius: 4px;
-... |
#miner-settings .overlay-head {
align-items: center;
}
#miner-settings .overlay-detail-row {
flex-direction: column;
align-items: flex-start;
}
#miner-settings .overlay-detail-row:not(:first-child) {
margin-top: 24px;
}
#miner-settings .overlay-detail-label {
margin-bottom: 4px !important;
}
#mi... |
/* Base16 Atelier Dune Light - Theme */
/* by Bram de Haan (http://atelierbram.github.io/syntax-highlighting/atelier-schemes/dune) */
/* Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16) */
/* Atelier-Dune Comment */
.hljs-comment,
.hljs-quote {
color: #AAA;
}
/* Atelier-Dune Re... |
@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
::-webkit-scrollbar {
width: 4px;
height: 4px;
}
::-webkit-scrollbar-thumb {
background: #fff;
cursor: pointer;
}
body, html {
margin: 0;
padding: 0;
font-family: 'Noto Sans TC', sans-serif;
}
body {
width: 100%;
heig... |
@charset "UTF-8";
/*!
* filename: ej.mobile.ios7-core.min.css
* version : 16.1.0.37
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.
* Use of this code is subject to the terms of our license.
* A copy of the current license can be obtained at any time by e-mailing
* licensing@syncfusion.com. Any infr... |
/* ==UserStyle==
@name Romhacking.net Dark Blue
@namespace USO Archive
@author Techamazon
@description `Easy on the eyes. "Borrowed" Kiyoshi “Aerdan” Aman's https://userstyles.org/styles/146010/ and made some color tweaks as the black and neon green was just too much eye cancer for me.`
@versi... |
body {
margin: 0;
/* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif; */
font-family: Verdana, Geneva, Tahoma, sans-serif !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smooth... |
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v0.6.1-master-fcb9b2c
*/md-sidenav{position:absolute;width:304px;bottom:0;z-index:60;background-color:#fff;overflow:auto;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}md-sidenav.md-closed{display:no... |
.form-group {
margin-right: 20px;
}
.form-group label {
margin-right: 10px;
}
.ag-theme-alpine {
height: 400px;
width: 100%;
}
.ag-popup {
height: 0;
}
.multi-select {
width: 200px;
max-width: 300px;
} |
/*@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);*/
@import url(../../../css/fonts.googleapis.css);
/*!
* AdminLTE v2.3.0
* Author: Almsaeed Studio
* Website: Almsaeed Studio <http://almsaeedstudio.com>
* License: Open source - MIT
* ... |
.body {
background-image: url('../img/workplace-2303851_1920.jpg');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center;
}
header {
font-family: 'Yeseva One', cursive;
font-size: 50px;
color: rgb(131, 103, 139);
}... |
/* *{
margin: 0;
padding: 0;
box-sizing: border-box;
} */
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: ... |
#view-container[data-v-35c2d4d5]{text-align:center}area[data-v-35c2d4d5]{cursor:pointer} |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
* {
margin: 0;
padding: 0;
box-sizing: border-box;
background-color: black;
color: white;
}
body {
font-family: 'Roboto', sans-serif;
}
/* .material-icons {
color:white;
} */
.header {
display: flex;
jus... |
/* ==UserStyle==
@name Chatango Chatroom Page Fullscreen
@namespace USO Archive
@author Shikaku
@description `Removes the ads, the most of the top description and the bottom bar. It sadly can't remove the title of the flash object (because flash). Works on mobile/HTML5 version as well.To see... |
button.listView3Detail_clientfullnamebutton, button.clientfullnamebutton {
background-color: #d3cbc6;
border: 2px solid #ffffff;
border-radius: 7px;
font-size:20px;
margin:10px;
padding:5px 20px;
}
button.listView3workerButton_tr, button.workerButton_tr {
/* http://css3button.net/154133 */
font-family: Arial, Helve... |
.channel {
position: absolute;
background-color: rgba(35, 39, 42, 0.7);
word-wrap: break-word;
z-index: 1;
font-size: xx-large;
}
.message-container {
line-height: 1.5;
font-size: 1.2em;
position: absolute;
bottom: 0;
}
.display {
color: whitesmoke;
background-color: #2C2F33;
position: absolut... |
/*Boton de ir arriba*/
#button-up{
width: 60px;
height: 60px;
background: #46a2fd;
display: flex;
justify-content: center;
align-items: center;
color: white;
border-radius: 50%;
font-size: 20px;
position: fixed;
bottom: 50px;
right: 50px;
cursor: pointer;
border:... |
@charset "UTF-8";/*!
* BKKR Framework
* Version v4.2.13
*
* Copyright 2015-2021 Imre Bekker
* Copyright 2015-2021 Ingenia IT
* https://ingenia-it.de/
/*# sourceMappingURL=bkkr.min.css.map */ |
/**
* mdl-stepper - A Material Design Lite Stepper component polyfill.
* @version v1.1.6
* @author Alexandre Thebaldi <ahlechandre@gmail.com>.
* @link https://github.com/ahlechandre/mdl-stepper
*
*/
/* MDL Stepper */
/**
* mdl-stepper - A Material Design Lite Stepper component polyfill.
* @version v1.1.6
* @au... |
body {
margin-left: 0.5em;
}
.link-custom {
white-space: normal !important;
padding: 0.1em 1em;
border-left: solid 4px white;
}
.link-custom:focus, .link-custom:hover {
border-left: solid 4px red;
}
.heading-custom {
font-weight: bold;
}
#sc-list {
list-style-type: none;
padding: 0 0 0 0.5em;
margi... |
/*
* Skin: Yellow
* ------------
*/
.skin-inspinia-light .main-header .navbar {
background-color: #1ab394 !important;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
0 3px 1px -2px rgba(0, 0, 0, 0.2),
0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.skin-inspinia-light .main-header .navbar .nav > l... |
div {
-webkit-mask-image: url("images/mymask.png");
mask-image: url("images/mymask.png");
}
.example {
-webkit-mask: url("mask.png") no-repeat fixed 20px 20px padding padding;
mask: url("mask.png") no-repeat fixed 20px 20px padding padding;
} |
@charset "UTF-8";
:root {
--surface-a: #ffffff;
--surface-b: #f4f4f4;
--surface-c: #eaeaea;
--surface-d: #c8c8c8;
--surface-e: #ffffff;
--surface-f: #ffffff;
--text-color: #333333;
--text-color-secondary: #848484;
--primary-color: #007ad9;
--primary-color-text: #ffffff;
--font-family: -apple-syste... |
/* BEM support Func
-------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Color
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
/... |
/* Default MDL font size */
.wj-control,
.wj-control input {
font-size: 16px;
}
/* Extra padding in grids and listboxes */
.wj-flexgrid .wj-cell {
padding: 6px;
}
.wj-listbox-item {
padding: 6px 10px;
}
/* Backgrounds */
.wj-content,
div[wj-part='cells'] {
background: #ffffff;
color: #212121;
}
.wj-content .... |
/* GLOBAL STYLES
-------------------------------------------------- */
#forkongithub a {
display:none;
background:#020c7e;
color:#fff;
text-decoration:none;
text-align:center;
font-weight:bold;
padding:5px 40px;
font-size:1rem;
line-height:1.3rem;
position:relative;
}
#forkongi... |
* {
margin: 0;
padding:0px;
box-sizing: border-box;
}
.navbar {
background:transparent;
}
.navbar {
-webkit-transition: all 0.6s ease-out;
-moz-transition: all 0.6s ease-out;
-o-transition: all 0.6s ease-out;
-ms-transition: all 0.6s ease-out;
transition: all 0.6s ease-out;
}
.navbar.scrolled {
... |
.ma0 {
margin: 0;
}
.ma1 {
margin: var(--o-ui-global-scale-alpha);
}
.ma2 {
margin: var(--o-ui-global-scale-bravo);
}
.ma3 {
margin: var(--o-ui-global-scale-charlie);
}
.ma4 {
margin: var(--o-ui-global-scale-delta);
}
.ma5 {
margin: var(--o-ui-global-scale-echo);
}
.ma6 {
margin: var(-... |
@import url(https://fonts.googleapis.com/css?family=Trirong);
* {
font-family: "Trirong", serif;
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetic... |
:root {
/* dark shades of primary color*/
--clr-primary-1: hsl(162, 61%, 89%);
--clr-primary-2: hsl(162, 60%, 78%);
--clr-primary-3: hsl(162, 61%, 67%);
--clr-primary-4: hsl(162, 61%, 57%);
/* primary/main color */
--clr-primary-5: hsl(162, 73%, 46%);
/* lighter shades of primary color *... |
.card {
display: flex;
flex-direction: column;
justify-content: space-between;
backdrop-filter: blur(7px);
-webkit-backdrop-filter: blur(7px);
box-shadow: var(--shadow-1);
border: 1px solid rgba(255, 255, 255, 1);
border-radius: 16px;
background: rgba(255, 255, 255, 0.3);
width: 100%;
height: 100%... |
/** Base Styles */
:root {
/**
* Colors
* --------------------------------------------------------------------- */
/*--c-brand: #3eaf7c;*/
--c-brand: #1890ff;
/*--c-brand-light: #4abf8a;*/
--c-brand-light: #e6f7ff;
/**
* Sizes
* ---------------------------------------------------------... |
:root {
--purple: #79025B;
--pink: #D67AB1;
--pastelpink: #E7B1D0;
--white: #FDF7FA;
--paleblue: #A8DCD9;
--yellow: #FFBA08;
--paleyellow: #F5F2B8;
--blue: #3F88C5;
--brightpink: #E43F6F;
--midpink: #F56476;
--green: #197278;
--palepurple: #E6ADEC;
--palepink: #EFB9CB;
--darkblue: #1b126d;
}... |
.list-approve {
list-style: none;
display: block;
clear: both;
}
.list-approve .item {
margin: 5px 3px;
background-color: #fff;
border: solid 1px #e1e3e9;
list-style: none;
display: inline-block;
text-align: center;
vertical-align: top;
padding:10px 3px 10px 3px;
width:... |
/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
padding-right: 15px;
padding-left: 15px;
}
/* Custom page header */
.header {
border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
ma... |
* {
box-sizing: border-box;
margin: 0 auto;
}
html {
width: 960px;
} |
html{
background-color: navy;
}
body{
display
}
h1{
} |
/* 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... |
/* ヘッダー部全体の色を反転 */
#docs-chrome {
background-color: white;
filter: invert(1);
}
/* アイコンの色を反転して元に戻す */
/* GASのロゴ */
#docs-branding-container {
filter: invert(1);
}
/* Shareボタン */
#docs-titlebar-share-client-button {
filter: invert(1);
}
/* リソースリストの色(背景、文字) */
.workspace .resource-list {
filter: inve... |
.materialize-red.lighten-5 {
background-color: #fdeaeb !important; }
.materialize-red-text.text-lighten-5 {
color: #fdeaeb !important; }
.materialize-red.lighten-4 {
background-color: #f8c1c3 !important; }
.materialize-red-text.text-lighten-4 {
color: #f8c1c3 !important; }
.materialize-red.lighten-3 {
bac... |
.container li {
height: 77px;
background: linear-gradient(155.26deg, #5574f7 -18.17%, #a38cff 104.39%);
display: flex;
justify-content: center;
align-items: center;
text-align: center;
border-bottom: 1px solid oldlace;
}
.container a {
font-family: Gilroy, sans-serif;
font-sty... |
.wy-side-nav-search, .wy-nav-top {
background: #FCFCFC;
}
.wy-nav-side {
background: #FCFCFC;
}
.rst-versions .rst-current-version {
background: #FCFCFC;
}
body {
color: #263238;
}
h1 {
color: #455A64;
}
h2 {
color: #455A64;
}
h3 {
color: #455A64;
}
h4 {
color: #455A64;
}
a:link {
color: #21618C;
}
/... |
@import './colors.css';
@import './fonts.css';
@import './global.css';
@import './shadows.css';
@import './spacing.css';
@import './themes.css'; |
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
margin: 0;
}
body, button {
font-size: 12pt;
font-family: sans-serif;
}
textarea {
font-size: 12pt;
}
table {
border-spacing: 0;
border-collapse: collapse;
}
pre {
overflow: auto;
font-siz... |
/* brand Colors */
.carousel.carousel-full-nagivation .left {
cursor: url("../../img/arrow-left.png"), url("../../img/arrow-left.cur"), default !important; }
.carousel.carousel-full-nagivation .right {
cursor: url("../../img/arrow-right.png"), url("../../img/arrow-right.cur"), default !important; ... |
@import '../../styles/colors.css';
.badge {
composes: commonFontSettings from '../../styles/common.css';
box-sizing: border-box;
height: 18px;
display: flex;
align-items: center;
border-radius: 2px;
padding: 2px 6px 2px 6px;
overflow: hidden;
white-space: nowrap;
&.type-neutral {
background-co... |
/* cyrillic-ext */
@font-face {
font-family: 'Open Sans';
font-style: italic;
font-weight: 400;
src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://gstatic.loli.net/s/opensans/v17/mem6YaGs126MiZpBA-UFUK0Udc1GAK6bt6o.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U... |
/*purple*/
/*phthalo green*/
/*British racing green*/
/*hooker's green*/
/*kombu green*/
/*light taupe*/
/*zinnwaldite brown*/
/*burgundy*/
/*rubine red*/
/*cyclamen*/
/*azureish white*/
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Wire One', sans-serif;
color: white;
}
body {
backgroun... |
body {
font-family: monospace, sans-serif;
color: black;
}
.App {
display: flex;
flex-direction: column;
text-align: center;
justify-items: center;
align-items: center;
}
.App ul {
display: flex;
flex-direction: column;
justify-items: center;
padding: 0;
}
.App ul li {
display: inline-flex;
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.