text
stringlengths
1
1.04M
.modalContainer { position: relative; display: flex; height: 100vh; width: 100vw; } .content { display: flex; position: absolute; flex-direction: column; padding: 30px; background-color: snow; box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); } .isHide { display: none; } .buttonContainer { display: fle...
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&family=Roboto:wght@300;400;700&display=swap"); body { font-family: "Roboto", Arial, Helvetica, sans-serif; background-color: black; color: white; margin: 0; padding: 0; line-height: 1.5; font-weight: 200; } iframe { display: block; }...
:root { font-size: 10px; } *, *::before, *::after { box-sizing: border-box; } body { font-family: "Open Sans", Arial, sans-serif; min-height: 100vh; background-color: #fafafa; color: #262626; padding-bottom: 3rem; } img { display: block; } .container { max-width: 93.5rem; mar...
/*! jQuery UI - v1.9.2 - 2014-04-02 * http://jqueryui.com * Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */ .ui-autocomplete{position:absolute;top:0;left:0;cursor:default}* html .ui-autocomplete{width:1px}
/*! * AngularJS Material Design * https://github.com/angular/material * @license MIT * v1.2.3-master-625adc5 */ /* * Responsive attributes * * References: * 1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex * 2) https://css-tricks.com/almanac/properties/f/flex/ * 3) https://css-tri...
/*! * 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: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545...
/* #000A29, #0077B6,#00B4D8,#FFD500,#F3F7F7,#FFFFFF; */ .bgblock { border-radius: 7px; background-color: #000a29; font-family: "Poppins"; padding: 4px; } .bgblock:hover { background-color: #001c6d; } .footer { background-color: #000a29; font-family: "Poppins"; } .footer_content { padding: 40px; color...
input, textarea, select, button, option, html, body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; font-stretch: normal; font-style: normal; font-weight: 400; line-height: 29.7px } input, textarea, select, button, option, html, body { font-family: "Helvetica Neue", Helvet...
@font-face {font-family: "iconfont"; src: url('~assets/font/detailbottombar/iconfont.eot?t=1589800514997'); /* IE9 */ src: url('~assets/font/detailbottombar/iconfont.eot?t=1589800514997#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAWgAAsAA...
@charset "UTF-8"; /*! * CoreUI - HTML, CSS, and JavaScript UI Components Library * @version v3.2.0 * @link https://coreui.io/ * Copyright (c) 2020 creativeLabs Łukasz Holeczek * License MIT (https://coreui.io/license/) */ :root { --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --break...
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */ /* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */ /* * 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,...
.welcome-text { color: black; font-size: 18; text-align: center; padding: 20; font-weight: bold; } .cardStyle { background-color: #3A53FF; color: #fff; width: 70%; }
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap'); body { margin: 0; font-family: 'Open Sans Condensed', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webk...
/*! * simpleBtChecks v1.1.2 * http://joelthorner.com * * Copyright 2016 Joel Thorner - @joelthorner */ /* recomended for all inputs to transform (visual javascript bad effects onload script) input[type='checkbox']{ position: absolute; width: 1px; height: 1px; padding: 0px; ...
/* * Copyright (c) 2022. * Dinokhan * 3/27/22, 5:54 PM */ /*! elementor - v3.1.4 - 10-03-2021 */
#mine_gradient{ position: relative; display: inline-block; } #mine_gradient::after{ content: ""; position: absolute; left: 0; bottom:-2px; width: 100%; height: 14px; background-image: linear-gradient(90deg,#AB0D02 0%,#D13228 38%,#002121 76%,#03C7E8 100%,#CAF3F6 100%); }
/* ==UserStyle== @name Google.it Ricerca Immagini - Dark Grey Italian @namespace USO Archive @author ossomasticato @description `This script provides to make Google image search background from white to Dark grey, with some other change` @version 20090213.18.37 @license NO-REDIST...
body, div, header, ol, ul, li, p, h1, h2, h3, a, img { margin: 0; padding: 0; border: 0; vertical-align: baseline; list-style: none; } body { background: #fafafa 50% 0 repeat; font: 13px/24px "Open Sans", Arial, sans-serif; color: #444; } .container { margin: 0 auto; width: 800px; box-shadow: 1px...
.page { margin: 0; padding: 0; height: 100vh; width: 100vw; } img { display: block; margin-left: auto; margin-right: auto; width: 50%; height: 50%; } .container-1{ display:flex; flex-wrap:wrap; justify-content:space-between; } .container-2{ display:flex...
@import url(https://fonts.googleapis.com/css?family=Nunito);@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normali...
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap'); *{ box-sizing: border-box; margin: 0; padding: 0; font-family:'Roboto Condensed', sans-serif; overflow-x: hidden; } /* NAVBAR */ #Home { position: relative; width: 100%; color:#fff; } .navbar...
.media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { zoom: 1; overflow: hidden; } .media-body { width: 10000px; } .media-object { display: block; } .media-object.img-thumbnail { max-width: none; } .media-right, .media > .pull-right { padding-left: 10px; } .media-left,...
/** * Make component space filling * Note global ".mat-tab-group.mat-tab-fill-height .mat-tab-body-wrapper" definition in styles.css */ :host { flex: 1; } mat-drawer-container, mat-drawer-content, mat-tab-group, .mxgraph-container, nz-layout { height: 100%; } .mat-tab-header { align-self: flex-end; } dia...
/** * @file * Page manager layout * * We are using percentages in the admin instead of fixed widths so that the * admin can work nicely in different admin themes. */ #panels-dnd-main div.panels-display h2.label { padding-left: 24px; text-align: left; } #page-manager-edit .zen-two-sidebars .panel-content .in...
.nav{ margin: auto; } .logo{ margin: 10px 80px; vertical-align: middle; position: relative; } .nav .zeta-wrap{ display: inline; height: 50px; position: relative; } .nav .zeta-menu { display: inline; text-align: center; } .nav .zeta-menu li { display: inline-block; list-sty...
/* * jQuery Mobile Framework : plugin to provide a date and time picker. * Copyright (c) JTSage * CC 3.0 Attribution. May be relicensed without permission/notification. * https://github.com/jtsage/jquery-mobile-datebox * Generated: 2014-08-19T10:14:13-04:00 (from theme builder) */ /* * Shared Styles * * ...
/* jQuery.mmenu iconPanels addon CSS */ .mm-iconpanel .mm-panel { -webkit-transition-property : right, -webkit-transform; transition-property : right, -webkit-transform; -o-transition-property : right, -o-transform; -moz-transition-property : transform, right, -moz-transform; transiti...
/* tablet */ @media (max-width: 1199.98px) { #vulcan-text-large { display: none; } #airavat-text-large { display: none; } .buttons { display: grid; grid-template-rows: repeat(2, 50%); grid-template-columns: none; grid-row-gap: 14px; } .d-flex { width: 30%; } } /* between ...
/*! * 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: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545...
/*! * Start Bootstrap - Creative v5.1.8 (https://startbootstrap.com/template-overviews/creative) * Copyright 2013-2019 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE) */
:host([theme~="jtaf-dialog"]) [part="overlay"] { overflow: hidden; } :host([theme~="jtaf-dialog"]) [part="content"] { padding: 0; } :host([theme~="jtaf-dialog"][theme~="dock"]) { bottom: 0; left: 0; right: 0; top: 0; } :host([theme~="jtaf-dialog"][theme~="dock"]) [part="overlay"] { bottom...
/* Get the bourbon mixin from http://bourbon.io */ /* Reset */ @import url('https://rsms.me/interface/interface.css'); .flip-clock-wrapper * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; -webkit-backf...
a#getting-started-link img { background-image: url(graphics/cApp-wizard.png); } a#carbonStudio-introLink img { background-image: url(graphics/cs.gif); } a#carbonStudio-dashboardlink img { background-image: url(graphics/cApp-wizard.png); } #page-content#left { border: none; float: left; margin: 10px; padding: ...
form.aui .textarea{ max-width: inherit !important; } select { background-color: white; width:100%; border-radius:5px; border:1px solid #e9e9e9; height:34px; padding: 6px 12px; font-family: Arial; font-size:14px; color:#696969; -webkit-flex: 1; /* Safari 6.1+ */ -ms-flex: 1; /* IE 10 */ fle...
.custom-container{ padding-left: 2rem; padding-right: 2rem; } .text-dgreen{ color:#009e7f; } .main-body{ width: 100%; overflow-x: hidden; } .bg-dgreen{ background-color:#009e7f; } .bg-white{ background-color: #ffffff; } #wraper{ position: relative; } .owl-carousel.owl-theme.owl-carousel...
@media (min-width: 768px){ .carousel-indicators li{margin:0px 8px;} } @media (max-width:1200px) { .nav.navbar-nav.navbar-right.top-nav{width:265px!important;} .top-nav li a{font-size:14px;} .container{width:96%;} .nav > li > a{padding:10px 9px;} } @media (max-width: 1100px){ .nav .container{padding:0;} .top-box .nav...
/* app css stylesheet */ .menu { list-style: none; border-bottom: 0.1em solid black; margin-bottom: 2em; padding: 0 0 0.5em; } .menu:before { content: "["; } .menu:after { content: "]"; } .menu > li { display: inline; } .menu > li:before { content: "|"; padding-right: 0.3em; } .menu > li:nth-chi...
.Shell { display: grid; min-height: 100vh; grid-template-areas: 'header' 'disclosure' 'subheader' 'main' 'footer'; grid-template-columns: 1fr; grid-template-rows: auto auto auto 1fr auto; @media all and (min-width: 1000px) { grid-template-areas: 'header header' 'disclosure disclosure' ...
header.site-header { position: relative; } #star-button { position: absolute; bottom: 2px; right: 6px; z-index: 90; } .anchorlink { float: left; padding-left: 1.2em; margin-left: -2.4em; max-width: 0; max-height: 0; overflow: hidden; opacity: 0; font-weight: normal; transition: opacity 0.5s; color: #444...
* { border: 0; margin: 0; padding: 0; font-family: "Fira Code", monospace; box-sizing: border-box; } html, body { overflow: hidden; height: 100vh; width: 100vw; } body { background-color: gray; } .wrapper { height: 100%; width: 100%; position: relative; } ul { list-style-type: none; } a {...
/*! * BLOCKS - Responsive Dashboard Theme * * Copyright 2013 * Licensed under the Apache License v2.0 * http://www.apache.org/licenses/LICENSE-2.0 * Created by: Carlos Esteban Alvarez * URL: http://www.basicoh.com * Designed and built based on Twitter Bootstrap. */ /*CONFIGURATION USED IN LOGIN.HTML*/ /*Log...
/* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */
/*! * Item: CodeX * Description: Personal Portfolio / Resume / CV / vCard Template * Author/Developer: Exill * Author/Developer URL: https://themeforest.net/user/exill * Version: v1.0.0 * License: Themeforest Standard Licenses: https://themeforest.net/licenses */ /*----------- Table of Contents --------...
h1 { border: 2px #eee solid; color: brown; text-align: center; padding: 10px }
.top_nav_mobile_version { display: none !important; } .navbar-left { position: relative !important; /*padding-top: 55px !important;*/ } @media screen and (max-width: 500px) { .navbar-top { display: none !important; } .top_nav_mobile_version { display: block !important; he...
.nav-main .ynabtk-navlink-reports { cursor: pointer; } .nav-main .ynabtk-navlink-reports.active a .flaticon { color: #fed168; } .ynabtk-reports { height: 100%; display: flex; flex-direction: column; } .ynabtk-reports-nav { background-color: #003540; padding-left: 20px; font-family: 'Lato',Arial,'Helve...
form a{ margin-left:15px; } .btn{margin-left:10px;}
/*! * Bootswatch v4.0.0 * Homepage: https://bootswatch.com * Copyright 2012-2018 Thomas Park * Licensed under MIT * Based on Bootstrap *//*! * Bootstrap v4.0.0 (https://getbootstrap.com) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twb...
.font-gotham { font-family: 'Gotham'; } .font-bold { font-family: 'Basis Grotesque Bold'; font-weight: 500; } .font-300 { font-family: 'Basis Grotesque Light'; font-weight: 300; } .font-64 { font-size: 4rem; } @media screen and (max-width: 1024px) { .font-64 { font-size: 1.625rem; } } .font-46 { f...
.categories li { cursor: pointer; background-color: var(--background-tertiary); } li { background-color: var(--background-secondary); } li.active { background-color: var(--primary) !important; border: none; } #searchButton { margin-left: 5px; height: 64px; }
*{ margin:0; padding:0; } /*---------------------font-------------------*/ @font-face { font-family: poppins; src: url(../../assets/font/poppins/Poppins-Regular.ttf); } @font-face { font-family: poppins-light; src: url(../../assets/font/poppins/Poppins-Light.ttf); } @font-face { font-family:...
/* Style Settings */ @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); :root { --bgColor: #eeeeee; --accentColor: #0d35e9; --font: 'Roboto', sans-serif; } body{ background-color: var(--bgColor); } div.top{ background-color: #204051; margin: 0; } #userPhoto{ widt...
/******************************************* * Theme Name: Market * Author: Magentech * Author URI: http://www.magentech.com * Version: 1.0.0 * Description: This is html5 Sass template *******************************************/ /*=============================================== [SASS DIRECTORY ] [1] Minxin Lin...
body .child { color: red; }
.container { max-width: 500px; margin: 50px auto; text-align: center; font-family: sans-serif; } form { border: 1px solid #1A33FF; background: #ecf5fc; padding: 40px 50px 45px; } .form-control:focus { border-color: #000; box-shadow: none; } label { font-weight: 600; } .error { ...
/*! * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) /*# sourceMappingURL=bootstrap.min.css.map */ /*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawes...
html{height:100%} /* iexplore shows glisse in the background :-( */ #glisse-wrapper * { z-index: 12001; } /* Glisse: Hide elements by default */ #glisse-overlay, #glisse-close, #glisse-controls,#glisse-spinner{opacity:0;} /* Glisse: Overlay */ #glisse-overlay { position:fixed; top:0; bottom:0; left:...
.banner { user-select: none; } .logo { display: inline-block; } .logoImage { fill: #000; width: 64px; height: 64px; margin-right: 16px; } .logoTitle { font-size: 32px; margin-bottom: 0; } .logoSubtitle { font-size: 14px; text-align: center; margin-top: -8px; } .statusWarning { color: #ff851...
/* ---------------------------------- Main CSS file for Discuz! X (C) Comsenz Inc. http://www.comsenz.com Created & Modified by Lushnis, Pony, Alice, Dfox & DragonLee. Modified by Valery Votintsev, codersclub.org Arabic (RTL) by Khalid Nahhal, www.ar-discuz.com ---------------------------------- Directory structure: ...
/*! * 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 | github.com/necolas/normalize.css */ html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webki...
.color{ color:blueviolet; } .loader{ position: absolute; left: 0; right: 0; /* border: 1px solid red; */ height: 100vh; width: 100%; display: flex; align-items: center; justify-content: center; margin: 0; padding: 0; z-index: 100; background-color: white; } ...
.mblRoundRect { margin: 7px 9px 16px; padding: 8px; border: 1px solid #adaaad; border-radius: 8px; background-color: black; color: white; } .mblRoundRect.mblShadow { -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); }
body { font-family: 'Ubuntu', sans-serif; background: linear-gradient(#fdfae9, white); background-repeat: no-repeat; background-attachment: fixed; min-width: 300px; font-size: 1em; } body, h1, div, p, h2 { box-sizing: border-box; padding: 0 0 0 0; margin: 0 0 0 0; border: 0 0 0 0; } button, select...
.places{ background: #fff; /* height: 200px; */ border: 1px solid #F2F7F2 } #map{ height: 500px; background: #fff; } .navbar-default{ background-color: #ACBDBA; !important; } body{ background-color: #fff; }
/* 页面整体 */ body { margin: auto; max-width: 580px; font-size: 14px; font-family: Helvetica, Arial, sans-serif; } /* 头像 */ .list {width: 20px;} /* 弹窗 */ .alert { position: relative; padding: 7px; margin: 7px 0; border: 1px solid transparent; color: #004085; background-color: #cce...
.main-card { margin: auto; margin-top: 50px; width: 548px; } .main-card > .mdl-card__title { height: 256px; background: url('/api/admin/images/api_logo.png') center / cover; } .main-card .mdl-card__title-text { position: absolute; right: 10px; color: #607D8B; } .main-card a:hover { ...
/* Copyright (c) 2011, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html version: 2.9.0 */ /*foundational css*/ .yui-dt-table th, .yui-dt-table td { overflow:hidden; } th .yui-dt-header { position:relative; } th .yui-dt-label { position:relat...
.calculator { min-width: 15rem; max-width: 40rem; } .calculator .display { background-color: #ffffff; border: 1px solid black; height: 0; padding-top: 12.5%; position: relative; margin: 0 0.2rem; } .calculator .display--inner { display: flex; flex-direction: column; height:...
/* Hamburger Icon */ #hamburger { display: none; } #hidden_menu { display: none; } @media (max-width: 800px) { /* Hamburger Icon */ #hamburger { display: block; float: right; position: relative; top: 25px; right: 40px; width: 60px; ...
/* ==UserStyle== @name White WO @namespace USO Archive @author BeeGee @description `Makes wo.blox.pl readable: dark text on white background, big serif letters. Warning: it hides everything outside the main column.` @version 20140116.14.47 @license CC0-1.0 @preprocessor uso ==/...
.panel -default { border-color: #ddd; } .panel-default > .panel-heading { color: #333333; background-color: #e1b137; border-color: #e1b137; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #ddd; } .panel-default > .panel-heading .badge { color: #f5f5f5; background-colo...
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700); @import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700); /* Template Name: Minton Dashboard Author: CoderThemes Email: coderthemes@gmail.com File: Topbar,Left-sidebar,Right-sidebar */ .topbar { left: 0px; position: fixed; right...
.html , .css , .java, .git { width: 100px; height: 100px; } #page2{ display:none; }
#top { margin-top: 30px; } #btn-login{ margin-top: 30px; } .message { margin-top: 30px; } table { background-color: white; } .form-row { margin-bottom: 15px; }
#body{ background-color: rgb(255,224,192); background-attachment: fixed; background-repeat: repeat; font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif; font-size: 14px; } #f2{ position:absolute; width:100%; margin-top: 20px; } #status_table{ padding: 5px; color: rgb(128,64,0); text-align: cent...
@font-face { font-family: 'HelveticaNeue'; src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue.woff') format('woff'), url('../fonts/HelveticaNeue.ttf') format('truetype'), url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg'); font-weight: nor...
.textual-heatmap .facet { display: grid; grid-template-columns: 1fr 60px; grid-template-rows: 40px auto; grid-template-areas: "meta-content ." "token-content facet-title"; margin-bottom: 0.5em; } .textual-heatmap .facet.hide-meta-content { grid-template-rows: auto; grid-template-areas: "token...
body { background-color: #fff; } h1 { color: #3b5998; font-family: 'Lucida Grande'; } h2 { color: #afbdd4; font-family: 'Lucida Grande'; } .button { background-color: #3b5998; color: white; font-size: 20pt; border-radius: 5px; font-family: 'Lucida Grande'; border: 10px; } ...
hr{ color: blue } img{ margin-top: 1rem; }
/** @Name: laydate皮肤:墨绿 @Author 伍鲜 @Site:http://sentsin.com/layui/laydate **/ .laydate-icon{border:1px solid #ccc; background-image:url(icon.png)} .laydate_body .laydate_bottom #laydate_hms, .laydate_body .laydate_time{border:1px solid #ccc;} .laydate_body .laydate_box, .laydate_body .laydate_ym .laydate_yms, ....
.login_form { text-align: center; }
/* Hide the advanced tab */ #advanced_tab { display: none; } #metatitle, #metakeywords, #metadescription, #metaauthor, #metacopyright { width: 280px; } #doctype, #docencoding { width: 200px; } #langcode { width: 30px; } #bgimage { width: 220px; } #fontface { width...
/* PrismJS 1.15.0 https://prismjs.com/download.html#themes=prism-dark&languages=markup+css+clike+javascript+abap+actionscript+ada+apacheconf+apl+applescript+c+arff+asciidoc+asm6502+csharp+autohotkey+autoit+bash+basic+batch+bison+brainfuck+bro+cpp+aspnet+arduino+coffeescript+clojure+ruby+csp+css-extras+d+dart+diff+djang...
html { height:100%; } body { background: linear-gradient(-45deg,pink, #cce6ff) no-repeat; } .col-md-3 { background-image: url("../img/card.jpg"); } p { display:none; padding:10px; border: 1px dotted black; color: white; text-shadow: 1px 1px 2px black, 0 0 25px grey, 0 0 5px grey; font-family: 'Ubuntu'...
.interview { margin: 64px auto; background: #fff; max-width: 732px; width: 90%; border: 16px solid #fff; padding: 16px; border-radius: 6px; } blockquote { margin: auto; max-width: 700px; padding-left: 20px; font-size: 1.3em; width: 100%; } p.question { font-weight: bold; margin: 16px auto; width: 100%; }...
table.dataTable { clear: both; margin-top: 6px !important; margin-bottom: 6px !important; max-width: none !important; border-collapse: separate !important; border-spacing: 0; } table.dataTable td, table.dataTable th { -webkit-box-sizing: content-box; box-sizing: content-box; } table.dataTable td.dataTab...
html,body{ margin: 0; padding: 0; } html{ overflow: hidden; } body{ background: #2b2b2b; background-image: url(../img/back_eff.png); background-size: 200px auto; overflow-y: scroll; height: 100vh; /*scroll-snap-type: y mandatory;*/ -ms-overflow-style: none; scrollbar-width...
/* * # Semantic UI - 1.7.2 * https://github.com/Semantic-Org/Semantic-UI * http://www.semantic-ui.com/ * * Copyright 2014 Contributors * Released under the MIT license * http://opensource.org/licenses/MIT * */ .ui.sticky{position:static;-webkit-transition:width .2s ease,height .2s ease,top .2s ease,bottom .2s ...
@u\2cnknown;
/* http://stylus-lang.com/docs/interpolation.html */ @vendor(prop, args){ -webkit-{prop}: args; -moz-{prop}: args; {prop}: args} @border-radius(){ @vendor('border-radius', arguments)} @box-shadow(){ @vendor('box-shadow', arguments)} button{ border-radius: 1px 2px / 3px 4px}
body { font-size: .875rem; } .feather { width: 16px; height: 16px; vertical-align: text-bottom; } /* * Sidebar */ .sidebar { position: fixed; top: 0; bottom: 0; left: 0; z-index: 100; /* Behind the navbar */ padding: 48px 0 0; /* Height of navbar */ box-shadow: inset -1p...
.title { text-align: center; padding-top: 23px; padding-bottom: 35px; color: #d90022; font-size: 50px; } .center_img { text-align: center !important; padding-top: 25px; } .center_img img { max-width: 200px; }
.panel.with-nav-tabs .panel-heading{ padding: 5px 5px 0 5px; } .panel.with-nav-tabs .nav-tabs{ border-bottom: none; } .panel.with-nav-tabs .nav-justified{ margin-bottom: -1px; } /********************************************************************/ /*** PANEL PRIMARY ***/ .with-nav-tabs.panel-primary .nav-tabs >...
/* Slider */ .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transpar...
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v1.0.9 */ /* Only used with Theme processes */ html.md-THEME_NAME-theme, body.md-THEME_NAME-theme { color: '{{foreground-1}}'; background-color: '{{background-color}}'; } .md-panel-outer-wrapper { height: 100%; left: 0; ...
html,body{ height: 100%; width: 100%; margin: 0 auto; } #principale{ width: 100%; height: 100%; } #principale-content{ padding-top: 150px; height: 100vh; display: flex; flex-direction: column; background-color: #fafafa; background-size: cover; text-align: center; } h1.titolo{ color: black;...
/******************* GREEN THEME *******************/ .warnaNetral{ color: #DDDDDD; } .warnatop{ background-color: #272930; color: white; } .backgroundGreen{ background-color: #26A69A !important; } .backgroundGray{ background: #EEF0F4 !important; } .warnaGreen{ color: #26A69A !important; } .warnaHijauTua{ color...
.header { background-color: #303030 !important; box-shadow: none !important; padding: 0 50px; } .logo { width: 150px; } .link { margin: 0 20px; font-weight: bold; } .link:hover { color: #fafafa; } .spacer { margin: 0 auto; } .login { color: #fff !important; border: 2px solid #fff !important; } ...
* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; } .container { width: 30%; margin: 7% auto; overflow: auto; min-height: 50vh; border: 1px solid #ddd; box-...
@charset "UTF-8"; /*! Ionicons, v2.0.0 Created by Ben Sperry for the Ionic Framework, http://ionicons.com/ https://twitter.com/benjsperry https://twitter.com/ionicframework MIT License: https://github.com/driftyco/ionicons Android-style icons originally built by Google’s Material Design Icons: https://git...