text stringlengths 1 1.04M |
|---|
.u-section-1 {
min-height: calc(100vh - 202px);
}
.u-section-1 .u-group-1 {
min-height: 1085px;
margin-top: 0;
margin-bottom: 0;
}
.u-section-1 .u-container-layout-1 {
padding: 30px;
}
.u-section-1 .u-group-2 {
width: 828px;
min-height: 817px;
margin: 86px auto 0;
}
.u-section-1 .u-container-layout-... |
/*Right Side Buttons Start*/
.sticky-container{
padding: 0px;
margin: 0px;
position: fixed;
right: -100px;
top: 200px;
width: 200px;
height: 70px;
}
.sticky li{
list-style-type: none;
background: #DAA520;
color: #000;
height: 65px;
padding: 0px;
width:200px;
... |
@import url('https://fonts.googleapis.com/css2?family=Lato:ital@1&display=swap');
p {
font-family: Lato;
font: black;
}
nav{
font: Lato;
background-color: #333;
color: whitesmoke;
}
.bigBlue {
color:#333;
background-color: pink;
padding: 40px;
text-align: center;
font-family: La... |
/* TABLE OF CONTENT
======================================
01. Main Styles
01.1 White Text
01.2 Titles
02. Bootstrap
02.1 Align Center
02.2 Tabs
02.3.Buttons
02.4 Labels
02.5 Alerts
02.6 Lightbox
02.7 Pagination
02.8 Progress Bars
02.8 Preloader
02.10 Calendar
03. Sidebars
03.1 Content
03.2 Main Sidebar
... |
.textLayer {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
opacity: 0.2;
line-height: 1.0;
}
.textLayer>div {
color: transparent;
position: absolute;
white-space: pre;
cursor: text;
transform-origin: 0% 0%;
}
.textLayer .highlight {
margin: -1px;
padding: 1p... |
@font-face {
font-family: 'icomoon';
src: url('../../font/fonts/icomoon.eot?2osme8');
src: url('../../font/fonts/icomoon.eot?2osme8#iefix') format('embedded-opentype'),
url('../../font/fonts/icomoon.ttf?2osme8') format('truetype'),
url('../../font/fonts/icomoon.woff?2osme8') format('wo... |
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2014 Daniel Eden
*/
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
... |
pre.sh_sourceCode {
background-color: #eeeeee;
color: #000000;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_keyword {
color: #bb7977;
font-weight: bold;
font-style: normal;
}
pre.sh_sourceCode .sh_type {
color: #8080c0;
font-weight: bold;
font-style: normal;
}
pre.sh_sourceCod... |
@font-face {
font-family: 'Oswald';
src: url('../fonts/Oswald-Light.ttf');
font-display: swap;
font-weight: 300;
}
@font-face {
font-family: 'Oswald';
src: url('../fonts/Oswald-Regular.ttf');
font-display: swap;
font-weight: normal;
}
@font-face {
font-family: 'Roboto';
src:
local('Roboto Thin... |
.slider {
display: flex;
justify-content: center;
}
.item {
user-select: none;
border: 1px solid black;
/* cursor: default; */
cursor: pointer;
height: 100vh;
display: flex;
flex-basis: 25%;
justify-content: center;
align-items: center;
background-color: #aeaeae;
tra... |
/*
Global App CSS
----------------------
Use this file for styles that should be applied to all components.
For example, "font-family" within the "body" selector is a CSS property
most apps will want applied to all components.
Any global CSS variables should also be applied here.
*/
body {
margin: 0px;... |
:root {
--font-family-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
--sidebar-width: 400px;
}
html {
overflow-y: hidden !important;
}
.settings {
display: flex;
flex-direction: row;
justify-content: flex-start;
height: 100vh;
padding: 10px;
}
.setting... |
* {
cursor: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
html {
font-family: 'Lato', sans-serif;
min-height: 100%;
height: 100%;
background: #000;
overflow: hidden;
cursor: none;
}
ht... |
* metismenu - v2.7.9
* A jQuery menu plugin
* https://github.com/onokumus/metismenu#readme
*
* Made by Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
* Under MIT License
* Waves v0.7.6
* http://fian.my.id/Waves
*
* Copyright 2014-2018 Alfiana E. Sibuea and other contributors
* Released und... |
/* Tomorrow Comment */
.hljs-comment,
.hljs-title {
color: #969896;
}
/* Tomorrow Red */
.hljs-variable,
.hljs-attribute,
.hljs-tag,
.hljs-regexp,
.ruby .hljs-constant,
.xml .hljs-tag .hljs-title,
.xml .hljs-pi,
.xml .hljs-doctype,
.html .hljs-doctype,
.css .hljs-id,
.css .hljs-class,
.css .hljs-pseudo {
color: #c... |
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
::selection {
background: #f22f46;
color: white;
}
a {
color: #008cff;
}
#success-header {
padding: 20px 0;
display: flex;
height: 180px;
}
#success-header h1 {
margin-bottom: 1em;
}
main ul li {
margin-bottom: 2.5em;
}
main ul li input[type='... |
html, body {
height: 100%;
margin: 0;
padding: 0;
}
#map-canvas, #map_canvas {
height: 100%;
width: 100%;
}
@media print {
html, body {
height: auto;
}
#map-canvas, #map_canvas {
height: 650px;
}
}
#panel {
position: absolute;
top: 5px;
left: 50%;
margin-left: -180px;
z-index: 5;
background-color... |
/* ----------- CSS PERSO ---------- */
/* MES OUTILS */
.logof {
margin-bottom: 20px;
width: 4.5em;
}
#some-element {
display: none;
float: right;
font-size: 30px;
width: 50%;
margin-top: 20px;
margin-left: 30px;
}
#some-div:hover #some-element {
width: 200px;
display: ... |
@layer components {
/*! purgecss start ignore */
.message-name {
@apply m-0 leading-tight font-bold text-title;
}
.message-name a {
margin-bottom: -30px;
@apply pb-12;
}
.message-name a:hover {
@apply text-blue-lightblue;
}
.message-name a:hover .message-name-separator:before {
@appl... |
@media (min-width: 0px) {
.inspirationsSvg {
padding: 20px;
}
.inspirations {
text-align: left;
margin-top: 10px;
}
.spanInspirations {
display: contents;
font-family: "Montserrat";
font-size: 18px;
color: #212121;
margin-left: 10px;
}
.trans {
width: 45px;
height: ... |
/*
* Template Name: Unify - Responsive Bootstrap Template
* Version: 1.9.2
* Author: @htmlstream
* Website: http://htmlstream.com
*/
body {
font: 14px "Open Sans", Arial, sans-serif;
color: #999;
}
p, li a {
color: #999;
}
/* Default highlight color */
::-moz-selection {
color: #fff;
background: #9dba04;
}
::... |
/* ===========================
--- typography
============================ */
body {
width: 100%;
background-color: #fff;
min-height: 100%;
font-family: Raleway;
}... |
/*!
* Start Bootstrap - Grayscale v5.0.2 (https://startbootstrap.com/template-overviews/grayscale)
* Copyright 2013-2018 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE) |
@font-face {
font-family: "Amiri";
src: url("../fonts/Amiri/Amiri-Regular.ttf");
font-display: fallback;
}
@font-face {
font-family: "Almarai";
src: url("../fonts/Almarai/Almarai-Regular.ttf");
}
@font-face {
font-family: "Tajawal";
src: url("../fonts/Tajawal/Tajawal-Regular.ttf");
}
@font-face {
fon... |
:root {
--primary-color: #2fdf84;
--secondary-color: #6c6c6c;
--font: 'Red Hat Text', sans-serif;
}
.container {
font-family: var(--font);
overflow: hidden;
}
.sideDiv {
position: absolute;
top: 0;
left: 0;
height: 100vh;
width: 40%;
background-color: var(--primary-color);
z-index: -1;
}
.hea... |
/*! TACHYONS v4.9.1 | http://tachyons.io */
/*
*
* ________ ______
* ___ __/_____ _________ /______ ______________________
* __ / _ __ `/ ___/_ __ \_ / / / __ \_ __ \_ ___/
* _ / / /_/ // /__ _ / / / /_/ // /_/ / / / /(__ )
* /_/ \__,_/ \___/ /_/ /_/_\__,... |
#top .navbar {
margin-bottom: 0;
background: #E07298;
}
#left {
background-color: #E07298;
}
.skin_txt {color: #7a29a3;}
.user-media .media-body ul.user-info li {color: #fff;}
.btn-default {
color: #fff;
background-color: #E07298;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.a... |
/*
DataStore Capstone Project
Author: Ashton Allen
Email: aashton482@gmail.com
options.css
Defines css styles for data tracker page
*/
#url_info {
text-align: center;
border: 2px solid black;
border-radius: 5px;
}
#html_info {
padding-bottom: 10px;
}
#cookie_manager {
table {
... |
body {
padding: 0;
margin: 0;
$main-font: sans-serif;
font-size: 1em;
line-height: 1.5;
color: #555;
background: #fff;
}
h1 {
font-size: 1.5em;
font-weight: normal;
box-shadow: 0 1px #ddd, 0 2px #fff, 0 3px #ddd;
}
small {
font-size: .66666667em;
}
a {
color: #e74c3c;
text-decoration: none;
}
... |
/*------------------------------------------------------------------
[Master Stylesheet]
Project: Global Tours & Travel
Version: 1.0
Project start: May 31 2016
Project end: June 17 2016
-------------------------------------------------------------------*/
/*----------------------------------------------------... |
/*
* Add your css files in this folder
*
* More infos:
* - You need to run `npm run css` to refresh your CSS settings
* - Parcelify supports a watch mode - try `parcelify -w ./ build/bundle.css`
* - You can change your folder with the `style` property in your package.json
* - You can also use CSS preprocessors ... |
.hamburger {
display: block;
width: 20px;
position: relative;
top: 0;
left: 0;
z-index: 10000;
padding: 26px 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
-webkit-tap-highlight-color: transparent;
-ms-touch-act... |
/* Custom CSS to override some Bootstrap CSS */
#heading {
text-align: center;
color: blue;
padding: 30px 30px;
background-color: white;
}
#main-content {
text-align: center;
margin: 0 auto;
}
/* some styling for the word to be guesssed */
#word-text {
font-size: 18px;
text-transform:... |
* {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
*::before,
*::after {
box-sizing: inherit; }
html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
-webkit-tap-highlight-color: transparent; }
body {
margin: 0; }
main {
display: block; }
p,... |
/*!
* Bootstrap Grid v5.1.3 (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)
*/
:root {
--bs-blue: #0d6efd;
--bs-indigo: #6610f2;
--bs-purple: #6f42c1;
--bs-pink: #d63384;
... |
@import "custom";
.navigation-preview-wrapper {
position: relative;
min-height: 54px;
background-color: var(--white);
& > div {
flex-direction: column;
overflow: hidden;
& :global(.ui-navigation) {
& :global(.ui-item) {
&:first-of-type {
margin-left: calc(var(--offset) / 2);... |
body {
background: black; }
body div {
background: white; } |
a:hover {
color: #8d0db1;
text-decoration: none;
}
.bg-background2:before {
background: linear-gradient(86deg, rgba(55, 0, 144, 0.8) 0%, rgba(167, 57, 118, 0.9) 100%);
}
.pattern:before {
background: linear-gradient(86deg, rgba(55, 0, 144, 0.8) 0%, rgba(167, 57, 118, 0.9) 100%);
}
.owl-controls .owl-page.active, .o... |
.simCase {
border-top: 1px solid lightgrey;
margin: 8px;
padding: 8px;
}
.simCase:hover {
cursor: pointer;
background: whitesmoke;
}
.text-breakall {
word-break: break-all;
}
textarea {
font-family: monospace;
}
/* main 页面下 footer*/
.mainFooter {
padding: 10px;
margin-top: 25px;
... |
/**
* Based on copypasta from Remy Bach and Sarah Drasner
*/
code[class*="language-"],
pre[class*="language-"] {
color: white;
background: none;
font-family: Consolas,Menlo,Monaco,source-code-pro,Courier New,monospace;
font-feature-settings: normal;
text-align: left;
white-space: pre;
word-spacing: norm... |
body
{
background: #112;
color: #fff;
} |
/* ===================================================================
*
* Epitome Main Stylesheet
* Template Ver. 1.0.0
* 04-22-2019
* ------------------------------------------------------------------
*
* TOC:
* # base style overrides
* ## links
* # typography & general theme styles
* ## Lis... |
label {
background-color: white;
border: none;
border-radius: 1000px;
color: #203FC4;
display: none;
font-size: 3rem;
left: 1rem;
line-height: 70px;
margin-bottom: 70px;
position: absolute;
top: 0.5rem;
width: 75px;
z-index: 999;
}
@media screen and (max-width: 740px) {
label {
display:... |
:root {
--rowHeight: 98vh;
--colWidth: 98vw;
}
body {
background: black;
}
.videos {
display: grid;
grid-gap: 5px;
grid-auto-flow: row;
grid-template-columns: repeat(auto-fit, minmax(var(--colWidth), 1fr));
}
.videoContainer {
position: relative;
overflow: hidden;
min-heigh... |
.tally *{
display: inline-block;
}
.tally > div > div{
height: 30px;
position: relative;
}
.tally img{
height: 100%;
}
.tally .content{
background: url(assets/marks.png) no-repeat 108% center;
background-size: auto 100%;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 98%;
}
.tally-1>div>:l... |
/**
* @file
* Styles for HRPortalDEMO's links.
*/
/* animated icon */
.mt-link-style-animated-icon .mt-link-stylable {
margin: 0 0 10px 0px;
display: inline-block;
background-color: transparent;
padding: 0;
border: none;
font-weight: 500;
text-decoration: none;
position: relative;
padding-left: 25p... |
/* 图片区 */
.intro-wrap{
overflow: hidden;
position: relative;
}
.intro-wrap .p-img-con{
float: left;
width: 500px;
}
/* 主图 */
.intro-wrap .p-img-con .main-img-con{
/* height: 400px;
border: 1px solid #ddd; */
}
.intro-wrap .p-img-con .main-img-con .main-img{
height: 100%;
width: 100%;
}
/... |
/* You can add global styles to this file, and also import other style files */
html
{
padding: 0;
height: 100%;
}
body
{
margin-top: 63px;
height: 100%;
}
input.ng-invalid.ng-touched
{
border: 1px solid red;
}
.login,
.sign-up {
background-color: #0079D3;
border-color: #0079D3;
color... |
pre.src {
background: #ffffff;
margin-top: 0px;
margin-bottom: 0px;
}
table.src {
border: #dcdcdc 1px solid;
font-size: 16px;
}
td.numLine {
background: #f0f0f0;
border-right: #dcdcdc 1px solid;
padding-right: 3px;
text-align: right;
}
td.numLineCover {
background: #80ff80;
bord... |
.navbar {
margin-bottom: 0;
}
.jumbotron {
padding-top: 6rem;
padding-bottom: 6rem;
margin-bottom: 0;
background-color: #fff;
}
.jumbotron p:last-child {
margin-bottom: 0;
}
.jumbotron-heading {
font-weight: 300;
... |
body {
font-family: "Segoe UI";
font-size: 14px;
height: 100%;
width: 100%;
}
.header {
height: 76px;
border-bottom: 1px #E5E4E2 solid;
margin: auto;
padding-top: 10px;
padding-bottom: 10px;
position: relative;
}
.header img {
float: left;
margin-left: 150px;
}
.header p {
float: left;
margin-left: 50p... |
.App {
text-align: center;
}
.App-logo {
animation: App-logo-spin infinite 20s linear;
height: 20vmin;
pointer-events: none;
}
.App-header {
background-color: #282c34;
min-height: 40vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2v... |
@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";
/*!
* Bootstrap v4.3.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: #3490d... |
::-moz-selection {
color: #FFF;
background: #2a2a2a;
}
::selection {
color: #FFF;
background: #2a2a2a;
}
a {
color: #2a2a2a;
}
a:hover {
color: #373737;
}
a:focus {
color: #373737;
}
a:active {
color: #1d1d1d;
}
html .text-color-primary,
html .text-primary {
color: #2a2a2a !important;
}
html .text-color... |
.wrapper6{
margin: 100px;
padding: 20px;
width: 100%;
}
.skew{
width: 50px;
height: 25px;
background-color: #f0f0f0;
transition-property: all;
transition-duration: 0.25s;
transition-timing-function: ease;
transition-delay: 0s;
border-radius: 20px;
}
.parent{
backgrou... |
.fullscreen-modal-email-preview {
margin: 30px;
max-width: 100%;
}
.fullscreen-modal-email-preview .modal-content {
position: relative;
overflow: scroll;
height: 100%;
padding: 0;
}
.fullscreen-modal-email-preview .modal-body {
margin: 0;
}
.gh-pe-header {
position: sticky;
top: 0... |
@charset "utf-8";
*{
margin: 0;
padding: 0;
font-family: arial;
}
h1 {
margin: 30px;
text-align: center;
text-transform: uppercase;
}
table {
margin: auto;
margin-top: 50px;
width: 500px;
border-spacing: 10px;
}
td {
text-align: center;
border: 1px solid black;
padding: 20px;
background:... |
.cardGroup{
margin-bottom:50px;
}
.different{
width:33%; height:33px;
}
.name{
margin-bottom: 100px;
margin-left: 250px;
}
.paragraf{
margin-bottom:125px;
margin-left: 500px;
}
.card {
border-radius: 5%;
} |
/* 全体 */
div, p {
margin: 0;
padding: 0;
border: 1px solid;
}
/* html {} */
body {
font-family:'メイリオ', 'Meiryo','MS ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
font-size: large;
background-color: gainsboro;
}
div#bodywrap {
max-width: 1200px;
margin: 0 auto;
backgroun... |
body {
height: auto;
}
.card {
background-color: rgba(76, 39, 85, 0.26);
}
.btn {
background-color: rgba(76, 39, 85, 0.774);
color: white;
width: 30%;
} |
/*!
* Start Bootstrap - Thumbnail Gallery HTML Template (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
body {
padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}
... |
/*! #######################################################################
MeanMenu 2.0.7
--------
To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)
####################################################################### */
.mean-container{
position: relative;
... |
/******Slider****/
.anim-slider
{
background: #225A86;
list-style-type: none;
position: relative;
overflow: hidden;
text-align: center;
top: 0;
left: 0;
width: 100%;
height: 400px;
padding:0;
margin:0;
}
/********Slides**********/
.anim-slide
{
position: absolute;
width: 100%;
... |
.floatleft { float: left }
.floatright { float: right }
.alignleft {
float: left;
margin-right: 15px;
}
.alignright {
float: right;
margin-left: 15px;
}
.aligncenter {
display: block;
margin: 0 auto 15px;
}
a:focus { outline: 0px solid }
img {
max-width: 100%;
height: auto;
}
.fix { over... |
/**
* ===========================
* Pose Editor Menu Component
* ===========================
*/
pose-editor {
table {
width: 100%;
}
.hidden {
display: none !important;
}
} |
#page-landing {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
color: var(--color-text-in-primary);
background: var(--color-primary);
}
.logo-container img{
height: 10rem;
}
.hero-image {
width: 100%;
}
.logo-container {
text-align: center;
margin-bot... |
.right-align {
text-align: right;
}
mat-form-field {
width: 100%;
margin-bottom: 10px;
} |
.arcontactus-widget.right.arcontactus-message{right:20px}
.arcontactus-widget.right.arcontactus-message{bottom:20px}
.arcontactus-widget .arcontactus-message-button,
.pulsation{-webkit-animation-duration:2s;animation-duration:2s}
.arcontactus-widget.md .arcontactus-message-button,.arcontactus-widget.md.arcontactus-mess... |
/* This stylesheet generated by Transfonter (https://transfonter.org) on June 9, 2017 1:49 PM */
@font-face {
font-family: 'Neuron';
src: url('Neuron-Bold.eot');
src: url('Neuron-Bold.eot?#iefix') format('embedded-opentype'),
url('Neuron-Bold.woff2') format('woff2'),
url('Neuron-Bold.woff') format('woff'),
ur... |
.dark-mode {
background-color: #171c28;
color: #deb5f5;
} |
body{
margin: 0;
}
h1{
margin: 0;
}
a{
text-decoration: none;
color: inherit;
}
ol{
padding-inline-start: 0;
}
li{
list-style: none;
}
textarea{
font: inherit;
}
input{
border: none;
}
button{
border: none;
} |
/*!
* jPictura Core v0.1.8
* https://github.com/anmarcek/jpictura-core.git
*
* Copyright (c) 2015-2017 Anton Marček
* Released under the MIT license
*
* Date: 2017-01-17T12:21:13.700Z
*/ |
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
Copy the number with the hashtag like (# 12.7) and
use CTRL+F to search your specific style elements
----------------------------------------------------------------
# 1.0 Common form elements & styles
# 1.1 - Transition ... |
@media (max-width: 768px) {
.cardResponsive {
margin-bottom: 15px;
}
} |
.banner {
display: flex;
flex-direction: column;
-webkit-box-align: center;
align-items: center;
position: relative;
padding-top: 24px;
padding-bottom: 8px;
overflow: visible;
}
.banner a.hs-button.orange-btn.btn-with-icon.btn-center.after-submit-close {
margin: 30px auto 0;
}
.ban... |
input,
select {
width: 100%;
box-sizing: border-box;
}
select {
background: #f0f0f0;
font-size: 1.1em;
}
label,
legend {
display: none;
}
fieldset {
border: none;
margin: 0;
padding: 0;
}
.container {
font-family: sans-serif;
margin: 2em auto 0.2em;
min-width: 320px;
max-width: 800px;
}
.ma... |
body {
width: 100%;
height: 50%;
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: grayscale;
}
... |
/* montserrat-regular - latin */
@font-face {
font-family: "Montserrat";
font-style: normal;
font-weight: 400;
src: local("Montserrat Regular"), local("Montserrat-Regular"),
url("../fonts/montserrat-v14-latin-regular.woff2") format("woff2"),
/* Chrome 26+, Opera 23+, Firefox 39+ */
url("../fonts/m... |
/* CharityPoint - HTML Template */
/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header / Style Two / Style Three
5. Main Slider
6. Services Section
7. Welcome Section
8. Counter Section
9. Causes Section
10. Call To Action / Style Two
11. Events Section
12. Gallery Section
13. Te... |
/*
* Copyright (C) 2013 salesforce.com, inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... |
#loader {
transition: all .3s ease-in-out;
opacity: 1;
visibility: visible;
position: fixed;
height: 100vh;
width: 100%;
background: #fff;
z-index: 90000
}
#loader.fadeOut {
opacity: 0;
visibility: hidden
}
.spinner {
width: 40px;
height: 40px;
position: absolute;... |
.albumContainer{ width: 100%; float: left;}
.albumFilter a {
color: #fff;
}
.albumFilter {margin-bottom: 20px;}
.albumFilter a:hover {background-color: #666;}
.albumFilter a.current {background-color: #333;}
div.block {
background-color: #fff;
margin: 0px 0px 0px 0px;
position:relative;
float: lef... |
.sidebar
{
position: fixed;
z-index: 100;
top: 0;
left: 0;
display: flex;
overflow-y: auto;
flex-direction: column;
height: 100%;
color: #000;
background: #fff;
}
.sidebar-dyn
{
transition: left .5s;
}
.sidebar .navbar-wrapper
{
position: relative;
}
.sidebar-header... |
.app {
}
.app__header {
text-align: center;
} |
.d3tree3 text {
pointer-events: all;
/* font-size: 10px; */
font-family: sans-serif;
}
/*Controls the font size on hover over*/
/*
.d3tree3 .depth .children:hover text {
font-size: 1em;
}
*/
/*
.d3tree3 .depth g:hover text{
font-size: 15px;
}
*/
/*Controls the title name font size*/
.d3tree3 .grandparent ... |
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.toast-top-center {
top: 0;
r... |
*{
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}
body{
display: flex;
flex-direction: row;
justify-content: center;
background: #0090f2;
}
#container{
width: 500px;
margin-top: 10px;
padding-top: 5px;
padding-bottom: 10px;
padding-left: 10px;
p... |
/*
* Unminified CSS Source
* This css file is not required for the plugin, because the styles
* are minified and hard-coded in plugin.js
*
*/
img::selection {
color: rgba(0, 0, 0, 0);
}
img.ckimgrsz {
outline: 1px dashed #000;
}
#ckimgrsz {
position: absolute;
width: 0;
height: 0;
cursor: default;
... |
/*!
* AdminLTE v3.0.0-alpha
* Author: Abdullah Almsaeed
* Website: AdminLTE.io <http://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT>
*/
/*!
* Bootstrap v4.1.0 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Li... |
/*!
* Bootstrap v3.3.4 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
* {
box-sizing: border-box;
}
body {
margin: 1%;
font-family: 'Inconsolata', monospace;
color: darkslateblue;
}
/* header {
height: 5%;
} */
.menu {
margin-bottom: 15px;
}
.menu input {
display: none;
}
.menu label {
display: inline-block;
margin-left: 5px;
color: rgb(161, 50, 50);
padding: 1... |
@charset "UTF-8";
#footer {
margin-top: 3rem;
padding: 2rem;
color: #fff;
background: #333;
}
/*!
* Bootstrap v3.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | git... |
@charset "UTF-8";
html {
font-size: 1em; /* 16px */
line-height: 1.5; /* 24px */
}
body {
color: #000;
background-color: #fff;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "MS P ゴシック", "MS P Gothic",sans-serif;
/*font-family: 'Yu Mincho Light','YuMincho','Yu Mincho'... |
.leaderboard-avatar {
width: 150px;
height: 150px;
border-radius: 100%;
padding: 2px;
border: 2px solid var(--header-color);
}
.leaderboard-avatar:hover {
opacity: 0.7;
}
.username , .username:hover, .username:active, .username:visited {
color: inherit !important;
text-decoration: none !important;
}
.nav-tab... |
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
body {
background-color: #e5ddd5;
font-family: "微软雅黑", Arial, "Helvetica Neue", cursive;
overflow: hidden;
padding-top: 31px;
}
.panel-background {
position: absolute;
top: 0;
left: 0;
height: 100%;
w... |
.DialogContainer {
margin-bottom: 1rem;
margin-right: 0.8rem;
}
.DialogContent {
margin: 0.2rem 0;
}
.DialogHeadingContainer {
display: flex;
justify-content: space-between;
align-items: center;
}
.DialogHeading {
font-size: 1rem;
font-weight: bold;
}
.Datetime {
color: #959ba4;
font-size: 1rem;... |
/**
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
/* Toolbar
*
* Styling Toolbar means styling the toolbar container and the widget inside toolbar (dijitToolbar)
*
* 1. toolbar (default styling):
* .dijitToolbar - styles for outer container
*
* 2. widget inside toolbar
* .dijitToolbar .dijitButtonNode - Button widget
* .dijitComboButton - C... |
/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900);
html { height: 100%; }
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallaghe... |
.stockflux-icon {
height: 19px;
margin-top: auto;
margin-bottom: auto;
width: 30px;
background-position: 50% 80%;
background-repeat: no-repeat;
transition: 0.5s all;
cursor: default;
display: inline-block;
}
.stockflux-icon.star-tab {
background-image: url('../images/star_tab.png');
}
.stockflux-i... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.