text stringlengths 1 1.04M |
|---|
.BookList {
display: flex;
flex-wrap: wrap;
}
.BookList__item {
width: 100%;
}
.BookList__search__filter__container {
width: 100%;
display: flex;
justify-content: space-between;
padding: var(--medium-size);
}
.BookList__search__filter__container input {
flex: 1;
margin-right: var(... |
/**
* Checks if a list contains a certain value.
*
* @param {list} $list - the list to check
* @param {value} $var - the value to search for
* @param {bool} $recursive (false) - should any contained lists be checked for the value
*
* @return {bool} true if the value is found from the list, false otherwise
*
... |
@charset "utf-8";
/* CSS Document */
/**
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
de... |
div,p{
display: inline-block;
margin-top: auto;
margin-bottom: auto;
}
div {
height: 8px;
width: 8px;
min-width: 8px;
border-radius: 200%;
}
p{
margin-left: 5px;
font-family: "SegoeUI";
font-size: 14px;
font-weight: 500;
}
.severity-level.High {
background: #C00000;
}
... |
/*!
* animate.css -http://daneden.me/animate
* Version - 3.5.2
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2017 Daniel Eden
*/
.animated {
animation-duration: 1s;
animation-fill-mode: both;
}
.animated.infinite {
animation-iteration-count: infinite;
}
.animated... |
/*
$kt-media-breakpoints: (
// Small screen / phone
sm: 576px,
// Medium screen / tablet
md: 768px,
// Large screen / desktop
lg: 1024px,
// Extra large screen / wide desktop
xl: 1200px,
// Extra large screen / wide desktop
xxl: 1600px
)!default;
*/
.kt-wizard-v2 ... |
/* =================================================================== */
/*
/* Puremedia v1.0 Media Queries
/* url:styleshout.com
/* 10-10-2014
/*
/* =================================================================== */
/* small screens */
@media only screen and (max-width:900px) {
/* content styles */
#cont... |
@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i);
body {
font-style: normal;
line-height: 1.5;
}
.mbr-section-title {
font-style: normal;
line-height: 1.2;
}
.mbr-section-subtitle {
line-height: 1.3;
}
.mbr-text {
font-style: normal;
line-height:... |
/*
* Theme Name: matboog
*
* Layout: Sidebar-Content
*
* Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/
.content-area {
float: right;
margin: 0 0 0 -25%;
width: 100%;
}
.site-main {
margin: 0 0 0 25%;
}
.site-content .widget-area {
float: left;
overflow: hidden;
width: 25%;
}
... |
body {direction: rtl;unicode-bidi: embed;}
body .oceanwp-row .col, .top-bar-left {float: right;}
.top-bar-right {float: left;}
ul, ol {margin: 15px 20px 15px 0;}
table th, table td, caption, th, td {text-align: right;}
.theme-heading .text::before {display: none;}
.theme-heading .text::after {content: "";font-family: ... |
body {
background-color: #f5f5f5; /*set whitesmoke colour for background*/
/*other colors: #f0ede6, #f0e6e6*/
margin: 0;
padding: 0;
font-family: Helvetica,Arial,sans-serif;
} |
/* all reset */
@import url("normalize.css");
*, *::before, *::after {
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
ul {
margin: 0;
padding: 0;
list-style-type: none;
}
a {
color: inherit;
text-decoration: none;
}
body {
background-color: #fff;
font-size: 16px;
... |
/**
* Chrome Extension Twitter Bootstrap 3 Template
* Custom CSS
*
*/
.chip{
margin-bottom: 4px;
margin-top: 1px
}
textarea {
resize: none;
}
.btn-tags {
float: right;
} |
/* line 19, sass/verification_icons.scss */
.pass-icon {
width: 16px;
height: 16px;
padding: 2px;
border: solid 1px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: inline-block;
vertical-align: middle;
*vertical-align: auto;
*zoom: 1;
*display: inline;
backgr... |
/* You can add global styles to this file, and also import other style files */
@import '~https://fonts.googleapis.com/icon?family=Material+Icons';
/*@import '~@angular/material/prebuilt-themes/deeppurple-amber.css';*/
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
/*@import '~@angular/material/prebuil... |
.holderbig{
background: #fff;
border-radius:5px;
box-shadow: 0 2px 3px 0 rgba(0,0,0,.1);
padding:30px 20px 20px;
width: 100%;
height: 100%;
display: inline-table;
}
label{
color: black
} |
/*!
* Bootswatch v5.1.0
* Homepage: https://bootswatch.com
* Copyright 2012-2021 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*/
/*!
* Bootstrap v5.1.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors
* Copyright 2011-2021 Twitter, Inc.
* Licensed under MIT (https://github.com/t... |
/*****************************************
METRONIC MATERIAL DESIGN STYLE COMPONENTS
******************************************/
/* Cubic Bezier Transition */
/***
General reset
***/
body {
color: #333333;
font-family: "Open Sans", sans-serif;
padding: 0px !important;
margin: 0px !important;
direction: "rtl... |
/**
* FixedDataTable v0.6.4
*
* Copyright (c) 2015, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same direct... |
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Mona... |
html,body {
margin: 0;
padding: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-ms-content-zooming: none;
}
html.no-decor>body>scene,
html:not(.no-decor)>body>content {
display: none;
}
scene {
display: block;
position: relative;
overflow: hidden;
-webkit-transform: translate3d(0,0,0);
-webkit-perspective-... |
/* ==UserStyle==
@name Voat - Larger Font Size
@namespace USO Archive
@author shepherdbookshelf
@description `Title says it all. Just makes the important text a bit bigger and easier to read.`
@version 20150708.16.47
@license CC0-1.0
@preprocessor uso
==/UserStyle== */
@-moz-do... |
/* TEMPLATE STYLES */
main {
padding-top: 3rem;
padding-bottom: 2rem;
}
.widget-wrapper {
padding-bottom: 2rem;
border-bottom: 1px solid #e0e0e0;
margin-bottom: 2rem;
}
.extra-margins {
margin-top: 1rem;
margin-bottom: 2.5rem;
}
.divider-new {
margin-top: 0;
} |
/********************************************************************************************************/
/********************************* GLOBAL SETTINGS *******************************************************/
/********************************************************************************************************... |
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=a3621eaf54222e0eb73f91bbd1de2f21)
* Config saved to ... |
/*Packery grid styling*/
body {
}
.ucsd_header {
position: fixed;
overflow: hidden;
top: 0;
width: 100%;
padding: 8px 0;
background-color:#fff;
border-bottom: 3px solid #FFCD00;
-webkit-box-shadow: 0 0 50px 10px rgba(0,0,0,.4);
box-shadow: 0 0 50px 10px rgba(0,0,0,.4);
z-index:... |
/*
* ___
* /\_ \
* \//\ \ __ ___ __ __ ___ ___
* \ \ \ /'__`\ /' _ `\/\ \/\ \ / __`\ /' _ `\
* \_\ \_/\ \_\.\_/\ \/\ \ \ \_\ \/\ \_\ \/\ \/\ \
* /\____\ \__/.\_\ \_\ \_\/`____ \ \____/\ \_\ \_\
* \/____/\/__/\/_/\/_/\/_/`/___/> \/___/ \/_/\/_/
* ... |
@import "webCommon.css";
@import "qthelp://opencor/doc/res/common.css";
a {
color: rgb(54, 96, 146);
}
a:hover {
border: 1px solid rgba(54, 96, 146, 0.13);
background: rgba(54, 96, 146, 0.05);
color: rgb(54, 96, 146);
}
a:visited {
color: rgb(54, 96, 146);
}
code {
color: rgb(54, 96, 146);
}... |
.ui-button {
padding: .4em 1em;
display: inline-block;
position: relative;
line-height: normal;
margin-right: .1em;
cursor: pointer;
vertical-align: middle;
text-align: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
/* Support: IE <= 11 */
overflow: v... |
html {
box-sizing: border-box;
font-size: 14px;
}
*,
*::before,
*::after {
box-sizing: inherit;
}
body {
background: white;
color: #3c3c3c;
height: auto;
font-family: 'Proxima Soft', Helvetica, sans-serif;
font-size: 1em;
line-height: 1.5em;
margin: 0;
}
a {
text-decoration: none;
} |
.pageWrap .row {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: .5rem;
}
.pageWrap .col {
width: 50%;
text-align: center;
margin-top: .5rem;
padding: .5rem;
}
.pageWrap h4 {
margin: .4rem auto;
}
.pageWrap .box {
/* background: #efefef; */
margin:... |
body{
text-align: center;
font-family: 'Montserrat', sans-serif;
cursor:default;
}
table{
width: 100%;
margin-left: auto;
margin-right: auto;
}
h1{
font-family: 'Coiny', cursive;
}
.mainDiv{
position: relative;
width: 206px;
height: 190px;
margin: 0px auto;
margin-top: 100px;
}
.square{
wi... |
.sidebar-elems,
#synthetic-implementations,
#synthetic-implementations-list,
#blanket-implementations,
#blanket-implementations-list {
display: none !important;
} |
.select-items div, .select-selected{
padding-right: 25px;
} |
/* -----------------------------------------------------------------------
Blueprint CSS Framework 1.0.1
http://blueprintcss.org
* Copyright (c) 2007-Present. See LICENSE for more info.
* See README for instructions on how to use Blueprint.
* For credits and origins, see AUTHORS.
* This is a compressed... |
@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";
/*!
* Bootstrap v4.5.0 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root {
--blue: #3490d... |
/*! UIkit 2.26.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */ |
@import url(http://fonts.googleapis.com/css?family=Tauri|Alef:400,700);
/*
EX:
h1 { font-family: ‘Metrophobic’, Arial, serif; font-weight: 400; };
font-family: 'Tauri', sans-serif;
font-family: 'Alef', sans-serif;
*/
.hr-divider{
#margin-bottom: 50px;
display: block;
clear: both;
}
.hr-divider img{
width:100%;
... |
.card {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 100%;
border-radius: 5px;
}
.card:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
img {
border-radius: 5px 5px 0 0;
}
.container {
padding: 2px 16px;
margin-top: 2%;
margin-left: 30%;
text-align: jus... |
#sidebar {
background-color: #c2c2d6;
}
#navbar {
background-color: #c2c2d6;
}
#mydiv1 {
vertical-align: middle;
}
#myspan1 {
font-family: open sans,Geneva,sans-serif;
color:#666699;
text-shadow: 1px 1px 0 yellow;
}
body, label, input, button, select {
font-family: "Arial";
} |
.RangeSlider {
position: relative;
width: 10rem;
height: 1rem;
text-align: center;
display: inline-block;
}
.RangeSlider input {
pointer-events: none;
position: absolute;
overflow: hidden;
left: 0;
top: 0;
width: 100%;
outline: none;
height: 1rem;
margin: 0;
... |
:root {
--blue: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545;
--orange: #fd7e14;
--yellow: #ffc107;
--green: #28a745;
--teal: #20c997;
--cyan: #17a2b8;
--white: #fff;
--gray: #6c757d;
--gray-dark: #343a40;
--primary: #007bff;
--secondary: #6c757d;
--succ... |
/*!
* AdminLTE v3.0.1-pre
* Only Components
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
* License: Open source - MIT <http://opensource.org/licenses/MIT>
/*# sourceMappingURL=adminlte.components.min.css.map */ |
body{
font-family: "Hiragino Sans GB","微软雅黑","Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.modal-backdrop{
z-index: 9999999;
}
.modal{
z-index: 99999999;
}
.filter-controls,btn-controls{
margin-top: 5px;
margin-bottom: 5px;
}
#confirm_modal {
top: 10%;
width: 100%;
margin: 0 auto;
max-height: 26... |
/*
Copyright 2016 Summerside Makerspace 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 law or agreed to in wri... |
p.test a { background-color : red }
p.test *:link { background-color : lime } |
/**! hopscotch - v0.3.1
*
* Copyright 2017 LinkedIn Corp. All rights reserved.
*
* 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 re... |
/* quick reset */
* { margin: 0; border: 0; padding: 0; }
body {
background-color: black;
color: white;
font-size: 16px;
font-family: 'Muli', sans-serif;
padding: 20px;
}
.headerText {
text-align: center;
}
main {
padding-top: 20px;
}
.welcome-message { text-align: center; margin-bottom: 40px; }
u... |
body{
margin: 0;
padding: 0;
font-family: sans-serif;
background: #34495e;
}
.box{
width: 300px;
padding: 40px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #000000 ;
text-align: center;
}
.box h1{
color: white;
text-transform: uppercase;
font-weigh... |
@font-face {
font-family: 'Unscii 8';
src: url('unscii-8.ttf') format('truetype');
}
html, body, h1, h2, h3, pre, .xterm {
font-family: "Unscii 8", Inconsolata, Unifont, "GNU Unifont", courier-new, courier, monospace;
background: black;
color: white;
}
A, A:visited, A:hover {
color: cyan;
... |
body {
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 1;
}
.jumbotron {
text-align: center;
background-color: transparent;
color: black;
border-radius: 0;
border-bottom: 10px solid black;
}
.description{
white-space: pre-wrap;
}
.time-block{
text-align: center;
border-radiu... |
/*!
* Bootstrap Big Grid v0.2.0
* Copyright 2013 BenWhitehead
* Licensed under http://www.apache.org/licenses/LICENSE-2.0
*/
@media (min-width: 1366px) {
.col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
fl... |
.banner {
background-image: url('../img/bg-home.png');
padding: 20px 15px 10px 15px;
background-position: center;
background-repeat: unset;
background-size: cover;
}
.bg-couple {
background-image: url('../img/bg-couple.png');
background-position: center;
background-repeat: unset;
ba... |
.slider,
.slider > li {
width: 100%;
}
.slider > ul {
list-style: none;
} |
/* Styles for the page navigation bar */
nav.page-nav {
background-color: #1b1b1b;
line-height: 6rem;
font-size: 1.7rem;
}
nav.page-nav .container {
display: -ms-flexbox;
display: flex;
}
nav.page-nav a {
display: block;
min-width: 9rem;
padding: 0 1.8rem;
border-right: 1px dotted... |
#home{
position: relative;
}
.rslides img {
display: block;
float: left;
width: 100%;
border: 0;
}
.img-reload{
width:30px;
height:auto;
}
.menu-mobile{
display:none;
}
.terms{
font-size:15px;
text-decoration:underline;
margin-top:0px;
top:40px;
position:relative;
}
.filtering{
... |
@import url('https://fonts.googleapis.com/css2?family=Bungee+Inline&display=swap');
.contentCompute h3 {
margin-top: 5%;
font-family: 'Bungee Inline', cursive;
font-size: 3rem;
color: white;
text-align: center;
}
.container-compute{
width: 100%;
display: flex;
justify-content: center;
... |
.a {
display: block;
background: url('/assets/alipay.png')
}
.a1 {
display: block;
background: url( '/assets/alipay.png' )
}
.b {
background: url(../../assets/alipay.png)
}
.c {
background: url(https://huixisheng.github.io/image/Fg0s0GU_xDPd2rOgAYYikJDTiEhL)
}
.e {
} |
.modalDialog {
position: fixed;
font-family: Verdana;
font-size: 4pt;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0, 0, 0, 0.4);
z-index: 9999 !important;
opacity:0;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transiti... |
body{
background-color: #ff555f;
}
.login-page{
background-color: #222222;
}
.login-box{
background-color: transparent;
}
.login-logo a{
color: #fff;
}
.login-card-body {
background-color: transparent;
}
.login-card-body p{
color: #fff;
}
.card{
background-color: transparent;
}
.btn{
back... |
body {
backgorund-repeat: no-repeat;
background-position: center;
background-color: #000;
color: #fff;
}
.navbar-laravel {
backgorund-color: #000;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.navbar-brand {
color: #fff !important;
}
.nav-link {
color: #fff !important;
}
.table-dark {
color: #fff;... |
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
font-family: 'CascadiaCode';
src: url(/assets/fonts/CascadiaCode.ttf);
display: swap;
}
* {
font-family: 'CascadiaCode', monospace;
}
html,
body,
body > div:first-child,
div#__next,
div#__next > div {
height: 100%;
}
::-webkit-scrollb... |
/*!
* Start Bootstrap - SB Admin 2 v4.0.0 (https://startbootstrap.com/template-overviews/sb-admin-2)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin-2/blob/master/LICENSE)
*//*!
* Bootstrap v4.2.1 (https://getbootstrap.com/)
* Copyright 2011-... |
.footer {
/* BORDER */
border: 0px solid;
/* DISPLAY */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
/* COLOR */
/* FONTS */
font-size: 0.6em;
padding: 5px;
} |
.cart {
position: fixed;
top: 100px;
margin-top: 20px;
right: 20px;
max-width: 420px;
min-width: 200px;
width: 30%;
border: 1px solid #aaa;
border-radius: 5px;
padding: 0.25em;
margin-bottom: 2em;
cursor: pointer;
transition: 0.25s ease-in-out;
background-color: w... |
.filters {
font-size: 20px;
}
.filters .filter {
margin: 3px;
padding: 3px 7px;
text-decoration: none;
border: 1px solid transparent;
border-radius: 3px;
}
.filters .selected {
border: 1px solid transparent;
text-decoration: none;
}
.filters .not-selected {
color: black;
text-decoration: none;
... |
* {
font-family: 'Montserrat';
}
h1,
h4,
h5,
h6 {
font-weight: 700;
}
hr.star-light,
hr.star-dark {
max-width: 15rem;
padding: 0;
text-align: center;
border: none;
border-top: solid 0.25rem;
margin-top: 2.5rem;
margin-bottom: 2.5rem;
margin-left: auto;
margin-right: auto;
}
hr.star-light:after,... |
.error-message{
display: flex;
align-items: center;
}
.error-message i{
color: red;
margin-right: 10px;
}
.error-message span{
color: red;
}
.input-has-error{
border: 1px solid red !important;
}
input+.error-message:not(.ng-hide){
margin-top: -5px;
margin-bottom: 10px;
}
html body .b... |
.menu-hamburger {
width: 40px;
height: 40px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}
.menu-hamburger span {
position: relative;
transition: 0.3s;
}
.menu-hamburger span,
.menu-hamburger span:before,
.menu-hamburger span:after {
background: white;
width: 100... |
/*
Version: @@ver@@ Timestamp: @@timestamp@@
*/
.select2-container {
margin: 0;
position: relative;
display: inline-block;
/* inline-block for ie7 */
zoom: 1;
*display: inline;
vertical-align: middle;
}
.select2-container,
.select2-drop,
.select2-search,
.select2-search input{
/*
For... |
.container_6a66190f{height:100%}.manifestListContainer_6a66190f{border-right:solid 2px gray;height:100%;width:500px;overflow-y:auto;overflow-x:hidden;float:left}.manifestDetailsContainer_6a66190f{height:100%;padding:5px;overflow-x:hidden;overflow-y:auto}.noManifestSelectedContainer_6a66190f{text-align:center;position:r... |
.cm-s-tubster {
background: #232323;
color: #E6E1DC;
font-size: 12px;
line-height: 1.3em;
}
.cm-s-tubster .CodeMirror-lines {
padding: 8px 0;
}
.cm-s-tubster .CodeMirror-gutters {
box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.5);
background-color: #232323;
paddin... |
/*********************************************************************************
Template Name: Voopo - VOIP, Telecom and Cloud Services Template
Description: Voopo is a beautiful and unique Bootstrap 4 template.
Version: 1.0
**********************************************************************************/
.t... |
a, a:visited {
color: white;
}
body {
background: black;
color: white;
font-family: sans-serif;
margin: 0;
padding:0;
}
h1 {
font-size: 72px;
}
p {
font-size: 22px;
}
.illustrations > section {
box-sizing: border-box;
display: flex;
margin-bottom: 20px;
overflow: hidden;
... |
/* ==UserStyle==
@name 简易邮箱(Simple-Mailboxes)
@namespace USO Archive
@author 云三
@description `还你一个简洁干净的邮箱!————————登陆页面美化支持<ol><li>126.com</li><li>mail.163.com</li></ol>去广告支持<ol><li>126 邮箱;</li><li>163 邮箱;</li><li>139 邮箱;</li><li>yeah.net 邮箱;</li><li>qq 邮箱;</li><li>搜狐邮箱;</li><li>新浪邮箱;</li><li>O... |
/**
* material-design-lite - Material Design Components in CSS, JS and HTML
* @version v1.2.1
* @license Apache-2.0
* @copyright 2015 Google, Inc.
* @link https://github.com/google/material-design-lite
*/ |
#s-4113f418-9e77-4517-b526-f4467b243da0 #s-Label_31 {
-ms-transform: rotate(0.0deg);
}
#s-4113f418-9e77-4517-b526-f4467b243da0 #s-Label_32 {
-ms-transform: rotate(0.0deg);
}
#s-4113f418-9e77-4517-b526-f4467b243da0 #s-Panel_5 > .valign {
vertical-align: top;
}
#s-4113f418-9e77-4517-b526-f4467b243da0 #s-Icons_6 {
... |
#video-background {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) tran... |
body {
margin: 0;
padding: 20px;
}
input {
outline: none;
margin-bottom: 5px;
}
.good {
border: 1px solid green;
}
.error {
border: 1px solid red;
} |
/*!
* Start Bootstrap - SB Admin 2 v4.0.7 (https://startbootstrap.com/template-overviews/sb-admin-2)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-sb-admin-2/blob/master/LICENSE)
*//*!
* Bootstrap v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-... |
/*
* Core Owl Carousel CSS File
* v1.3.3
*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
/* display none until init */
.owl-carousel {
display: none;
position: relative;
width: 100%;
-ms-touch-action: pan-y;... |
.title {
border-bottom: 1px solid black;
font-size: 1.25rem;
padding: 0 .5em .25em;
} |
body{color:#333;background:#fff;font:normal 81.3%/1.538em "Lucida Grande","Lucida Sans Unicode","DejaVu Sans","Lucida Sans",sans-serif;}a,.link{text-decoration:none;color:#0074bd;}a:hover,.link:hover,a:focus,.link:focus{text-decoration:underline;outline:0;}hr{height:1px;margin:0;padding:0;border:none;background:#ccc;}s... |
/**
* alertifyjs 1.6.1 http://alertifyjs.com
* AlertifyJS is a javascript framework for developing pretty browser dialogs and notifications.
* Copyright 2016 Mohammad Younes <Mohammad@alertifyjs.com> (http://alertifyjs.com)
* Licensed under MIT <http://opensource.org/licenses/mit-license.php>*/
.alertify .ajs-dimm... |
.fire{
margin-right: 50px;
margin-top: 18px;
fill: hsl(293, 69%, 23%);
animation-name: glow-blue;
animation-duration: 1s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out;
animation-direction: alternate;
}
@keyframes glow-blue {
0% { fill: hsl(290, 80%, ... |
.r {
/* This class is used as the root class of DOM shadow. */
/* It overrides all variables defined in the CSS library at the :root */
--h00:36px;
--h0:26px;
--h1:15px;
--h2:14px;
--h3:12px;
--h4:11px;
--h5:10px;
--h6:9px;
--border-width: 1px;
--border-radius:3px;
--width-1:24px;
--widt... |
input[type=email] {
background-color: var(--global-form-background-color);
border: none;
border-radius: 5px;
box-shadow: var(--global-form-shadow-color);
color: var(--global-font-color);
font-size: 1.2rem;
margin-top: 0.5rem;
outline: none;
padding: 0.7rem;
width: 100%;
}
input[... |
@font-face {
font-family: priceFont;
src: url(/static/fonts/DINPro.woff);
}
body {
text-align: center;
}
.bitcoin-icon,
.bitcoin-price,
.litecoin-icon,
.litecoin-price {
vertical-align: middle;
}
.bitcoin-icon,
.litecoin-icon {
width: 80px;
margin-right: 20px;
}
.bitcoin-price,
.litecoin-price {
f... |
table {
width: 100%;
}
.mat-form-field {
font-size: 14px;
width: 100%;
}
.mat-header-cell {
background-color: #4CAF50;
color: white;
}
.mat-cell {
background-color: #f2f2f2;
}
/* .mat-card-title{
color: crimson;
margin-left:130px;
} */ |
* {
box-sizing: border-box;
}
body {
margin: 0;
paddin: 0;
font-family: 'Source Sans Pro', sans-serif;
background-color: #d5dae5;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.header {
position: absolute;
width: 100%;
z-index: 3;
height: 44px;
background-color: #fff;
border-... |
body{
text-align: center;
font-family:'Times New Roman', Times, serif;
}
input{
border: 1px solid rgb(118, 118, 118), rgb(133, 133, 133);
}
p{
margin: 1px;
}
.search{
background-color: #EEEE;
width: 709.500px;
height: 60px;
margin: auto;
}
.box1{
width: 259.766px;
height: 54px... |
@charset "UTF-8";
.bootstrap-switch .bootstrap-switch-container:focus,
.bootstrap-switch:focus,
.compose-container .ta-text.ta-editor div:focus {
outline: 0
}
.lists-widget ol.blur,
.lists-widget ol.blur ol {
counter-reset: section
}
.alert {
color: #fff;
font-size: 13px;
font-weight: 300
}
.alert .alert-link... |
body {
margin: 0
}
footer {
position: absolute;
bottom: 0;
width: 100%;
background: #f0f0f0;
} |
body {
background-color:rgb(142, 142, 252);
}
#search {
background-color: blueviolet;
padding: 50px;
}
.des {
padding: 1em;
border-style: solid;
border-radius: 2%;
color :black;
background-color: rgb(97, 97, 202);
}
.imag{
padding: 2%;
border-style: solid;
border-r... |
#page-landing {
width: 100vw;
height: 100vh;
background: var(--blue-gradient);
display: flex;
justify-content: center;
align-items: center;
}
#page-landing .content-wrapper {
position: relative;
width: 92%;
max-width: 1100px;
height: 100%;
max-height: 680px;
display:... |
/* Ionic Variables and Theming. For more info, please see:
http://ionicframework.com/docs/theming/ */
/** Ionic CSS Variables **/
:root {
/** primary **/
--ion-color-primary: #008de4;
--ion-color-primary-rgb: 56, 128, 255;
--ion-color-primary-contrast: #ffffff;
--ion-color-primary-contrast-rgb: 255, 255, 255... |
body, html {
height: 100%;
margin: 0;
overflow: hidden !important;
}
.boton{
height: 50px;
width: 70px;
background-color: blue;
color: white;
font-size: 20px;
}
.overlay{
position: relative;
}
#particles-js {
height: 100%;
background-position: center;
background-repeat: no-repeat;
backgroun... |
#app{font-family:Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;margin-top:20px}h1[data-v-d1a58bfa],h2[data-v-d1a58bfa]{font-weight:400}ul[data-v-d1a58bfa]{list-style-type:none;padding:0}li[data-v-d1a58bfa]{display:inline-block;marg... |
body {
font-family: Montserrat;
background-color: #E7FAFF
}
.content {
margin-bottom: 100px;
}
.intro {
margin-top: 0px;
}
.nav-link:hover {
color: green;
}
.nav-link {
color: black;
}
.nav {
background-color: white;
margin-bottom: 25px;
}
#header {
background: url("file:/... |
@import url(https://fonts.googleapis.com/css?family=Nunito);@charset "UTF-8";
/*!
* Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
*/
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-sm... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.