text
stringlengths
1
1.04M
.cover { margin-top: 4.5rem; } .cover-content { display: flex; flex-direction: column; align-items: center; margin: 0 auto; max-width: 500px; text-align: center; } .cover-icon { position: relative; margin-bottom: 2rem; } .cover-icon-image { width: 150px; } .cover-icon-image.w...
html { font-family: sans-serif; } /* Your CSS below here */ p { box-sizing: border-box; width: 200px; height: 3em; text-align: center; display: inline-block; margin: 0px; padding: 0.9em 0px; font-size: 1.12rem; /* default is 16px * 1.12 = 18px */ background-image: linear-gradient(135deg, rgba(0, 0...
@font-face { font-family: 'icomoon'; src: url('../fonts/icomoon.eot'); } @font-face { font-family: 'icomoon'; font-weight: normal; font-style: normal; } [class^="slicon-"], [class*=" slicon-"] { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transfor...
/* PHASE 11: Icons */ [class*="icon-"]{ display: inline-block; background-image: url("../images/sprite.png"); background-size: 25px 250px; overflow: hidden; padding-top: 25px; height: 0px; width: 25px; } .icon-comment { background-position: 0 0; } .icon-reblog { background-position: 0...
#content-wrap{ position: relative; } .footer{ width: 100%; background-color: #085394; position: absolute; bottom: -64px; } .sec-sub-footer{ background: #a4d9f1; text-align: middle; color: #000; padding-top: 0.8rem; padding-bottom: 0.8rem; position: absolute; bottom:...
@import '../../assets/styles/variables'; .write-review-form { input[type='radio'] { margin-right: 5px; } label.normal-font { font-weight: normal; margin-right: 15px; } svg { color: $cyan; margin-right: 4px; vertical-align: text-top; } .rating-label { margin-right: 4px; } ...
#container { padding-top: 20px; margin-bottom: 20px; }
.gloabal { text-align: center }
.chrys-color-bokeh-yellow-orange-red-3-1 { color: #f03b20; } .chrys-color-bokeh-yellow-orange-red-3-2 { color: #feb24c; } .chrys-color-bokeh-yellow-orange-red-3-3 { color: #ffeda0; } .chrys-color-bokeh-yellow-orange-red-4-1 { color: #e31a1c; } .chrys-color-bokeh-yellow-orange-red-4-2 { color: #fd8d3c; } ...
@import url("font-awesome.min.css"); @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,600"); @import url("./css/main.css"); /* Prologue by HTML5 UP html5up.net | @ajlkn Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) */ html, body, div, spa...
.container { background-color: #ffffff; display: flex; flex-direction: row; align-items: center; padding: 24 32 24 0; margin-left: 32; border-bottom: 1 solid #e6e7eb; /* min-height: 100; */ } .form-item-wrap { display: flex; flex-direction: column; } .label { width: 200; font-size: 32; } .contor...
/* This style sheet contains all of the values for the default css styles applied to all HTML elements. All information was found at w3schools (https://www.w3schools.com/cssref/css_default_values.asp), I just cleaned it up a little. Arranged alphabetically. Date: July 4, 2020 CSS 3, HTML 5 GitHub: https://github.com/j...
h1 { font-size: 2.5em; font-weight: 400; } h2 { font-weight: 400; }
/* Ace Admin Theme v1.4 Copyright (c) 2016 Mohsen - (twitter.com/responsiweb) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later vers...
.sprite { width: 102px; height: 148px; margin-top: 25%; } body { background-image: url("Romwell.jpg"); background-size: 100%; background-color: #cccccc; } .right { background-image: url(http://atomicrobotdesign.com/blog_media/css-sprite/standing-right.png); } .left { background-image: url(http://atomic...
/* * Version: 1.8 * Dark Blue Color: #4765a0; * Dark Blue Hover Color: #324c80; * Additional color: #cad9f6; * rgba(71, 101, 160, 1); */ a { color: #4765a0; } a:focus, a:hover, a:active { color: #4765a0; } .color-green { color: #4765a0; } a.read-more:hover { color:#4765a0; } .linked:hover { color:#4765a0; } /* ...
/* Product Name: dhtmlxCombo Version: 4.5 Edition: Standard License: content of this file is covered by GPL. Usage outside GPL terms is prohibited. To obtain Commercial or Enterprise license contact sales@dhtmlx.com Copyright UAB Dinamenta http://www.dhtmlx.com */ div.dhxcombo_dhx_skyblue{position:relative;border:1...
/* ===================================================================== * Ceevee v1.0 Layout Stylesheet * url: styleshout.com * 03-18-2014 ===================================================================== TOC: a. General Styles b. Header Styles c. About Section d. Resume Section e. Portfol...
/* 页面提示 */ .page-tips { min-height: 160px; width: 500px; padding-top: 205px; margin: 92px auto 92px; background-image: url("../images/error_icon.png"); background-repeat: no-repeat; background-position: top center; text-align: center; } .page-tips p { font-size: 16px; color: #00...
.footer-container { background-color: #fff; height: 20%; color: #23286b; text-align: center; padding-top: 200px; border-top: 30px; } .footer-container .text-align-center { text-align: center; }
body{ background-color: #f9c954; } table.table tr:hover td { background-color: #E54b29; cursor: pointer; } table.table th:hover { background-color: #85afdb; cursor: pointer; } table.table th { background-color: #97c1ed; } table.table { border: 3px solid #aaa; } .view_container { background-color: #ffe8b2; ...
/* Error: Undefined mixin 'background-gradient'. on line 26 of scss/layout.scss, in `background-gradient' from line 26 of scss/layout.scss 21: top: 0px; 22: left: 0px; 23: z-index: 3; 24: padding: 0px 20px; 25: position: fixed; 26: @include background-gradient(to left, #1E88E5, ...
:root { --bg-color: #FFF; --text-color: HSLA(0, 0%, 32%, 1); --title-color: #303030; --lighter-text-color: #767676; --accent-color: #1d70b8; --accent-focus-color: #fff7cc; } /*@media (prefers-color-scheme: dark) {*/ /* :root {*/ /* --bg-color: rgb(17, 17, 17);*/ /* --header-color: rgb(24, 24, 24);*/...
.outter { right:0; margin-right: 30%; width: 80%; position:absolute; }
@charset "UTF-8"; /*! * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 Daniel Eden */ .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fi...
* Bootstrap v4.0.0-alpha.2 (https://getbootstrap.com)
/*** * BxSlider v4.2.2 - Fully loaded, responsive content slider * http://bxslider.com * * Written by: Steven Wanderski, 2014 * http://stevenwanderski.com * (while drinking Belgian ales and listening to jazz) * * CEO and founder of bxCreative, LTD * http://bxcreative.com ***/ /** RESET AND LAYOUT ============...
@block tc-button { align-items: center; border: 1px solid transparent; border-radius: var(--border-radius); display: inline-flex; font-size: 1rem; line-height: 1.5; min-height: 2.5rem; padding: var(--md-padding); text-align: center; transition: all .15s ease-in-out; user-select: none; vertical-a...
/* box class */ .box { /* a declartion block */ /* a box border of 2px which is solid */ border: 2px solid; background-color: white; } /* nice way to override on a single element in a page with an ID */ #foo { color: slateblue; } #bar { color: tomato; }
html, body { height: 100%; } h2 { color: #888; font-size: 30pt; } #header { background: #34495e; color: #f1c40f; height: 80px; } #header .input-group { margin-top: 20px; } #header h1 { margin-left: 50px; font-size: 20pt; font-weight: bold; } #header h1 sup { font-size: 8pt; font-weight: no...
html, body { background: #ecedf0; width: 100%; } #webcam_preview, #webcam_capture_preview { margin: 10px auto; } html { font-size: 10px; } .btn-group { width:100%; } body { color: #777; font-family: "Open Sans", Arial, sans-serif; line-height: 22px; margin: 0; font-size: 15px; overflow-x: hidden; overf...
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Sora&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap'); :root { --fonte1: Verdana, Geneva, Tahoma, sans-serif; --fonte2: 'Sora', sans-serif; --fonte3: 'Sriracha', cursive; } * { margin:...
/*------------------------------------------------------------------ AUTHOR: Randy D. Lagdaan DESCIPTION: TRIUNE - Integrated system for all university processess MATERIAL: Main Cascading Style Sheet for TRIUNE DATE CREATED: March 8, 2018 DATE UPDATED: March 9, 2018 -----------------------------------------------------...
/*! * Bootswatch v4.0.0+1 * Homepage: https://bootswatch.com * Copyright 2012-2018 Thomas Park * Licensed under MIT * Based on Bootstrap */ /*! * Bootstrap v4.0.0 (https://getbootstrap.com) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/...
.confirm-add-token { padding: 20px; height: 320px; } .confirm-add-token__header { font-size: .75rem; display: flex; } .confirm-add-token__token { flex: 1; min-width: 0; } .confirm-add-token__balance { flex: 0 0 30%; min-width: 0; } .confirm-add-token__token-list { display: flex; flex-flow: column no...
.btn{ margin-left: 2px; margin-right: 2px; }
.summary-card { width: 157px; height: 85px; background: #ffffff; box-shadow: 0 0 2px rgba(0, 0, 0, .16); margin: 0 9px; overflow: hidden; position: relative; cursor: pointer; } .summary-card__layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .summary-card__icon-wrappe...
#video-list { padding-left: 10px; padding-right: 0px; } video { background-color: black; width: 100%; height: auto; } /* Username - Speaks Language (for every user) */ .title-overlay { background-color: rgba(0, 0, 0, 0.5); position: relative; width: 100%; } /* Subtitle for curren...
.Card { width: 300px; height: 225px; position: relative; overflow: hidden; border-radius: 20px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25); display: grid; grid-template-rows: 1fr 1fr; transition: 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); } .Card:hover { transform: scale(1.1, 1.1); ...
/*# sourceMappingURL=bootstrap.min.css.map */
/*! * Angular Material Design * https://github.com/angular/material * @license MIT * v1.1.1-master-f6dedff
/* @lesson-02-todo Exercise 2 Our map doesn't render with a height by default. This means we won't actually be able to see our map. How can we add a fixed with and height so we can see our map? */ /* Add Exercise 2 answer here */ .leaflet-container { width: 100%; height: 100%; } /* @lesson-02-todo Extra...
.imgColuna{ width: 329px; height: 520px; object-fit: cover; display: block; margin: 0 auto; } .subTitulo{ text-align: center; font-size: 22pt; } .textColuna{ left: 50%; margin-right: -50%; transform: translate(-50%, -50%); position: absolute; margin-top: 152px; } .img...
.fieldset { @apply mb-6 md:mb-8 relative; .label { @apply absolute bg-white pointer-events-none leading-none px-4 left-2 transition-all duration-300 top-5; } .textbox { @apply border border-slate-300 cursor-pointer outline-none p-5 py-4 w-full; &:focus, &:not(:placeholder...
@font-face { font-family: "feather"; src: url('http://prestige.22creative.in/assets/admin/icon/feather/fonts/feather.eot?t=1501841394106'); /* IE9*/ src: url('http://prestige.22creative.in/assets/admin/icon/feather/fonts/feather.eot?t=1501841394106#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('http://...
h1, h2, h3, h4, h5, h6 { font-family: Arial, tahoma,verdana; text-decoration:none;} h2, h3 { font-weight: normal; } h1 { font-size: 130%; border: 2px ridge #048; letter-spacing: 0px; color: #000; margin-left: 0px; margin-right: 2em; background-color: #fff; padding: 2px 1em; background-color: #def; } h2 { font-size:...
.lead{ margin-left: 20px; } h2{ margin-left: 300px; margin-top: 50px; } #results0{ margin-left: 220px; } #results1{ margin-left: 200px; } #results2{ margin-left: 200px; } .jumbotron{ margin-top: 80px; background-color: #f1faee; }
.ip { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333333; background-color: #ffffff;...
.a-informations h2, .a-informations p { margin: 0; text-align: center; } .a-informations h2 { font-size: 24px; margin: 0; } .a-informations p { text-align: justify; margin: 24px 0; } .a-informations span { text-align: justify; margin: 24px 0; color: #14d9fa; font-weight: bold; } .a-informations_...
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);/*! * AdminLTE v2.3.8 * Author: Almsaeed Studio * Website: Almsaeed Studio <http://almsaeedstudio.com> * License: Open source - MIT * Please visit http://opensource.org/licenses/MIT f...
/* Modified from https://css-tricks.com/star-ratings/ */ .rating { font-size: 30px; unicode-bidi: bidi-override; direction: rtl; cursor: pointer; } .rating > span { display: inline-block; color: #B4E6FD; position: relative; width: 1.1em; } .rating > span:hover:before, .rating > span:hover ~ span:befor...
img{ height: 200px; width: 200px; /*background-image: url("../img/demo.jpg");*/ } .color{ color: red; }
.green { background: green; } .leftSide { width: 25%; }
* { padding: 0; margin: 0; vertical-align: baseline; font-family: 'Exo 2', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; list-style-type: none; text-decoration: none; } body{ background-color: #f1f1f1; } p { font-family: 'A...
#x-debug-browser .x-tree .x-tree-node a span { color:#222297; font-size:14px; font-family:"monotype","courier new",sans-serif; } #x-debug-browser .x-tree a i { color:#ff4545; font-style:normal; } #x-debug-browser .x-tree a em { color:#999; } #x-debug-browser .x-tree .x-tree-node .x-tree-selec...
/*! * jQuery Mobile 1.4.5 * Git HEAD hash: 68e55e78b292634d3991c795f06f5e37a512decc <> Date: Fri Oct 31 2014 17:33:30 UTC * http://jquerymobile.com * * Copyright 2010, 2014 jQuery Foundation, Inc. and othercontributors * Released under the MIT license. * http://jquery.org/license * */ /* Globals */ /* Font ----------...
:host { display: inline-flex; flex-direction: row; align-items: center; position: relative; font-size: 0; font-size: 0.8rem; } :host .frame { display: inline-flex; flex-direction: row; align-items: center; justify-content: center; border: 1px solid #e6e6e6; width: 1rem; height: 1rem; border-...
.container { position: relative; } .statusContainer { display: flex; align-items: center; } .mapIcon { cursor: pointer; padding: 2px; } .statusText { padding: 2px; } .checkIcon { padding: 2px; } .dialogActionOuterContainer { display: flex; align-items: center; justify-content: ...
/*!normalize.css v3.0.2 | 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, menu, nav, section, summary { display: block } audi...
 /* Roor - background*/ .RadMenu_Green .rmRootGroup { background-image: url('Menu/rmSprite.png'); background-repeat: repeat-x; height: 40px; background-position: 0px 0px !important; padding-left: 0px; -webkit-border-radius: 3px; clear:both; } /* Text*/ .RadMenu_Green .rmText { float: le...
.cyt{ font-style: italic; font-weight: 900; color: rgb(92, 18, 175); } .team-heading{ height: 4em; padding: 5px; background: linear-gradient(to right,blue,rgb(61, 61, 158),rgb(6, 81, 104)); -webkit-text-fill-color: aliceblue; font-family: 'Poppins', sans-serif; margin-bottom: 0...
body { background: url("./image2/b3.jpg"); background-color: #FFF0CC; } .header{ font-size: 35px; padding: 55px; background: #FFF0CC; font-family:"Times New Roman"; } .nav-bar{ background-color:#026400; overflow: hidden; cursor: pointer; } .tab{ background-color: 'darkgreen'; ...
:root { --wall-border-color: rgba(244, 67, 54, 1); --wall-background-gradient: radial-gradient(rgba(213, 0, 0, 0), rgba(213, 0, 0, 0.5)); --path-border-color: rgba(76, 175, 80, 1); --path-background-gradient: radial-gradient(rgba(76, 175, 80, 0), rgba(76, 175, 80, 0.5)); --start-border-color: rgba(255, 235, 5...
h1 { border: 1.5em; text-align: center; } .green { background-color: lime; } .red { background-color: red; }
/* * HOME PAGE * ============================================= */ body { background-color: #4700a3; color: #fff; } main { margin-bottom: 0; } .bg-wrap--white { background-color: #fff; color: #404040; } .bg-wrap--grey { background-color: #f1f1f1; color: #404040; } .home-container--sec...
@import "fonts.css"; @import "colors.css"; @import "syntax.css"; :root { --color-footer: var(--color-code-background); --color-table-head: var(--color-code-background); --color-divider: rgba(230, 230, 230, 0.7); --header-height: 65px; /* kind of */ --cards-radius: 4px; } html, body { height: 1...
/* The MIT License (MIT) Copyright 2017 Pablo Pizarro R. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, ...
/* * * Wijmo Stafford Theme * http://wijmo.com/ * * Copyright(c) GrapeCity, Inc. All rights reserved. * * Dual licensed under the Wijmo Commercial or GNU GPL Version 3 licenses. * licensing@wijmo.com * http://wijmo.com/license * * */ /*! jQuery UI - v1.10.4 - 2014-03-07 * http://jqueryui.com * Includ...
/*! * ZUI: 看板 - v1.6.0 - 2017-03-16 * http://zui.sexy * GitHub: https://github.com/easysoft/zui.git * Copyright (c) 2017 cnezsoft.com; Licensed MIT */.board-item{padding:6px 10px;margin-bottom:5px;background:#fff;border:1px solid #ddd;-webkit-box-shadow:0 1px 0 rgba(0,0,0,.05);box-shadow:0 1px 0 rgba(0,0,0,.05);-...
@-webkit-keyframes lock-collapse { from { height: 1200px; } to { height: 380px; } } @-moz-keyframes lock-collapse { from { height: 1200px; } to { height: 380px; } } @-o-keyframes lock-collapse { from { height: 1200px; } to { height: 380px; } } @-ms-keyframes lock-collapse...
/*! * Bootstrap v3.0.2 by @fat and @mdo * Copyright 2013 Twitter, Inc. * Licensed under http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world by @mdo and @fat. */ /*! normalize.css v2.1.3 | MIT License | git.io/normalize */ article, aside, details, figcaption, figure, f...
/*! * AngularJS Material Design * https://github.com/angular/material * @license MIT * v1.1.5-master-3b59b20
@charset "UTF-8"; /*! * Start Bootstrap - Resume v6.0.2 (https://startbootstrap.com/theme/resume) * Copyright 2013-2020 Start Bootstrap * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-resume/blob/master/LICENSE) */ /*! * Bootstrap v4.5.3 (https://getbootstrap.com/) * Copyright 2011-2020 The Boo...
@font-face { font-family: 'redaktor'; src: url('fonts/redaktor.ttf?wzjj62') format('truetype'), url('fonts/redaktor.woff?wzjj62') format('woff'), url('fonts/redaktor.svg?wzjj62#redaktor') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="icon-"], [class*=" ic...
/* Styles go here */ a, a:visited, a:active { color: white; } #paperCanvas { zoom: 1; border-width: 10px; border-style: solid; border-color: blue; }
:root { --background-color: #f1f1f1; /* almost white */ --accent-color: #7c1ed7; /* same purple as in the app icon */ --inverted-text-color: #eeeeee; --light-text-color: #666666; /* darkish gray */ } html { background-color: var(--background-color); } .avatar { border: 1px solid black; } .help { color:...
body { background-color: white; } .card-title { position: relative; text-align: center; font-size: 16px; font-weight: bold; background: lightseagreen; opacity: 70%; color: white; padding: 10px; top: 80%; left: 50%; transform: translate(-50%,-50%); -ms-transform: tran...
.post-article p,.post-article figure,.post-article iframe,.page-feature-image,.image-credit,.content_vid { margin-bottom:0.5rem; }
/* global */ body { background-color: rgb(242, 242, 240); margin: 0; } #pagination { width:100%; padding-top:30px; text-align:center; } #section_header { padding:15px; font-size: 30px; } #dropdown_header { box-shadow:inset -5px -5px 0 0 rgba(0,0,0,1); padding:15px; font-size: 30px; border: none; ...
#oDiv{width:300px; height:300px; background:green; line-height:300px; text-align:center;}
/* Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.md or http://ckeditor.com/license */
/*! * Bootstrap v4.1.3 (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) */ :root { --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --r...
* { box-sizing:border-box; letter-spacing:0.075em; margin:0px; outline:none; overflow:hidden; padding:0px; user-select:none; word-spacing:0.25em; } body, html { height:100%; width:100%; } body { align-items:space-between; background-color:#202830; display:grid; font-family: "Zilla Slab", serif; grid-templa...
@charset "UTF-8"; /* * Copyright (c) 2014 GE Global Research. All rights reserved. * * The copyright to the computer software herein is the property of * GE Global Research. The software may be used and/or copied only * with the written permission of GE Global Research or in accordance * with the terms and condit...
@font-face { font-family: 'Avenir LT Std'; src: url('AvenirLTStd-BookOblique.eot'); src: url('AvenirLTStd-BookOblique.eot?#iefix') format('embedded-opentype'), url('AvenirLTStd-BookOblique.woff2') format('woff2'), url('AvenirLTStd-BookOblique.woff') format('woff'), url('AvenirLTStd-B...
table.slab { margin: 2em 0 0; } table.slab .header th { background: #dadada; font-weight: bold; padding-bottom: 1px; } table.slab tr.header { background: #999999; } table.slab td, table.slab th { vertical-align: top; margin: 0px 1px 0px 0px; padding: 10px 3px; border-bottom: 1px dotted #989898; border-righ...
.offersOverview { left: 400px; overflow: hidden } .offersListed { top: 80px; position: relative; left: 25px; bottom: 50px; } .productName { font-weight: bold; } .productDescription { } md-grid-tile-footer figcaption { width:100%; } .item-container { display: flex; flex-direc...
/* `Widths ----------------------------------------------------------------------------------------------------*/ .input_tiny { width: 50px; } .input_small { width: 100px; } .input_medium { width: 150px; } .input_large { width: 200px; } .input_xlarge { width: 250px; } .input_xxlarge { width: 300px; } ...
/* Theme Name: Travelify Theme URI: http://colorlib.com/wp/travelify/ Author: Colorlib Author URI: http://colorlib.com/wp/ Description: Travelify is a clean, simple, responsive and customizable WordPress WooCommerce theme that looks awesome on any device. It adjusts automatically to any screen size including tablets an...
/* sarpanch-latin-700-normal*/ @font-face { font-family: 'Sarpanch'; font-style: normal; font-display: swap; font-weight: 700; src: url('./files/sarpanch-latin-700-normal.woff2') format('woff2'), url('./files/sarpanch-latin-700-normal.woff') format('woff'); }
:root { --bs-blue: #0d6efd; --bs-indigo: #6610f2; --bs-purple: #6f42c1; --bs-pink: #d63384; --bs-red: #dc3545; --bs-orange: #fd7e14; --bs-yellow: #ffc107; --bs-green: #28a745; --bs-teal: #20c997; --bs-cyan: #17a2b8; --bs-gray: #869ab8; --bs-gray-dark: #384c74; --bs-primary: #335eea; --bs-sec...
/* ============================================== TABLE OF CONTENT ============================================== 1. General 2. Align Holders 3. Modals 4. Margins, Paddings 5. Backgrounds 6. Clearfix 7. Overflow 8. Visibility ============================================== [END] TABLE OF CONTENT =====================...
@charset "UTF-8"; /*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ @import url("https://fonts.googleapis.com/css?family=Neucha|Patrick+Hand+SC"); @font-face { font-family: 'FontAwesome'; src: url(".....
.Tilt { background: linear-gradient(89deg, #ff5edf 0%, #04c8de 100%); }
#page-study #container{ width: 100%; height: 100vh; } #search-teachers { margin-top: 3.2rem; } #search-teachers { color: var(--color-text-in-primary) } #search-teachers .select-block{ margin-bottom: 1.4rem; } #search-teachers button{ width: 100%; height: 5.6rem; background: var(--col...
/*! elementor - v2.3.2 - 17-11-2018 */ .elementor-msie ul.products, .elementor-msie .elementor-grid { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .elementor-msie ul.products li.product, .el...
/** * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/) * http://cssreset.com * Copyright 2012 Yahoo! Inc. All rights reserved. * http://yuilibrary.com/license/ */ /* TODO will need to remove settings on HTML since we can't namespace it. TODO with the prefix, should I group by selector or proper...
/*! * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative) * Copyright 2013-2016 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) */ html, body { height: 100%; width: 100%; } body { font-family: 'Merriweather...
/* Copyright 2020 The TensorFlow Authors. 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 a...
body{ background-color: rgb(51, 124, 112); } #profile-summary{ display:flex; flex-direction: row; justify-content: space-evenly; align-items: center; flex-wrap: wrap; } #profile-pic img{ width:150px; height:150px; border-radius: 50%; } /* #my-posts{ display:flex; flex-dire...