text stringlengths 1 1.04M |
|---|
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
margin:0;
font-family: 'Roboto Condensed', sans-serif;
background: #ffffff;
}
body a{
transition: 0.5s all;
-webkit-transition: 0.5s all;
-... |
body {
padding-top: 50px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
background-color: white;
}
.measurments-table {
margin-top: -20vh;
font-size: 1.2em !important;
}
.main-controls {
width: 100%;
padding: 0 20px;
box-sizing: border-box;
}
table {
... |
body{
box-sizing: border-box;
margin: 0;
/* padding: 20px 50px; */
}
header{
background-image: url(/images/dairy.jpg);
background-position: center;
background-size: cover;
min-height: 400px;
text-align: center;
opacity: 0.65;
margin: 0;
}
h1{
color: rgb(37, 194, 194);
... |
.footer,.header,.topnav a{text-align:center}.card,.footer{margin-top:20px}*{box-sizing:border-box}body{font-family:Arial;padding:10px;background:#f1f1f1}.header{padding:30px;background:#fff}.header h1{font-size:50px}.topnav{overflow:hidden;background-color:#333}.topnav a{float:left;display:block;color:#f2f2f2;padding:1... |
.h3-protocol {
margin-top: 30px;
margin-bottom: 30px;
}
.promoter {
margin-top: 80px;
}
.pomoter-form {
text-align: left;
width: 80%;
margin-left: 10%;
}
.ui.button,
.ui.buttons .button,
.ui.buttons .or {
font-size: 1.2rem;
max-height: 2.5em;
margin-top: 23px;
}
.file-render {
margin-top: 60px;
... |
/* ==UserStyle==
@name Google - Norooz Logo
@namespace USO Archive
@author miladbashiri
@description `Change the google logo to a "haft-sin" for iranian new year.لوگوی گوگل را به صورت دائمی به تصویر یک هفت سین تغییر دهید`
@version 20110422.3.52
@license NO-REDISTRIBUTION
@preproc... |
/* Common */
* { box-sizing: border-box;}
html, body {
height: 100%;
}
body {
font-family: sans-serif;
background-color: lighgray;
display: flex;
justify-content: center;
align-items: center;
}
/* Player */
.player {
min-width: 320px;
background-image: linear-gradient(black, gray);
... |
.wc-container {
font-size: 14px;
font-family: arial, helvetica;
}
.wc-toolbar {
padding: 1em;
font-size:0.8em;
}
.wc-toolbar .wc-nav {
float:left;
}
.wc-toolbar .wc-display {
float: right;
}
.wc-toolbar button {
margin-top: 0;
margin-bottom: 0;
}
.wc-toolbar .wc-title {
text-align: center;
... |
body {
background-color: #525a60;
color: lightgrey;
font-size: 0.85em;
}
a {
color: #5db1ff
} |
/* Black Metal (Burzum) by metalelf0 (https://github.com/metalelf0) */
:root {
--base00: #000000;
--base01: #121212;
--base02: #222222;
--base03: #333333;
--base04: #999999;
--base05: #c1c1c1;
--base06: #999999;
--base07: #c1c1c1;
--base08: #5f8787;
--base09: #aaaaaa;
--base0A: #99bbaa;
--base0... |
.jp-jitm{border-radius:2px;max-width:95%;margin:2em auto 0 auto;padding:.85em;background:#fcfcfc;border:1px solid #dedede;text-align:center}@media (min-width: 1100px){.jp-jitm{max-width:650px}}.jp-jitm:before,.jp-jitm:after{content:"";display:table}.jp-jitm:after{clear:both}.jp-jitm .activate{margin-top:.8em}.jp-jitm .... |
/*!
=========================================================
* Argon Dashboard - v1.1.2
=========================================================
* Product Page: https://www.creative-tim.com/product/argon-dashboard
* Copyright 2018 Creative Tim (https://www.creative-tim.com)
* Licensed under MIT (https://github.com/... |
.vertical-align {
display: flex;
align-items: center;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
a {
cursor: pointer;
} |
.tooltip-content {
cursor: pointer;
}
.tooltip-content:before, .tooltip-content:after {
position: absolute;
content: "";
opacity: 0;
transition: all 0.4s ease;
}
.tooltip-content:before {
border-width: 10px 8px 0 8px;
border-style: solid;
border-color: #0099FF transparent transparent ... |
/*** Overall FancyMoves Slider Styles ***/
.mb-wrapper {
width: 900px; /* default, this is overridden by script settings */
margin: 0 auto;
position: relative;
left: 0;
top: 0;
background:#000000;
}
/* Panel Wrapper */
.mb-slider, .mb-scroll {
width: 100%;
height: 100%;
overflow: hidden;
margin:... |
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,200;1,300;1,500&display=swap");
body {
background-color: black;
color: green;
font-family: "Roboto Mono", monospace;
}
.container {
background-color: black;
margin: 50px auto 0 auto;
padding: 2... |
@keyframes hue {
from { filter: hue-rotate(0deg); -webkit-filter: hue-rotate(0deg); }
to { filter: hue-rotate(-360deg); -webkit-filter: hue-rotate(-360deg); }
}
.change-hue-animation {
animation: hue 60s infinite linear;
-webkit-animation: hue 60s infinite linear;
}
.change-hue-fast-animation {
animat... |
/* Background */ .chroma { color: #d8dee9; background-color: #2e3440 }
/* Other */ .chroma .x { }
/* Error */ .chroma .err { color: #bf616a }
/* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }
/* LineTable */ .chroma .lntable { border-spacing: 0; padding: 0; margin: 0; border: 0... |
*, ::before, ::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
/*core*/
.core{
height: 70%;
width: 80%;
margin-left: auto;
margin-right: auto;
}
.form_core{
display: flex;
margin: 1% auto 1% auto;
width: 500px;
height: auto;
padding: 25px;
... |
/*!
* froala_editor v4.0.10 (https://www.froala.com/wysiwyg-editor)
* License https://froala.com/wysiwyg-editor/terms/
* Copyright 2014-2022 Froala Labs
*/
|
body {
}
.cd-products-wrapper {
overflow-x: auto;
/* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied
-webkit-overflow-scrolling: touch;*/
float: left;
}
.cd-products-table .features {
/* fixed left column - product properties list */
/* ... |
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
/*!
* AdminLTE v2.1.0
* Author: Almsaeed Studio
* Website: Almsaeed Studio <http://almsaeedstudio.com>
* License: Open source - MIT
* Please visit http://opensource.org/licenses/MIT ... |
.navbar .brand {
height: 50px;
width: 110px;
margin-left: 1px;
padding: 0;
}
.version {
line-height: 30px;
vertical-align: bottom;
font-size: 12px;
padding: 0;
margin: 0;
font-weight: bold;
color: #777;
}
.navbar-inner {
padding-top: 2px;
height: 50px;
}
.navbar-inner .nav {
margin-top: 5... |
.pdev_evp{
text-align: center;
}
.pdev_evp .title{
font-weight: bold;
}
.pdev_evp video{
max-width: 640px;
max-height: 480px;
} |
.bg{
background: url(images/Skeleton\ Linocut\ Astronaut.svg);
height: 50vh;
}
.pol{
fill: black;
stroke: red;
}
.change-color:hover{
fill: black;
} |
@for $i from 1 to 3 {
.b-$i { width: calc(1 / 24 * $(i) * 100)%; }
} |
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60... |
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 95%;
/*background-color: #edf2f9;*/
border-top: 4px solid #cccccc;
padding-top: 20px;
}
.titulo {
color: #000;
font-size: 150%;
}
.tabla-registros th {
background-color: #06a9ca;
color: #fff;
font-style: arial;
font-size: 90%;
}
.tabla... |
@charset 'UTF-8';
/* 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-highli... |
body, html, * {
margin: 0;
padding: 0;
}
/* navigation */
/* =============================================== */
#nav-top{
width: 100%;
height:50px;
background: #29AF8A;
}
.icons{
float: right;
}
.icons ul li{
list-style:none;
display:inline-block;
margin-top:12px;
text-a... |
body {
overflow-x: hidden;
}
.container {
max-width: 100%;
overflow-x: hidden;
}
div nav.custom-navbar-text.bg-light.navbar-light#nav{
background-color: rgba(220, 220, 220, 0.3) !important;
padding-top: 0;
padding-bottom: 0;
margin-top: 1%;
text-align: left !important;
}
.custom-navbar-text a {
colo... |
.hovereffect {
width: 100%;
height: 100%;
float: left;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
}
body {
padding: 40px 0px;
}
#search {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.9);
-webkit-transi... |
* {
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
*:focus {
outline: none;
}
html,
body {
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
color: #333333;
margin: 0px;
}
a:link,
a:hover,
a:visited,
a:focus,
a:active {
text-decoration: n... |
/* General */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
font: normal 17px sans-serif;
color: #555;
}
ul {
list-style: none;
}
a {
text-decoration: none;
opacity: 0.75 ;
color: #fff;
}
a:hover {
opacity: 1;
}
a.btn {
border-radius: 4px;
text-transform: uppercase;
font-wei... |
@font-face {
font-family: 'Crimson';
font-weight: 400;
src: url('chrome-extension://__MSG_@@extension_id__/fonts/Crimson-Regular.ttf') /* ... */;
}
@font-face {
font-family: 'Crimson';
font-weight: 700;
src: url('chrome-extension://__MSG_@@extension_id__/fonts/Crimson-Bold.ttf') /* ... */;
... |
@charset "UTF-8";.el-radio-button,.el-radio-button__inner{display:inline-block;position:relative}.el-radio-button:first-child .el-radio-button__inner{border-left:1px solid rgb(191, 203, 217);border-radius:4px 0 0 4px;box-shadow:none!important}.el-radio-button:last-child .el-radio-button__inner{border-radius:0 4px 4px 0... |
.pg-group-slider.pg-slick-slider .pg-slick-slide{
max-width: 100%;
border: 1px solid rgb(246 246 246 / 26%);
background-color: rgb(255 255 255 / 44%); |
.addmode .editing {
display:none;
}
.editmode .adding {
display:none;
}
.form-group {
position: relative;
}
span.tooltip {
position: absolute;
background: #000;
border-radius: 3px;
bottom: 30px;
left: 0;
display: inline-block;
width: auto;
color: #fff;
padding: 5px;
white-space: nowrap;
opac... |
/* You can add global styles to this file, and also import other style files */
body {
background-color: black;
color: white !important;
}
hr {
border-color: white;
}
.puntero {
cursor: pointer;
}
.img-circle {
border-radius: 100%;
width: 150px;
}
.card-title,
.car... |
.loaderImg{
width: 180px;
height: 180px;
} |
* {
box-sizing: border-box;
}
body{
margin: 0%;
padding: 0%;
background-color: darkgrey;
font-family: 'Domine', serif;
}
h1{
text-align: center;
font-size: 60px;
margin-top: 5%;
}
select{
width: 400px;
height: 35px;
margin-left: 38%;
margin-top: 3%;
font-size: 25px;
... |
.border {
border-radius: 8px;
} |
input {
border-radius: 28pt;
font-size: 16px;
padding: 15px 20px;
border: 0;
background-color: var(--input-color);
}
input::placeholder {
color: var(--placeholder-color);
font-size: 12px;
} |
#map,#map1,#map2,#map3{
display: block;
height: 350px;
margin: 0 auto;
}
#map.large,#map1.large,#map2.large,#map3.large{
height:500px;
}
.overlay{
display:block;
text-align:center;
color:#fff;
font-size:60px;
line-height:80px;
opacity:0.8;
background:#4477aa;
border:solid 3px #336699;
border-... |
/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-conta... |
/*@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
margin: 0;
padding: 0;
border: 0;
list-style: none;
line-height: 1;
display: block;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-... |
@charset "UTF-8";/*!
* Bootstrap v5.1.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)
/*# sourceMappingURL=bootstrap.css.map */ |
/*
DJANGO Admin styles
*/
@import url(fonts.css);
/* VARIABLE DEFINITIONS */
:root {
--primary: #79aec8;
--secondary: #417690;
--header-color: #0e2f44;
--accent: #f5dd5d;
--primary-fg: #fff;
--body-fg: #333;
--body-bg: #fff;
--body-quiet-color: #666;
--body-loud-color: #000;
--header-color: ... |
*{
font-family: 'Roboto', sans-serif;
}
body{ background-color: #EEEEEE;}
.divPrincipalIzq, .divPrincipalCent, .divPrincipalDere{
/*background-color: red;*/
color:#616161;
}
.form-control:focus {
border-color: #ffd83b;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px rgba(255, 193, 7, 0.55);
}
.navbar{... |
@import 'reset.css'; |
header{
text-align: center;
color: rgb(230, 6, 66);
margin-top: 50px;
/*border-style:solid; color: rgb(179, 136, 163);*/
}
body {
background-image:url('https://morb3.com/wp-content/uploads/2020/01/224-iphone-wallpapers-hd-abstract-%D8%AE%D9%84%D9%81%D9%8A%D8%A7%D8%AA-%D8%A7%D9%8A%D9%81%D9%88%D9%86-... |
* {
box-sizing: border-box
}
.pvtUi {
width: 100%;
color: #2a3f5f;
font-family: Verdana;
border-collapse: collapse;
}
.pvtUi select {
user-select: none;
-webkit-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-ms-user-select: none;
}
.pvtUi td.pvtOutput {
... |
#xosTenant [ui-view] {
margin-bottom: 100px; }
#xosTenant a {
margin-bottom: 15px; } |
div.external{
width: 50rem;
max-width: 90%;
border: 3px solid #cccccc;
border-radius: 10px;
margin: 1rem auto;
padding: 1rem;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.26);
}
div.internal{
border: 1px solid #3d0258;
border-radius: 3px;
margin: 1rem 0;
padding: 1rem;
display: ... |
table.dataTable {
clear: both;
margin-top: 6px !important;
margin-bottom: 6px !important;
max-width: none !important;
}
table.dataTable td,
table.dataTable th {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
... |
@import url('normalize.css');
/* General Demo Style */
body{
font-family: Cambria, Georgia, serif;
background: #f9f9f9 url('../../cartamenu/madera3.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
font-weight: 300;
font-size: 15px;
color: #333;
-webkit-font-smoothing: antialiased;
overflow-y... |
* {
margin: 0;padding: 0;
}
.container {
width: 600px;
height: 600px;
border: 1px solid #ddd;
margin: 50px auto;
box-shadow: 0 0 8px;
}
.box {
width: 100px;height: 100px;
box-sizing: border-box;
border: 1px solid #ddd;
float: left;
position: relative;
}
.back {
width: 100px;
height: 100px;
p... |
/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
font-family: 'Montserrat', sans-serif;
font-size: 100%;
back... |
@import url("https://fonts.googleapis.com/css2?family=Baloo+Tamma+2&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Baloo Tamma 2", cursive;
color: #4A5150;
}
body{
display: flex;
justify-content: center;
}
.wrapper {
margin-top: 100px;
/* background-color: aquamarine;... |
body {
/* background:tan;
color:white;
max-width:65ch;
margin:auto; */
}
a {
text-decoration: none;
color:inherit;
}
article + article {
margin-top:2.5rem;
border-top:1px solid #eee;
padding-top:1.5rem;
}
/* Blog posts page */
.blog-posts-date {
font-size:1rem;
color:#666;
... |
/* Resets */
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot... |
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@charset "UTF-8";/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
/*
See ab2p.common.css for sources info
*/ |
.RFC2119 {
text-transform: lowercase;
font-style: italic;
}
.nonterminal {
font-weight: bold;
font-family: sans-serif;
font-size: 95%;
}
#abstract br {
/* doesn't work right SOMETIMES
margin-bottom: 1em; */
}
.name {
font-family: monospace;
}
.buttonpanel {
margin-top: 1ex;
... |
.container {
@apply flex flex-col justify-center items-center;
@apply h-screen w-screen;
}
.form {
@apply flex flex-col w-80 m-auto justify-center bg-white;
@apply pt-5 px-5 pb-6 rounded-lg shadow-sm border border-gray-100;
}
.logo {
@apply text-xl font-bold mb-3 text-gray-300 text-left;
}
.description {
... |
[data-semana]::after{
content: '';
display: inline-block;
border-radius: 50%;
border: 2px solid #000;
margin-left: 4px;
width: 8px;
height: 8px;
background: #e54;
}
[data-semana].aberto::after{
background: #3f4;
} |
@charset "UTF-8";
.top_content {
min-height:100vh;
background-size: cover;
background-image: url(/top-image.jpg);
color: white;
}
.cp_navi {
background-color: black;
box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
color: #888888;
display: block;
overflow: hidden;
;
}
.cp_navi ul {
margin: 0... |
.nav, .pagination, .carousel, .panel-title a {
cursor: pointer;
}
.form-control.ng-valid {
background-color: #CCF5E0;
}
.form-control.ng-pristine {
background-color: #E6E6FA;
}
.form-control.ng-dirty.ng-invalid {
background-color: #FFCCE0;
}
.editContainer {
text-align: center;
}
.editor{
margin-top: 5px;
... |
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400&display=swap');
*{
padding: 0;
margin: 0;
}
html,
body{
max-width: 900px;
max-height: 600px;
overflow: hidden;
}
body{
background-color: #061D25;
background-color: white;
cursor: progress;
}
/* SPLASH */
main{
... |
.c-fa-ask_fm:before { content: '\e800'; } /* '' */
.c-fa-feedly:before { content: '\e801'; } /* '' */
.c-fa-hatenabookmark:before { content: '\e802'; } /* '' */
.c-fa-line:before { content: '\e803'; } /* '' */
.c-fa-qiita-square:before { content: '\e804'; } /* '' */ |
/* Main page with stikky-footer
-------------------------------------------------- */
html,
body {
position: relative;
height: 100%;
background-color: #fff;
font-family: 'Source Sans Pro', sans-serif;
/* The html and body elements cannot have any padding or margin. */
border-top: 3px solid #58a5f7;
}
/* Wra... |
.container {
fill: #EBEBEB;
fill-opacity: 1;
stroke: #808080;
stroke-width:1.8;
stroke-linecap: butt;
stroke-linejoin: miter;
stroke-miterlimit: 4;
stroke-opacity: 1;
stroke-dasharray:none;
}
.container:hover {
fill: #F6F6F6;
stroke: #2C2C2C;
}
.container:active {
fill: #FFFFFF;
stroke: #D7D7D7;
}
... |
/*!
* bootstrap-fileinput v4.4.8
* http://plugins.krajee.com/file-input
*
* Krajee Explorer theme style for bootstrap-fileinput. Load this theme file after loading `fileinput.css`.
*
* Author: Kartik Visweswaran
* Copyright: 2014 - 2018, Kartik Visweswaran, Krajee.com
*
* Licensed under the BSD 3-Clause
* htt... |
.pagination {
font-size: 80%; }
.pagination a {
text-decoration: none;
border: solid 1px #AAE;
color: #15B; }
.pagination a, .pagination span {
display: block;
float: left;
padding: 0.3em 0.5em;
margin-right: 5px;
margin-bottom: 5px; }
.pagination .current {
background: #26B;
color: #fff;
bor... |
/* ==UserStyle==
@name lifehacker.ru v.3.2
@namespace USO Archive
@author Cartmаn
@description `Adjustment a for large monitors (increasing size of a readable text blocks), removing of unused items and ad elements, thus expanding the storage space for the readable elements. Подстраивание сайта... |
body {
background-image: url('../resources/images.jpg');
/* background-size: 100% 100%; */
background-size: cover;
background-repeat: no-repeat;
padding: 0;
margin: 0;
}
a {
text-decoration: none !important;
}
.topTitle {
padding: 10px;
color: coral;
background-color: rgb(39, ... |
.o-ui-sb-motion-preview {
padding: 1rem 0;
margin-top: 2rem;
}
.o-ui-sb-object {
--o-ui-sb-duration: var(--o-ui-easing-duration-2);
--o-ui-sb-easing: var(--o-ui-easing-focus);
background-color: #6B5B7B;
width: 10rem;
height: 10rem;
transition: transform var(--o-ui-sb-duration) var(--o-u... |
@charset "UTF-8";
.grid-row:after, fieldset:after, .form-group:after, .form-block:after, .panel-indent:after, header:after {
content: "";
display: block;
clear: both; }
.grid-row:after, fieldset:after, .form-group:after, .form-block:after, .panel-indent:after, header:after {
content: "";
display: block;
cl... |
/*
* Copyright (c) 2022 The Trebol eCommerce Project
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
:host {
text-align: center;
} |
* {
background-color: #251423;
}
.aboutDiv {
margin: auto;
}
.aboutheader {
font-size: 5rem;
margin: 0;
}
.profilepic {
max-width: 250px;
max-height: 500px;
width: auto;
height: auto;
margin-left: 5rem;
overflow:auto;
}
.profile {
word-wrap:break-word;
margin-left: -1... |
.container a {
display: flex;
align-items: center;
margin-top: 20px;
}
.container > a > img {
width: 5.5rem;
height: 5.5rem;
border-radius: 50%;
}
.container a div {
margin-left: 1.5rem;
}
.contaienr a div strong {
font-size: 1.5rem;
font-weight: 600;
color: var(--title);
}
.contaienr a div p {
... |
body {
background-image: linear-gradient(135deg, #FAB2FF 10%, #1904E5 100%);
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
font-family: "Open Sans", sans-serif;
color: #333333;
}
.box-form {
margin: 0 auto;
width: 80%;
background: #FFFFFF;
b... |
div.footer {
font-size: 0.75em;
margin: auto;
text-align: center;
} |
.landing-page {
display: grid;
height: 100%;
width: 100%;
grid-template-rows: 96px 1fr 0.5fr 65px;
grid-template-columns: 1fr;
grid-template-areas: "header" "main" "sub-footer" "footer";
}
/* HEADER */
.header {
@apply z-50 px-5 lg:px-10 fixed bg-white bg-opacity-0;
grid-area: header;
he... |
/*-----------------------------------------------------------*/
.total_price {
color: #ff4f7c;
font-size: 26px;
font-weight: 700;
font-family: 'Microsoft YaHei',sans-serif;
}
.total_num {
line-height: 46px;
}
.cart-name-font{
display: block;
line-height: 20px;
font-size: 14px;
overf... |
@import url("font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");
/*
Alpha 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, obje... |
@supports(display:flex){h1{color:hotpink}}@supports not (display:grid){div{float:right}}@supports not (not (transform-origin:2px)){}@supports(display:grid)and (not (display:inline-grid)){} |
.dijitRtl .nihilo .dijitTab {
margin-right:0;
margin-left:2px; /* space between one tab and the next in top/bottom mode */
}
/* tab strips */
.dijitRtl .nihilo .dijitTabContainer .tabStripButton {
margin-left: 0;
}
.dijitRtl .nihilo .dijitTabContainerTopStrip,
.dijitRtl .nihilo .dijitTabContainerBottomStrip,
.dij... |
div.container{
margin-top: 15%;
}
a.btn{
margin-left: 35%;
padding: 5% 10%;
}
h3.px-5{
font-size:250%;
margin-left: 160%;
} |
.top-nav > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
.top-nav > li {
vertical-align: top;
padding: 0;
}
.top-nav > li > a {
display: block;
}
.top-nav > li > a,
.top-nav > li > span {
padding: 12px;
display: block;
color: #fff;
font-size: 13px;
}
.top-nav > li > a > .z... |
@charset "UTF-8";
/*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 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... |
* {
box-sizing: border-box;
}
html,
body {
margin: 0;
padding: 0;
overflow-x: hidden;
}
.header {
background-color: #343A42;
width: 100%;
height: 70px;
}
.header a {
text-decoration: none !important;
color: white !important;
background-color: #343A42 !important;
}
.header__nav {
height: 100%;
... |
#header { background:url(../images/headers/7.jpg) no-repeat; background-position:center;} |
* {
margin: 0;
padding: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 85%;
margin: 0 auto;
width: 410px;
height: 200px;
padding: 20px 0;
border: 2px solid blue;
}
h1 {
font-size: 140%;
text-align: center;
margin-bottom: .5em;
}
#image {
height: 250px;
margin-bottom: 1em;
margin-left... |
/*!
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENS... |
/* ---------------------------------------------------------------------
Calendar Styles
------------------------------------------------------------------------ */
.ttl-calendar-table {
background: white;
border: solid 1px #cbcbcb;
border-collapse: separate;
border-spacing: 5px;
padding: 5px 5px 5p... |
a,
.btn-link {
color: #0088cc;
}
a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
color: #0099e6;
}
a:active,
.btn-link:active {
color: #0077b3;
}
/* Sidebar Left */
.sidebar-left .sidebar-header .sidebar-toggle:hover i {
color: #0088cc;
}
@media only screen and (min-width: 768px) {
html.sidebar-left-coll... |
@charset "utf-8";
/* CSS Document */
body {
font-family: "Georgia", serif;
color: #000000;
line-height: 140% ;
margin: 30px;
background-image: url("page-bg.gif");
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #F7F3DE;
}
header h1{
font-size: 350% ;
color: #7C1A00 ;
padd... |
header .header-container--ul li a {
font-size: 1.7rem;
}
main .main-showcase--container {
height: 250px;
}
main .main-showcase--container h1 {
width: 400px;
font-size: 4rem;
margin-top: 20px;
margin-left: 20px;
}
main .presentation-container--box {
width: 550px;
height: 500px;
dis... |
body {font-family: 'DIN 2014'; font-weight: 300; color:#666666; font-size:16px; line-height:24px; overflow-x:hidden;background-color: #fff; }
html, body { margin:0;padding:0 ; width:100%; height:100%;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: blo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.