text stringlengths 1 1.04M |
|---|
body {
margin: 0;
padding: 0;
background-color: white;
color: #333;
font-family: 'Open Sans', sans-serif;
font-size: 13px;
min-width: 300px;
overflow: hidden;
}
table {
border-collapse: collapse;
}
label {
font-weight: 600;
}
/* Bootstrap primary color */
/* Bootstrap default color */
#btnSubmit {
... |
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
*,
*::before,
*::after {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Ubuntu', sans-serif;
scroll-behavior: smooth;
}
body {
display: flex;
position: relative;
... |
body {
margin: 0;
padding: 0;
}
div {
margin: 50px auto;
text-align: center;
}
a {
position: relative;
display: inline-block;
padding: 1em 2.6em;
color: #555;
font-family: Arial, sans-serif;
font-weight: bold;
font-size: 25px;
text-shadow: 0 1px rgba(255,255,255,0.5);
... |
@charset "UTF-8";
* {
margin: 0;
padding: 0;
}
body {
font-family: sans-serif;
background-color: rgb(202, 200, 200);
}
header {
text-align: center;
width: 100%;
height: 600px;
background: url(imagens/bg-3.jpg);
background-size: cover;
background-position: bottom right;
box-s... |
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 6/7/8/9 and Firefox ... |
/**
* material-design-lite - Material Design Components in CSS, JS and HTML
* @version v1.3.0
* @license Apache-2.0
* @copyright 2015 Google, Inc.
* @link https://github.com/google/material-design-lite
*/ |
.tittle-logo {
margin: -100px !important;
height: 500px;
background: transparent;
}
figcaption {
font-size: 0.7ex;
color: gray;
}
img.grayscale {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.image-tittle {
height: 150px;
}
code {
line-height: 1.2em;
}
:root {
... |
/* Add your customizations of the theme variables here */
:root {
--surface-a:#1f2d40;
--surface-b:#17212f;
--surface-c:rgba(255, 255, 255, 0.03);
--surface-d:#304562;
--surface-e:#1f2d40;
--surface-f:#1f2d40;
--text-color:rgba(255, 255, 255, 0.87);
--text-color-secondary:rgba(255, 255, 255, 0.6);
--p... |
/*
* Start Bootstrap - One Page Wonder (http://startbootstrap.com/)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/
body {
margin-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Ch... |
body {
margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#root {
min-height: 100vh;
display: flex;
} |
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap");
body {
font-family: "Open Sans", sans-serif;
font-size: small;
}
.monospace {
font-family: "Roboto Mono", monospace;
} |
#dom-node {
width: 100px;
height: 100px;
background-color: grey;
}
#child {
height: 30px;
width: 30px;
background-color: lightgrey;
} |
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
box-sizing: border-box;
}
/**
Use a more readable tab size (o... |
p.blog {
color: #000000;
} |
@keyframes flipInY {
0% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
transform: perspective(400px) rotateY(-10deg);
}
70% {
transform: perspective(400px) rotateY(10deg);
}
100% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
... |
.list {
margin: 0;
padding: 0;
list-style: none;
display: grid;
grid-template-rows: 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr;
grid-gap: 2vw;
}
.link {
text-decoration: none;
color: inherit;
}
.item:hover {
transform: scale(1.1);
-webkit-box-shadow: 0px 5px 10px 2px rgba(169, 183, 19... |
/* noto-sans-telugu-telugu-700-normal*/
@font-face {
font-family: 'Noto Sans Telugu';
font-style: normal;
font-display: swap;
font-weight: 700;
src: url('./files/noto-sans-telugu-telugu-700-normal.woff2') format('woff2'), url('./files/noto-sans-telugu-all-700-normal.woff') format('woff');
unicode-range: U+0... |
/*!
*
* Super simple WYSIWYG editor v0.8.20
* https://summernote.org
*
*
* Copyright 2013- Alan Hong and contributors
* Summernote may be freely distributed under the MIT license.
*
* Date: 2021-10-14T21:15Z
*
*/
@font-face {
font-family: "summernote";
font-style: normal;
font-weight: 400;
f... |
.auth {
margin: 3rem auto 0 auto;
padding: 1.3rem;
width: 90%;
max-width: 40rem;
text-align: center;
}
.auth form {
margin: 0 auto;
width: 60%;
}
.form-control {
align-self: flex-start;
width: 100%;
display: flex;
flex-direction: column;
margin-bottom: 1rem;
}
.form-control label {
align-se... |
/*!
* Bootstrap v3.3.2 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
/*--- big screen ----*/
@media screen and (max-width: 1920px) and (min-width: 1601px) {
.edit-phto {
left: 369px;
}
.user-avatar {
margin-top: -225px;
}
#people-list figure {
width: 14.7%;
}
.photos > li {
min-width: 211px;
width: 211px;
}
... |
.footer {
border: 1px solid black;
background-color: darksalmon;
width: 100%;
height: 50px;
display: block;
position: absolute;
bottom: 0;
} |
body {
font-family: 'Open Sans', sans-serif;
position: relative;
margin: 0px;
padding: 0px;
background-color: #f7f7f9 !important;
webkit-font-smoothing: antialiased;
overflow-y: auto;
overflow-x:hidden;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: none;
}
/** navba... |
::ng-deep .sheet-selector [nz-button] {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
margin-right: 2px;
max-width: 150px;
text-overflow: ellipsis;
white-space: nowrap;
overflow:hidden
}
:host{
flex: 1;
} |
header
{
font-family: 'Lobster', cursive;
text-align: center;
font-size: 25px;
}
#info
{
font-size: 18px;
color: #555;
text-align: center;
margin-bottom: 25px;
}
a{
color: #074E8C;
}
.scrollbar
{
margin-left: 0px;
float: left;
height: 110px;
width: 850px;
background: #F5F5F5;
overflow-y: scroll;
marg... |
/* You can add global styles to this file, and also import other style files */
@font-face {
font-family: 'archia-light';
src: local('archia-light'), url(./assets/fonts/archia-light-webfont.ttf) format('truetype');
}
@font-face {
font-family: 'archia-medium';
src: local('archia-medium'), url(./assets/fonts/arch... |
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@200;300;400;500;600;700;800;900&family=Lora:wght@400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
--bg-main-footer: #000000;
--txt-light-footer: #ffffff;
--txt-pink-footer: #ec4c93;
--bd-radius-input... |
.container-about {
display: flex;
margin-left: 200px;
margin-right: 200px;
}
@media (max-width: 1200px) {
.container-about {
margin-left: 130px;
margin-right: 130px;
}
}
@media (max-width: 1000px) {
.container-about {
margin-left: 40px;
margin-right: 40px;
}
}
@media (max-width: 900px) ... |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
* {
font-family: 'Roboto', sans-serif;
}
:root {
--main: #f5ece0;
--blue: #0000ff;
--red: #ff0000;
--green: #008000;
--yellow: rgb(240, 240, 36);
--black: black;
--orange: #ffa500;
--maroon: maroon;
--whit... |
/* Background */ .highlight-bg { color: #cccccc; background-color: #000000 }
/* PreWrapper */ .highlight-chroma { color: #cccccc; background-color: #000000; }
/* Error */ .highlight-chroma .highlight-err { }
/* LineTableTD */ .highlight-chroma .highlight-lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
... |
#menubar{
width:100%;
height:50px;
background: rgba(0,0,0,0);
}
.logoframe {
height: 30px; /* equals max image height */
width: 60px;
white-space: nowrap;
text-align: center;
display: inline-block;
}
.helper {
display: inline-block;
height: 100%;
vertical-align: middle;
}
.logo {
verti... |
/*----------------------------------------*/
/* line 3, ../scss/modules/base.scss */
body {
background-color: #f1f1f1;
}
/*----------------------------------------*/
/* line 9, ../scss/modules/base.scss */
.control-label {
padding-left: 5px;
padding-right: 5px;
cursor: pointer;
}
/*---------------------------... |
@tailwind base;
@tailwind components;
@tailwind utilities;
/*Your Custom CSS Goes here*/
h1 {
@apply text-4xl tracking-tighter mb-3 text-center lg:text-7xl;
}
h3 {
@apply text-2xl font-bold mb-3;
}
/* Syntax Highlighting*/
body :not(pre) > code[class*="language-"],
body pre[class*="language-"] {
@apply bg-gr... |
/*
Error: Undefined variable: "$inverse".
on line 25 of D:\WebSites\Licitation\global\src\skins\bootstrap_extend\tooltip.scss
20: //
21: // ========================================================================
22:
23: // Variables
24: // =====================================================================... |
/*
* 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... |
.info-receta-container{
margin-top: 10px;
display: flex;
flex-direction: column;
gap: 20px;
}
.info-receta-container .gourmetic-card{
padding: 30px;
}
.info-receta-titulo{
font-family: 'Modak', cursive;
font-size: 2.5rem;
}
.info-receta-central-panel{
display: flex;
flex-direction:... |
@charset "UTF-8";
[class*=" icon-"]:before,
[class^=icon-]:before,
[data-icon]:before {
font-family: piimo!important;
font-style: normal!important;
font-weight: 400!important;
font-variant: normal!important;
text-transform: none!important;
speak: none;
line-height: 1;
-webkit-font-smooth... |
/* Apps
/* ---------------------------------------------------------- */
.apps-filter {
border-radius: 5px;
}
@media (max-width: 1460px) {
.apps-filter {
max-width: 700px;
}
}
/* Main Layout
/* ---------------------------------------------------------- */
.integrations-directory {
display: gr... |
.myfoot{
background-color: blue;
} |
*{
margin: 0;
padding: 0;
font-family: calibri;
box-sizing: border-box;
}
body{
background-color: #00314c;
background-image: url(../img/fundo2.png);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
header{
width: calc(100vw - 17px);
heigh... |
.navbar {
background-color: #ffffff;
width: 750rpx;
height: 100rpx;
flex-direction: row;
box-shadow: 0 -2rpx 8rpx #f0f1f2;
position: fixed;
bottom: 0;
}
.navbarItem {
flex: 1;
justify-content: center;
align-items: center;
color: #666666;
font-size: 20rpx;
cursor: pointer;
}
.navbarItemIcon {... |
body { margin-top:20px; }
.panel-title {display: inline;font-weight: bold;}
.checkbox.pull-right { margin: 0; }
.pl-ziro { padding-left: 0px; } |
@font-face {
font-family: roboto-regular;
src: url('../fonts/Roboto-Regular.ttf');
}
body{
font-family: roboto-regular;
}
button{outline: none!important;}
.fs-22{font-size: 22px;}
.fs-24{font-size: 24px;}
.fs-20{font-size: 20px;}
.fs-16{font-size: 16px;}
.fs-14{font-size: 14px;}
.fs-12{font-size: 12px;}
... |
.App {
text-align: center;
}
.line-chart > div {
margin-left: auto;
margin-right: auto;
} |
/*src/main.css*/
/**********************************************************
GENERAL UI ELEMENTS
**********************************************************/
* {
-webkit-user-select:none; /* Prevent copy paste for all elements except text fields */
-webkit-tap-highlight-color:rgba(255, 255, 255, 0); /* set highlight... |
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron {
... |
.qsm-progress-bar {
position: relative;
flex-grow: 2;
padding: 0 10px;
}
.ui-tooltip {
max-width: 500px !important;
}
.ui-tooltip-content {
max-width: 500px !important;
}
.mlw_qmn_hint_link {
text-decoration:underline;
color:rgb(0,0,255);
}
@-moz-keyframes spinner-loader {
0% {
-moz-transform: rotate(... |
/* TO DO: chean up code */
* {
margin: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: 'Open Sans', sans-serif;
background-color: black;
}
/* HEADER */
header {
background-image: linear-gradient(to bottom, rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%),
url('ima... |
@charset "utf-8";
.titulo {
text-transform: uppercase;
font-size: 2.0em;
font-family: "TitilliumWeb-Bold", "Arial Black", Gadget, sans-serif;
font-style: normal;
font-variant: normal;
font-weight: 500;
/*COLOR DE TEXTO DE RELLENO*/
-webkit-text-fill-color:purple;
}
.foto_perfil {
... |
.layout-main { overflow: hidden; position: relative; }
.layout-main a { color: #555; }
.layout-main .ribbon { transform: rotate(45deg); position: absolute; width: 150px; background: #2b940c; letter-spacing: 1px; color: #fff; font-size: .8rem; font-weight: 600; border-radius: 3px 0 0 3px; padding: 2px 10px; z-index: 999... |
.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:700px;
margin:0px auto;
} |
html, body {
color:#222;
font-family:Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
margin:0;
padding: 0;
text-decoration: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
margin:0;
padding:0;
}
img {
border... |
html, body {
margin: 0 auto;
background: #e2e3e42f;
}
a {
color: #056d80;
text-decoration: none;
}
p, h1, a, button {
font-family: sans-serif;
font-family: inherit;
color: #1f1e1e;
}
span {
background: white;
border: 1px solid black;
}
input, button:focus {
outline: none;
}
.container {
paddi... |
/* dosis-latin-variable-wghtOnly-normal */
@font-face {
font-family: 'DosisVariable';
font-style: normal;
font-display: swap;
font-weight: 200 800;
src: url('./files/dosis-latin-variable-wghtOnly-normal.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+... |
.component {
display: flex;
margin-bottom: 4px;
width: 326px;
}
.illusions {
line-height: 16px;
align-self: center;
}
.illusions > span {
display: inline-block;
width: 16px;
height: 16px;
border-radius: 16px;
background: #ff80fb;
border: 2px solid #a252f4;
margin-right:... |
html , body{
height:100%;
}
.full-width {
width:100%;
}
.full-height{
height:100%;
}
.daterangepicker .ranges li {
color: #73879C
}
.daterangepicker .ranges li.active,
.daterangepicker .ranges li:hover {
background: #536A7F;
border: 1px solid #536A7F;
color: #fff
}
.daterangepicker .in... |
/*
sta.css - basic green theme
Created by: Kevin Robell <apainintheneck@gmail.com> 2020
Github: https://github.com/apainintheneck/sta.css
*/
:root {
/*.body*/
--body-bg-color: #d8f3dc;
--font: Arial, Helvetica, sans-serif;
/* .nav, .footer */
--nf-bg-color: #74c69d;
/* .nav */
--nav-txt-co... |
.dropdown--show .navbar__link::after {
color: var(--ifm-navbar-link-hover-color);
}
.dropdown__col {
display: flex;
align-items: stretch;
}
.dropdown__container {
position: absolute;
padding-top: calc(
0.5 * var(--ifm-navbar-height) - 0.5em * var(--ifm-line-height-base) -
var(--ifm-navbar-item-pad... |
body
{
overflow: hidden
}
/*start navbar*/
.navbar
{
background-color: #1F2D3D !important;
}
nav .navbar-brand
{
font-size: 25px;
font-weight: 600;
letter-spacing: 2px
}
nav .navbar-brand .logo-color
{
color: rgb(0,95,213);
font-weight: 400;
}
@media (min-width:1024px)
{
... |
/*!
* Bootstrap v4.4.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: #007bff;
--indigo: #6610f2;
--purple: #6f42c1;
--pink: #e83e8c;
--red: #dc3545... |
@import url('https://fonts.googleapis.com/css2?family=Athiti&display=swap');
body {
margin: 0;
font-family: 'Athiti', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: 'Athiti', sans-serif;
} |
.index-title{
text-align: center;
margin-top: 160px;
}
.filter-panel-heading {
font-weight: bold;
font-family: sans-serif;
font-size: 12px;
height: 32px
} |
/*
Fantasy Template
http://www.templatemo.com/tm-393-fantasy
*/
body {
font-family: Helvetica, sans-serif; background: #ddd; overflow-x: hidden;
/*carasmo's comment https://github.com/twbs/bootstrap/issues/10711*/
}
h1, h2, h3, h4, h5, h6 { font-family: calibri; margin-bottom: 20px; }
.templatemo-logo { mar... |
/* Emoji */
/*.nav-file-title-content::before { content: '🗒 '; }
.nav-folder-title-content::before { content: '📂 '; }*/
/* Flat font /
/ Requires: https://icomoon.io/#icons-icomoon/liga-font */
.nav-folder-title-content::before {
content: '\e902 ';
font-family: 'IcoMoon-Free';
}
.nav-folder-children .nav-file-ti... |
#tab-1[data-v-34dea194],#tab-2[data-v-34dea194]{padding-top:10px;min-height:300px}
/*!
* Vuetify v1.0.17
* Forged by John Leider
* Released under the MIT License.
/*# sourceMappingURL=app.67e466ba5a... |
body {
margin: 0;
background-color: #0d0a55;
color: #fff;
}
.pointer-indikator {
display: none;
width: 30px;
height: 30px;
position: absolute;
top: -15px;
left: -15px;
border-radius: 50%;
background: rgba(100,100,255, 0.5);
}
.area-text {
max-width: 1000px;
min-wid... |
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
... |
/* Facebook */
.fa-facebook {
background: #3B5998;
color: white;
}
.fa-github {
background: black;
color: white;
} |
html,
body {
height: 100%;
}
.wrap {
min-height: 100%;
height: auto;
margin: 0 auto -60px;
padding: 0 0 60px;
}
.wrap > .container {
padding: 70px 15px 20px 15px;
}
.footer {
height: 60px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
padding-top: 20px;
}
.jumbotron ... |
/*!
* Start Bootstrap - Blog Post (https://startbootstrap.com/template-overviews/blog-post)
* Copyright 2013-2019 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-blog-post/blob/master/LICENSE)
*/
body {
padding-top: 56px;
background: url('../img/background-18.jpg') no-re... |
body{
margin: 0;
min-height: 100vh;
display: flex;
flex-direction: column;
}
h1{
font-family: 'Roboto', sans-serif;
color: #F44436;
font-weight: 700;
font-size: 31px;
margin-bottom: 15px;
text-align: center;
}
h2{
color: #F44436;
text-align: center;
font-family: 'Roboto', sans-serif;
margin-... |
#calendar-wrapper {
width: 100%;
display: grid;
grid-template-rows: 2.5em 1fr;
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-fon... |
/*-----------------------------------------------------------------------------------
Theme Name: Canvas
Theme URI: http://themes.semicolonweb.com/html/canvas
Description: The Multi-Purpose Template
Author: SemiColonWeb
Author URI: http://themeforest.net/user/semicolonweb
Version: 6.0.3
------------------------... |
body {
background-color: #ffffff;
color: black;
text-align: justify;
width: 1000px;
margin: auto;
border: 1px solid black;
box-shadow: 1px 1px 9px grey;
}
#wrapper {
width: 1000px;
min-height: 800px;
margin: 0 auto;
background-color: #f7f7f7;
padding: 0 0 3em 0;
pos... |
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
font-family: "Open Sans", sans-serif;
color: #272829;
}
a {
color: #149ddd;
}
a:hover {
color: #37b3ed;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font... |
.PaymentMethods {
display: none;
margin-top: 18px;
margin-bottom: 48px;
&--stripe {
margin-bottom: 36px;
}
}
/**
* Donate section
*/
.DonateOptions {
margin-top: 24px;
margin-bottom: 36px;
}
.DonateOption {
position: relative;
width: 100%;
border-radius: 5px;
background-color: #242424;
p... |
._mainBox_RectanglesCtrl{
height: auto;
width: 100%;
position:relative;
float:left;
padding: 0px;
clear: none;
white-space: nowrap;
margin: 0px;
}
._rectFront_RectangleHS_L_Color,
._rectOver_RectangleHS_L_Color,
._rectBack_RectangleHS_L_Color{
width:auto;
height:auto;
top:0px... |
.mblFixedSplitter {width: 100%; height: 100%;}.mblFixedSplitter > * {position: absolute; overflow-x: hidden; overflow-y: auto;}.mblFixedSplitterH > * {top: 0px; bottom: 0px;}.mblFixedSplitterV > * {width: 100%; left: 0px;}.mblFixedSplitterH > .mblFixedSplitter {height: auto;} |
@import url(https://fonts.googleapis.com/css?family=Nunito);
@charset "UTF-8";
/*!
* 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)
*/
:root {
--blue: #3490dc;
... |
.margin-tb-zero,
.markdown-body ol ol,
.markdown-body ul ol,
.markdown-body ol ul,
.markdown-body ul ul,
.markdown-body ol ul ol,
.markdown-body ul ul ol,
.markdown-body ol ul ul,
.markdown-body ul ul ul {
margin-top: 0;
margin-bottom: 0;
}
.markdown-body {
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Ar... |
.link-to-contact-page,
.link-to-contact-page:hover {
color: #ca5743 !important;
} |
/*--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body a{
transition: 0.5s all;
-webkit-transition: 0.5s all;
-o-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-tran... |
/**
* This file is a part of APPNET OS (Application Internet Operating System).
* @link http://www.appnetos.com
* @mail info@appnetos.com
*/
/* Icon */
.appnetos__widget__widget_apps__icon {
width: 30px;
} |
.readingView section {
margin: auto 120px;
}
.readingView .page-section {
margin: auto 24px;
}
.readingView {
-ms-grid-columns: 1fr;
-ms-grid-rows: 1fr 50px;
display: -ms-grid;
height: 100%;
width: 100%;
}
.readingView section[role=main] {
-ms-grid-row: 1;
height: calc(100vh - 70px);
overflow: ... |
.wp-block .wp-block-heading h1,
.wp-block .wp-block-heading h1 a,
.wp-block .wp-block-heading h2,
.wp-block .wp-block-heading h2 a,
.wp-block .wp-block-heading h3,
.wp-block .wp-block-heading h3 a,
.wp-block .wp-block-heading h4,
.wp-block .wp-block-heading h4 a,
.wp-block .wp-block-heading h5,
.wp-block .wp-block-head... |
body.login {
background: transparent;
padding-top: 100px;
box-sizing: border-box;
}
body.login div#login {
background-color: rgba(0,0,0, .65);
padding: 52px 65px;
border-radius: 15px;
-webkit-box-shadow: -3px 7px 35px 1px rgba(0,0,0,.8);
box-shadow: -3px 7px 35px 1px rgba(0,0,0,.8);
... |
.Title {
position: absolute;
top: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, .5);
color: white;
padding: 10px 20px;
}
.Title h2 {
margin: 0;
font-size: 16px;
font-weight: normal;
} |
@tailwind base;
@tailwind components;
@tailwind utilities;
.ck-content h1, #keep h1 {
font-size: 2em;
font-weight: bolder;
}
#preview-body h1 {
font-size: 1.5em;
font-weight: bolder;
}
.ck-content h2, #keep h2 {
font-size: 1.5em;
font-weight: bolder;
}
#preview-body h2 {
font-size: 1.17e... |
* https://github.com/artpolikarpov/scrollyeah
http://flickity.metafizzy.co |
.component-button-panel {
background-color: #858694; /*gridlines color */
display: flex;
flex-direction: row;
flex-wrap: wrap;
flex: 1 0 auto;
}
.component-button-panel > div {
width: 100%;
margin-bottom: 1px;
flex: 1 0 auto;
display: flex;
} |
.debugger-container {
color: #dedede;
}
.debugger-container .panel-heading a {
color: #dadada;
}
.ace_gutter-cell {
cursor: pointer;
}
.ace_gutter-cell.ace_breakpoint {
background-size: 10px;
background-repeat: no-repeat;
background-position: 5px center;
}
.ace_gutter-cell.ace_breakpoint.ace... |
/*
* 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 vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path... |
@font-face {
font-family: 'icomoon';
src: url('icomoon.eot?g6p27v');
src: url('icomoon.eot?g6p27v#iefix') format('embedded-opentype'),
url('icomoon.ttf?g6p27v') format('truetype'),
url('icomoon.woff?g6p27v') format('woff'),
url('icomoon.svg?g6p27v#icomoon') format('svg');
font-weight: normal;
fo... |
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
* {
box-sizing: border-box;
}
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,
st... |
@charset "utf-8";
/* 设置滚动条的样式 */
::-webkit-scrollbar {
width: 6px;
}
/* 外层轨道 */
::-webkit-scrollbar-track {
-webkit-box-shadow: inset006pxrgba(255,0,0,0.3);
background: rgba(255, 255, 255, 0.1);
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
border-radius: 4px;
background: rgba(0,0,0,0.2);
-webkit-box-shadow... |
html {
height: 95%;
background-color: #000000;
}
body {
min-height: 100%;
}
h1 {
color: red;
}
#about {
color: green;
} |
.home{
background: #fff;
margin: 0;
padding: 0;
} |
/*
Copyright (C) 2011-2018 Hoefler & Co.
This software is the property of Hoefler & Co. (H&Co).
Your right to access and use this software is subject to the
applicable License Agreement, or Terms of Service, that exists
between you and H&Co. If no such agreement exists, you may not
access or use this software for... |
option.emphasised {
font-style: italic;
}
.cellpos{
vertical-align:top;
text-align:center;
float:center;
} |
/* Geeklog Denim Theme 1.1.0 | Copyright (C) 2012-2016 by dengen | http://www.trybese.com/~dengen/log/ | License:GPL-2.0+ */
address {
font-style: normal;
font-weight: normal;
}
q:before {
content: open-quote;
}
q:after {
content: close-quote;
}
cite,
em,
var,
dfn {
font-style: italic;
}
code,
samp,
kbd {... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.