text stringlengths 1 1.04M |
|---|
* {margin: 0;padding: 0; }
body {background-color: #f5f5f5;}
.my_small {font-size: 0.8rem; }
a {text-decoration: none; }
.my_footer,.my_header{width:100%}
@media screen and (min-width: 992px){
.my_header{height:6rem;}
.my_footer{height:22rem;}
}
@media screen and (max-width: 991px){
.my_header{height:11rem;... |
/*
Supersized - Fullscreen Slideshow jQuery Plugin
Version : 3.2.0
Site : www.buildinternet.com/project/supersized
Author : Sam Dunn
Company : One Mighty Roar (www.onemightyroar.com)
License : MIT License / GPL License
*/
* { margin:0; padding:0; }
body { background:#111; height:100%; }
img{ border:none; }... |
body {
font-family: 'Lato', sans-serif;
font-size: 16px;
}
a {
text-decoration: none;
color: inherit;
}
.container {
display: flex;
width: 100%;
min-height: 100vh;
height: 100%;
}
.side-bar {
width: 250px;
box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
z-index: 1;
position: relative;
}
... |
.el-progress-bar__inner:after{
display:inline-block;
content:"";
height:100%;
vertical-align:middle;
}@charset "UTF-8";
:root{
/* Transition
-------------------------- */
/* Colors
-------------------------- */
/* Link
-------------------------- */
/* Border
-------------------------- */
/* Bo... |
/* 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:before {
content: "|";
padding-right: 0.3em;
}
.menu > li:nth-chi... |
body{
background-color: #f8f8f8;
}
#reset-password-container{
padding: 20px;
width: 360px;
margin: 0 auto;
padding: 20px;
border-radius: 6px;
-webkit-box-shadow: 4px 4px 2px 0px rgba(1,1,1,0.35);
-moz-box-shadow: 4px 4px 2px 0px rgba(1,1,1,0.35);
box-shadow: 4px 4px 2px 0px rgba(1,1,1,0.35);
}
input[type=sub... |
.ButtonDomContainer {
width: 8em;
height: 3rem;
border: none;
text-align: center;
transition: var(--Mak-transition);
border-radius: 4px;
}
.defaultButton {
padding: 0.5em;
}
.TextButton {
background-color: transparent;
color: var(--color-primary) !important;
}
.outline-button {
background-color: ... |
.main {
padding-top: 10px;
width: 400px;
height: 100%;
margin: 0 auto;
} |
/*
COLORS:
Light green: #54d98c
Medium green: #2ecc71
Dark green: #28b062
*/
/* ------------------------------------------- */
/* 7-1 TYPE FOLDER / FILES IMPLEMENTATION
/* ------------------------------------------- */
/* - ABSTRACTS FOLDER FILES - */
/* ------------------------------------------- */
/* COLOR VARIABL... |
/*
* 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 any plugin's vendor/assets/stylesheets directory can be referenced here using a relative p... |
.login__wrapper {
width: 1140px;
max-width: 100%;
margin: 0 auto;
}
.login__inner {
margin: 0 1rem;
}
.login__sign-out {
margin-bottom: 2rem;
}
@media (min-width: 480px) {
.login__choices {
display: flex;
}
.login__choice {
margin-right: 2rem;
padding-right: 2rem;
border-right: 1px s... |
/* ------------------------------------------------------------------------------
*
* # Glyphicons for Bootstrap
*
* Glyphicons icon font path and style overrides
*
* Version: 1.0
* Latest update: May 25, 2015
*
* ---------------------------------------------------------------------------- */
@font-face {
... |
td, th {
vertical-align: middle !important;
text-align: center !important;
}
.input-group {
margin: 20px 0px;
}
svg {
height: 150px;
}
td:first-of-type, td:first-of-type > div {
height: 200px;
width: 200px;
} |
.wrapper {
padding-top: 50px;
background: #eceff1;
height: 100%;
display: flex;
flex-flow: row wrap;
padding: 20px;
justify-content: space-around;
align-content: flex-start;
overflow: auto;
} |
/*!
* jQuery UI CSS Framework 1.11.0
* http://jqueryui.com
*
* Copyright 2014 jQuery Foundation and other contributors
* Released under the MIT license.
* http://jquery.org/license
*
* http://api.jqueryui.com/category/theming/
*/.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 ... |
/*-------------------------
Simple reset
--------------------------*/
*{
margin:0;
padding:0;
}
/*----------------------------
Styling the presentation
-----------------------------*/
#impress:not(.impress-not-supported) .step{
opacity:0.4;
}
#impress .step{
position:relative;
margin:0 auto;
-moz-transit... |
html,
body {
margin: 0;
padding: 0;
background-color: white;
height: 100%;
}
.profile-img {
width: 80px;
height: 80px;
border-radius: 30px;
border: 2px solid gray;
position: absolute;
right: 20px;
top: 50%;
transform: translate(0, -50%);
}
.profile-img-xs {
width: 3... |
:root {
--primary-color-1:#FAB702;
} |
/* Styles for the Home React component */
.center {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.userprofile__bg-image {
background-size: cover;
width: 100%;
height: 100%;
background-color: white;
}
.profile-menu-item {
text-align: center;
font-size: xx-large;
pa... |
#footer {
padding: 0 0.16rem;
display: flex;
flex-direction: row;
justify-content: space-between;
width: calc(100% - 0.32rem);
height: 0.4rem;
line-height: 0.4rem;
border-top: 1px solid rgba(173,181,189,0.4);
font-size: 0.12rem;
color: $color-font;
}
#footer #side-button {
margin-top: 0.04rem;
w... |
@tailwind base;
@font-face {
font-family: 'StarWars';
src: local('StarWars'),
url(/assets/fonts/SFDistantGalaxy.ttf) format('truetype');
}
@tailwind components;
@tailwind utilities; |
:root {
--primary-color: #5b8194;
--secondary-color: #ffffff;
--tertiary-color: #3b5475a6;
}
*{
box-sizing: border-box;
font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
/* start of css */
.dashboard-title {
background-color: var(--primary-color);
color: white;
... |
@font-face {
font-family: "SFProDisplay-Regular";
src: local("SFProDisplay-Regular"),
url("../fonts/SFProDisplay-Regular.woff") format("woff"),
url("../fonts/SFProDisplay-Regular.woff2") format("woff2");
font-weight: normal;
}
@font-face {
font-family: "SFProDisplay-Semibold";
src: local("SFProDisplay... |
body{
background-color:black;
}
h1{
color:white;
font-family:Times New Roman;
font-size:50px;
}
p{
color:white;
font-family:Times New Roman;
font-style:italic;
font-size:20px;
}
img{
padding:25px;
}
.quotes{
width:33%;
margin-right:auto;
margin-left:auto;
border-color:white;
border-style:sol... |
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1527582200071'); /* IE9*/
src: url('iconfont.eot?t=1527582200071#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.ttf?t=1527582200071') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('iconfont.svg?t=152... |
#container {
min-height: 70vh;
} |
a.nav-link, .navbar-text {
color: #fff;
-webkit-transition: color .3s;
-moz-transition: color .3s;
-ms-transition: color .3s;
-o-transition: color .3s;
transition: color .3s;
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transfo... |
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/ |
html {
scroll-behavior: smooth;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: Inter, sans-serif;
background: #121212;
overflow-x: hidden;
height: 100%;
}
h1 {
font-family: Inter, sans-serif;
color: white;
font-size: 35px;
... |
button:focus {outline:0;}
.backgroundcolor { background-color: #f0f0f5; }
/*productcell2*/
/*cell 6 css*/
.sidecell3 { display: inline-block; position: relative; margin: 10px 0px; padding: 0; border-radius: 5px; overflow: hidden; }
.sidecell3 label { cursor: pointer; }
.sidecell3 label:not(.grey-label):hove... |
.section-background{
background: url('../images/services.png');
}
.price-table{
background: #ededed;
}
.price-table .col-sm-3{
padding: 0px;
}
.price-table .col-sm-3:hover .price-title{
color: #574e4e;
}
.price-title{
background: #f9f9f9;
padding: 20px;
font-size: 24px;
}
.price-title span{
font-size: 16px;
}
... |
.contact-enter {
transition: all 350ms;
transform: translateY(-20%);
}
.contact-enter-active {
transition: all 350ms;
transform: translateY(-30%);
}
.contact-enter-done {
transition: all 350ms;
transform: translateY(-0%);
}
.contact-exit {
transition: all 350ms;
transform: translateY(40%);
}
.con... |
/*
NO rtl styles for this component
@media (orientation : landscape) {
div.ticket-container-rtl{
float: right;
}
div.button-container-rtl{
float: right;
}
}*/ |
/* line 6, ../sass/_content.sass */
.offline-ui .offline-ui-retry:before {
content: "Opnieuw";
}
/* line 11, ../sass/_content.sass */
.offline-ui.offline-ui-up .offline-ui-content:before {
content: "Computer verbonden met internet.";
}
@media (max-width: 1024px) {
/* line 11, ../sass/_content.sass */
.offline-u... |
.oxi-addons-container .oxi-image-general-hover-style-5 .oxi-image-hover-figure{
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
-webkit-perspective: 900px;
-moz-perspective: 900px;
perspective: 900px;
}
.oxi-addons-container .... |
.App {
text-align: center;
}
.flex-center {
display: flex;
justify-content: center;
}
.particles {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
} |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
*{
padding:0;
margin:0;
}
html,body{
height:100%;
-webkit-text-size-adjust: 100%;
/*font-family: Helvetica, Arial, sans-serif;*/
font-size:12px;
}
img {
-ms-interpolation-mode: bicubic;
vertical-align: middle;
}
.box {
width: 100%;
display: -webkit-box;
display: -moz-box;
-webkit-box-orient: horizontal;
... |
#a{color:#495695;} |
/*
See ab2p.common.css for sources info
*/ |
@charset "utf-8";
/* initialize */
body { margin:0; padding:0; background-color:#fff; color:#202020; font-size:12px; line-height:1;-webkit-text-size-adjust:none; -ms-text-size-adjust: none; font-family:'Noto Sans KR', sans-serif,arial;}
html, body {/*width:100%; height:100%; *//*min-width:1024px; */}
html, body, div, ... |
input[type='range'] {
align-items: center;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: none;
cursor: pointer;
display: flex;
min-height: 25px;
overflow: hidden;
width: 100%;
}
input[type='range']:focus {
box-shadow: none;
outline: none;
}
input[type=... |
.icon-facebook {
background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20stroke-linejoin%3D%22round%22%20stroke-miterlimit%3D%221.414%22%3E%3Cpath%20d%3D%22M15.117%200H.883... |
* {
margin: 0;
padding: 0;
background: linear-gradient (to top, #fafafa #fff);
}
header {
width: 100%;
height: 90px;
background: #fafafa;
}
/* ------------ Header ------------ */
.logo {
background: url(img/logo.png) no-repeat;
width: 132px;
height: 36px;
float: left;
margin-left: 198px;
margin-top: 27px... |
body {
font-family: Montserrat, sans-serif;
color: #3b3735;
font-size: 1.2em;
}
a {
color: #00bfa5;
display:inline-block;
text-decoration: none;
font-weight: 400;
}
.h5 {
margin-right: 2rem;
}
.wrap
.option {
margin-left: 4rem;
}
h1.likert-header {
padding-left:4.256%;
margin:20px ... |
/* ==UserStyle==
@name 英辞郎 on the web - cleanup
@namespace USO Archive
@author yuden
@description `スペースアルクの英辞郎を掃除してみた。chrome stylist 用に作ったものを stylish に移植、ちゃんと動くか確認してない。`
@version 20101017.11.11
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@namespace url(http:/... |
/*# sourceMappingURL=gh-colors.min.css.map */ |
.city-picker-input {
opacity: 0 !important;
top: -9999px;
left: -9999px;
position: absolute;
}
.city-picker-span {
position: relative;
display: block;
outline: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
border-bottom: 1px solid #ccc;
background-color: #fff;
color: #cc... |
/* #container {
font-family: alagard;
font-weight: lighter;
font-size: 18px;
background-image: url("../../images/stone_tile.png");
} */
.my-characters__title {
text-shadow: 4px 4px 2px #000;
font-weight: lighter;
font-size: large;
padding-bottom: 5px;
margin: auto;
color: burlywood;
} |
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?tr&ffDefault=Helvetica,%20Arial,%20sans-serif&fwDefault=normal&fsDefault=1... |
.RadSlider_Windows7 {
/* horizontal slider */
/* end horizontal slider */
/* vertical slider */
/* end vertical slider */
/* horizontal slider - TrackPosition=Top/Bottom */
/* vertical slider - TrackPosition=Left/Right */
/* horizontal slider - TrackPosition=Center */
/* vertical slider - TrackPosition=... |
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");
@import url("fontawesome-all.min.css");
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,
sma... |
.main-subtitle {
color: white;
font-size: 3em;
text-shadow: 0px 4px 4px #0000003a;
font-weight: 700;
font-style: normal;
} |
/* Generated by http://www.menucool.com/tooltip/css3-tooltip */
a.tooltip {
outline: none;
text-decoration: none;
border-bottom: dotted 1px blue;
position: relative;
}
a.tooltip strong {
line-height: 30px;
}
a.tooltip > span {
width: 300px;
padding: 10px 20px;
margin-top: 0;
margi... |
/* ==UserStyle==
@name Kontrast Karachan (tomorrow)
@namespace USO Archive
@author Aralka6969
@description `No chyba masz debilu na podgladzieUzywac na tomorrow`
@version 20190410.22.19
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document url-prefi... |
.container {
margin: 2% auto 0 auto;
width: 100%;
align-items: center;
}
.box-playlist {
width: 320px;
height: 300px;
padding: 0.2em;
overflow: auto;
background-color: var(--text-color);
border-radius: 8px;
position: relative;
z-index: 0;
}
.box-track {
width: 300px;
... |
.chosen-container {
position: relative;
display: inline-block;
font-size: 13px;
vertical-align: middle;
zoom: 1;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
*display: inline
}
.chosen-container .chosen-drop {
position: absolute;
top: 1... |
/* ==UserStyle==
@name YoBit Less Space Dark
@namespace USO Archive
@author Сергей Калдыркаев
@description `Как изменяет данный стиль сайт YoBit:</br>- ! Окна балансов и маркета (слева) удлинены, не надо проматывать, чтобы найти нужную криптовалюту;</br>- ! Окна ордеров на продажу/покупку (т.н... |
@font-face {
font-family: 'RobotoDraft';
font-style: normal;
font-weight: 100;
src: local('RobotoDraft Thin'), local('RobotoDraft-Thin'), url(RobotoDraft-Thin.woff2) format('woff2'), url(RobotoDraft-Thin.woff) format('woff');
}
@font-face {
font-family: 'RobotoDraft';
font-style: normal;
font-weight: 300;... |
h1 {
font-weight: 900;
font-size: 3.5rem;
line-height: 1.5;
}
h2 {
font-weight: bold;
font-size: 3rem;
line-height: 1.5;
}
h3 {
font-weight: bold;
}
p {
color: #8f8f8f;
}
.container-fluid {
padding: 3% 15%;
}
#body-container {
max-width: 100%;
margin-right: 0;
marg... |
* {
margin: 0;
padding: 0;
}
.container {
width: 500px;
height: 100vh;
margin: 0 auto;
text-align: center;
}
.text {
font-size: 50px;
padding-top: 100px;
}
input {
display: block;
margin: 30px 95px;
width: 300px;
height: 30px;
padding: 5px;
}
.submit {
width: ... |
@charset "UTF-8";
/*
### Sections Maps
*/
/*
### MEDIA QUERIES BREAKPOINTS
*/
/* old mixin
@mixin cf() {
&:before,
&:after {
content: " ";
display: table;
}
&:after {
clear: both;
}
& {
*zoom: 1;
}
}*/
/*@mixin mqrange($breakpointsMin, $breakpoints... |
.root {
padding-block-end: 1rem;
margin-block-end: 3rem;
border-block-end: 1px dashed var(--accents-3);
& > h1 {
font-weight: 500;
}
& > p {
color: var(--accents-1);
margin-block-start: 0.5rem;
}
} |
.tdw-wrap {
display: flex;
flex-flow: column;
align-items: flex-start;
font-size: 1.2em;
background: #f9f9f9;
padding: 0.2em;
}
.tdw-wrap > * {
margin: 0.3em 0;
}
.show-days, .add-work {
display: flex;
}
.show-days *:last-child {
margin-left: 1em;
} |
.page {
position: relative;
display: flex;
flex-direction: column;
}
.top-row ::deep a, .top-row .btn-link {
white-space: nowrap;
margin-left: 1.5rem;
}
.top-row a:first-child {
overflow: hidden;
text-overflow: ellipsis;
}
@media (max-width: 767.98px) {
... |
body {
margin: 3px;
padding: 3;
font-family:Arial, sans-serif;
font-size: 48px;
background-color:#707070
} |
body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
color: #333;
}
#root {
display: flex;
}
a {
color: #5ec3a0;
}
pre {
padding: 1rem;
background-color: #efefef;
color: #333;
} |
body {
margin: 0; /* Убираем отступы на странице */
/* background-image: url("/css/main/1111.jpg");
background-attachment: fixed; */
}
#footer {
position: relative; /* Фиксированное положение */
left: 0; bottom: 0; /* Левый нижний угол */
width: 100%; /* Ширина слоя */
background-color: white;
}
#footer div {
p... |
/**
* Copyright (C) 2019 con terra GmbH (info@conterra.de)
*
* 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 ... |
* {
font-family: arial,sans-serif;
}
link.header {
display: block;
}
body img#google {
margin: 2% auto auto auto;
width: 36%;
height: 40%;
}
ul.tab {
list-style-type: none;
display: flex;
justify-content: flex-end;
padding: 12px;
font-size: 13px;
}
ul.tab li.tab {
background-color: #4387fd;
display: in... |
@import url(geral.css);
/*
--Cor1: Verde Bandeira
--Cor2: Cinza Claro
--Cor3: Preto
--Cor4: Grafite
--Cor5: Branco
--Cor6: Verde Escuro
--font1: Open Sans
--font2: Open Sans Condensed
--font3: Oswald
*/
/*----------------------LINHA DE PRODUTOS----------------------*/
.corpo-linha-de-produtos {
max-width: 1200px... |
#container-instructions {
background: url("../img/fundoInstructions.svg") no-repeat no-repeat 100% /
clamp(25rem, 45vw, 50rem);
background-attachment: scroll;
}
.text-main.instructions {
width: 30%;
}
.text-main.instructions h1 {
color: #ffffff;
}
.text-main.instructions p {
font-size: clamp(1rem, 1vw,... |
html {
color: #2b303a;
background-color: #f4dcdc;
} |
@charset "utf-8";
#carousel-timeline #taogi-scroll-bar .taogi_tc_slider_index_item {
width: 5px !important;
height: 5px !important;
border: 0 !important;
background-color: transparent !important;
background-image: url(./images/taogi-slider-item.png) !important;
background-attachment: scroll !important;
backgroun... |
/* ==UserStyle==
@name Fc2 Remove Ads
@namespace USO Archive
@author haizea
@description `Removes ads from fc2`
@version 20111212.0.46
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@charset "utf-8";
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document d... |
body {
color: #757575;
background-color: #fff;
}
abbr[title],
abbr[data-original-title] {
border-bottom: 1px dotted #e0e0e0;
}
a {
color: #fb8c00;
}
a:focus, a:hover {
color: #ff9800;
}
table {
background-color: transparent;
}
caption {
color: #616161;
}
button:focus {
outline: 5px auto -webkit-fo... |
@import '../../../styles/colors.module.css';
.filter, .filterTags {
composes: commonFontSettings from '../../../styles/common.module.css';
display: flex;
justify-content: flex-start;
height: 100%;
width: 100%;
}
.filterTags {
flex-wrap: wrap;
align-self: center;
}
.filterTagsValues {
align-self: cen... |
@import './prism.css';
body {
font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
margin: 0;
}
* {
box-sizing: border-box;
}
.hero {
align-items: center;
background: #2e2b74;
color: #f... |
body{
background: rgb(71, 71, 236);
font: normal 15pt Arial;
}
header{
color: white;
text-align: center;
}
section{
background-color: white;
border-radius: 10px;
padding: 15px;
width: 500px;
margin: auto;
box-shadow: 5px 5px 5px black;
}
footer{
color: white;
text-ali... |
@font-face {font-family: "iconfont";
src: url('iconfont.eot?t=1534924401181'); /* IE9*/
src: url('iconfont.eot?t=1534924401181#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('iconfont.ttf?t=1534924401181') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
url('iconfont.svg?t=153... |
/* ./resources/css/app.css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&display=swap');
@tailwind base;
@tailwind components;
@tailwind utilities;
#hero{
display: block;
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(6, 0,... |
:root {
--primary-legacy-theme: #321fdb;
--secondary-legacy-theme: #ced2d8;
--success-legacy-theme: #2eb85c;
--info-legacy-theme: #39f;
--warning-legacy-theme: #f9b115;
--danger-legacy-theme: #e55353;
--light-legacy-theme: #ebedef;
--dark-legacy-theme: #636f83;
}
:root {
--primary-dark-theme: #4638c2... |
body{
font-family: 'Roboto', sans-serif;
font-size: 2.5vw;
background-color: #282c34;
}
@media only screen and (max-width: 650px) {
#logo {
margin-top: 40%;
}
}
body{
background-color: #282c34;
}
#logo{
width: 100%;
text-align: center;
}
.flexParent{
width: 100%;
}
.flexChild{
margin-righ... |
/* overlock-latin-400-normal*/
@font-face {
font-family: 'Overlock';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url('./files/overlock-latin-400-normal.woff2') format('woff2'), url('./files/overlock-latin-400-normal.woff') format('woff');
} |
@charset "UTF-8";
body{
background-color: black;
}
h1{
color: darkgoldenrod;
}
h2{
color: darkgoldenrod;
}
p{
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
color: white;
} |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Roboto:wght@400;700&display=swap');
/* Color palette: https://colors.muz.li/palette/5F26E2/312a9e/d3d0ff/a7a1ff/ffffff */
:root {
font-family: 'Roboto', sans-serif;
--blue-purple: #312a9e;
--purple: #5f26e2;
--light-purple: #a7a... |
/*!
* # Semantic UI 2.2.4 - Step
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
* |
li.L34 { background-color: grey; }
li.L45 { background-color: grey; }
li.L47 { background-color: grey; }
li.L9 { background-color: grey; }
li.L10 { background-color: grey; }
li.L14 { background-color: grey; }
li.L16 { background-color: grey; }
li.L17 { background-color: grey; }
li.L20 { background-color: grey; }
li.L21... |
/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
opacity: 0.4;
display: none;
}
/* line 15, ../sass/lightbox.sass */
#lightbox {
position: absolute;
left: ... |
/* -- import Roboto Font ---------------------------- */
@import "https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic";
/* -- You can use this tables in Bootstrap (v3) projects. -- */
/* -- Box model -------------------... |
::-webkit-selection,
::-moz-selection,
::selection {
background-color: #0099cc;
color: #fff;
}
html,
body {
height: 100%;
background-color: #f9f9f9;
-webkit-font-smoothing: antialiased;
}
body {
color: #222;
font: 14px/19px Roboto, sans-serif;
font-weight: 400;
letter-spacing: .1;
padding-top: 20px;... |
.logo img{
position: absolute;
height: 30px;
padding: 0px 10px;
}
.mainmenu {
background-color: #8bc34a;
}
.mainmenu ul > li > a {
color: #eeeeee;
display: block;
font-family: 'Bungee Inline', cursive;
font-size: 18px;
font-weight: 50;
position: relative;
text-transform: uppercase;
transi... |
.header {
margin-top: 100px;
} |
body {
background-color: #CAF0F8;
font-family: 'Jost', sans-serif;
margin: 40px;
margin-top: 0px;
margin-bottom: 0px;
}
h1 {
margin: -.22em;
}
h3, h2 {
margin-bottom: 3px;
margin-top: 3px;
}
hr {
background-color: black;
margin-top: 1em;
}
div {
overflow: hidden;
marg... |
:root {
--theme-co: #495867;
--light-blue: #BDD5EA;
}
html, body {
height: 100%;
}
.box {
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
-o-box-sh... |
/*
Author: jianqing
Date: Nov 22, 2021
Description: This document is created for Manage Panel
*/
body
{
background-image: url('https://xeduocdn.sirv.com/Images/aesthetic-anime-01.jpg');
}
.translucent
{
background-color: rgba(255,255,255,0.85);
}
.je{
/*height: initial !important;*/
border-radius: i... |
.foo{
@for i in 1..4{
@media (min-width: 2**(i+7)px){
width: 100px*i}}} |
table {
border-collapse: collapse;
border: 1px solid #ccc;
}
table tr th {
padding: 6px;
background: #ccc;
color: #000;
border-collapse: collapse;
}
table tr td {
padding: 4px;
border: 1px solid #ccc;
} |
.form
{
display: flex;
flex-direction: column;
}
.mt-25p
{
margin-top: 2%;
}
.mat-slider-horizontal {
width: 300px;
} |
.reactMarkDown ul {
margin-top: 1em;
margin-bottom: 1em;
list-style: disc outside none;
}
.reactMarkDown ul li {
margin-left: 2em;
display: list-item;
text-align: -webkit-match-parent;
}
.reactMarkDown * {
font-family: "Source Sans Pro";
text-align: left !important;
width: 90%;
font-size: 18px;
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.