text stringlengths 1 1.04M |
|---|
html,
body {
width: 100%;
height: 100%;
}
p {
margin-top:5px;
margin-bottom:5px
}
#map-wrapper {
position: relative;
height: 100%;
width: 100%;
}
#map {
position: absolute;
height: inherit;
width: 100%;
font-family: "Roboto", sans-serif;
z-index: 0;
overflow: hidden;
}
#container {... |
li {
list-style-type: none;
margin-top: -1px;
border: 1px solid grey;
width: 100px;
text-align: center;
}
* {
box-sizing: border-box;
}
.odd {
background-color: aqua;
}
.even {
background-color: pink;
} |
/* *{
margin: opx;
padding: 0px;
color: white;
font-family: arial;
} */
.imagen{
width: 450px;
height: 300px;
}
.title{
font-size: 35px;
font-weight: bold;
}
p{
font-size: 25px;
margin-top: 15px;
text-align: justify;
padding-left: 15px;
padding-right: 15px;
}
.button{
mar... |
body {
margin: 0;
font-family: 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
mo... |
.boxed-content {
background: #afafaf;
z-index: 10000;
position: relative;
width: 99.984%;
border-radius: 5px;
}
pod-member-editor {
color: azure;
}
.app-container {
width: 95%;
box-sizing: content-box;
padding: 20px;
}
.slider-bro {
margin-top: 3rem;
}
.dead-mans-switch {
}
... |
/*!
* Bootswatch v5.1.1
* Homepage: https://bootswatch.com
* Copyright 2012-2021 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*//*!
* Bootstrap v5.1.1 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/tw... |
@font-face {
font-family: 'Roboto';
src: url('img/Roboto-Regular.ttf') format('truetype');
font-weight: normal;
}
body {
overflow: hidden;
background-color: #404040;
margin: 0;
text-align: center;
font-family: 'Roboto';
}
.phone, .fabExample {
display: inline-block;
position: re... |
body,
html {
margin: 0;
padding: 0;
width: 100vw;
height: 100vh;
background: url("https://res.cloudinary.com/dknopoff/image/upload/e_blur:2000,f_auto/v1548111232/brooke-lark-186926-unsplash.jpg");
color: black;
font-family: "Franklin Gothic Medium", "Helvetiva", Arial, sans-serif;
}
a {
text-decoration... |
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(pp_t... |
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap);
/*!
* Bootstrap v4.5.3 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) |
/* modelAnswer.html */
#pageContents .panel {
overflow: auto;
}
#pageContents button {
margin: 10px;
float: right;
}
#answer {
margin-top: 1em;
}
#pageContents .panelImg {
text-align: center;
padding-top: 1em;
}
#pageContents .panelImg img {
max-width: 65%;
}
.x_mobile #pageConten... |
.banner{
width: 100%;
height: auto;
background:#141414;
}
.top{
width: inherit;
height: 70vh;
}
.banner-img{
width:inherit;
height:inherit;
object-fit: cover;
}
.append-banner{
width: inherit;
height: inherit;
position: absolute;
top: 0;
display: flex;
flex-direct... |
.heading {
text-align: center;
padding: 2rem;
}
.blog-container,
.newsletter-container {
width: 95%;
max-width: 1200px;
margin: auto;
}
body {
font-family: 'Roboto';
}
.main {
margin: 2em 0;
background-color: var(--mainBackground);
margin: 0 !important;
}
.newsletter {
margin-top: var(--mdMargin... |
.bmi-admin-header {
background-image: url('../images/particles.png');
background-size: 120%;
box-shadow: 1px 0px 10px 0px #32bcb2;
display: flex;
margin-left: -15px;
margin-top: -15px;
padding: 15px;
}
.bmi-logo {
display: flex;
margin-right: 25px;
}
.bmi-description {
color: white;
}
.bmi-info>h... |
.bs-ms-wrapper .bs-ms-selected-select .bs-ms-unselected,
.bs-ms-wrapper .bs-ms-unselected-select .bs-ms-selected,
.bs-ms-wrapper .bs-ms-filtered {
display: none;
} |
* {
margin: unset;
padding: unset;
}
body {
background-color: #0f0f0f;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
row-gap: 2rem;
padding-bottom: 4rem;
}
h1 {
color: lightgreen;
padding-top: 3rem;
}
section {
width: 90vw;
backgrou... |
.activeClass
{
color:white;background-color: black;font-weight: bolder;
}
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: ... |
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);
@charset "UTF-8"; /*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/ /*! normalize.css v3.0.3 | MIT License | github.com/necolas... |
#secondaryGrid {
-fx-background-color: rgb(20, 22, 27);
-fx-pref-width: 300px;
-fx-pref-height: 720px;
}
#dashboardGrid, #notificationsGrid, #depositGrid, #withdrawGrid, #transferGrid, #privacyPolicyGrid {
-fx-pref-width: 980px;
-fx-pref-height: 720px;
-fx-background-color: rgb(42, 65, 88);
}
... |
/*!
* Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) |
header.banner .nav-primary.nav-right .logo-ubuntu {
background-image: url("http://185.22.97.168/img/mirantis_logo.png");
background-size: 76px 40px;
background-position: -1px 5px;
} |
/* Custom CSS Sytles for template
-------------------------------------------------- */
#map {
height: 400px;
} |
.food-image {
position: fixed;
top: calc(50% - 800px / 2);
left: calc(50% - 800px / 2);
width: 800px;
z-index: 2147483647;
animation: 5s linear infinite rotation;
}
.food-image-bottom-right {
position: fixed;
bottom: 30px;
right: 30px;
width: 300px;
z-index: 2147483647;
animation: 5s linear inf... |
/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH CONTAINER
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
*[cssClass="container"] {
border: none;
background-color:#FFFFFF;
}
*[cssClass="container-border"] {
border-radius: 8px;
background-color:#FFFFFF;
}
*[cssClass="container-list"] {
margin-left: 30px;
bord... |
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=368d4a02da18e1ab78a9)
* Config saved to config.json and https:... |
@charset 'UTF-8';
@import 'flair_vars.css';
@import 'flair_mods.css';
@import 'flair_tags.css';
@import 'flair_objs.css';
@import 'flair_anim.css';
@media (max-width: 1200px) {
.hide\:lg {
display: none;
}
}
@media (max-width: 992px) {
.hide\:md {
display: none;
}
}
@media (max-width: 768px) {
.hide... |
/**
* xterm.js: xterm, in the browser
* Copyright (c) 2014-2016, SourceLair Private Company (www.sourcelair.com (MIT License)
* Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
* https://github.com/chjj/term.js
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this s... |
/*!
* AdminLTE v3.1.0-rc
* Author: Colorlib
* Website: AdminLTE.io <https://adminlte.io>
* License: Open source - MIT <https://opensource.org/licenses/MIT>
*//*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed und... |
/* Base styles */
a strong {
color: inherit;
}
hr {
background: none;
border: none;
border-bottom: 1px solid #d8dee9;
}
img {
height: auto;
max-width: 100%;
}
pre {
overflow: auto;
white-space: pre-wrap;
}
footer {
align-items: center;
display: flex;
justify-content: center;
margin-top: 4em... |
@if mgwt.css pretty {
@external mgwt-DialogAnimationContainer-Shadow, mgwt-DialogAnimationContainer, mgwt-DialogAnimationContainer-center;
@external mgwt-DialogPanel, mgwt-Dialog, container, title, content, footer, okbutton, cancelbutton, active, mgwt-BottomPanel, shadow, z_index;
}
.okbutton, .cancelbutton {
curso... |
aside{
background: rgb(63,81,181);
width: 70%;
max-width: 1000px;
padding: 1em;
border-radius: 13px;
color: #fff;
margin-bottom: 2em;
}
.question{
font-weight: 700;
margin-left: 20px;
}
.survey-grid{
max-width: 1000px;
margin-left: 30px;
margin-top: -10px;
margin-bottom: 30px;
}
.mdl-radio__la... |
/*
New Perspectives on HTML and CSS
Tutorial 8
Review Assignment
Print Styles
Author:
Date:
Filename: dfprint.css
Supporting Files:
*/
/* Hide page elements that will not be printed */
header, header nav.horizontal, section#page nav.horizontal, footer {
display: none;
}
/*... |
/* Copyright IBM Corp, All Rights Reserved.
SPDX-License-Identifier: Apache-2.0
*/
@CHARSET "UTF-8";
.ds-store-list{width:80%;margin-top:60px;font-family:"Helvetica Neue",Arial,sans-serif;
text-align:center;padding-top:10%;}
.ds-store-list h1{font-size:24px;color:#4178BE;margin-top:42px;border-bottom:2px solid #4178... |
@charset "UTF-8";
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
from,
20%,
53%,
... |
@charset "UTF-8";
/* ---------------------------------------------------------
スタイルリセット
----------------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,... |
body {
text-align: center;
background: linear-gradient(to right, yellow , red);
} |
/*
BASE CLASSES
All classes are first listed for the base case of "Large Desktop"
Media Queries begin below these classes for special cases (Phones, Tablets, and Laptops)
*/
/*
COOL BUTTONS
*/
.btn-primary, .btn-primary:focus, .btn-primary:active, .btn-primary:visited {
background-color: #4e008e !important;
color:... |
@tailwind base;
@tailwind components;
@tailwind utilities;
* {
box-sizing: border-box;
}
html {
height: 100%;
}
body {
margin: 0;
padding: 0;
} |
/*
* Autodesk Viewer
*/
.adsk-viewing-viewer .adsk-toolbar.dock-top .adsk-button-arrow {
/* left: -5px; */
/* right: unset; */
top: unset;
bottom: -5px;
transform: scaleY(-1);
-moz-transform: scaleY(-1);
-webkit-transform: scaleY(-1);
-ms-transform: scaleY(-1);
}
.adsk-viewing-viewer .adsk-toolbar.dock-top ... |
:root {
--primary-color: #005f69;
--secondary-color: #f26f33;
--background-color: #f6f6f6;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
/* font-family: "Roboto", sans-serif; */
}
body {
font-family: "Roboto", sans-serif;
font-size: 1rem;
color: #000;
font-weight: 400;
line-height: 1.6;
... |
/*!
* Bootstrap v4.2.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545... |
/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('fontawesome/fontawesome-webfont.eot?v=4.7.0'),
... |
@media screen {
/* --- Reset Styles --- */
* {
list-style: none;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
width: 100%;
}
/* --- Welcome Page Styles --- */
body {
background-color: rgb(0, 0, 0);
color: rgb(226, 230, 8);
font-fam... |
/*!
* Bootstrap v2.0.4
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
audio,
canvas,
video ... |
/* ==UserStyle==
@name Dororo's Symbol on Dashboard (Tumblr)
@namespace USO Archive
@author FaiTakeruSachiko
@description `Dororo's Symbol (Shuriken)`
@version 20120909.0.42
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xht... |
/*
* ::::::::::: Heading Title Styles :::::::::::
*/
.heading-title:after {
display: block;
}
.heading-title-top {
text-transform: uppercase;
}
.heading-title.style-1 {
text-transform: capitalize;
}
.title:not(:last-child), .heading-title:not(:last-child),
.subtitle:not(:last-child) {
margin-bottom: 1.5rem... |
button.app-link {
color: #95d1fd;
font-size: 2em;
border: none;
background: none;
text-decoration: underline;
outline: none;
cursor: pointer;
} |
#babylonJS{
display: flex;
flex: 1;
width:100%;
height: 100%;
} |
:root {
--lumo-base-color: hsl(214, 35%, 21%);
--lumo-shade-5pct: rgba(26, 26, 26, 0.05);
--lumo-shade-10pct: rgba(26, 26, 26, 0.1);
--lumo-shade-20pct: rgba(26, 26, 26, 0.2);
--lumo-shade-30pct: rgba(26, 26, 26, 0.3);
--lumo-shade-40pct: rgba(26, 26, 26, 0.4);
--lumo-shade-50pct: rgba(26, 26, 26, 0.5);
... |
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dat... |
@import 'animate.min.css';
.zominright{
animation: zoomInRight 1.5s;
}
.bounce{
animation: bounce 1.5s;
}
.flash{
animation: flash 1.5s;
}
.pulse{
animation: pulse 1.5s;
}
.fadeIn{
animation: fadeIn 5s;
}
.slideInDown{
animation: slideInDown 1.5s;
}
.rollIn{
animation: rollIn 2s;
}
.z... |
@font-face {
font-family: 'RMTyperighter';
src: url(font/larabiefontrg.ttf) format('truetype');
}
html, body{
font-family: 'RMTyperighter' !important;
}
body
{
height: 100%;
margin: 0;
padding: 0;
}
#wrapper {
height: calc(100vh - 19px);
margin: 0 auto;
display: flex;
flex-dir... |
/*easyui mian*/
#west {border:solid 1px;background:#2c3b41;}
#west .layout-panel-west .panel-header{ padding-left:5px; width:220px;border-color: #1e282c;background:#1e282c;color:#777; line-height:25px;;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#1e282c,endColorstr=#1e282c,GradientType=0)}
#west .l... |
<!--> HARSH BORWAL -->
@import url('https://fonts.googleapis.com/css?family=Indie+Flower|Raleway');
body{
font-family: 'Raleway',serif;
background-color: white;
margin: 0;
padding: 0;
}
#nav_bar{
margin-bottom: 0;
padding: 0;
background-color:#fff;
border: none;
z-index: 10000;
/*position: absolute;*/
}
.a... |
.container
{
border-style:ridge;
} |
@charset "utf-8";
@font-face {
font-family: "CrassRoots";
src: url("../media/cr.ttf")
}
html, body {
font-size: 1.6em
} |
body {
font-size: .875rem;
}
.feather {
width: 17px;
height: 17px;
vertical-align: text-bottom;
}
/*
* Sidebar
*/
.navbar-color
{
background-color:#3bafda;
}
.bg-fluid
{
background-color: #36404a;
}
.content
{
background-color:#323b44;
min-height: 600px;
color:#c7c9ca;
}
.sidebar {
/*box-shado... |
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/ |
/*
-------------------------------
Skin: v1 Silver
---
Plugin: MP3-jPlayer v2 (Legacy support skin)
Package: WordPress
Desc: Includes legacy css that supports various modifier
classes from MP3-jPlayer version 1 that have been
superceeded in version 2.
Info: http://mp3-jplayer.com
http://... |
@charset "UTF-8";
/*
Style : MobApp CSS
Version : 1.0
Author : Surjith S M
URI : https://surjithctly.in/
Copyright © All rights Reserved
*/
/*------------------------
[TABLE OF CONTENTS]
1. GLOBAL STYLES
2. NAVBAR
3. HERO
4. TABS
5. TESTIMONIALS
6. IMAGE GALLERY
7. PRICING
8. CALL TO ACTION
9. FOOTER... |
@-webkit-keyframes shake {
59% {
margin-left: 0;
}
60%, 80% {
margin-left: 2px;
}
70%, 90% {
margin-left: -2px;
}
}
@keyframes shake {
59% {
margin-left: 0;
}
60%, 80% {
margin-left: 2px;
}
70%, 90% {
margin-left: -2px;
}
}
.black {
background-color: #000 !important;
... |
/*!
* Start Bootstrap - Freelancer v4.0.0-beta.2 (http://www.damianofossa.com)
* Copyright 2013-2018 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-freelancer/blob/master/LICENSE)
*/
html, body {
height: 100%; }
body {
font-family: 'Open Sans', serif; }
h1,
h2,
h3,
h4... |
/* Start by setting display:none to make this hidden.
* Then we position it in relation to the viewport window
* with position:fixed. Width, height, top and left speak
* speak for themselves. Background we set to 80% white with
* our animation centered, and no-repeating
*/
.modal {
display: none;
po... |
body {
padding: 20px;
}
.headline {
background-color: #4B9CD3
}
textarea, input {
display: block;
width: 100%;
}
.read {
margin-top: 30%
} |
/* Admin CSS */
/* Post widget style */
.slider-options {
display: none;
}
.is-slider:checked ~ .slider-options {
display: block;
margin-left: 2em;
} |
/* ContentPane */
.dijit .dijitContentPane {
padding: 0px;
}
/* nested layouts */
.dijit .dijitTabContainerTop-dijitContentPane,
.dijit .dijitTabContainerLeft-dijitContentPane,
.dijit .dijitTabContainerBottom-dijitContentPane,
.dijit .dijitTabContainerRight-dijitContentPane,
.dijit .dijitAccordionContainer-dijitCont... |
/* 全局通用
----------------------------------------------- */
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: 12px;
line-height: 1.531;
ou... |
main {
flex: 1,
}
main ul {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
list-style: none;
}
@media(max-width: 650px) {
main ul {
grid-template-columns: 1fr;
}
}
li.dev-item {
background: #ffffff;
box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.02);
border-r... |
/* BEM support Func
-------------------------- */
/* Element Chalk Variables */
/* Transition
-------------------------- */
/* Colors
-------------------------- */
/* 53a8ff */
/* 66b1ff */
/* 79bbff */
/* 8cc5ff */
/* a0cfff */
/* b3d8ff */
/* c6e2ff */
/* d9ecff */
/* ecf5ff */
/* Link
-------------------------- */
... |
/* Article
-------------------------------------------------------------------------------*/
.article {
height: 100%;
}
/* Surface specific styles */
.content-node {
}
.content-node .content {
margin: 0px;
background: white;
}
/* Focus Toggles
--------------------------------------------------------------... |
/* Default Print Stylesheet Template
by Rob Glazebrook of CSSnewbie.com
Last Updated: June 4, 2008
Feel free (nay, compelled) to edit, append, and
manipulate this file as you see fit. */
/* SECTION 1: Set default width, margin, float, and
background. This prevents elements from extending
beyond the... |
/* ==UserStyle==
@name Tumblr Dashboard - OFF - Zacharie and Batter 3
@namespace USO Archive
@author DAMARA
@description `Character Credit goes to Mortis GhostImage Source: http://www.orphanerdualscar.com/post/49232535485`
@version 20130526.17.11
@license NO-REDISTRIBUTION
@prepr... |
#main.is-unused #explorer,
#main.is-unselected #explorer {
display: none;
}
#main.is-unused #explore-form {
display: none !important;
}
#main.is-unused #placeholder,
#main.is-unselected #placeholder {
display: flex;
}
#placeholder {
display: none;
flex-direction: column;
align-items: center;
}
#explorer... |
#popup {
position:fixed;
display:none;
top: 15vh;
left: calc(100vw / 2);
transform: translate(-50%, 0);
background-color: #7A838B;
background-color: var(--block-background-color);
border: 1px solid rgba(0, 0, 0, 0.5);
border: 1px solid var(--border-color);
width: 90vw;
max-width: 500px;
max-height: calc(80v... |
body.filled {
margin: 0;
}
.filled > img {
outline: none;
}
.hidden {
visibility: hidden;
}
.zoom-in {
cursor: zoom-in;
}
#bgLink {
position: absolute;
z-index: -1;
}
#shownText {
display: inline-block;
font-size: large;
}
#textBox {
display: inline-block;
margin: 2px 0 0 20px;
}
#textTip::after... |
/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,e... |
.stars {
border-radius: 7%;
border: 1px solid #ecf0f1;
padding: 5px;
}
.stars i {
color: gold;
} |
body {
}
.mybg {
margin-left: auto;
margin-right: auto;
background-image: url(../../assets/sofyapestovaSQUAREsmall.jpg);
position:relative;
z-index: -1;
}
.shotDiv {
position: relative;
width: 60px;
height: 60px;
z-index: 0;
}
.openShot {
width: 100%;
position: absolute;
}
.rotate {
transfor... |
body {
background-color: #292F36;
min-height: 3000vh;
max-height: 3000vh;
}
#Content {
width: 100%;
margin: 0 auto;
height: 100vh;
}
#TitleGroup {
position: fixed;
width: 100%;
height: 400px;
margin: 0 auto;
top: 25%;
animation: TitleAnim 1s linear infinite;
animation-play-state: paused;
animation-dela... |
/* ==UserStyle==
@name YouTrack MakeTheInternetDarkAgain
@namespace USO Archive
@author Lotok
@description `Your "Issue Tracking and Project Management Tool" now in Dark available.Only tickets and ticket lists (see screenshots).`
@version 20170607.17.54
@license CC-BY-ND-4.0
@pre... |
.spectrum-Steplist .spectrum-Steplist-label {
color: rgb(149, 149, 149)
}
.spectrum-Steplist .spectrum-Steplist-marker {
border-color: rgb(234, 234, 234)
}
.spectrum-Steplist .spectrum-Steplist-segment {
border-bottom-color: rgb(234, 234, 234)
}
.spectrum-Steplist .spectrum-Steplist-item.is-complete .... |
/*Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/**
* CONTENTS
*
*
* BASE
* Body.............body.
* Link.............a.
* List.............ul.
* Headings.............H1–H6 styles.
* Paragraph............ |
body {
font-family: 'Zilla Slab', 'Trebuchet MS', Arial, sans-serif;
}
h1, h2, h3, h4, h5 {
background: black;
color: white;
font-family: 'Zilla Slab', 'Times New Roman', Times, serif;
padding: 5px 10px;
}
h1 {
font-size: 2.5rem;
}
.loading {
border-radius: 50%;
width: 25px;
heigh... |
.edit-icon {
width: 30px;
height: 30px;
}
.delete-icon {
width: 25px;
height: 25px;
} |
@media (min-width: 1025px) {
.kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
background-color: none; }
.kt-header-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link .kt-menu__link-icon svg g [fill] {
-webkit-transition: fill 0.3s ease;
transition: fill 0.3s ease; }
.kt-head... |
/* pagination */
.pagination-items {
display: block;
}
ul.pagination {
background: none;
border: none;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
height: auto;
margin: 10px 0;
padding: 0;
text-align: center;
}
ul.pagination li {
border: none;
... |
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
.navbar {
background: #1D1C2B;
font-family: "Poppins", sans-serif;
}
.navbar .nav-item .nav-link {
font-weight: 700;
font-size: 22;
letter-spacing: -0.3px;
}
.navbar .nav-item.active {
border-bottom: 4px sol... |
/*!
* AngularJS Material Design
* https://github.com/angular/material
* @license MIT
* v1.2.3-master-5e2d213
*/
button.md-button::-moz-focus-inner {
border: 0;
}
.md-button {
display: inline-block;
position: relative;
cursor: pointer;
/** Alignment adjustments */
min-height: 36px;
min-width: 88px;
... |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
#synth * {
margin: 5px;
}
html, body {
height: 100%;
}
body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 0.8rem;
}
.wrapper {
height: 100%;
display: flex;
flex-direction: column;
}
h1, h2 {
font-size: 2rem;
te... |
/*!
FullCalendar Time Grid Plugin v4.3.1
Docs & License: https://fullcalendar.io/
(c) 2019 Adam Shaw |
/*
* ___
* /\_ \
* \//\ \ __ ___ __ __ ___ ___
* \ \ \ /'__`\ /' _ `\/\ \/\ \ / __`\ /' _ `\
* \_\ \_/\ \_\.\_/\ \/\ \ \ \_\ \/\ \_\ \/\ \/\ \
* /\____\ \__/.\_\ \_\ \_\/`____ \ \____/\ \_\ \_\
* \/____/\/__/\/_/\/_/\/_/`/___/> \/___/ \/_/\/_/
* ... |
/* ==UserStyle==
@name Tema de Amor Doce: Uzumaki Naruto
@namespace USO Archive
@author Aslainy
@description `Tema do Naruto \o/Bem fangirlPorqueSim`
@version 20170117.21.45
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("amordoce.com") {
#... |
/*--
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 {
padding: 0;
margin: 0;
background: #fff;
letter-spacing: 1px;
font-family: 'Roboto Condensed', sans-serif;
}
body a {
outline: none;
trans... |
/*
=====================================================================
* Ceevee v1.0 Layout Stylesheet
* url: styleshout.com
* 03-18-2014
=====================================================================
TOC:
a. General Styles
b. Header Styles
c. About Section
d. Resume Section
e. Portfol... |
/* imbue-vietnamese-900-normal*/
@font-face {
font-family: 'Imbue';
font-style: normal;
font-display: swap;
font-weight: 900;
src: url('./files/imbue-vietnamese-900-normal.woff2') format('woff2'), url('./files/imbue-vietnamese-900-normal.woff') format('woff');
} |
a {Foo:bar} |
.overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: center;
background: rgba(242, 243, 245, 0.8);
}
.container {
position: relative;
width: 100%;
max-width: 400px;
padding: 2rem 3rem;
border-radius: 5px;
background: v... |
body
{
background-color: #595959;
font-family: Arial;
}
a
{
color: #f3f6ac;
text-decoration: none;
}
thead
{
font-size: 20px;
color: #acb1aa;
}
span.circle /*The circle in the first row*/
{
border-radius: 50%;
width: 2px;
height: 2px;
background-color: #71b47a;
}
span.alert
{
... |
.link-box {margin:10px 40px;width:270px;float:left; height:80px;}
.link-heading a {font-weight:bold;color:#900;}
.link-descr {margin-top:5px;color:#666;text-align:justify;}
.box{
width:750px;
margin:0px auto;
}
#MB_window#ajax-edit{
background: #000;
} |
/*!
* Start Bootstrap - New Age v4.0.0-beta (http://startbootstrap.com/template-overviews/new-age)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
*/
html,
body {
width: 100%;
height: 100%; }
body {
font-family: 'Muli... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.