text stringlengths 1 1.04M |
|---|
header {
position: fixed;
z-index: 999;
top: 0;
left: 0;
right: 0;
height: 70px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 30px;
background: transparent;
transition: all ease 0.6s;
}
.header-preto {
background-color: #141414;
}
.header-logo {
height: 25... |
.titre{
text-align: center;
}
.m-t-10{
margin-top: 10px;
}
.formulaire{
display: flex;
justify-content:center;
flex-flow:wrap-reverse column;
align-content:center;
} |
@import url(https://fonts.googleapis.com/css?family=Nunito);
/*!
* 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) |
body,.mz_header{background:none;background-color: #fff;}
.file {
width: 120px;
filter: alpha(opacity : 0);
opacity: 0;
cursor: pointer;
margin-bottom: 0px;
}
#save,#cancel{
width: 138px;
height: 50px;
line-height: 50px;
font-size: 18px;
text-align: center;
margin-bottom: 0px;
}
#cancel{
margin-lef... |
body {
font: 100% monospace; }
h1 {
text-align: center; }
.flex-parent {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 10vh; }
.flex-child {
background: white;
text-align: center;
width: calc((100vw / 3) - 20px);
height: calc((100vw / 3) - 20px);
color: black;
font-size... |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
background: #ffeedd;
}
.container {
width: 100%;
}
header {
margin: 30px 0px 30px 0px;
display: flex;
justify-content: space-between;
}
header a img{
width: 70px;
height: 70px;
margin-left: 20px;
}
header h1{
ma... |
* {
margin: 0;
padding: 0;
font-family: 'VT323', monospace;
font-weight: 700;
}
:root {
--game-width: 400px;
--background-color: #bd4b00;
}
::selection {
background-color: #4aa54a;
color: #000000;
}
body {
background: url(../assets/wallpaper-b.png);
background-size: 700px;
}
... |
.login {
display: grid;
place-items: center;
height: 100vh;
}
.login > button {
width: 300px;
background-color: #2e81f4;
color: #eff2f5;
font-weight: 800;
}
.login > button:hover {
background-color: white;
color: #2e81f4;
}
.login > div > img {
object-fit: contain;
height: ... |
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/ |
*,
::slotted(*) {
box-sizing: border-box;
}
.GRID_CONTAINER,
::slotted(.GRID_CONTAINER) {
display: grid;
box-sizing: border-box;
} |
:host {
display: flex;
flex-direction: column;
height: 100%;
}
.login-btn-container {
position: absolute;
bottom: 64px;
text-align: center;
width: 100%;
}
.google-login-btn img {
background: white;
border: 4px solid white;
border-radius: 24px;
margin-right: 5px;
} |
.login-photo .login-photo-container{height:100vh;width:50vw}.login-photo .login-photo-container .info{height:100%;width:100%;background-color:rgba(0,0,0,0.338);color:#fff}.login-photo .login-photo-container .info .logo-area{margin-top:70px;position:absolute}.login-photo .login-photo-container .info .info-para{height:10... |
.flex-dashboard main .add-selling {
margin: 40px 5% 0;
}
.flex-dashboard main .add-selling a {
text-decoration: none;
color: rgba(50, 168, 82, 0.9);
padding: 10px;
border: 1px solid rgba(50, 168, 82, 0.9);
border-radius: 10px;
}
.flex-dashboard main .add-selling a:hover {
color: #fefefe;
... |
tr:nth-child(even) {
background-color: #f2f2f2
}
tr:hover {
background-color: #ffff99;
}
.noCSSneeded {
/*
↕ <- inside HTML
content: "\2195";
*/
}
th {
white-space:nowrap;
padding: 4px;
border: 1px solid #CCC;
overflow: hidden;
text-align: left;
vertical-align: middle;
}
th {
/* background-... |
.some-btn {
border: none;
box-shadow: none;
background-color: transparent;
color: white;
font-size: 1.5rem !important;
} |
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/ |
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
html{background:transparent url(../images/maintenance.png) no-repeat center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;backgroun... |
/*------------------------------------------------------------------
[Table of contents]
- Reboot css
- Font size [Small / Medium / Large]
- Font weight
- Grid
- Table
- Form Control
- Floating label Group
- Checkbox
- Radio
- Switch
- Textarea counter
- Input Group
- Select & Custom Selec... |
/** layui-v2.4.5 MIT License By https://www.layui.com */ |
html,
body {
height: 100%;
font-size: 80%;
}
/*EDIT 1 BEGINS */
*{box-sizing:border-box; -webkit-box-sizing:border-box;}
h1, h2{font-weight: 300;}
/* MAD-RIPPLE EFFECT */
.ripple{
position: absolute;
top:0; left:0; bottom:0; right:0;
overflow: hidden;
-webkit-transform: translateZ(0); /* to contain zoo... |
/* Base
----------------------------*/
@import url("./base/variables.css");
@import url("./base/reset.css");
@import url("./base/global.css");
/* Components
----------------------------*/
@import url("./components/app.css");
@import url("./components/header.css");
@import url("./components/welcome.css");
@import url("... |
/*!
* froala_editor v2.5.0 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2017 Froala Labs
*/
|
em {
font-style: normal
}
.fl {
float: left
}
.fr {
float: right
}
.cf:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0
}
.cf {
*zoom: 1
}
.pv_cart_main {
width: 1190px;
margin: 0 auto
}
.pv_cart_header {}
.pv_cart_head... |
/**
* Inlined Blocks Styles
*/
div.bx-std-blocks-line {
position: relative;
}
div.bx-std-blocks-line .bx-std-block-wrp {
display: block;
float: left;
width: 100%;
}
/**
* Block Styles
*/
div.bx-std-block {}
div.bx-std-block-caption {
position: relative;
margin: 0px 0px 10px 0px;
border-style... |
/*!v3.2.0*/.c-tooltip{position:relative;overflow:visible}.c-tooltip:after,.c-tooltip:before{visibility:hidden;z-index:1}.c-tooltip:before{position:absolute;border:.6em solid transparent;content:""}.c-tooltip:after{position:absolute;padding:.25em .5em;border:1px solid #111;border-radius:4px;background-color:#111;color:#... |
.main {
/* 调整页面高度 */
min-height: calc(100vh - 120px);
}
.jumbotron-bg {
background-image:url('../image/newhead.png');
background-size:cover;
background-position: center center;
min-height: 350px;
padding-top: 0;
padding-left: 0;
}
.bg-ligther {
background-color:rgba(255,255,255,... |
#main-box {
height: 100%;
border-width: 1px;
border-style: solid;
border-color: black;
}
.seperator {
border-width: 1px;
border-style: dashed;
border-color: black;
}
.space{
margin-bottom: 15px;
}
.image-size{
height: 200px;
width: 150px;
}
#admin-buttons{
margin-bottom: 15px;
padding-left: 30px;
}
#se... |
@charset "UTF-8";
*{
margin: 0px;
padding: 0px;
font-family: Arial, Helvetica, sans-serif;
}
body{
margin: 8px;
font-size: 13px;
height: 2677px;
}
.tab1{
width: 70%;
margin: auto;
}
.tab1 td{
text-align: center;
}
.imagem{
width: 14%;
}
.headers{
width: 86%;
}
h1{
... |
/*!
* Copyright 2019 Progress Software Corporation and/or one of its subsidiaries or affiliates. 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... |
body{
/*background: url('../images/desk.jpg');*/
background-repeat: no-repeat;
}
.bodyadmin{
opacity: 1;
width: 1000px;
margin: 0 auto;
}
.bodyadmin table{
border: 1px solid gray;
}
img{
width: 100%;
}
.header{
background-color: #2b297d;
color:white;
font-family: "Mukta Mahee", sans-serif;
te... |
/* Text and Headings */
p, .info, h1, h2, h3, h4, h5, h6, .navbar, pre {
margin: 0 0 var(--vertical-space) 0;
}
h1, h2, h3, h4, h5, h6 {
color: var(--color-md-dark);
}
h1 {
font-size: 2.5em;
line-height: 3rem;
}
h2 {
font-size: 2em;
line-height: 2rem;
}
h3 {
font-size: 1.75em;
line-height: 2rem;
}
... |
#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-b... |
/* You can add global styles to this file, and also import other style files */
h1 {
color: #369;
font-family: Arial, Helvetica, sans-serif;
font-size: 250%;
}
h2, h3 {
color: #444;
font-family: Arial, Helvetica, sans-serif;
font-weight: lighter;
}
body {
margin: 2em;
}
body, inp... |
@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600");
/*
Prologue by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Reset */
html, body, div, span, applet, object,... |
/*
===============================
@Import Function
===============================
*/
/*
===============================
@Import Mixins
===============================
*/
/*
Infobox 1
*/
.infobox-1 {
border: 1px solid #e0e6ed;
width: 50%;
padding: 25px;
border-radius: 6px;
-webkit-box-shadow: 0... |
.apprun-play .col {
display: inline-block;
width: calc(50% - 3px);
height: 100%;
}
.apprun-preview {
width: 100%
}
.apprun-play .editor, .apprun-play .preview {
display: inline-block;
width: calc(100% - 20px);
height: 100%;
}
a.button {
font-size: .8em;
padding: 10px;
cursor: pointer;
color: var(... |
nav {
width: 100%;
height: 70px;
background: #4A90E2;
color: #fff;
}
nav img {
padding: 20px 0 0 20px;
cursor: pointer;
}
.userMenu {
float: right;
padding: 20px 20px 0 0;
cursor: pointer;
}
.mr-1 {
margin-right: 0.5rem;
} |
.malaysia-state-flag-icon-background {
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
}
.malaysia-state-flag-icon {
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
position: relative;
display: inline-block;
width: 1.33333333em;
lin... |
.button-icon,
#user-dialog .warning,
#user-dialog #close-button,
#comments-page-counter-img,
#comments-switch-img,
#infoContent #toggle-panel-btn span{
background: url("./images/jimsprite.png");
}
.styled-select {
background:url("../../../resources/_jim/images/sidepanel/arrow.png") no-repeat right;
}
.highligh... |
html {
scroll-behavior: smooth;
font-size: 62.5%;
}
body {
background-color: var(--text-color);
font-family: var(--font-family-base);
font-size: var(--font-size-medium);
font-weight: var(--font-weight-regular);
line-height: var(--line-height-base);
}
a {
background-color: var(--text-color);
}
.visually-... |
@font-face {
font-family: questrialregular;
src: url("../fonts/questrialregular.eot");
}
@font-face {
font-family: questrialregular;
src: url("../fonts/questrialregular.ttf");
}
@font-face {
font-family: Montserrat-Regular;
src: url("../fonts/Montserrat-Regular.eot");
}
@font-face {
font-family: Montserrat-Regu... |
/*# sourceMappingURL=style.css.map */ |
/*
* Skin: fiori
* ----------
*/
.skin-fiori .main-header .navbar {
background-color: #007CC0;
}
.skin-fiori .main-header .navbar .nav > li > a {
color: #ffffff;
}
.skin-fiori .main-header .navbar .nav > li > a:hover,
.skin-fiori .main-header .navbar .nav > li > a:active,
.skin-fiori .main-header .navbar .nav > ... |
/* Custom Stylesheet */
/**
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/
/* #0192b1 - old hornets teal
#293a96 - old hornets purp */
/* #25165e - new hornets purp */
.maincontainer {
top: -3%;
position: relati... |
html{}
@media (min-width:48em){html{}
}
@media (min-width:58em){html{}
}
.sidebar{text-align:center;padding: 4.5rem 1rem;/* color:rgba(255,255,255,.5); *//* background-color:#29323D; *//* border-right:3px solid #14191F; */}
@media (min-width:48em){.sidebar{position:fixed;top:0;left:0;bottom:0;width:18rem;text-align:lef... |
/*****************************************************************************/
/* Node: Style */
/*****************************************************************************/
.Node {
}
.hod {
color: red;
}
.action{
margin-right: 10px;
} |
html {
--Black1: #1C1C1C;
--Black2: #000000;
--deep-blue: #191970;
--white1: #FFFFFF;
--gray1: #d3d0d0;
--deep-gray: #1d1d1d;
}
body {
font-family: 'Nunito', sans-serif;
color: var(--Black1)
}
h1,
h2,
h3 {
font-family: 'Asap', sans-serif;
color: var(--Black2)
}
.btn {
colo... |
/* ThemeOfficeMenu Style Sheet */
.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
{
font-family: "????", "???";
font-size: 12px;
padding: 0;
white-space: nowrap;
cursor: default;
}
.ThemeOfficeSubMenu
{
position: absolute;
visibility: hidden;
/*
Netscape/Mozilla renders borders by increasing
their z-index... |
@media (min-width: 768px) and (max-width: 980px) {
/*-*/
.prd-row .action {
right: 25px;
}
.hr-menu .brand{
width: 100%;
}
.hr-menu .horizontal-menu {
margin: 10px 0;
}
.hr-menu .hr-top-nav {
margin-top: 10px;
float: right;
}
.media-gal ... |
#page-map {
width: 100vw;
height: 100vh;
position: relative;
display: flex;
}
#page-map aside {
width: 440px;
background: linear-gradient(329.54deg, #29B6D1 0%, #00C7C7 100%);
padding: 80px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
#page-map as... |
/* To work with bootswatch theming, we need to set many of the background images to none */
/* bootstrap is automatically setting the background images to be gradients */
#page-wrapper{
background: inherit;
border-left: 1px solid #CBCBCB !important;
}
.navbar-default{
background-image: none;
}
.sidebar ul l... |
/*!
*
* Wijmo Library 5.20191.603
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
*
* Licensed under the GrapeCity Commercial License.
* sales@wijmo.com
* wijmo.com/products/wijmo-5/license/
*
*/ |
/*!
* Bootstrap v4.1.1 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
/*!
* Bootstrap v3.3.2 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*!
* Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=74cb95bf83c6cfd3ca79)
* Config saved to config.json and https:... |
/*!
* Datetimepicker for Bootstrap
*
* Copyright 2012 Stefan Petre
* Improvements by Andrew Rowls
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
*/
.datetimepicker {
padding: 4px;
margin-top: 1px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radi... |
.slider-container {
margin-top: 125px;
}
.slider-container h5 {
color: darkblue;
text-align: center;
font-weight: bold;
font-size: 1.8rem;
}
.info-container {
margin-top: 10%;
}
.info-container h5 {
color:darkblue;
font-size: 1.8rem;
font-weight: bold;
text-align: center;
}
.... |
/*!
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2015
* @version 2.0.1
*
* Krajee Theme for Select2 (matches Bootstrap 3 styles)
*
* Author: Kartik Visweswaran
* For more JQuery plugins visit http://plugins.krajee.com
* For more Yii related demos visit http://demos.krajee.com
*/
.select... |
html,
body,
.full-height {
height: 100%;
}
body {
overflow-x: hidden;
padding-bottom: 160px;
background-color: #fbfbfb;
}
h1#title {
font-family: monospace;
font-size: 120%;
font-weight: bold;
margin-top: 2em;
margin-bottom: 2em;
}
blockquote {
font-size: 100%;
}
.emoji {
height: 1.2em;
}
.demo-op... |
/* ==UserStyle==
@name Facebook - Supras Sud
@namespace USO Archive
@author zaid
@description `I like "Facebook - Manchester United" by "Templah.com"`
@version 20090323.1.21
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
p
{
font-size: 14px; /* Paragraphes d... |
/*! jQuery UI - v1.9.2 - 2015-05-24
* http://jqueryui.com
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
.ui-dialog{position:absolute;top:0;left:0;padding:.2em;width:300px;overflow:hidden}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:lef... |
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com*/
|
.margin-little {
margin: 4px;
}
.width-full {
width: 100%;
}
.width-half {
width: 48%;
}
.lucent {
opacity: 0.4;
}
.note {
margin: 12px 8px;
font-size: 13px;
}
.vspc {
margin-top: 20px;
}
.formarea {
width: 90%;
margin: 50px auto 0px auto;
}
input[type=text],
input[type=passwo... |
/* common set */
.wrap {width: 1100px;margin: 0 auto;position: relative;}
h4{font-size: 22px}
h5{font-size: 20px !important}
/*icon*/
.arrowd,.arrowl,.circle{ position:absolute;right:10px;top:15px;width:13px; height:6px; line-height:0; font-size:0; background:url(../img/icon-a.png) no-repeat 0 0; vertical-align:middle;... |
.product-button {
min-width: 200px;
min-height: 200px;
background-color: #98a9ed;
} |
body{
margin: 0px;
} |
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,400i,700);
body {
margin: 0;
padding: 0;
background: #ffffff;
font-family: ubuntu;
}
header {
display: flex;
align-items: center;
background: #e7e7ff;
}
header img {
width: 50px;
background: white;
border-radius: 5px;
margin: 0 20px ... |
.bx-def-margin{margin:20px}.bx-def-margin-rightbottomleft{margin-right:20px;margin-bottom:20px;margin-left:20px}.bx-def-margin-leftright{margin:0px
20px 0px 20px}.bx-def-bh-padding{padding:20px
20px 0px 20px}.bx-def-btc-margin-out{margin:10px
20px 0px 20px}.bx-def-btc-padding-in{padding:10px
0px 0px 0px}.bx-def-bc-marg... |
.card{
width: 22rem;
height: 46rem;
margin: 20px 20px 20px 0;
}
.container{
margin-top: 60px;
margin-bottom: 50px;
}
img{
height: 250px;
}
li{
list-style: none;
text-align: center;
}
h3{
text-align: center;
text-decoration: underline;
}
h5{
text-align: center;
text-d... |
@layer components {
.btn {
@apply inline-flex;
@apply appearance-none;
@apply cursor-pointer;
@apply text-body font-medium;
@apply rounded;
@apply px-20 py-8;
@apply bg-blue-bright;
@apply text-white;
@apply no-underline;
@apply border-0 border-solid border-current;
@apply ... |
---
layout: null
---
@import url("pygment_highlights.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/* --- General --- */
html {
font-size: 100%
}
body {
font-family: 'Open Sans', 'Times New Roman', 'Lora', 'Kalpurush', serif, sans-serif;
font-size: 1.125rem;
text-ali... |
/*!
* # Semantic UI 1.10.4 - Sidebar
* http://github.com/semantic-org/semantic-ui/
*
*
* Copyright 2014 Contributorss
* Released under the MIT license
* http://opensource.org/licenses/MIT
* |
/* RESET STYLES & HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
--level-1: #8dccad;
--level-2: #f5cc7f;
--level-3: #7b9fe0;
--level-4: #f27c8d;
--black: black;
}
... |
.transactionContainer {
background-color: var(--color-white);
padding: var(--spacing-default) var(--spacing-large);
position: relative;
overflow: hidden;
border-bottom: solid 1px var(--color-lightgray);
transition: all 0.2s ease;
}
.transactionContainer * {
min-width: 0;
}
.transactionCont... |
a:link {
text-decoration: none;
color: Purple;
}
a:active {
text-decoration: none;
}
a:visited {
text-decoration: none;
color: Maroon;
}
a:hover {
color: Green;
}
BODY {
background-color: #FAFAF4
}
BODY, TABLE, TD {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
.txt {
font-fam... |
/*!
* Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: Merriweather, 'Helvetica Neue', Arial, sans-serif;
... |
.userInfo{position:relative;width:100%;height:100%}.userInfo .mask{z-index:1;position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,.5)}.userInfo .info{z-index:2;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;color:#fff;opacity:.8}.us... |
.page-content{
padding: 10%;
}
.nav-logo{
width: 65%;
margin: 10% auto;
}
.nav-logo img{
width: 100%;
height: 100%
}
.form-item{
margin: 10px 0 15px 0;
border-bottom: 1px solid #ccc
}
.form-item .text{
border: 0;
outline: none;
padding: 8px 12px;
font-size: 16px
}
.form-item-agree input,.form-item-agree span... |
.calendar {
display: grid;
grid-template-columns: repeat(5, minmax(128px, 1fr));
padding: calc(var(--ring-unit) * 3) calc(var(--ring-unit) * 4);
grid-gap: calc(var(--ring-unit) * 3);
}
.month {
grid-column-start: 1;
}
.monthHeading.monthHeading {
margin-top: calc(var(--ring-unit) * 2);
mar... |
@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee&... |
@media screen and (min-width:751px){
nav {
position: relative;
transform: translate(0,0);
padding-top: 10rem;
width: 100%;
height: 70vh;
}
#na_butt {
display: none;
}
div.contain {
display: flex;
flex-wrap: wrap;
}
.con... |
.local[navigation] {
background: $primary_color;
display: block;
width: 100%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
position: fixed;
z-index: 100;
top:0;
}
.local[clearfix]:after {
content: "";
display: table;
clear: both;
}
.local[wrapper] {
max-width: 960px;
width: 100%;
margin: auto;
}
... |
body{margin:0;padding: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,Monaco,Consolas,Courier New,monospace}.App{text-align:ce... |
/*
* Startuply v1.1 Custom Styles
* by Vivaco
*
* Table of Contents
* -------------------------
* 1. Fonts
* 2. Global & Helpers
* 3. Preloader
* 4. Elements
* 5. Alternative tab slider
* 6. ShortCodes
* 7. Navigation Header
* 8. Top Hero Section
* 9. Page versions
* 10. Foote... |
.hero {
width: 100%;
clear: "both";
padding-top: 40px;
}
.jumbotron {
padding-top:120px;
background-color: #00f48e;
}
h1 {
font-size: 35px;
} |
body {
width: 100%;
height: 100%;
margin: 0 0 0 0;
background-image: url("https://divadeck.s3-us-west-1.amazonaws.com/micCrop.jpg");
background-size: cover;
font-family: 'Open Sans', sans-serif;
} |
.left-top{
background-color:lightgrey;
color:white;
width:50px;
height:20px;
border-radius:5px;
}
.logo{
/* position:relative;
top:-120px; */
width:100px;
height:100px;
}
.name{
font-size:20px;
font-weight:bold;
color:black;
}
.detail2{
position:relative;
left:110px;
top:-120px;
color:gr... |
//@@author Stefan-Jiang-reused
//Adapted from tP code of CS2103T-T10-4
.background {
-fx-background-color: -style-background-color;
background-color: #383838; /* Used in the default.html file */
}
.tab-pane {
-fx-padding: 0 0 0 1;
}
.tab-pane .tab-header-area {
-fx-padding: 0 0 0 0;
-fx-min-heigh... |
#lock {
width:40%;
margin: 1.5em auto 4em auto;
display:block;
}
.login-header-image {
background-image: url('/assets/images/lock.svg');
background-size: cover;
}
#fb {
background:#3B5998 url('/assets/images/facebook.svg') no-repeat 14px -12px;
background-size: 47px;
color:#fff;
}
#google... |
/*
Template Name: Metro Lab Dashboard build with Bootstrap v2.3.1
Template Version: 1.1
Author: Tapan Kumer Das
Website: http://innovativebd.net/
*/
/* body styles */
body {
color: #000;
font-family: 'Arial';
padding: 0px !important;
margin: 0px !important;
font-size:13px;
/*overflow-x: hidden ;*/
... |
body {
padding: 50px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
.bg-1 {
background-image: url("../images/Money.jpg");
background-repeat: no-repeat;
color: #aaaaaa;
}
.bg-2 {
background: rgba(0, 0, 0, 0.5);
color: #cccccc;
}
.log-btn {
color: #777777;
}
.steps-row ... |
@charset "UTF-8";
/*
* Container style
*/
.ps {
overflow: hidden !important;
overflow-anchor: none;
-ms-overflow-style: none;
touch-action: auto;
-ms-touch-action: auto;
}
/*
* Scrollbar rail styles
*/
.ps__rail-x {
display: none;
opacity: 0;
transition: background-color 0.2s linear... |
.hljs-comment,.hljs-quote{color:#999580}.hljs-attribute,.hljs-link,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#d73737}.hljs-built_in,.hljs-builtin-name,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#b65611}.hljs-bullet,.hlj... |
.BoldAqua .runner-s-empty > * > * > .runner-toprow > .runner-cl img
{
height: 0px
}
.BoldAqua .runner-s-empty > * > * > .runner-toprow > .runner-cr img
{
height: 0px
}
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow > .runner-cl img
{
height: 0px
}
.BoldAqua .runner-s-empty > * > * > .runner-bottomrow > .runner-c... |
@font-face {
font-family: 'Poppins';
font-style: italic;
font-weight: 300;
src: local('Poppins Light Italic'), local('Poppins-LightItalic'), url(../../fonts/poppins_300i.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215... |
body{
background:url('http://www.wallpaperup.com/uploads/wallpapers/2012/10/21/20181/cad2441dd3252cf53f12154412286ba0.jpg');
padding:50px;
}
#login-dp{
min-width: 250px;
padding: 14px 14px 0;
overflow:hidden;
background-color:rgba(255,255,255,.8);
}
#login-dp .help-block{
font-size:12px ... |
/*
This is copied from Java 8 default Javadoc style sheet
Bauke Scholtz
*/
/*
Overall document style
*/
body {
background-color:#ffffff;
color:#353833;
font-family:'DejaVu Sans', Arial, Helvetica, sans-serif;
font-size:14px;
margin:0;
}
a:link, a:visited {
text-decoration:none;
color:#... |
/*
* 1. core styles
*/
.teamy{
position: relative;
z-index: 1;
overflow: hidden;
padding-bottom: 10px;
}
.teamy__layout{
position: relative;
padding-bottom: 10px;
}
.teamy__preview{
position: relative;
overflow: hidden;
padding-bottom: 10px;
}
.teamy__avatar{
display: block... |
.container {
margin-top: 80px;
height: 100%;
}
.column {
width: 90%;
margin: 0 auto;
text-align: center;
height: 100%;
} |
/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ===============================... |
#nprogress{pointer-events:none;}#nprogress .bar{background:#C5F442;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px;}#nprogress .peg{display:block;position:absolute;right:0px;width:100px;height:100%;box-shadow:0 0 10px #C5F442,0 0 5px #C5F442;opacity:1.0;-webkit-transform:rotate(3deg) translate(0px,-4px);... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.