text
stringlengths
1
1.04M
html { scroll-behavior: smooth; } :root { --color1 : rgb(0, 197, 231); --color2: white; /* color of text */ --color3: rgb(27, 27, 27); /* color of background */ --color4: black; /* color of sections */ } body { background-color: var(--color3); font-family: 'Gill Sans', 'Gill Sans MT', Cal...
body { text-align: center; font-family: 'Ubuntu', sans-serif; } h1, h2 { font-family: 'Bree Serif', serif; } h1 { font-size: 70px; margin: 0.2em; } h2 { margin: 1em 0 0.25em; } h2:first-of-type { margin-top: 0.5em; } table, tr, td { border: 1px solid #555; border-radius: 5px; } table { border-...
@import './marketplaceFonts.css'; /* ================ Custom properties aka variables ================ */ :root { /* These variables are available in global scope through ":root" element (<html> tag). Variables with the same names are going to overwrite each other if CSS Properties' (PostCSS plugin) ...
.teacher-item { background: var(--color-box-base); border: 1px solid var(--color-line-in-white); border-radius: 0.8rem; margin-top: 2.4rem; overflow: hidden; } .teacher-item header { padding: 3.2rem 2rem; display: flex; align-items: center; } .teacher-item header img { width: 8rem;...
@tailwind base; @tailwind components; @tailwind utilities; .social-title:before { content: ''; position: absolute; top: 10px; right: 0; width: 100%; height: 1px; background: #e0e7f1; } .social-title { margin: 1.75em 0 1em; }
.mediumEditor-example h1 { background-color: purple }
.page__footer{color:#fff !important}.page__footer-follow .social-icons .svg-inline--fa{color:inherit}/*! * Minimal Mistakes Jekyll Theme 4.24.0 by Michael Rose * Copyright 2013-2020 Michael Rose - mademistakes.com | @mmistakes * Licensed under MIT (https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE)
.Infoform{ width: 500px; height: 100%; margin: 0 auto; } h1 { text-align:center; font-size:18; color: rgb(68, 2, 24);; } input[type=text], input[type=email] { width: 100%; padding: 16px 8px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; box...
body { background-color: #41B3A3; }
body { background:#D21E32; } h1 { color: #140000 } div#logo h1 { color: #140000 } #menu-links ul > li a { color: #000000 } #breadcrumbs { color: #000000 } #breadcrumbs a { color: #000000; } table.album-showcast .release-date { color: #000000 } table.album-showcast .summary { color: #050000 } table.album-showcast a { co...
@media screen and (min-width:1279px){ body { background-color:#F1F1F1 !important } div#header { background-color:#00A3D9; } div#navigation { background-color:#F1F1F1; } div#navigationResizeBar { display:none; } div#contentBody { background-color...
.search-bar { margin: 30px 0; display: flex; justify-content: center; align-items: flex-end; } .react-autosuggest__container { position: absolute; } .react-autosuggest__input { width: 240px; height: 30px; padding: 5px 20px; font-family: Helvetica, sans-serif; font-weight: 300; font-size: 16px; ...
html, body{ height: 100%; background-color: white; } header{ font-family: Georgia, 'Times New Roman', Times, serif; color: teal; margin-bottom: 125px; margin-left: 100px; margin-right: 100px; } h3{ float: right; padding-top: 20px; padding-right: 30px; padding-left: 30px; }...
/*! 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...
.page-header{ background-image: url('IAM_3129w.jpg'); background-size: cover; background-position-x: center; background-position-y: center; background-repeat: no-repeat; float: left; margin: 0; padding-top: 150px; padding-bottom: 60px; width: 100%; } .col-md-6, .col-md-4{ flo...
.pesquisar { border: 2px black solid; padding: 10px 50px; margin-bottom: 10px; } /* label color */ .input-field label { color: #000; } /* label focus color */ .input-field input[type=text]:focus + label { color: #000; } /* label underline focus color */ .input-field input[type=text]:focus { bor...
/*! * Handsontable 0.12.5 * Handsontable is a JavaScript library for editable tables with basic copy-paste compatibility with Excel and Google Docs * * Copyright 2012-2014 Marcin Warpechowski * Licensed under the MIT license. * http://handsontable.com/ * * Date: Thu Feb 05 2015 11:24:27 GMT+0100 (CET)
.containerLayout{ background: #f7f7fc; display: flex; flex-wrap: wrap; justify-content: center; padding: 1vw; overflow: hidden; } @media screen and (max-width: 500px) { .containerLayout{ padding: 15px; } }
/* Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. For licensing, see license.txt or http://cksource.com/license/ckfinder */
/*! * Font Awesome Pro 5.1.0 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license (Commercial License) */ @font-face { font-family: 'Font Awesome 5 Pro'; font-style: normal; font-weight: 400; src: url("../webfonts/fa-regular-400.eot"); src: url("../webfonts/fa-regular-400.e...
/*───────────────────────────────────────────────────────────────────────────────────── Theme Name: Sanctum Theme URI: https://github.com/jdanielmourao/obsidian-sanctum Forum Thread: https://forum.obsidian.md/t/sanctum-theme/25455 Author: @jdanielmourao (Github) Description: Sanctum’s a minimalist theme with the aim of...
a{cursor:pointer}.app-container{min-height:320px;overflow:hidden}.btn-delete-user{width:40px;text-align:center;box-sizing:initial}.customClass{background-color:#dd3;border-radius:5px;margin:5px;width:500px}.customClass .img-ul-upload{background-color:#3b3b3b!important}.customClass .img-ul-clear{background-color:#af374b...
@tailwind base; @tailwind components; @tailwind utilities; @layer utilities { .row { @apply flex flex-row items-center; } .col { @apply flex flex-col items-center; } .focus-ring { @apply focus:outline-none focus:ring-2 focus:ring-gray focus:ring-opacity-75; } }
.ult-video-banner, .wpb_column > .wpb_wrapper > .ult-video-banner { position: relative; z-index: 1; display: block; overflow: hidden; margin: 0 auto 35px; text-align: center; cursor: pointer; max-width: 100%; background-repeat: no-repeat; -webkit-background-size: cover; backg...
/*!* Source Themes Academic v4.7.0 (https://sourcethemes.com/academic/) */ /*! * 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)
/*! ========================================================= * Material Dashboard - v2.1.0 ========================================================= * Product Page: https://www.creative-tim.com/product/material-dashboard * Copyright 2020 Creative Tim (http://www.creative-tim.com) =============================...
html { font-size: 62.5%; /*10px*/ scroll-behavior: smooth; scrollbar-width: none; } html::-webkit-scrollbar { display: none; } body { font-size: 1.6rem; line-height: 1.5; font-family: 'Open Sans', sans-serif; color: #202020; width: 100%; background: #ffffff; } input, textarea { font-family: '...
.company-logos { width: 100%; }
.historyTable { margin: 0 auto; width: 600px; } .theadHeader { background: #ebeef3; } .theadHeader tr { width: 100%; } .theadHeader th { width: 33.3333%; padding: 12px 0; text-transform: uppercase; }
/*! * jQuery contextMenu - Plugin for simple contextMenu handling * * Version: 1.5.24 * * Authors: Rodney Rehm, Addy Osmani (patches for FF) * Web: http://medialize.github.com/jQuery-contextMenu/ * * Licensed under * MIT License http://www.opensource.org/licenses/mit-license * GPL v3 http://opensource.org...
/** * ====================================== * Aside * ======================================= */ h2.title { color: #FE980F; font-family: 'Roboto', sans-serif; font-size: 18px; font-weight: 700; margin: 0 15px; text-transform: uppercase; margin-bottom: 15px; position: relative; } ...
html, body { font-size: 12px; } .container { display: -ms-flexbox; display: flex; height: 100%; } .slider { width: 200px; border-right: 1px solid #f2f2fe; } .slider > div { padding: 10px; border-bottom: 1px solid #f2f2fe; cursor: pointer; } .slider .active { background: #3399ff; co...
/* ==UserStyle== @name mujeres que conquistan @namespace USO Archive @author armandosoft @description `Este es un tema creado para todas las mujeres guerreras` @version 20091214.4.8 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @namespace url(http://www.w3.org/...
.login.row { padding-top: 3rem; }
/* ==UserStyle== @name TLM ariel/eric @namespace USO Archive @author lowren @description `TLM ariel/eric icons for tumblr dash` @version 20120910.2.27 @license NO-REDISTRIBUTION @preprocessor uso ==/UserStyle== */ @namespace url(http://www.w3.org/1999/xhtml); ...
.Carousel { animation: scroll 40s linear infinite; display: flex; flex-direction: column; height: calc(100px * 42); overflow: hidden; } .Carousel_item { height: 100px; display: flex; justify-content: center; } .Carousel_item img { height: 50px; } @keyframes scroll { 0% { transform: tra...
nav { background-color: gray; border: 2px bisque; color: white; font-family: 'Josefin Sans', sans-serif; } nav ol li { margin: 14px; padding: 14px; text-align: center; display: inline; color: white; font-size: 20px; } a{ color: white; visited: coral; hover: grey; } #email{ color: sl...
html { width: 100%; height: 100%; } /* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based. The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and p...
qa-bot[theme="follow"] { --qabot-color-shadow: var(--sd-color-shadow); --qabot-color-background: var(--color-background-primary); --qabot-color-padding: var(--sd-color-card-header); --qabot-color-primary: var(--sd-color-card-text); --qabot-color-action: var(--color-brand-primary); --qabot-color-action-cont...
/* General Widgets Styles */ .widget { margin: 0 auto 10px; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .widget-top { font-size: 13px; font-weight: 600; background: #f7f7f7; } .widget-top a.widget-action, .widget-top a.widget-action:hover { -web...
* { box-sizing: border-box; margin: 0; padding: 0; font-family: 'PT Sans', sans-serif; } .home, .services, .products, .sign-up { display: flex; height: 90vh; align-items: center; justify-content: center; font-size: 3rem; } .services { background-image: url('/public/images/Kissmart.jpg'); backgro...
@import url(font-awesome.min.css); @import url("https://fonts.googleapis.com/css?family=Lato:300,400,700|Pacifico"); /* Introspect by TEMPLATED templated.co @templatedco Released for free under the Creative Commons Attribution 3.0 license (templated.co/license) */ /* Reset */ html, body, div, span, applet, objec...
.gg-more-o { box-sizing: border-box; position: relative; display: block; transform: scale(var(--ggs,1)); width: 24px; height: 24px; border: 2px solid; border-radius: 24px } .gg-more-o::before { content: ""; position: absolute; box-sizing: border-box; display: block; ...
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */ .tooltipster-lobbyradar { width: 334px; border-radius: 3px; border: 1px solid #b1b1b9; background: #f2f2f4; box-shadow: 0 2px 40px rgba(0,0,0,0.5); color: rgb(60,60,70); } /* Use this next selector to styl...
body { margin:0px; padding:0px; overflow:visible; } #table1 { color:#000000; font-weight:bold; font-size:15px; font-family:"Comic sans MS"; border-spacing: 50px 7px; } #table1 th { color:#ffffff; font-weight:bold; font-size:20px; font-family:"Comic sans MS"; } #table1 td a { color:black; ...
.word-trail{ margin: 50px auto; }
.abp-background { background-color: #e90052 !important; }
html, body { background: whitesmoke; max-width: 100%; height: 100%; } img,iframe { max-width: 100%; } .screen{ max-width: 100%; } .section-content { padding-bottom: 5rem; } button{ background: rgb(4, 101, 192); text-align: center; color: white; font-size: 2rem; max-width: 100%; mar...
@font-face { font-family: 'Roboto'; src: url("../fonts/Roboto-Regular.woff2") format('woff2'), url("../fonts/Roboto-Regular.woff") format('woff'); font-weight: 400; font-style: normal; } @font-face { font-family: 'Pusia'; src: url("../fonts/Pusia-Bold.woff2") format('woff2'), url("../fonts/Pusia-Bold.woff")...
.hero { position: relative; text-align: left; color: #20201c; } .heroArea { /* Ensure golden ratio for the hero size while limiting it to some extend to the viewport width */ height: 61.8vh; max-height: 400px; display: flex; justify-content: space-between; align-items: center; width: 100%...
.md-loader { background-color: rgba(255,255,255,0.75); color: #252525; } .md-loader .md-loader-inner { justify-content: center; align-items: center; } .md-loader .md-loader-text { font-size: 30; font-family: "Roboto-Bold", sans-serif; }
*{ margin: 0; padding: 0; } body{ background-image: linear-gradient(rgb(18, 60, 61), rgba(46, 47, 73, 0.829)); background: url("https://pbs.twimg.com/media/FBInydfXIAEpsIi.jpg"); background-size: cover; background-repeat: no-repeat; height: 100vh; } div.li{ position: absolute; ...
.payment-methods { min-width: 350px; } .payment-methods__section { } .payment-methods__add { margin: 30px auto; width: 200px; } .payment-method-list { position: relative; } .payment-method { margin-top: 25px; } .payment-method__text { line-height: 36px; /* to match __remove button */ } .payment-method...
@import url("https://fonts.googleapis.com/css2?family=Saira:wght@100;200;300;400;500;600;700&family=Ubuntu:wght@300;400;500;700&display=swap"); @tailwind base; @tailwind components; @tailwind utilities; @layer base { * { padding: 0; margin: 0; box-sizing: border-box; } body { @apply font-Ubuntu...
::selection { background-color: var(--highlight); } .text-outline { color: var(--blue); -webkit-text-fill-color: var(--light-pink); /* Will override color (regardless of order) */ -webkit-text-stroke-width: 1.5px; -webkit-text-stroke-color: var(--blue); } .aspect-ratio { height: 0; position: relativ...
:root { --bgColor: #f6f6f6; --white: white; --blue: #56baec; --blue-hover: #39ace7; --text-light: #b6a8a7; --text-dark: #0d0d0d; --link-color: #92badd; --inactive-color: #cccccc; --cart-yellow: rgb(243, 199, 2); } .cart-big-holder { border: 5px solid var(--cart-yellow); margin-top: 30px; } .cart...
.container { position: relative; margin: 0 auto; width: 1000px; height: 300px; overflow: hidden; text-align: center; } .container:hover .arrow { display: block; } .container .wrapper { position: absolute; top: 0; left: 0; width: 6000px; height: 100%; overflow: hidd...
.related-wrapper { margin-top: 6rem; padding: 4.5rem 0 3rem; background-color: var(--lighter-gray-color); } .related-title { font-size: 1.9rem; }
body{ background-image: url('../../img/wallblack.jpeg'); background-attachment: fixed; background-position: bottom; } .custom-container{ width: 80%; margin-top: 0%; position: relative; top: 95px; } /* Header da Ocorrência */ .cabecalho{ background-color: #FFB900; width: 100%; } ...
.fk_cabec_help { height: 115px; margin-left: 10%; margin-right: 10%; padding: 3px; background-color: #7DA0EC; border-top-left-radius: 15px; border-bottom-right-radius: 15px; } .fk_cabec_help DIV { font-family: "Lucida Grande", Helvetica, Arial, sans-serif; font-size: 26px; font-weight: bold; color: #FFFFFF; ...
:root { --app-gray: #d9d9d9; --app-blue-light: #9bbfe1; --app-blue-dark: #249fda; --app-orange: #ff8000; --text-shadow: 0 0 10px rgba(0, 0, 0, .3); --animation-fade-up: animation-fade-up .75s ease-in-out; } @font-face { font-display: swap; font-family: "Montserrat"; font-weight: 400; font-style: n...
/* ==UserStyle== @name EXO-K Baekyeol | baekhunhan.tumblr @namespace USO Archive @author baekhunhan @description `http://baekhunhan.tumblr.com/Disclaimer: Images are not mine, I did however edited them. Please don't steal my work, credit them please. ^^` @version 20120827.17.28 @license...
/* * Navigation */ #navigation{ background:rgba(0, 0, 0, 0.5); width:100%; padding:10px; position:fixed; min-height:100px; color:#FFF; z-index:9999; } /* * #top-wrapper & content */ #top-wrapper{ height:500px; background: url(images/home_bkg2.jpg) no-repeat center -300px; -webkit-background-size: cove...
/* Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com> */ .hljs { display: block; overflow-x: auto; padding: 0.5em; background: #06121a; color: #839496; } .hljs-comment, .hljs-quote { color: #586e75; } /* Solarized Green */ .hljs-keyword, .hljs-selector-tag, .hljs-ad...
.TodoSearch { margin-top: 20px; margin-bottom: 20px; width: 500px; border-radius: 4px; border: none; height: 50px; box-shadow: 5px 5px 10px rgba(255, 99, 71, 1), -5px -5px 10px rgba(255, 99, 71, 1); font-size: 20px; font-family: 'Heebo', sans-serif; } .TodoSearch::placeh...
*{ box-sizing: border-box; padding: 0; border: 0; margin: 0; } div.div-1{ display: flex; flex-grow: 1; text-align: center; } .button{ width: 25%; background: #292F3B; border-right: 1px solid #57616B; border-bottom: 1px solid #57616B; color: #ABB0B6; font-size: 25px; } .top-row .button, .button:l...
#comments:hover { background-color: #FFFFC0; cursor: text; } table.table > tbody > tr > td { height: 30px; vertical-align: middle; } #frm select { width: auto; } #user > tbody > tr > td { height: 45px; padding: 4px 8px; } .muted { color: #999999; } .notready { color: #999999; font-style: italic; } .editable-address { d...
#cambridge { /*position:relative;*/ float:left; width:45%; } #driverless { /*position:relative;*/ float:left; width:35%; } #ubimg { float:left; } a { -webkit-appearance: button; -moz-appearance: button; appearance: button; text-decoration: none; background-color: #ffffff; color:#...
/* * # Semantic UI - 2.2.4 * 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 * */
/* Publish Menu /* ---------------------------------------------------------- */ .gh-publishmenu-trigger { color: var(--blue); border: none; cursor: pointer; text-shadow: none; background: none; box-shadow: none; } .gh-publishmenu-trigger:hover { background: none; box-shadow: none; } ...
@font-face { font-family: 'material'; font-style: normal; font-weight: 400; src: url("./materialIcons-Regular.eot"); /* For IE6-8 */ src: local('material'), local('materialIcons-Regular'), url("./materialIcons-Regular.woff2") format('woff2'), url("./materialIcons-Regular.woff") format('wo...
/* * Copyright (C) 2019 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions a...
/*! * Start Bootstrap - SB Admin 2 v4.1.3 (https://startbootstrap.com/theme/sb-admin-2) * Copyright 2013-2021 Start Bootstrap * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-sb-admin-2/blob/master/LICENSE) */ /*! * Bootstrap v4.6.0 (https://getbootstrap.com/) * Copyright 2011-2021 The Boot...
*{ margin: 0; padding: 0; } .wrap { height: 100%; width: 100%; /*position: relative;*/ } .wrap .logGet { /*height: 408px;*/ width: 28%; position: absolute; background-color: #FFFFFF; top: 20%; right: 15%; } .logC a button { cursor: pointer; border-radius: 8px; width: 100%; height: 45px; background-colo...
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"); * { margin: 0; padding: 0; user-select: none; box-sizing: border-box; font-family: "Poppins", sans-seri...
/** * Alphahex - A large, responsive website template. * ================================================ * Copyright (c) 2017 TheDragonRing <hello@thedragonring.me>, under the MIT License. */ /* GLOBAL */ @charset "UTF-8"; @import url("font-awesome-4.7.0/css/font-awesome.min.css"); @import url("https://fonts.goo...
.peopleColumn-29fq28 .mutualGuilds-s7F2aa{flex:0 0 auto;position:absolute !important;margin-top:calc(70px + var(--FG-cards-banner-height));margin-right:10px}.peopleColumn-29fq28 .mutualGuilds-s7F2aa{opacity:var(--FG-mutal-guilds-normal);transition:var(--transition)}.peopleColumn-29fq28 .peopleListItem-2nzedh:hover .mut...
.react-phone-number-input__row { /* This is done to stretch `.rrui__select__options` */ /* to the full width of `.react-phone-number-input__phone`. */ /* Will be moved to `rrui.css` in version 2.x. */ position : relative; /* This is done to stretch the contents of this component */ display : flex; align-...
#menu { height:30px; border-top:2px solid #999; border-bottom:2px solid #999; box-shadow:3px 3px 5px #626262 } /*NAVBAR TABS*/ ul.tabs { list-style-type:none; margin:0; padding:0; list-style:none; position:relative; font:bold 9pt Helvetica,Arial,sans-serif; text-transform:uppercase; background-color:#EEE; ...
.nc-nav-tabs { display: -webkit-flex; display: flex; flex-direction: column; width: 100%; } .nc-nav-tabs .tabbars-container { width: 96%; margin:auto; position:relative; overflow: hidden; padding: 0 20px; box-sizing: border-box; } .nc-nav-tabs .tabbars-container .tab-oper { display: none; height...
body { margin: 0px; background-color: #ffffff; font-size: 14px; } .header { width: 100%; height: 50px; margin: 0px; border-style: groove; border-width: 0px 0px 2px 0px; border-color: #95ffe8; border-image: linear-gradient(to left, #bfebb0, #95ffe8); border-image-slice: 1...
body { background-image: url("chatbox3.jpg"); } div.parent{ margin-top: } div.inner{ margin-top: 710px; margin-left: 680px; } div.inner2{ margin-top: -230px; margin-left: -100px; }
/*! * Start Bootstrap - Resume v5.0.6 (https://startbootstrap.com/template-overviews/resume) * Copyright 2013-2019 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-resume/blob/master/LICENSE)
/* Although the icons in the font can be scaled to any size, in accordance with material design icons guidelines, * we recommend them to be shown in either 18, 24, 36 or 48px. The default being 24px. * https://google.github.io/material-design-icons/ */ /* Rules for sizing the icon. */ /* .material-icons.md-18 ...
/* app css stylesheet */ html { position: relative; min-height: 100%; } body{ font-family: 'Source Sans Pro', sans-serif; background-color: #18BC9C; margin-bottom:80px; } .tag-template{ font-family: 'Source Sans Pro', sans-serif; } .autocomplete-template{ font-family: 'Source Sans Pro', sans-serif; } ...
body{ } .posLogin{ display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; margin-top: -20%; } .halLogin > h3{ color: #2980b9; text-align: center; } .halLogin > hr{ margin-bottom: 6%; } .footer{ text-align: center; font-size: .8em; margin-top: 2%; }
/***** BASE.HTML ****/ body { background-size: 100%; background-attachment: fixed; background-image: url('../img/BACKGROUND/background_village.png') !important; } header { background-image: url('../img/HEADER/3_bandes.png'); } #corps { background-color: #e8e9ea; } #navbar { background-repeat...
/*! // Contents // ------------------------------------------------ 1. Global Styles 2. Mixins 3. Sections 4. Typography 5. Buttons 6. Colours 7. Covered BG 8. Sliders 9. Navigation 10. Headers 11. Story 12. Details 13. Gallery 14. Accommodation 15. Registry 16. RSVP 17. Footer /*!---------- GLOBAL S...
#glob-footer { background-color: #343a40; min-height: 10vh; box-shadow: 0 0 30px 0 rgba(50, 50, 50, 0.6); } #footer-content { width: 65%; margin: 0 auto; padding: 1em 1em 0.25em; } #copyright-line { text-align: center; padding: 5px; font-family: "PT Mono", monospace; } #copyright-...
/* ==UserStyle== @name Ad Blockling FiltersetP ext by BigBen @namespace USO Archive @author BigBen @description `Ergänzung zum Style "Ad Blockling FiltersetP by BigBen".Da das ursprüngliche Style scheinbar zu umfangreich geworden ist, werden manche Styles nicht mehr übernommen.Neu:Mittels Poin...
@supports(--css: variables) { :root { /* Faction colors */ --f-000s: 255, 255, 255; --f-100s: 255, 235, 215; --f-200s: 215, 235, 255; --f-300s: 255, 200, 200; --f-400s: 175, 175, 255; --f-500s: 255, 255, 200; --f-600s: 235, 255, 215; --f-700s: 220, 220, 175; --f-800s: 170, 170, 220; --f-900s: ...
@import url(font-awesome.min.css); @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300i,400i"); /* Ethereal by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) */ /* Reset */ html, body, div, span, applet, object, ifra...
/* -------------------------------------------------------------------------------- * style.css * -------------------------------------------------------------------------------- */ /* ページ全体 ----------------------------------------------- */ html { height: 100% } body { width: 100%; height: 100%; /* overfl...
.skill-section { display: flex; flex-wrap: wrap; justify-content: center; margin-top: 3em; padding-bottom: 1em; text-align: left; width: 100%; } table { width: 70%; } tr { /* background-color: rgb(221, 221, 221); */ border-radius: 1px solid black; } td { padding-bottom...
/*! * Start Bootstrap - One Page Wonder v5.0.7 (https://startbootstrap.com/template-overviews/one-page-wonder) * Copyright 2013-2019 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-one-page-wonder/blob/master/LICENSE) */ body { font-family: 'Lato'; } h1, h2, h3, h4, h5, ...
.header-span { margin-top: 0px !important; color: #ffffff !important; background-color: #404E67; border-color: #ccc; } .page-item.active .page-link { background-color: #404E67; border-color: #404E67; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12); } .color-sele...
/* ------------------------------------------- */ /* Mixins /* ------------------------------------------- */ /* ------------------------------------------- */ /* Toggle Fade /* ------------------------------------------- */ /* line 64, ../sass/ng-animation.scss */ .toggle { -webkit-transition: all 0 cubic-bezier(0...
:root{--bgblur: blur($px)} /*Blur backdrops, feel free to edit the intensity of the filter values*/ .backdropImage { filter: var(--bgblur); } .backgroundContainer.withBackdrop { background-color: rgba(0,0,0,0); }
body { margin: 0; padding: 0; font-family: sans-serif; } #food-search { margin-top: 5em; }
.info { float: right; margin-top: 40px; } .staff-container { margin-top: 120px; }