text stringlengths 1 1.04M |
|---|
/*
* 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... |
.highlight .hll { background-color: #d6d6d6 }
.highlight { background: #ffffff; color: #4d4d4c }
.highlight .c { color: #8e908c } /* Comment */
.highlight .err { color: #c82829 } /* Error */
.highlight .k { color: #8959a8 } /* Keyword */
.highlight .l { color: #f5871f } /* Literal */
.highlight .n { color: #4d4d4c } /... |
.packetery-zas-box .icon
{
vertical-align: middle;
display: inline-block;
height: 34px;
width: 32px;
} |
/*# sourceMappingURL=frontend.css.map */ |
/* ==UserStyle==
@name Chinese Engadget Simplization
@namespace USO Archive
@author john3210
@description `Remove AD. and make it easy readable`
@version 20140701.4.36
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@namespace url(http://www.w3.org/1999/xhtml);
... |
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
background-color: #f1f5f8;
font-family: "Zilla Slab", serif;
}
h2 {
font-family: "Great Vibes", cursive;
font-size: 3rem;
text-align: center;
color: #ff6a23;
}
.menu {
margin-top: 20px;
}
.btn-container {
display: flex;
justify-conte... |
.BasicInfo_container{
display: flex;
flex-direction: column;
}
.BasicInfo_container p {
font-size: 14px;
}
.BasicInfo_box01{
display: flex;
justify-content: space-between;
}
.BasicInfo_box01 div{
min-width: 50%;
}
.BasicInfo_name{
display: flex;
flex-dire... |
/* Grid system inspired by boostrap */
.wrapper {
display: grid;
grid-template-columns: repeat(3,1.2fr);
grid-auto-rows: 45%;
grid-column-gap: 20px;
grid-row-gap: 20px;
}
.container {
grid-column-gap: 10px;
grid-row-gap: 10px;
}
.row {
display: flex;
flex-wrap: wrap;
}
.col {
flex-basis: 0;
fl... |
nav#landmarks {
display:none;
}
nav#page-list {
display:none;
}
ol {
list-style-type: none;
} |
.duxtree {
margin-left: 25px;
}
.duxtree-node {
}
.duxtree-node-children {
margin-left: 2ch;
}
.duxtree-disclosure {
margin-right: 5px;
cursor: default;
width: 2.5ch;
display: inline-block;
text-align: center;
vertical-align: middle;
}
.duxtree-checkbox {
width: 2.5ch;
displ... |
.board-row:after {
clear: both;
content: "";
display: table;
} |
table {
width: 99%;
display: table;
border-collapse: collapse;
border-spacing: 0;
}
table, th, td {
border: none;
}
thead {
border-bottom: 1px solid #d0d0d0;
display: table-header-group;
vertical-align: middle;
}
tbody {
display: table-row-group;
vertical-align: middle;
bo... |
#createAndLink select {
height: 2.5em;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
padding-top: 0px;
}
#createAndLink .citation_error:before {
content: url('../../../images/createAndLink/error.png');
transform: scale(0.5);
margin-top: 10px;
margin-right: 10px;
floa... |
@tailwind base;
@tailwind components;
@tailwind utilities;
.card {
@apply bg-secondary rounded-md md:rounded-lg overflow-hidden shadow-sm;
} |
/* ==UserStyle==
@name Doki-Theme: Rias Crimson
@namespace github.com/doki-theme
@version 84.1.1
@description Cute anime themes for GitHub
@author Unthrottled
@license MIT
@homepageURL https://github.com/doki-theme/doki-theme-github
==/UserStyle== */
@-moz-document regexp("^ht... |
@import url(../../lib/font/league-gothic/league-gothic.css);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
/**
* Beige theme for reveal.js.
*
* Copyright (C) 2011-2012 Hakim El Hattab, http://hakim.se
*/
/*********************************************
* GLOBAL STYLES
******... |
@import '../../styles/propertySets.css';
.root {
width: 100%;
/* Top Bar's drop shadow should always be visible */
z-index: var(--zIndexTopbar);
position: relative;
}
.container {
/* Size */
width: 100%;
height: var(--topbarHeight);
/* Layout for child components */
display: flex;
flex-direction... |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
body{
font-family: 'Pacifico', cursive;
font-size: 12pt;
line-height: 3em;
}
button{
padding: 30px;
font-family: Arial, Helvetica, sans-serif;
}
section{
font-family: Arial, Helvetica, sans-serif;
} |
#login-container {
width: 20vw;
display: block;
text-align: center;
margin: auto;
margin-top: 50px;
}
.form-control {
margin: 20px 0;
width: 20vw;
}
.btn-success {
width: 20vw;
margin-bottom: 10px;
} |
*{
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}
/* css cho navbar */
body,html{
background-color: #F8F9FA;
}
.navbar-nav li .nav-link{
font-size: 13px;
padding-top: 17px;
font-weight: 400;
}
.navbar input.form-control {
border: 2px solid #CF111A!important;
}
l... |
h1 {
font-size: 1.2em;
color: #999;
margin-bottom: 0;
}
h2 {
font-size: 2em;
margin-top: 0;
padding-top: 0;
}
nav a {
padding: 5px 10px;
text-decoration: none;
margin-top: 10px;
display: inline-block;
background-color: #eee;
border-radius: 4px;
}
nav a:visited, a:... |
body{
background: url(/images/overhead.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
h1{
padding-top: 10px;
text-align: center;
color: white;
}
th{
padding-top: 10px;
text-align: center;
}
.mai... |
body{
background-color: #000;
} |
.code-area .keyword {
-fx-fill: darkseagreen;
-fx-font-weight: bold;
}
.code-area .command {
-fx-fill: yellowgreen;
-fx-font-style: italic;
}
.code-area .separator {
-fx-fill: darkcyan;
-fx-font-weight: bold;
}
.code-area .regex {
-fx-fill: lightpink;
}
.code-area .paren {
-fx-fill: mediumseagreen;
... |
/* keania-one-latin-ext-400-normal*/
@font-face {
font-family: 'Keania One';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url('./files/keania-one-latin-ext-400-normal.woff2') format('woff2'), url('./files/keania-one-latin-ext-400-normal.woff') format('woff');
} |
body {
font-family: 'Open Sans',Helvetica,Arial,sans-serif;
background-color: rgba(0, 0, 0, 0.9);
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
margin: 0;
}
#fullscreen {
z-index: -999;
min-height: 100%;
min-width: 1024px;
width: 100%;
height: auto;
p... |
@import url(font-awesome.min.css);
@import url("//fonts.googlefonts.googleapis.com/css?family=Raleway:400,400italic,700,800");
/*
Highlights by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Basic */
html {
background-color: #313a3d;
b... |
#register-container {
margin-top: 8rem;
padding: 1rem;
display: flex;
flex-direction: column;
align-items: center;
box-shadow: 2px 2px 8px 2px hsla(0, 0%, 0%, 0.25);
border: 1px solid hsla(0, 0%, 0%, 0.25);
border-radius: 5%;
}
#register-form {
display: flex;
flex-directi... |
.card-title{
font-weight: bold;
font-size: 150%;
} |
/*
BLUES
Text: #072a7c
Table: #3456a3
Links: #0e3793
GREY
Background: rgb(200,200,200)
Sidebar BG: #B4B4B4
Sidebar Hover: #CCCCCC
Table Data: rgb(160,160,160)
Midpoint: rgb(130,130,130)
*/
a
{
color: #0e3793;
}
.ascii
{
width: 100px;
height: 50px;
}
.asciiMid
{
width: 50px;
height: 50px;
}
.addt
{
wi... |
body {
background: none repeat scroll 0 0 #252D30;
}
.head {
background: none repeat scroll 0 0 #474C4E;
}
.logo-box {
background: none repeat scroll 0 0 #252D30;
display: block;
padding: 1.25em;
width: 100%;
border-bottom: 1px solid #151E1F;
}
h1 {
color: #FFFFFF;
font-family: impa... |
* {
box-sizing: border-box;
}
nav {
position: fixed;
padding-left: 40px;
padding-right: 40px;
background-color:#EDEDED;
width: 100%;
}
nav ul {
display: inline-block;
list-style: none;
}
nav li, p {
display: inline-block;
}
.right {
float: right;
}
a {
color: #753E... |
/*
See ab2p.common.css for sources info
*/ |
/* large desktop :1366px. */
@media (min-width: 1200px) and (max-width: 1600px) {
.blog-padding .container-fluid,
.footer-padding .container-fluid,
.services-padding .container-fluid {
padding: 0 100px;
}
.blog-content > h3 {
font-size: 19px;
}
.product-padding .container-fl... |
/* these fonts are licensed. they have been renamed to enable storage in public repository on github */
@font-face {
font-family: "cxxmw-r";
src: url("../fonts/cxxmw-r.woff2") format("woff2");
}
@font-face {
font-family: "cxxmw-r";
src: url("../fonts/cxxmw-r.woff") format("woff");
}
@font-face {
... |
/*!
* Bootstrap v4.1.0 (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;
--r... |
/* ----------------------------------
* CORE STYLES FOR DIALOGS AND MENUS
* Is required for all the subcomponents (except banner)
* ---------------------------------- */
[role="dialog"] {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 1.5rem 0 7rem;
color: #fff;
font-size: 0;
w... |
:root {
--rnf-notification-feed-popover-max-w: 400px;
--rnf-notification-feed-popover-min-w: 280px;
--rnf-notification-feed-popover-height: 400px;
--rnf-notification-feed-popover-shadow: drop-shadow(
0px 5px 15px rgba(0, 0, 0, 0.2)
);
--rnf-notification-feed-popover-shadow-color: rgba(0, 0, 0, 0.2);
-... |
@font-face {
font-family: "tiempos";
src: url("../../fonts/tiempos.woff2") format("woff2");
}
.hidden {
display: none !important;
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
pos... |
.default-button{background:#6a11cb;background:-webkit-linear-gradient(left, #6a11cb, #2575fc);background:-o-linear-gradient(right, #6a11cb, #2575fc);background:-moz-linear-gradient(right, #6a11cb, #2575fc);background:linear-gradient(to right, #6a11cb, #2575fc);}
.section-title h2::after{background:#6a11cb;background:-w... |
section.home-section {
padding: 40px 0px; !important
} |
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
... |
@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Libre+Baskerville:400,400i,700&subset=latin-ext');
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct th... |
/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-conta... |
.BotonesSeparados button{
margin-right: 15px;
margin-bottom: 10px
}
.btn-toolbar{
margin-right: 10px !important;
margin-left: 10px !important;
} |
.header-403{
text-align: center;
}
.content-403{
text-align: center;
}
#back-403{
text-decoration: none;
}
#back-403:hover{
color: red;
}
.full-403{
background: #ccc;
} |
:root {
--emoji: color-emoji;
}
.custom-properties {
font-family: var(--emoji);
} |
/*
* # Semantic UI
* https://github.com/Semantic-Org/Semantic-UI
* http://www.semantic-ui.com/
*
* Copyright 2014 Contributors
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Label
*******************************/
.ui.label {
display... |
@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
/* Design adapted and modified from html5up.net */
/* 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,... |
@charset "utf-8";
@import url("https://use.typekit.net/rit0pba.css");
@import url("https://fonts.googleapis.com/css?family=Poppins:600,800|Space+Mono:400,400i,700,700i&display=fallback&subset=latin-ext");
@supports(display: grid) { |
@import url(https://fonts.googleapis.com/css2?family=Montserrat);.theme--light.v-application {
background: #FFFFFF;
color: rgba(0, 0, 0, 0.87);
}
.theme--light.v-application .text--primary {
color: rgba(0, 0, 0, 0.87) !important;
}
.theme--light.v-application .text--secondary {
color: rgba(0, 0, 0, 0.6) !import... |
.background {
background: url(bg-aik.png) no-repeat top right;
}
@media (max-width: 1200px) {
.left-right-content .item {
display: flex;
flex-direction: column;
}
.left-right-content .item .photo {
transform: unset;
max-width: 100%;
top: 0;
left: 0;
... |
/*!
* Bootstrap v4.6.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
/*# sourceMappingURL=bootstrap.min.css.map */
/* Minimal style sheet for the HTML output of Docutils. ... |
.panel {
overflow: hidden;
text-align: left;
}
.panel-header,
.panel-body {
border-width: 1px;
border-style: solid;
}
.panel-header {
padding: 5px;
position: relative;
}
.panel-title {
background: url('images/blank.gif') no-repeat;
}
.panel-header-noborder {
border-width: 0 0 1px 0;
}
.panel-body {
ov... |
.mobile-nav {
display: none;
visibility: hidden;
font-size: 16px;
line-height: 1.25;
display: flex;
align-items: center;
padding-right: 15px;
}
.mobile-nav .css-fiyo81,
.css-fiyo81:hover:not(.touch),
.css-fiyo81:focus {
background: transparent;
border: none;
outline: none;
z-index: 30;
top: ... |
.icon-animated-bell {
display: inline-block;
-moz-animation: ringing 2s 9999999 ease 1s;
-webkit-animation: ringing 2s 9999999 ease 1s;
-o-animation: ringing 2s 9999999 ease 1s;
-ms-animation: ringing 2s 9999999 ease 1s;
animation: ringing 2s 9999999 ease 1s;
-moz-transform-origin: 50% 0;
... |
div#social-icons {
margin-left: auto;
text-align: left;
padding-right: 1rem;
}
div#social-icons h5 {
padding: 0.5rem;
}
div#social-icons ul {
width: 100%;
display: flex;
flex-direction: column;
justify-items: right;
align-self: baseline;
}
div#social-icons > ul > li > a {
colo... |
hr:before,
hr:after {
content: '';
}
hr {
border: 0;
margin: 3.35em auto;
max-width: 100%;
background-position: 50%;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.accessory {
height: 1px;
background-image: radial-gradient(closest-side, #31a6aff7, #0e221d03 100%);
position: rel... |
app-login {
/* Component styles go here */
} |
ul
{
margin:0 10px;
padding:0;
}
li
{
margin:0;
list-style-type:none;
padding: 2px 3px 2px 5px;
}
li.group
{
border-bottom:1px solid #B4B4B4;
margin-bottom:3px;
margin-top:5px;
font-weight:bold;
}
li.state
{
padding-left:20px;
}
li.state.ui-s... |
*{
margin: 0;
box-sizing: border-box;
}
body{
font-family: Arial, Helvetica, sans-serif;
background-color: #111;
}
.row__poster{
width: 100%;
object-fit: contain;
max-height: 100px;
margin-right: 10px;
transition: transform 450ms;
}
.row__posters{
display: flex;
overflow-... |
body{
position: relative;
background-color: salmon;
}
button{
border:solid,pink,10px;
border-radius: 10px;
background-color: purple;
}
h1{
text-align: center;
font-size: xxx-large;
font-family: 'Pangolin', cursive;
font-weight: bolder;
color:purple;
}
ul{
margin-left:100px... |
**********************************************
.serviceDis{
width: 100%;
}
.spac-top{
margin-top: 15% !important;
}
@media(max-width:780px){
.spac-top{
margin-top: 10%;
}
}
.serviceCon{
width: 80%;
display: flex;
justify-content: center;
margin-left: 10%;
margin-top: 2%;
}
... |
body{ margin-top:50px;}
.nav-tabs .glyphicon:not(.no-margin) { margin-right:10px; }
.tab-pane .list-group-item:first-child {border-top-right-radius: 0px;border-top-left-radius: 0px;}
.tab-pane .list-group-item:last-child {border-bottom-right-radius: 0px;border-bottom-left-radius: 0px;}
.tab-pane .list-group .checkbox ... |
body {
background-image: URL("dark_wood.png");
background-attachment: fixed;
}
p {
font-weight: bold;
font-family: "Arial";
color: #FFFFFF;
}
h3 {
color: #FFBC00;
font-size: 40px;
font-family: "Passion One";
margin-bottom: 0px;
}
li {
}
a {
color: white;
font-weight: bo... |
.recipes-container {
width: 57em;
display: block;
position: relative;
margin: 3.5em auto;
margin-bottom: 0;
transition: margin 1s;
z-index: 99;
}
@media only screen and (max-width: 961px) {
.recipes-container {
width: 50em;
}
}
@media only screen and (max-width: 831px) {
.recipes-container {
... |
html,
body {
background-color: #000;
height: 100%;
margin-bottom: 0;
overflow: hidden;
}
.preload * {
-webkit-transition: none !important;
-moz-transition: none !important;
-ms-transition: none !important;
-o-transition: none !important;
}
.intro{
position: absolute;
z-index: 25;
width: 100... |
body {
font-family: Arial, Helvetica, sans-serif;
}
.container {
width: 96%;
margin: 0 auto;
}
.button {
display: inline-block;
color: white;
text-decoration: none;
font-size: 20px;
padding: 25px 50px;
background-color: #48A3A6;
border-radius: 10px;
}
.field{
margin-b... |
/*
* Copyright (c) 2002-2020, Manorrock.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. Redistributions of source code must retain the above copyright
* notice, th... |
/* Slideshow container */
.slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
}
/* Hide the images by default */
.mySlides {
display: none;
}
/* Next & previous buttons */
.prev, .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: -22px;
padding:... |
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/ |
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap");
.App {
font-family: sans-serif;
}
:root {
--numbers-color: rgb(86, 142, 247);
--hands-color: rgb(86, 142, 247);
--timeSetTo-color:rgb(219, 139, 163);
--number-font-size: 25px;
}
.clock {
min-width: 250px;
min-height: 2... |
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 300;
src: local('Source Sans Pro Light'), local('SourceSansPro-Light'),
url(SourceSansPro-Light.ttf) format('truetype');
}
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('S... |
/* ------------------------------------------------------------------------------------------------------------------------------------------
BOOTSTRAP EXTEND
------------------------------------------------------------------------------------------------------------------------------------------ */
/* Add New Grid Tie... |
@font-face {
font-family: 'Aladin';
font-style: normal;
src: url(Aladin-Regular.ttf);
} |
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #... |
/*reset*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
... |
.widget-body .table thead:first-child tr {
background: #F2F2F2 repeat-x;
background-image: -webkit-linear-gradient(top,#f8f8f8 0,#ececec 100%);
background-image: -o-linear-gradient(top,#f8f8f8 0,#ececec 100%);
background-image: linear-gradient(to bottom,#f8f8f8 0,#ececec 100%);
filter: progid:DXIm... |
/*
* jQuery FlexSlider v2.2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets
*********************************/
.slides,
.flex-control... |
@font-face {
font-family: pc;
src: url(../fonts/pc.otf);
}
html, body {
height:100%;
}
body {
color:#666;
background-color:#fff;
font-family:'Open Sans',Arial,Helvetica,sans-serif;
-webkit-font-smoothing: antialiased;
font-size:14px; line-height:1.5;
margin:0; padding:0;
}
/* example usage: index-onepag... |
/* Mobile first CSS model */
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
html{
height: 100%;
}
body{
height: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.2em;
line-height: 1.5;
text-align: center;
margin: auto;
min-height: 100%;
display: grid;
... |
#subs_page_loading_indicator {
margin: 10px auto;
}
.subscriber_list_loading_indicator {
margin: 10px auto;
}
.subscriber_list_loading_indicator:empty {
margin: 0;
}
.subscription-email-hint-image {
float: right;
width: 80px;
padding-right: 60px;
}
.subscription_header.collapsed {
backgr... |
.line[data-v-694767dd]{text-align:center} |
.rangeslider,
.rangeslider__fill {
background: #e6e6e6;
display: block;
height: 20px;
width: 100%;
-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
-moz-border-radius: 10px;
-webkit-border... |
.chatbox {
position: fixed;
bottom: 0;
right: 30px;
width: 300px;
height: 350px;
background-color: #fff;
font-family: 'Lato', sans-serif;
-webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
display: -webkit-flex;
... |
.lite2 {
border-bottom: 1px dotted #ab4d63;
}
a.button {
background-color: #ab4d63;
color: #fff;
-webkit-transition:all 200ms ease-in;
-o-transition:all 200ms ease-in;
-moz-transition:all 200ms ease-in;
}
a.button:hover {
color: #fff;
background-color: #e2e2e2;
}
ul.latest-posts li a:hover {
color: #e2e2e2;
}
... |
.card-nota {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
border: black solid 2px;
border-radius: 10px;
padding: 1rem;
max-width: 25rem;
background-color: #FFFF99;
font-family: 'Lato', sans-serif;
box-shadow: 5px 5px 7px rgb(33,33,33,.7);
}
.card-nota... |
/*!
* froala_editor v2.2.3 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2016 Froala Labs
*/
.clearfix::after {
clear: both;
display: block;
content: "";
}
.fr-line-breaker {
cursor: text;
border-top: 1px solid #1e88e5;
position: fixed;
z-... |
html {
outline: 3px solid #bc3630;
outline-offset: -10px;
position: relative;
}
html::after {
content: "Team Decide";
display: block;
background-color: #bc3630;
color: white;
position: absolute;
padding: 2px 5px;
bottom: 10px;
left: 7px;
}
.inspire_fragment {
position: relative;
outline: 3px... |
/*!
* AdminLTE v2.3.0
* Author: Almsaeed Studio
* Website: Almsaeed Studio <http://almsaeedstudio.com>
* License: Open source - MIT
* Please visit http://opensource.org/licenses/MIT for more information
!*/ |
/* footer */
.date_footer{height:270px;padding-top:30px;background-color:#555;}
.date_footer .footer_wrap{width:1200px;margin:0 auto;}
.date_footer .footer_left{float:left;width:590px;margin:0 20px 0 85px;padding:8px 0;border-right:1px solid #898989;font:14px/40px 'SimSun';color:#fff;text-align:center;_display:inline;}... |
.profile-container {
margin-top: 3%;
background-image: url("https://images.pexels.com/photos/1903963/pexels-photo-1903963.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500");
background-size: cover;
height: 100%;
}
.profile-title {
padding-top: 2%;
text-align: center;
}
.profile-head {
tran... |
#map-canvas { height: 30em; }
.small-white {
color:white;
}
.color-white {
color:white;
}
.upload_image{
border-style: dashed;
border-width: medium;
height: 4.5em;
border-width: 2px;
border-color:#47a3da;
}
.upload_image > h4{
color: #47a3da;
}
.blanck-space{
width:24... |
.yes .crystal-border {
animation: yes-colors 4s linear infinite reverse;
-webkit-animation: yes-colors 4s linear infinite reverse;
-moz-animation: yes-colors 4s linear infinite reverse;
}
.no .crystal-border {
animation: no-colors 4s linear infinite reverse;
-webkit-animation: no-colors 4s linear infinite re... |
.chart-header{position:relative;z-index:3}.chart-content{position:relative;z-index:1}.tl-attention-highlight{z-index:2}#main-container{padding-bottom:20px}.new-entities{display:inline-block;font-weight:var(--glue-font-weight-bold)}.new-entities:before{content:" ";display:inline-block;line-height:.8;height:10px;width:10... |
body .resume-section {
width: 100%;
height: 100vh;
}
body .resume-section embed {
width: 100%;
height: 100%;
}
.resume-download {
position: fixed;
width: 50px;
height: 50px;
right: 41px;
bottom: 21px;
background: red;
display: flex;
align-items: center;
justify... |
/*
cornice
Untitled
A style sheet for Scalar
Designed by Alexei Taylor
*/
body { background-color: white; }
.middle { border-radius: 0; }
.cover {
background: white;
border-bottom: solid 1px #ccc;
border-left: solid 1px #ccc;
border-right: solid 1px #ccc;
padding-bottom: 20px;
}
.cover_subtitle {
margin-... |
.welcomePageContainer {
font-family: sans-serif;
text-align: center;
min-height: 100vh;
background-image: url('../../../images/video_fallback.png');
}
.logoContainer {
padding-top: 10vh;
}
.videoTag {
position: fixed;
right: 0;
bottom: 0;
min-width: 100%;
min-height: 100%;
z-index: -1;
}
.buttonC... |
@font-face {
font-family: "Phosphor";
src: url("https://unpkg.com/phosphor-icons@1.3.2/src/font/Phosphor.ttf?65my2u")
format("truetype"),
url("https://unpkg.com/phosphor-icons@1.3.2/src/font/Phosphor.woff?65my2u")
format("woff"),
url("https://unpkg.com/phosphor-icons@1.3.2/src/font/Phosphor.svg?... |
body {
min-width: 960px
}
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0
}
.clearfix:before, .clearfix:after, .container_12:before, .container_12:after, .container_16:before, .container_16:after {
content: '.';
display: block;
ov... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.