text stringlengths 1 1.04M |
|---|
.cssloaded {
width: 20px;
}
.tangram-table {
border: black solid 1px;
}
.tangram-table-title {
background: pink;
}
.tangram-table-title-col {
padding: 5px;
font-weight: bold;
border: blue solid 2px;
}
.tangram-table-row {
background: #eee;
}
.tangram-table-row-hover {
background: pink;
}
.tangram-table-ro... |
@charset "utf-8";
body{
background:#f8f8f8;
}
.addr-wrapp li{
margin-bottom: 8px;
}
.addr-list{
margin-bottom: 10px;
background: #fff;
padding: 10px 10px 4px;
}
.addr-wrapp span,.addr-wrapp p{
font-size: 14px;
color:#666;
}
.addr-wrapp li.a-set{
position: relative;
border-top:1px solid #e4e4e4;
}
.addr-wrapp l... |
.card.toogle-card {
background-color: #fff;
box-shadow: 0 0 5px rgba(0,0,0,.05);
transition: 0.3s;
padding: 15px;
}
.toogle-card .card-header {
padding: 0px;
border-bottom: none;
background-color: inherit;
}
.toogle-card .card-header h3 {
font-size: 16px;
font-weight: 600;
line-height: 20px;
col... |
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
display: block;
}
aud... |
/* * {
margin: 0px;
padding: 0px;
list-style: none;
border: none;
text-decoration: none;
font-family: 'Roboto Condensed', sans-serif;
}/*
html {
--top-spacing: 192px;
}
body {
scroll-padding-top: var(--top-spacing);
margin: var(--top-spacing) auto auto auto;
}* /
.container-fluid {
max-width: 1920px;
w... |
#mycanvas {
padding: 0px;
border: 1px solid;
border-color: black;
border-radius: 16px;
} |
.bck {
position: fixed;
bottom: 1rem;
right: 1rem;
background: rgba(0,0,0,.8);
color: #F7F255;
visibility: hidden;
width: 50px;
height: 50px;
line-height: 50px;
text-align:center;
transition-property: all;
background: #53FFA7;
border-radius: 50px;
}
.bck.bck-on {visibility: visible;}
.fade{opacity: 0;}... |
*{
padding: 0px;
margin: 0px;
}
body{
font-size: 18px;
background: #F8F8FF;
}
.header {
margin: 50px auto 0px;
width: 35%;
color: white;
background: #5F9EA0;
text-align: center;
padding: 20px;
border-radius: 20px 20px 0px 0px;
border: 10px solid #5F9EA0;
}
.headerhome{
margin: 0px auto 0px;
width: 80%;
c... |
/* Uni-Form by Dragan Babic [Superawesome Industries] - http: //sprawsm.com/uni-form/ */
/* Some rights reserved - http: //creativecommons.org/licenses/by-sa/2.5/ */
/* Do not edit this file directly, make your changes to uni-form.css in the same folder */
/* ---------------------------------------------------------... |
.clock {
--widget-background-color: #000;
--widget-text-color: #f0f0f0;
--secondary-text-color: #ccc;
--clock-base-text-color: var(--widget-text-color);
--clock-number-color: var(--widget-text-color);
--clock-seconds-color: var(--widget-text-color);
display: flex;
flex-flow: row wrap;
align-items: c... |
.ld { transform-origin: 50% 50%; transform-box: fill-box; }
@keyframes ld-tick
{
0% {
animation-timing-function: cubic-bezier(0.1858,0.2841,0.5834,1.4615);
transform: rotate(0deg);
}
31% {
animation-timing-function: cubic-bezier(0.0467,0.1102,0.4803,1.4719);
transform: rotate(13.540000000000001deg... |
/*通用样式文件*/
.button {
height: 27px;
width: auto;
} |
/*
Resets defualt browser settings
reset.css
*/
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,thead,tr,th,td... |
.Console-container {
font-family: Consolas, monospace;
font-size: small;
background-color: black;
color: white;
height: calc(100% - 40px);
width: calc(100% - 40px);
overflow-x: hidden;
padding: 20px;
white-space: pre-wrap;
}
.Console-inputelement {
background-color: transparent;
font: inherit;
... |
@import url('https://fonts.googleapis.com/css?family=Poppins:200i,400&display=swap');
:root {
--color-white: #f3f3f3;
--color-darkblue: #1b1b32;
--color-darkblue-alpha: rgba(27, 27, 50, 0.8);
--color-green: #37af65;
}
*::before,
*::after {
box-sizing: border-box;
}
body{
font-family: 'poppins', sans-... |
html, body {
height: 100vh;
}
#root {
height: 100%;
} |
.Main {
width: 100%;
padding: 2rem 5rem;
}
.Grid {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 2rem;
}
.Card {
position: relative;
border: 3px solid #000;
border-radius: 15px;
margin: 10px;
width: 14rem;
height: 300px;
font-size: 12px;
padding... |
* {
font-family: "Helvetica Neue Bold", Roboto, Helvetica, Arial, sans-serif;
font-weight: 700;
}
h1 {
font-family: "Helvetica Neue Light", Roboto, Helvetica, Arial, sans-serif;
font-size: 50px;
color: #ecf0f1;
line-height: 60px;
font-weight: 300;
}
h2 {
font-size: 30px;
color: #2980b9;
line-height: 29px;
}... |
/* Deixar parte invisivel no mobile */
@media only screen and (max-width: 600px) {
.sumirMobile{
display: none !important;
}
} |
/*
Copyright 2015 Google Inc. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in... |
.container {
margin-top:15px;
}
.listNav {
float:right;
} |
/*
Main widget layout and styling
*/
.jp-extensionmanager-view {
padding-bottom: 0;
color: var(--jp-ui-font-color1);
background: var(--jp-layout-color1);
display: flex;
flex-direction: column;
font-size: var(--jp-ui-font-size1);
}
.jp-extensionmanager-content {
overflow: auto;
overflow-x: hidden;
}
... |
/*!
* Font Awesome Pro 5.8.0 by @fontawesome - //fontawesome.com
* License - //fontawesome.com/license (Commercial License)
*/
.fac,
.fab,
.fal,
.far,
.fas {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
... |
/**
* @name Carbon-Fiber-Purple
* @author Shiz
* @version ersion auto updates
* @description Carbon Fiber Purple Clean theme created by Shiz using NFLD99's template. | Github: https://git.io/v7ovg | Support Server: https://nfld99.com/discord | Website: https://www.nfld99.com
* @source https://nfld9... |
#logo {
font-family: 'Open Sans', sans-serif;
font-size: 32px;
top: -25px;
}
#logo .sublogo {
font-size: 12px;
margin-top: -7px;
}
#search-view-submit {
height: 30px;
}
.blog .blog-img {
display: inline-block;
margin: 0 10px;
width: 150px;
}
.blog .blog-short {
vertical-align: top;
}
.blog .blog-bo... |
.dropdown-menu .dropdown-menu-item {
width: 90%;
word-break: keep-all;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
} |
*.main { position:relative; margin-left:400px; }
*.alert { position:absolute; width:350px; left:-400px; height:190px;
border-top:1px solid black; border-bottom:1px solid black; }
*.alert h3 { position:absolute; left:0; top:15px; margin:0;
font-size:1.3em; text-transform:upperc... |
@import url("https://fonts.googleapis.com/css?family=Roboto");
/* Global Styles */
:root {
--primary-color: #1591c2;
--dark-color: #333333;
--light-color: #f4f4f4;
--danger-color: #dc3545;
--success-color: #28a745;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Roboto",... |
*, *:before, *:after {
box-sizing: border-box;
}
.html {
font-size: 18px;
line-height: 1.5;
font-weight: 300;
color: #333;
font-family: "Nunito Sans", sans-serif;
}
/* The navigation bar */
.navbar {
z-index:1000;
position: fixed;
background-color: #78c0ff;
top: 0; /* Position the navbar at the top... |
body{
background: purple;
margin: 0;
}
.container{
display: grid;
grid-template-columns: repeat(auto-fill, 293px);
/* grid-template-rows: repeat(4, 30%); */
grid-gap: 50px;
padding: 50px;
justify-content:center;
/* nombre de la aimacion */
animation-name: Entrada;
/* duracio... |
/*************************
*******Typography******
**************************/
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,100);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800,300,600,700);
@import url(http://fonts.googleapis.com/css?family=Abel);
body {
... |
/*******************************/
/*******************************/
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap&subset=vietnamese");
/*Theme Colors*/
/*Topbar Colors*/
/*Sidebar Colors*/
/*Boxed layout width*/
/*Shadow*/
/*transitions*/
/*Da... |
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
* Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT Licens... |
.greeting {
position: absolute;
margin-left: 50%;
margin-top: 300px;
transform: translateX(-50%);
font-size: 60px;
} |
.comments_wrap {
margin-bottom: 10%;
}
.add_comment {
margin-top: 20px;
border-top: solid 1px rgba(0, 0, 0, 0.55);
padding: 15px 0;
}
.add_comment textarea, .comment_need_auth {
background-color: #fafafa;
border: 1px solid #f5f5f5;
display: block;
width: 100%;
height: 100px;
re... |
.swiper-container {
margin: 0 auto;
position: relative;
overflow: hidden;
z-index: 0
}
.swiper-container-no-flexbox .swiper-slide {
float: left
}
.swiper-container-vertical>.swiper-wrapper {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-flex-direction: column;
-webki... |
/*html, body {
font-family: "Questrial", sans-serif;
display: table;
position: relative;
height: 100%;
width: 100%;
min-width: 320px;
line-height: 1em;
font-size: 1.2em;
color: #fff;
background: #F3F3F3;
overflow: hidden;
/*background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlb... |
@charset "UTF-8";
@font-face {
font-family: 'RobotoLight';
src: url("../fonts/roboto-light-webfont.eot");
src: url("../fonts/roboto-light-webfont.eot#iefix") format('embedded-opentype'),
url("../fonts/roboto-light-webfont.woff2") format('woff2'),
url("../fonts/roboto-light-webfont.woff") ... |
/*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.0.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,... |
/*# sourceMappingURL=tacit-css-1.5.1.min.css.map */ |
.InfoWindow {
background-color: white !important;
color: black !important;
/* justify-content: center !important; */
font-size: 20px !important;
font-family: "Noto Sans";
border-radius:15px!important;
}
.justify-content-center {
align-items: center !important;
}
button{
background-color: orange;
}
... |
body{
background-color: #f2f2f2;
}
.navTop{
position: fixed;
top: 0;
z-index: 99;
}
.navMe{
display: block;
height: 60px;
line-height: 60px;
float: right;
font-size: 14px;
color: #fff;
text-indent: 25px;
}
.navLogin{
display: block;
height: 60px;
line-height: 60px... |
/*@charset "utf8";*/
/**{*/
/*margin: 0;*/
/*padding: 0;*/
/*box-sizing: border-box;*/
/*}*/
/*a{*/
/*text-decoration: none;*/
/*}*/
/*li{*/
/*list-style: none;*/
/*}*/
/*img{*/
/*border: none;*/
/*}*/
/*html,body{*/
/*background-color: #F4F4F4;*/
/*font-family: "微软雅黑";*/
/*font-size: 14px;*/
/*color: #69696d... |
.navigator {
height: 16em;
overflow: hidden;
min-height: 8em;
justify-content: center;
align-items: center;
/* temporary values for display */
border: 4px dashed #3498db;
} |
.tabTitle {
margin-top: 20px;
width: 100%;
}
#publicSSHKeyForm {
width: 100%;
}
#publicSSHKeyField {
border: solid 2px rgb(59, 59, 59);
padding: 15px;
}
#copyButton {
padding: 8px, 10px;
}
.right {
float: right;
} |
@CHARSET "ISO-8859-1";
#rounded-corner {
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
margin-left: 4%;
margin-bottom: 45px;
width: 90%;
text-align: left;
border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
background: black url('../images/table-images/lef... |
* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
padding: 0;
margin: 0;
}
#notfound {
position: relative;
height: 100vh;
}
#notfound .notfound {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%... |
.demo_container{background:#fff;padding:20px;border:1px solid #ddd;border-radius:2px;position:relative;margin-bottom:40px;border:5px solid #fff;}
.bannerGradient1 0%{opacity:0.99;}
.bannerGradient1 15%{opacity:0.99;}
.bannerGradient1 25%{opacity:0;}
.bannerGradient1 75%{opacity:0;}
.bannerGradient1 85%{opacity:0.99;}
.... |
/*! tailwindcss v2.2.7 | MIT License | https://tailwindcss.com*/
|
.botos-hi {
border-top-style: hidden;
} |
/* overpass-mono-latin-ext-700-normal*/
@font-face {
font-family: 'Overpass Mono';
font-style: normal;
font-display: swap;
font-weight: 700;
src: url('./files/overpass-mono-latin-ext-700-normal.woff2') format('woff2'), url('./files/overpass-mono-latin-ext-700-normal.woff') format('woff');
} |
/*!
* Bootstrap v4.1.2 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
/*# sourceMappingURL=frontend.7a4cf4ab26a0bab2ee56.css.map*/ |
.emoji-six-pointed-star {
background: center / contain no-repeat url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3e%3cg fill='%23c28fef'%3e%3cpath d='m50.3 32l9.7-16h-19.5l-8.5-14-8.5 14h-19.5l9.7 16-9.7 16h19.5l8.5 14 8.5-14h19.5l-9.7-16m.4-11l-3.5 5.9-3.6-5.9h7.1m-6.6 11l-6.6 1... |
/*
Read Only by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Basic */
body, input, select, textarea {
font-size: 11pt;
}
/* Header */
#header {
width: 20em;
}
/* Wrapper */
#wrapper {
padding-right: 20em;
} |
@media only screen and (max-width: 1023px) {
.img-right {
position: relative;
right: 0;
top: 0;
}
.testimonial-slider .slick-list{
margin: 0;
}
#dismiss{
display: block;
}
.shapes,
#testimonials .container:before{
display: none;
}
a.navbar-brand{
margin-ri... |
/*
Main stylesheet for page layout.
*/
html, body {
height: 100%;
}
body {
background-color: #e6ecff;
}
.addr-container {
/*width: 800px;
margin: 0 auto;
padding: 1px 10px 10px 10px; */
background-color: #ffffff;
height: 100%;
}
.details-table {
font-size: 18px;
/*width: 100%... |
.button{
border-style: none;
height: 40px;
padding: 6px 12px;
background-color: black;
color: white;
font-size: 1rem;
cursor: pointer;
transition: box-shadow .6s ease;
width: 125px;
}
.button.blue{
background-color: #1FB6FF;
}
button.green{
background-color: #13CE66;
}
but... |
/*
See ab2p.common.css for sources info
*/ |
.workout {
background-color: #2274a5;
color: white;
}
.navbar-brand {
color:white
}
.river {
color: white;
}
.topbar {
background-color: #2274a5;
}
.white
{
color:white;
}
.contact {
width: 150%;
}
.working{
color:black;
}
.edit {
color: white;
}
.elise {
background-color: #d3f9ff;
}
.results {
color: black;... |
.checkbox {
padding-left: 20px;
}
.checkbox label {
display: inline-block;
position: relative;
padding-left: 5px;
}
.checkbox label::before {
content: "";
display: inline-block;
position: absolute;
width: 17px;
height: 17px;
left: 0;
margin-left: -20px;
border: 1px solid #cccccc;
border-radius... |
/* @import url(fontawesome-all.min.css); */
@import url("https://fonts.googleapis.com/css?family=Raleway:200,700|Source+Sans+Pro:300,600,300italic,600italic");
/*
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
html, body, div, sp... |
.card {
margin: 0 auto;
/* Added */
float: none;
/* Added */
margin-bottom: 10px;
/* Added */
}
.card-body {
font-size: 25px;
}
.bg1 {
animation: slide 4s ease-in-out infinite alternate;
background-image: linear-gradient(-60deg, #aa6f73 50%, #eea990 50%);
bottom: 0;
left: -... |
#root {
width: 100vw;
height: 100vh;
font-family: "Montserrat", sans-serif;
background-color: white;
overflow-x: hidden;
}
.content {
width: 99vw;
height: 85.5vh;
display: flex;
}
.calculator {
display: flex;
flex-direction: column;
width: 25vw;
height: 55vh;
background-color: green;
margi... |
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
font-size: 100%;
font-family: 'Open Sans', sans-serif;
background:#ffffff;
}
ul li,ol li{
font-size:14px;
}
p{
margin:0;
}
h1,h2,h3... |
/*!
* vue-material v1.0.0-beta-8
* Made with <3 by marcosmoura 2018
* Released under the MIT License. |
.transition {
-webkit-transition: opacity 0.2s ease-in;
-moz-transition: opacity 0.2s ease-in;
-o-transition: opacity 0.2s ease-in;
-ms-transition: opacity 0.2s ease-in;
transition: opacity 0.2s ease-in;
}
.animation {
-webkit-animation: test 3s infinite 2s;
-moz-animation: test 3s infinite 2s;
-o-anim... |
.temp{
height:70px;
}
.temp1{
justify-content: space-evenly;
padding-left: 200px;
}
.temp3{
padding:30px;
font-size: 20px;
} |
@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
html.dark {
color-scheme: dark;
}
}
@layer components {
.has-ring-focus {
@apply motion-safe:transition-shadow;
}
.has-ring-focus:focus {
@apply outline-none;
}
.has-ring-focus:focus-visible {
@apply ring-2 ri... |
/** The navigation panel **/
.page-selector-panel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-grow: 1;
flex-basis: 100%;
height: 100%;
align-items: center;
-ms-flex-align: center;
justify-content: center;
}
.page-selector-panel div{
background-color: white;... |
/*
*
* Wijmo Library 5.20181.462
* http://wijmo.com/
*
* Copyright(c) GrapeCity, Inc. All rights reserved.
*
* Licensed under the GrapeCity Commercial License.
* sales@wijmo.com
* wijmo.com/products/wijmo-5/license/
*
*/ |
@media screen and (max-width: 966px) {
.heroBanner {
padding: 2rem;
}
}
.featureImage {
height: 200px;
width: 200px;
}
.indexCtasGitHubButton {
border: none;
margin-left: 24px;
overflow: hidden;
}
.container {
max-width: 1360px;
display: flex;
align-items: center;
justify-content: center;
... |
.tasks {
margin-bottom: 2rem;
padding: 2rem 0;
background-color: #fff;
width: 60%;
margin-right: auto;
margin-left: auto;
}
@media screen and (max-width: 1200px) {
.tasks {
width: 80%;
}
}
.single-task {
color: rgb(34, 34, 34);
background-color: #fff;
box-shadow: ... |
/*!
* Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
* Copyright 2011-2017 The Bootstrap Authors
* Copyright 2011-2017 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) |
html body {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(dimgray, black);
}
.court {
width: 20em;
height: 20em;
color: white;
border: 1em solid currentColor;
font-size: 16px;
position: relative;
}
.ball {
width: 1em;
he... |
:root {
--modal-duration: 1s;
--modal-color: #428bca;
}
body {
font-family: Arial, Helvetica, sans-serif;
background: #f4f4f4;
font-size: 17px;
line-height: 1.6;
display: flex;
height: 100vh;
align-items: center;
justify-content: center;
transition: ease-in-out;
}
.button {
background: #428bca... |
/**
* Copyright 2021 Progress Software Corporation and/or one of its subsidiaries or affiliates. All rights reserved.
* ... |
#whatsNewWindow h4 {
margin-top:0;
}
#whatsNewWindow #whatsNew {
padding:15px;
} |
.mat-icon
{
width: 100px;
}
mat-form-field, button {
width: 100%;
font-size: 96%;
margin-top: 10px;
}
#fab-upload, #icon-upload {
width: 40px;
height: 40px;
}
.samoZip{
color: blue;
font-size: 80%;
}
.fajlUpload::-webkit-file-upload-button {
visibility: hidden;
}
.fajlUpload::before
... |
.block_weekly_title{
border-left: solid #3c8dbc;
padding-left: 10px;
color: rgb(120,120,120);
} |
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
a {
text-decoration: none;
color: rgb(61, 146, 201);
}
a:hover,
a:focus {
text-decoration: underline;
}
h3 {
font-weight: 100;
}
/* LAYOUT CSS */
.pure-img-responsive {
max-width: 100%;
heig... |
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
color: #5a5a5a;
background-color: #fff;
border: 1px solid #36d83a;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
color: #5a5a5a;
background-color: #fff;
border: 1px solid #f30000;
}
.parsley-errors-list {
m... |
list {
display: block;
margin-left: 20px;
list-style: disc;
}
item {
display: list-item;
} |
/********************
* GENERAL STYLES
********************/
html {
position: relative;
min-height: 100%; }
body {
background-color: #F3F5F8;
font-family: "Source Sans Pro", sans-serif;
font-size: 15px;
color: #676a6d; }
a {
color: #3287B2; }
a:hover, a:focus {
color: #3b98c8;
text-decoratio... |
@charset "UTF-8";
.kt-wizard-v1 {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column; }
.kt-wizard-v1 .kt-wizard-v1__nav {
border-bottom: 1px solid #eeeef4; }
.kt-wizard-v1 .kt-wizard-v1__nav .kt-wizard-v1__nav-items {
display: -webkit... |
/*! TACHYONS v4.9.0 | http://tachyons.io */ |
/*!
Pure v0.4.2
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
/*!
normalize.css v1.1.3 | MIT License | git.io/normalize
Copyright (c) Nicolas Gallagher and Jonathan Neal
*/
/*! normalize.css v1.1.3 | MIT License | git.io/normalize *... |
header nav ul {
width: auto;
}
header nav, header nav ul, header nav ul li, header nav ul li div, header nav ul li div img {
height: 44px;
}
header nav ul li div img {
height: 30px;
border-radius: 50%;
} |
.question {
font-family: Oswald, sans-serif;
color: #3A3939;
font-size: 22px;
line-height: 30px;
text-transform: uppercase;
}
.answer {
font-family: Oswald, sans-serif;
margin-bottom: 15px;
color: #767676;
}
#faq-background {
background-color: white;
padding: 1rem;
}
.pink-hr ... |
/* FONT COLOR - MAIN COLOR */
/*======================================*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
#page-title {
color: #2b425b;
}
/* FONT COLOR - BODY COLOR */
/*======================================*/
body,
#content-container {
color: #758697;
}
/* BACKGROUND COLOR - STATE ACTIVE */
... |
baz { baz: !important; } |
.wy-nav-content {
max-width: 950px;
} |
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
:root {
--primary-color: #2d2254;
--secondary--color: #f5c42f;
--text-color: #c5bbec;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Montserrat', sans-serif;
background: var(--primary-color);
color: ... |
#menu-wrapper
{
position: absolute;
top: 90px;
width: 150px;
}
.has-environment #menu-wrapper
{
top: 130px;
}
#menu-wrapper a
{
display: block;
padding: 4px 2px;
overflow: hidden;
text-overflow: ellipsis;
}
#menu-wrapper .active p
{
background-color: #fafafa;
border-color: #c0c0c0;
}
#menu-wrapp... |
/****************************************************************
*
* CSS Percentage Circle
* Author: Andre Firchow
*
*****************************************************************/
.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .... |
/**Con font-face ya no hace falta el import*/
@font-face {
font-family: 'Ubuntu';
src: url('../assets/fonts/ubuntu-regular.woff2') format('woff2'),
url('../assets/fonts/ubuntu-regular.woff') formar('woff');
font-weight: 400;
font-style: normal;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-we... |
.signupContainer{
width: 100%;
}
.signupMiddle{
display: flex;
justify-content:column;
padding: 20px;
}
.userUpdateImg{
width: 100px;
height: 100px;
border-radius: 10px;
margin-right: 10px;
}
.signupTitle{
display: flex;
align-items: center;
font-size: 24px;
font-weight: 600... |
.NavigationDrawer {
background-color: #000000;
position: fixed;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 200;
margin: 0;
}
.drawer-enter {
opacity: 0;
transform: translateY(-50%);
}
.drawer-enter-active {
opacity: 1;
transform: translateY(0);
transition: opacity 300ms, transform 300ms;
}... |
/*
Template Name:Affiliates
Copyright:WowThemes.net,https://www.wowthemes.net
Version:1.0.2
License: https://www.wowthemes.net/freebies-license/
*/
body {
font-family: "Rubik", -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
overflow-x: hidden;
}
.mainheading {
padding: 0rem 0rem 1rem 0;
}
a ... |
/*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v1.1.1-master-a415550
*/
/** Matches "md-tabs md-tabs-wrapper" style. */
.md-nav-bar {
border-style: solid;
border-width: 0 0 1px;
height: 48px;
position: relative; }
._md-nav-bar-list {
outline: none;
list-style: non... |
.backspace-key {
/* border: 0px !important; */
/* padding: 0px !important; */
padding-top:6px !important;
padding-bottom: 6px !important;
}
#backspace_key {
height: 36px;
}
.container {
width: 1280px;
}
.header {
margin-top: 6rem;
text-align: center;
}
.keyboard {
text-align: center;
}
button.keyboard-key-2... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.