content
stringlengths
6
1.05M
.table-responsive { cursor: context-menu; } .table th { color: var(--text); } .table td { color: var(--text); } .editButton span { background-color: var(--primary-color); }
/* purgecss start ignore */ @tailwind base; /* purgecss end ignore */ @tailwind components; @tailwind utilities; @layer base { body { @apply bg-white dark:bg-gray-900 transition; } }
@media (max-width: 320px) { .sharedButtons { flex-direction: row; left: 29%; top: 15%; } } @media(min-width: 321px) and (max-width: 375px) { .sharedButtons { flex-direction: row; left: 32%; top: 19%; } } @media(min-width: 376px) and (max-width: 425px) { ...
html, body{ margin: 0; padding: 0; } body{ background: url("../../assets/img/fondo.png"); } /*------------------------------------TOOLBAR-----------------------------------------*/ .mat-toolbar{ background-color: #6b67667e; padding: 2ch; margin-bottom: 5%; } .mat-...
.websiteBody{ margin: 0; background-color: #011627; }@media screen and (min-width:0px) and (max-width:1000px) { .Page{ display:block; margin:auto; width:100%; height:auto; pointer-events:auto; } .Page-outer{ pointer-events:none; z-index:1; } .Android-Large---1{ position:relative;...
.dialog_tab_nav li{border-bottom:1px solid #ddd;} .dialog_tab_nav li a,.dialog_tab_nav li a:visited{background-color:#eee;border-color:#eee #FFF;border-style:solid;border-width:1px;color:#333;font-size:.95em;margin:0 0 0 -5px;padding:10px 20px;text-decoration:none;} .dialog_tab_nav li.dialog_tab_selected span{backgroun...
.example-container{ text-align: center } .form-container{ width: 30%; position: absolute; top: 40%; left: 50%; -moz-transform: translateX(-60%) translateY(-60%); -webkit-transform: translateX(-60%) translateY(-60%); transform: translateX(-60%) translateY(-60%); padding: 20px; border: lightgrey soli...
.scorePane { -fx-border-width: 4px; -fx-border-insets: 1px; -fx-border-color: red; -fx-border-radius: 20px; } .label.scoreLabel { -fx-font-weight: bold; -fx-font-family: "Courier"; -fx-font-size: 64px; } .label.rankLabel { -fx-font-size: 48px; -fx-font-family: "Courier"; -fx-font-weight: bold; } .label.nameLabel { ...
/* global */ * { color: hsl(200, 20%, 30%); font-weight: 300; font-family: 'Roboto Slab', sans-serif; box-sizing: border-box; } html, body { margin: 0; padding: 0; line-height: 1.5; } .wrapper { margin: 1rem 2rem; overflow: auto; } /* basic elements */ h1 { } h2 { margin: 3rem 0 1rem; } h3 { } a { color: ...
.intro { color: "blue"; border: 10px solid red; text-align: center; }
@font-face { src:url(fonts/PlaylistScript.otf); font-family: playlist; } *{ margin: 0; padding: 0; } div.options li:hover { background: #e48a6f; } body{ background-color: #85cdca; font-family: 'Poppins', sans-serif; } .nav-bar-wrapper{ position: relative; z-index: 2; padding-left: 7vw; ...
.view-log { margin-left: 15px } .form-group { margin-bottom: 0px } .pagination-info { float: left; } .tool-bar { margin-bottom: 10px; } .search { width: 200px; position: relative; background: #fafafa; } .search .fa-search { position: absolute; right: 10px; top: 9px; color: #999; } .search .f...
.icon-block { padding: 0 15px; } .icon-block .material-icons { font-size: inherit; } .tap-target-wave { top: 363px !important; left: 381px !important; width: 71px !important; height: 68px !important; } .no-select { user-select: none; } .container-info { display: grid; grid-template-columns: 1fr 1fr 1f...
html, body{ margin: 0; padding: 0; background-color: #e6e9f2; } fieldset{ width: 400px; margin: auto; text-align: center; border: 1px solid #e6e9f2; border-top: 2px solid #8f98b3; border-radius: 70px; } legend { background-color: #000; color: #fff; padding: 3px 6px; ...
/* ==UserStyle== @name Reddit Dark Mode @author Chris Diaz ==/UserStyle== */ /* Test comment */ @-moz-document domain("old.reddit.com") { * { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue...
.checkbox { position: absolute; left: -9999px; } .checkbox__wrapper { display: inline-flex; align-items: center; margin-bottom: 12px; } .checkbox__label { display: inline-block; padding-left: 4px; font-size: 18px; line-height: 23px; color: var(--white); cursor: pointer; } .checkbox__icons { display: inli...
div { box-sizing: border-box; width: 100%; height: calc(100% - 20px); padding-top: 10px; } iframe { box-sizing: border-box; display: block; width: 100%; height: 100%; border: 1px solid gray; }
main { margin-top: 85px; }
/* Animation i the section about us*/ .circle-1-image{ position: absolute; top:0; bottom:0; left:0;right:0; margin:auto; animation: circle-1-image 10s linear infinite ; } .circle-2-image{ position: absolute; top:0; bottom:0; left:0;right:0; margin:auto; animation: circle-2-image 10s ...
:root { --Darkblueishblack: #17132c; --Darkblueishblackopaque: #17132cc7; --Brightneongreen: #78d400; --Smokewhite: #afafaf; } html { scroll-behavior: smooth; } body { background-color: white; font-family: "Montserrat", sans-serif; justify-content: center; margin: 0; padding: 0; } ul { margin: ...
.colors__hedy, .colors__hedy .colorVar__main , .presenta .colors__hedy.colorVar__main { --colorBack: #f9ffb1; --colorFore: #072020; --colorAccent: #ec4225; --colorAlt: #9eb0bb; } .colors__hedy .colorVar__sec , .presenta .colors__hedy.colorVar__sec { --colorBack: #072020; --colorFore: #f9ffb1; --colorAccen...
/* * Adapted from: https://github.com/chanzuckerberg/czi-prosemirror/blob/master/src/ui/czi-tooltip-surface.css * * MIT License * * Copyright (c) 2019 Chan Zuckerberg Initiative * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "S...
.notice-modal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 8; visibility: hidden; opacity: 0; pointer-events: none; user-select: text; display: flex; justify-content: center; align-items: center; } .show-notice-modal { visibility...
.ContributionCalendar-day { margin: 0.15rem; height: 0.7rem; width: 0.7rem; border-radius: 2px; } .ContributionCalendar-color-x { background-color: transparent } .ContributionCalendar-color-0 { background-color: #ECEDEF } .ContributionCalendar-color-1 { background-color: #C7E293 } .Cont...
* { box-sizing: border-box; cursor: default; font-family: "segoe ui"; font-size: 16px; } body { background-color: #92b8a2; } .navtop { background-color: #397e55; border: 0; height: 60px; width: 100%; } .navtop div { display: flex; margin: 0 auto; h...
body { color: #000000 ; background-color: #FFFFFF ; font-family: sans-serif ; text-align: justify ; margin-right: 20px ; margin-left: 20px ; } h1, h2, h3, h4 { font-weight: normal ; font-style: italic ; } a:link { color: #000080 ; background-color: inherit ; text-decoration: none ; } a:visited { backgrou...
/* => Neotis CSS Framework => Author : Seyed Amir Mahdavi => Guide : [ npm install ( to install all devDependencies ) to deploy or change npm run watch:scss ( to compile scss files to css on scss files changed ) to compile step by step manually -- npm run compile:scss ( to co...
@CHARSET "UTF-8"; body{ /* background-color: #727f80; */ } .navbar{ margin-bottom: 0px; } header{ background-color: white; color: #666666; } .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; } .content{ background-color: white; ...
.clase_table { border-collapse: separate; border-spacing: 10; border: 1px solid black; border-radius: 15px; -moz-border-radius: 20px; padding: 2px; background: rgb(42, 3, 92); }
/* .friends { position: absolute; width: 100%; top: 80px; left: 0; padding: 20px; min-height: 1000vh; } */ .friends .friends__plus { margin: 20px 0; padding: 20px 0px; border-top: 1px solid #f7f7f7; border-bottom: 1px solid #f7f7f7; } .friends__plus .friends__title, .friends__list .friends__title { ...
.navbar { height: 2rem; background-color: rgb(27, 27, 27); } .navbar nav { height: 100%; } .navbar ul { height: 100%; list-style: none; display: flex; padding: 0; margin: 0; align-items: center; justify-content: center; } .navbar li { margin: 0 1rem; width: 10rem; font-size: 15px; font-we...
/* * Ext JS Library 2.2.1 * Copyright(c) 2006-2009, Ext JS, LLC. * licensing@extjs.com * * http://extjs.com/license */ .x-progress-wrap { border:1px solid #6593cf; overflow:hidden; } .x-progress-inner { height:18px; background: #e0e8f3 url(../images/default/qtip/bg.gif) repeat-x; ...
.main-comment-name{ font-size: 14px; margin-bottom: 0; margin-top:0px; padding-left: 8px; padding-top: 4px; font-family: 'Open Sans', sans-serif; } .main-comment{ font-size: 16px; margin:0; } .main-comment-btn{ font-size: 10px; padding: 7px 20px; } .main-edit-btn{ font-size: 8px; padding: 4px 10px;...
* { outline: none; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } a { color: #337ab7; text-decoration: none; font-size: 14px; } textarea, input, select { box-shadow: 0 0 0 0; border: 0 none; outline: 0 ; } .header { background-color: #005594; padding: 0; } .t...
body.devtools { font-family: Ubuntu, Arial, sans-serif; font-size: 13px; } .device { padding: 20px; } .device-header { -webkit-box-align: baseline; -webkit-box-orient: horizontal; display: -webkit-box; margin: 10px 0 0; padding: 2px 0; } .device-name { font-size: 150%; } .device...
#content { width: 900px; margin: 0 auto; margin-top: 50px; background-color: #FAFAE3; border:3px solid black; padding-bottom: 80px; padding-top: 80px; min-height: 500px; } #leftcolumn { margin-left: 70px; width: 250px; float: left; padding: 0; } #rightcolumn { width: 500px; float: left; ...
.FluentIconView { -fx-font-family: "Segoe MDL2 Assets"; }
.index-navigator{ margin:0; padding:0 ; } .index-navigator li{ list-style: none; float: left; width: 25%; } .index-navigator li div{ width: 50px; height: 50px; border-radius: 50px; margin: 15px auto; text-align: center; color:#FFF; } .index-navigator li .in...
.main { display: flex; } .container { position: relative; margin-top: 10px; margin-left: 10px; width: 300px; height: 300px; background-color: lightgrey; margin-right: 50px; } .handle { position: absolute; background-color: red; border-radius: 50%; width: 1em; height: 1em; top: .5em; left...
.main-container { height: 100%; display: flex; } .main-nav { height: 100%; margin-right: 10px; flex-shrink: 1; } .main-content { margin: 20px; flex-grow: 1; } .nav-link { color: #00796b; border-radius: 0 24px 24px 0 } .nav-link:hover { color: #00796b; } .nav-link.active { ...
.tag { display: flex; justify-content: space-between; align-items: center; padding: 8px; border-radius: 5px; color: #FFF; } .tag.announcement { background: #5A88C3; } .tag.enhancement { background: #EDC02F; } .tag-icon { margin-right: 8px; font-size: 1rem; } .tag-text { font-size: 1rem; ...
/* ==UserStyle== @name Bitcointalk Clean @namespace USO Archive @author alex dok @description `without any borders` @version 20180413.20.23 @license CC0-1.0 @preprocessor uso ==/UserStyle== */ @-moz-document domain("bitcointalk.org") { /* your code goes here */ td.windowbg ...
#wrapper { width:400px; height:200px; margin:0 auto; padding-top:20px; text-align:center; border:1px solid #eee; } input[type="text"] { width:50px; height:20px; border:1px solid #ccc; text-align: center; } input[typ...
@font-face { font-family: 'tuffyregular'; src: url('Tuffy-webfont.eot'); src: url('Tuffy-webfont.eot?#iefix') format('embedded-opentype'), url('Tuffy-webfont.woff') format('woff'), url('Tuffy-webfont.ttf') format('truetype'), url('Tuffy-webfont.svg#tuffyregular') format('svg'); ...
/* Created by Nicolai Krechel, 2021, rewind1337.github.io */ /* */ /* THE THING THAT ENABLES IT ALL */ /* */ .gradient { background-repeat: no-repeat; -webkit-background-clip: text; -webkit-text-fill-color: transp...
div.error { color: #ff0000; } span.error { color: #ff0000; } div.error { color: #ff0000; } span.errMsg { color:#FF0000; /* red */ } .img_produk { width: 50px; height: 50px; border: 1px solid; }
/* =============================================================================== table: table, caption, cells, responsive table =============================================================================== */ /* table */ table { border-collapse: collapse; border-spacing: 0; width: 100%; } /* caption */ capt...
/* vim: set et sw=2 ts=2 sts=2 ff=unix fenc=utf8: */ /* Author: Binux<i@binux.me> */ /* http://binux.me */ /* Created on 2014-08-08 23:02:39 */ html { position: relative; min-height: 100%; } body { margin-bottom: 60px; } footer { position: absolute; height: 30px; width: 100%; botto...
body { background-color: black; margin: 0; } #videoContainer { position: absolute; height: 100%; width: 100%; } #video { margin: auto; object-fit: cover; width: 100px; height: 100px; min-width: 100%; min-height: 100%; object-position: center; } #overlayContainer { ...
/* Fonts: font-family: 'MedievalSharp', cursive; font-family: 'UnifrakturMaguntia', cursive; font-family: 'Oleo Script Swash Caps', cursive; */ .font1{ font-family: 'MedievalSharp', cursive; } .font2{ font-family: 'UnifrakturMaguntia', cursive; } .font3{ font-family: 'Oleo Script Swash Caps', c...
html, body{ font-family: 'Hind', sans-serif; font-size: 100%; background:#fff ; } .banner-main { padding: 0em 0em; text-align: center; background:#00008B; width: 100%; margin: 0em auto 0em } .banner-main h3 { font-size: 4vw; color: #fff; text-align: center; ...
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,400;1,200;1,400&display=swap'); */ * { margin: 0; padding: 0; user-select: none; box-sizing: border-box; } body { display: flex; flex-direction: column; justify-content: center; align-items: center; ...
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic); @import url(https://fonts.googleapis.com/css?family=Arvo:400,700); .arvo { font-family: 'Arvo', serif; } .roboto { font-family: 'Roboto', sans-serif; } body { font-family: 'Roboto', sans-se...
body { overflow:auto; scrollbar-face-color: #00245B; scrollbar-shadow-color: #00245B; scrollbar-highlight-color: #00245B; scrollbar-3dlight-color: #00245B; scrollbar-darkshadow-color: #99C2FF; scrollbar-track-color: #99C2FF; scrollbar-arrow-color: #FFFFFF; } .leftText{ font-family:Verd...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
* { box-sizing: border-box; padding: 0; margin: 0; } header { border-bottom: 2px solid rgb(0, 0, 0); display: flex; align-content: center; } header nav{ align-content: center; margin: auto 0; } header ul { display: flex; padding: 1em; } header li { list-style: none; m...
body { overflow: hidden; } #containerArea { width: 100%; height: 100%; } #feedScroller { overflow-y: auto; overflow-x: hidden; background-color: #fcfcfc; border-right: 1px solid #dedede; } #feedPreviewScroller { overflow: auto; width: 100% !important; } #feedHeader { font-size: 15px; background-color: #...
.update, .view { color: black; background-color: white; border: none; border-radius: 3px; padding-left: 8px; padding-right: 8px; padding-top: 4px; padding-bottom: 4px; float: right; font-size: 18px; font-family:'Bebas Neue', cursive; margin: 3px; transition: width 2s; /* ask Brian about this *...
.container { width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; flex-direction: column; } .navContainer { display: flex; flex-direction: row; justify-content: space-between; } .mainText { max-width: 1080px; font-size: 1.2em; font-style: italic...
html, body { padding: 0; margin: 0; height: 100%; color: black; } #background { /*background-color: #000;*/ background-position: center; background-size: cover; display: table; height: 100%; width: 100%; } #registerForm{ width: 50%; float: left; padding: 20px; ...
body { margin: 0; padding: 0; font-family: Verdana, Geneva, Tahoma, sans-serif; } main { margin: 1rem; } .main-header { width: 100%; height: 3.5rem; background-color: #f06626; padding: 0 1.5rem; } .main-header__nav { height: 100%; display: flex; align-items: center; } .main-header__item-list {...
.rickshaw_ext #chart { display: inline-block; width: 100% } #legend { display: block; position: relative; left: 0px; } #legend_container { position: absolute; right: 0; bottom: 26px; width: 0; } #chart_container.rickshaw_ext { float: left; position: relative; width: 100%; }
* { padding: 0; margin: 0; font-family: 'Montserrat', sans-serif; } .flex-center { display: flex; align-items: center; justify-content: center; } .main-container { height: 100vh; flex-direction: column; } .board-container { position: relative; background-color: rgba(23...
.test { content: 'bar'; } .test .foo { color: blue; }
h3 { border-radius: 0; } .myCard{ min-width: 500px; margin-left: 30px; } .marginButtons{ margin-left: 0.75rem; }
html { background-color: salmon; width: 900px; margin: 0 auto 60px auto; } header { background-color: sienna; height: 70px; border-bottom: 20px ridge brown; margin: 10px 0 30px 0; } h1 { text-align: center; font-weight: bold; font-size: 32pt; } nav { text-align: center; } header>img { float: ri...
@charset "UTF-8"; /* * colors variables */ header .sui-navbar { margin-bottom: 0; } header .sui-navbar .navbar-inner { border: 0; box-shadow: none; background: transparent; } header .sui-navbar .navbar-inner .sui-brand { padding-left: 0; padding-right: 0; } header .sui-navbar .navbar-inner .sui-nav li ...
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } code { font-family: source-code-pro, Menlo, Mona...
header { margin: 5rem 0 1.5rem 0; } /* MEDIA QUERIES */ @media (max-width: 1100px) { header { margin-top: 4rem; } } @media (max-width: 800px) { header { margin-top: 2rem; } }
div#footer { margin-top: 1em; padding: 1em; background-color: black; color: white; } .button-group { margin-bottom: 0; } .button-group a.button { padding: 0.641em 0.883em; } .button-group a.button i { font-size: 1rem; } /* Fix for unaligned form elements */ [type='file'], [type='checkbox'], ...
<!DOCTYPE html> <html> <head> <style type="text/css"> body { text-align:center;font-family:helvetica,arial;font-size:22px; color:#888;margin:20px} #c {margin:0 auto;width:500px;text-align:left} </style> </head> <body> <h2>Sinatra doesn&rsquo;t know this ditty.</h2> <img src='http://example.org/__sinatra...
@charset "UTF-8"; /* fonts */ @import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i"); @import url("lib/font-awesome.min.css"); /* normalize */ @import url("lib/normalize.css"); /* grid */ @import url("lib/grid.css"); /* generales*/ body { font-family: 'Ope...
body { background-image: url("https://dl.dropboxusercontent.com/s/e3lylavyfm1zlo9/1280x720-data-out-72-4545918-background-image.jpg?dl=0"); } footer { color: white; background-color: black; } #cardDisplay { margin: 20px auto; } #cardWeather { margin: 40px auto; max-width: 60%; } .btnCenter { text-ali...
button.no-border-radius { border-radius: 0px !important; } input.margin-left-1 { margin-left: -1px !important; } button.margin-left-2 { margin-left: -2px !important; } .selectize-input { padding: 4px 8px !important; line-height: 24px !important; border: 0px !important; border-radius: 0px !important; ...
.SortHeader { background-color: transparent; border: none; color: #4183c4; cursor: pointer; }
@charset "UTF-8"; /** * * @authors Black Lotus (wu@fishlab.org) * @date 2014-10-06 13:49:18 * @version $Id$ */ body{ font-family: "YaHei Consolas Hybrid", "Helvetica Neue","Helvetica","Microsoft Yahei", "Hiragino Sans GB","WenQuanYi Micro Hei","sans-serif"; } main{ min-height: 580px; padding-top: 70px; ...
/** KITT - STYLE SHEET - Help Arrow Box */ #infoBox { width: 300pt; height: 100pt; top: -100pt; left: 150pt; background-color: #2c3e50; border: 1pt solid #34495e; position: relative; opacity: 0.75; visibility:visible; text-align: center; float: left; font: bold 18pt arial; color: #e04107; -webkit-a...
.cls1 { /*!*/ } .cls2 { composes: cls1; composes: bar foo from global; color: ultra-red; } /*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL2ZpeHR1cmVzL3N0eWxlZC1GYW5jaWVyQm94Lm1vZHVsZS5jc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsUUFBUSxJQUFJLEVBQUU7QUFDZDtBQUNBLGNBQ...
* { box-sizing: border-box; margin: 0; } body { display: flex; align-items: center; justify-content: center; flex-direction: column; background-color: black; max-height: 100vh; } video { cursor: pointer; width: 85vw; max-width: 600px; border-top-left-radius: 10px; border-top-right-radius: 10...
.Signs { width: 100%; display: flex; flex-direction: row; } @media (min-width: 800px) { .Signs { width: 150px; flex-direction: column; } }
/*=== Imports === =============================================================================*/ /*=== Fonts === =============================================================================*/ @font-face { font-family: "raleway"; src: local("Raleway-Regular"), url("../fonts/RalewayWOFF/Raleway-Regular.WOFF") forma...
/*** * File: jdstyle.css * Date: Feb 07 * * Preferred stylesheet for Javadoc (and possibly much else). * Found whilst browsing Java APIs and decided to adopt as it's much * nicer than the plain vanilla one. * Soon as I figure out where did I take it from, I'll add the attribution line * * As of now (Feb 07) t...
/* DS: import (better if postcss-import is configured) core css vars (can also use in css-in-js) */ @import "../node_modules/@pluralsight/ps-design-system-core/css/index.css"; .App { text-align: center; } .App-logo { animation: App-logo-spin infinite 20s linear; } .App-header { background-color: var(--psColors...
.intermitente { -webkit-animation: 2.5s linear 0s infinite alternate opacity; animation: 2.5s linear 0s infinite alternate opacity; } @-webkit-keyframes opacity { from { opacity: 0.5; } to { opacity: 1; } } @keyframes opacity { from { opacity: 0.5; } to { opacity: 1; } }
span.card-title.activator{ width: 100%; background-color: rgba(0,0,0,0.4); } .collection { border: none; } .collection span { line-height: 2.5rem; } footer.page-footer .footer-copyright{ background:none; } .card-content span{ padding-right: 10px; } h4.error-msg{ width: 100%; } .progress { margin:0px; posit...
.contact { background-color: green }
/** * @license * Copyright 2019 Google LLC. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ /* Set the size of the div element that contains the map */ #map { height: 400px; /* The height is 400 pixels */ width: 100%; /* The width is the width of the web page */ }
.page-header { display: flex; flex-direction: row; justify-content: space-between; align-content: center; margin: 0px 0px 0px 0px; padding: 10px 10px 10px 10px; height: 8vh; background-color: white; } .logo { max-height: 100%; } .header-avatar { margin: 1vh auto auto auto; } ....
* { margin: 0; padding: 0; box-sizing: border-box; } html, body { width: 100%; height: 100%; } body { overflow: hidden; } #fullpage { position: relative; top: 0; transition: top 0.5s ease; } #fullpage .page { height: 100%; display: flex; align-items: center; justify-content: center; fo...
/* Copyright (c) 2015 The Polymer Project Authors. All rights reserved. This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt The complete set of contributors may be found at http://polymer.gi...
.button { -fx-background-color: #DDFFA4; } .button:hover { -fx-background-color: #9ACD32; }
body { background-color: rgb(249, 249, 249); } .ui.wrapper { margin-top: 100px; } .v-bottom { vertical-align: bottom !important; } .text-green { color: green !important; }
.RecipeTypesField { --inner-radius: .375rem; --outer-radius: .625rem; --transition-duration: 150ms; } .RecipeTypesField label { cursor: pointer; padding: .5rem 1rem .5rem 2.75rem; position: relative; } .RecipeTypesField label input:checked ~ strong:before { border-color: black; } .RecipeTypesField label...
html, body { width: 100%; height: 100%; padding-top: 10px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; margin: 0px; } .app-content { padding-top: 20px; } .no-padding { padding: 0px; } .little-top-padding { padding-top: 4px; } .min-height-full { min-height: 100%; } .full-width...
body { margin:0px; background-image:none; position:relative; left:-0px; width:1592px; margin-left:auto; margin-right:auto; text-align:left; } #base { position:absolute; z-index:0; } #u9406 { position:absolute; left:0px; top:0px; width:0px; height:0px; } #u9407_div { position:absolute; ...
.box { border: 2px solid #000; background: #111; border-radius: 5px; color: #fff; box-shadow: 0 0 5px #000, 0 0 10px #333 inset; }
.big_product{ margin-top: 15px; margin-bottom: 15px; } .picture_product{ text-align: center; border: solid; width: 100%; height: auto; } .picture_erea{ margin-bottom: 15px; } .full_img{ margin-bottom: 5px; } .full_img img{ vertical-align: middle; max-width: 100%; max-height:...
.pagination ul { list-style-type: none; margin: 0 auto; } .pagination ul li { display: inline-block; color: #1f2937; } .pagination ul li a { text-decoration: none; } .pagination ul .prev-btn, .pagination ul .next-btn { background: #1f2937; padding: 0.25em; border-radius: 5px; } .pagi...
/* reset style */ html,body,div,p,menu,span,em,strong,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,input,textarea,select,button,th,td,blockquote {margin:0; padding:0; } a,img,button {border:0;outline:0;} a { text-decoration:none;color:red;font-size:2rem;font-weight:bold;} li {list-style:none; } button::-moz-focus-inner {...
/* Table of Content ================================================== #Reset & Basics #Basic Styles #Site Styles #Typography #Links #Lists #Images #Buttons #Forms #Misc #Bootstrap */ /* #Reset & Basics (Inspired by E. Meyers) ================================================== */ html, ...