Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Fix control button size rendering on mobile | .leaflet-control-locate {
height: 30px;
}
.leaflet-control-locate > div {
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
.leaflet-control-locate > div {
padding: 5px;
background: rgba(0, 0, 0, 0.25);
}
.leaflet-control-locate a {
background-color: rgba(255, 255, 25... | .leaflet-control-locate {
height: 30px;
}
.leaflet-control-locate > div {
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
}
.leaflet-control-locate > div {
padding: 5px;
background: rgba(0, 0, 0, 0.25);
}
.leaflet-control-locate a {
background-color: rgba(255, 255, 25... |
Fix incorrect URL to CesiumWidget.css. | @import url(./Animation/Animation.css);
@import url(./BaseLayerPicker/BaseLayerPicker.css);
@import url(./checkForChromeFrame.css);
@import url(./FullscreenButton/FullscreenButton.css);
@import url(./SceneModePicker/SceneModePicker.css);
@import url(./SvgPath/SvgPath.css);
@import url(./Timeline/Timeline.css);
@import ... | @import url(./Animation/Animation.css);
@import url(./BaseLayerPicker/BaseLayerPicker.css);
@import url(./checkForChromeFrame.css);
@import url(./FullscreenButton/FullscreenButton.css);
@import url(./SceneModePicker/SceneModePicker.css);
@import url(./SvgPath/SvgPath.css);
@import url(./Timeline/Timeline.css);
@import ... |
Fix height mismatch in input elements | .thumbnail > img {
width: 100%;
}
.thumbnail > .jail {
position: absolute;
top: 0;
left: 0;
}
#msgbox {
text-align: center;
}
#msgbox > marquee {
font-size: 6vw;
}
.well > span {
font-size: 6vw;
}
#controller {
margin-left: 30px;
}
.score {
font-size: 3vw;
}
.large > * {
f... | .thumbnail > img {
width: 100%;
}
.thumbnail > .jail {
position: absolute;
top: 0;
left: 0;
}
#msgbox {
text-align: center;
}
#msgbox > marquee {
font-size: 6vw;
}
.well > span {
font-size: 6vw;
}
#controller {
margin-left: 30px;
}
.score {
font-size: 3vw;
}
.large > * {
f... |
Add css for civi queues. | #edit-civicrm-cron-frequency-items-wrapper input,
#edit-civicrm-cron-frequency-ticks-wrapper input {
width: 3em;
margin: 0 5px 0 0;
}
#edit-civicrm-cron-frequency-ticks-wrapper {
float: left;
clear: both;
}
#edit-civicrm-cron-frequency-items-wrapper {
float: left;
margin: 0 0 5px 0;
}
#edit-civicrm-cro... | |
Fix padding for in-page anchors. | body {
padding-top: 50px;
}
.starter-template {
padding: 40px 15px;
text-align: justify;
}
img { border: none; }
.alignleft { float:left; margin:0 15px 5px 0; }
.alignright { float:right; margin:0 0 5px 15px; }
img.border { border:3px solid #888; padding:4px; }
.footer-links {
margin: 10px 0;
padding-left: 0... | /* From @mnot at: https://github.com/twbs/bootstrap/issues/1767 */
*[id]:before {
display: block;
content: " ";
margin-top: -75px;
height: 75px;
visibility: hidden;
}
.starter-template {
padding: 40px 15px;
text-align: justify;
}
img { border: none; }
.alignleft { float:left; margin:0 15px 5px 0; }
.align... |
Add Enrollment Plan print stylesheet | /* Enroll Plan Page Print Styles */
.container {
width: 8in;
}
body {
font-size: 10px;
}
a, a:after { content: normal !important; }
.top-margin {
display: none;
}
.row {
margin-top: 10px;
}
.field-row {
margin-top: 200px;
}
| |
Make content div background color slightly lighter and center it. | body {
margin: 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
background-color: #ecece0;
}
div#body {
max-width: 680px;
min-width: 480px;
margin: 20px 40px;
padding: 20px;
background-color: #f6f6f0;
color: #222;
}
p {
line-height: 1.5em;
... | body {
margin: 0px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
background-color: #ecece0;
}
div#body {
max-width: 680px;
min-width: 480px;
margin: 20px auto;
padding: 20px;
background-color: #f9f9f9;
color: #222;
}
p {
line-height: 1.5em;
... |
Create styleSheet for EletronDay pages | section figure {
width:15.625rem;
height:15.625rem;
max-width:250px;
overflow:hidden;
margin-right:3.125rem;
margin-bottom: 4.375rem;
}
| |
Set template box font size in pt rather than px | /*
* Wegas
* http://wegas.albasim.ch
*
* Copyright (c) 2013 School of Business and Engineering Vaud, Comem
* Licensed under the MIT License
*/
.wegas-template-box-value {
font-size: 8px
}
.wegas-template-box-unit {
width:5px;
height:10px;
background:steelblue;
border:1px solid gray;
float:... | /*
* Wegas
* http://wegas.albasim.ch
*
* Copyright (c) 2013 School of Business and Engineering Vaud, Comem
* Licensed under the MIT License
*/
.wegas-template-box-value {
font-size: 7pt;}
.wegas-template-box-unit {
width:5px;
height:10px;
background:steelblue;
border:1px solid gray;
float:... |
Fix textarea size in Firefox | /* firefox puts scrollbars within padded area and shifts horizontally 1 pixel */
.haystack_backdrop_wrap div
{
margin: 7px;
width: 576px;
height: 150px;
}
.haystack_backdrop_wrap pre
{
padding: 0px 1px;
}
| /* firefox puts scrollbars within padded area and shifts horizontally 1 pixel */
.haystack_backdrop_wrap div
{
margin: 7px;
width: 582px;
height: 200px;
}
.haystack_backdrop_wrap pre
{
padding: 0px 1px;
}
|
Add fixture for remote testing. | body {
font-family: Arial;
}
h1 {
color: blue;
}
.headline {
font-size: 24px;
}
td {
padding: 5px;
}
| |
Use translate3d instead of translateY | @import '@teamleader/ui-colors';
@import '@teamleader/ui-typography';
@import '@teamleader/ui-utilities';
.link {
composes: reset-font-smoothing;
cursor: pointer;
background: transparent;
border: 0;
font-size: 100%;
padding: 0;
svg {
transform: translateY(-2px);
}
* + svg,
svg + * {
margi... | @import '@teamleader/ui-colors';
@import '@teamleader/ui-typography';
@import '@teamleader/ui-utilities';
.link {
composes: reset-font-smoothing;
cursor: pointer;
background: transparent;
border: 0;
font-size: 100%;
padding: 0;
svg {
transform: translate3d(0, -2px, 0);
}
* + svg,
svg + * {
... |
Increase opaticy for active Atom panes | /*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed.
*/
/*
* De-emphasize inactive panes, in order to make it easy to quickly see which
* pane is active.
*
* Credit: http://discuss.atom.io/t/how-to-know-which-pane-is-focused/10577/2
*/
.pa... | /*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed.
*/
/*
* De-emphasize inactive panes, in order to make it easy to quickly see which
* pane is active.
*
* Credit: http://discuss.atom.io/t/how-to-know-which-pane-is-focused/10577/2
*/
.pa... |
Fix an issue where the sample font text would display outside its containing div. Also fix a margin issue. | #font-settings > section > .font-input-div {
-webkit-margin-end: 5em;
}
.font-input-div > div > select {
margin-bottom: 10px;
}
.font-input-div > div > .font-input {
width: 12em;
}
#font-settings > section > .font-sample-div {
position: absolute;
}
.font-settings-huge {
float: right;
}
| #font-settings > section > .font-input-div {
-webkit-margin-end: 4em;
}
.font-input-div > div > select {
margin-bottom: 10px;
}
.font-input-div > div > .font-input {
width: 12em;
}
#font-settings > section > .font-sample-div {
height: 90px;
overflow: hidden;
position: absolute;
}
.font-settings-huge {
... |
Remove IE6 (!) specific styling (I suppose) | .kwf-about h1, .kwf-about p {
padding: 10px;
}
.kwf-about h1 { margin-bottom: 5px; }
.kwf-about .footer {
position: absolute;
z-index: 0px;
width: 314px; _width: 334px;
bottom: 1px; left: 1px;
_bottom: 0px; _left: 0px;
border-top: 2px solid #a9bfd4;
padding: 10px;
font-size: 11px;
... | .kwf-about h1, .kwf-about p {
padding: 10px;
}
.kwf-about h1 { margin-bottom: 5px; }
.kwf-about .footer {
position: absolute;
z-index: 0px;
width: 314px;
bottom: 1px; left: 1px;
border-top: 2px solid #a9bfd4;
padding: 10px;
font-size: 11px;
background: url(/assets/kwf/images/welcome... |
Allow elements to be seen outside of container's bounds (e.g a dropdown menu) | .boxel-card-container {
position: relative;
background-color: var(--boxel-light);
border-radius: var(--boxel-border-radius);
overflow: hidden;
transition:
max-width var(--boxel-transition),
border-radius var(--boxel-transition),
box-shadow var(--boxel-transition);
}
.boxel-card-container--boundar... | .boxel-card-container {
position: relative;
background-color: var(--boxel-light);
border-radius: var(--boxel-border-radius);
transition:
max-width var(--boxel-transition),
border-radius var(--boxel-transition),
box-shadow var(--boxel-transition);
}
.boxel-card-container > *:first-child {
border-t... |
Revert "- support for bootstrap" | .insertftb {
overflow: hidden;
}
.insertftb, ul.ftb, ul.ftb li ul, li.ftb {
width: 275px;
height: 100px;
margin: 0;
padding: 0;
list-style-type: none;
}
li.ftb {
padding-right: 25px;
float: left;
padding-bottom: 25px;
}
| |
Use monospace font for the edit field | svg.railroad-diagram {
background-color: hsl(30,20%,95%);
}
svg.railroad-diagram path {
stroke-width: 3;
stroke: black;
fill: rgba(0,0,0,0);
}
svg.railroad-diagram text {
font: bold 14px monospace;
text-anchor: middle;
}
svg.railroad-diagram text.label {
text-anchor: start;
}
svg.railroad-diagram text.com... | svg.railroad-diagram {
background-color: hsl(30,20%,95%);
}
svg.railroad-diagram path {
stroke-width: 3;
stroke: black;
fill: rgba(0,0,0,0);
}
svg.railroad-diagram text {
font: bold 14px monospace;
text-anchor: middle;
}
svg.railroad-diagram text.label {
text-anchor: start;
}
svg.railroad-diagram text.com... |
Add rule for right side container | body {
background-color: #F9F5FC;
}
.container {
background-color: #F1EEFA;
border: 0.5em solid #AAF;
box-shadow: 0.25em 0.25em 0.25em #444;
margin: 0 auto;
padding: 2em;
text-align: center;
width: 60em;
}
#element-description {
border: 1px solid #DDA;
height: 182px;
padding: 12px;
text-align:... | body {
background-color: #F9F5FC;
}
.container {
background-color: #F1EEFA;
border: 0.5em solid #AAF;
box-shadow: 0.25em 0.25em 0.25em #444;
margin: 0 auto;
padding: 2em;
text-align: center;
width: 60em;
}
#right-container {
display: inline-block;
vertical-align: top;
}
#element-description {
bo... |
Initialize only with responsive support | /*
=require purecss/base
=require purecss/buttons
=require purecss/forms-nr
=require purecss/forms
=require purecss/grids-nr
=require purecss/grids
=require purecss/menus-nr
=require purecss/menus
=require purecss/tables
*/
| /*
=require purecss/base
=require purecss/buttons
=require purecss/forms
=require purecss/grids
=require purecss/menus
=require purecss/tables
*/
|
Apply hint for the CSS task | body {
background-color: grey;
font-family: sans-serif;
height: 90%;
}
h1 {
color: white;
background-color: green;
padding: 10px;
}
#wrapper {
background-color: lightgrey;
}
#left {
width: 180px;
float: left;
margin: 0;
padding: 10px;
}
#left > h2 {
margin-top: 0;
}
... | body {
background-color: grey;
font-family: sans-serif;
height: 90%;
}
h1 {
color: white;
background-color: green;
padding: 10px;
}
#wrapper {
background-color: lightgrey;
}
#left {
width: 180px;
float: left;
margin: 0;
padding: 10px;
}
#left > h2 {
margin-top: 0;
}
... |
Remove unnecessary z-index declaration, as it causes vote counter to cut through modal overlay | :global(.increment-enter) {
display: none;
&:first-of-type {
display: block;
}
transform: translate3d(0, 2.5rem, 0);
}
:global(.increment-enter.increment-enter-active) {
transform: translate3d(0, 0, 0);
transition: transform 250ms ease;
}
:global(.increment-leave) {
position: absolute;
transform... | :global(.increment-enter) {
display: none;
&:first-of-type {
display: block;
}
transform: translate3d(0, 2.5rem, 0);
}
:global(.increment-enter.increment-enter-active) {
transform: translate3d(0, 0, 0);
transition: transform 250ms ease;
}
:global(.increment-leave) {
position: absolute;
transform... |
Use the predefined animation duration | @import '@teamleader/ui-colors';
.loading-bar {
width: 100%;
height: 3px;
background-color: var(--color-mint-lightest);
overflow: hidden;
&-indicator {
fill: var(--color-mint);
animation: slideOut 2s ease infinite;
}
}
@keyframes slideOut {
from {
transform: translateX(0);
}
to {
... | @import '@teamleader/ui-animations';
@import '@teamleader/ui-colors';
.loading-bar {
width: 100%;
height: 3px;
background-color: var(--color-mint-lightest);
overflow: hidden;
&-indicator {
fill: var(--color-mint);
animation: slideOut calc(var(--animation-duration) * 5) ease infinite;
}
}
@keyfr... |
Reduce padding of example output | .exampleOutput {
display: flex;
border: 1px solid rgb(224, 224, 224);
padding: 3rem;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.codeBlock pre {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.example-grid-content {
background: rgb(224, 224, 224);
display: flex;... | .exampleOutput {
display: flex;
border: 1px solid rgb(224, 224, 224);
padding: 2rem;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
}
.codeBlock pre {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.example-grid-content {
background: rgb(224, 224, 224);
display: flex;... |
Fix wordpress nag "Please fix the Template header." | /*
Theme Name: wyvern
Theme URI: http:/in.sane.ninja
Description: Vue 2 based WP theme
Author: sane
Author URI: http:/in.sane.ninja
Template: wyvern
Version: 0.1.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Tags: light, rest, api, javascript
Text Domain... | /*
Theme Name: wyvern
Theme URI: http:/in.sane.ninja
Description: Vue 2 based WP theme
Author: sane
Author URI: http:/in.sane.ninja
Version: 0.1.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Tags: light, rest, api, javascript
Text Domain: wyvern
*/
|
Make forum type a bit bigger | /*
Theme Name: Harp Column Child
Theme URI: http://example.com/smartmag-child/
Description: SmartMag Child Theme for Harp Column
Author: Hugh Brock
Author URI: http://example.com
Template: smart-mag
Version: 1.0.0
*/
@import url("../smart-mag/style.css");
/* =Theme customization starts h... | /*
Theme Name: Harp Column Child
Theme URI: http://example.com/smartmag-child/
Description: SmartMag Child Theme for Harp Column
Author: Hugh Brock
Author URI: http://example.com
Template: smart-mag
Version: 1.0.0
*/
@import url("../smart-mag/style.css");
/* =Theme customization starts h... |
Make textareas for source use monospace font | .footer {
margin-top: 45px;
padding: 35px 0 36px;
border-top: 1px solid #e5e5e5;
}
.footer p {
margin-bottom: 0;
color: #555;
}
body {
padding-top: 55px; /* Hidden behind navbar-fixed-top */
}
.navbar .brand { /* brand logo vertically centered */
padding-top: 10px;
padding-bottom: 11px;
}
.label { /* Fix la... | .footer {
margin-top: 45px;
padding: 35px 0 36px;
border-top: 1px solid #e5e5e5;
}
.footer p {
margin-bottom: 0;
color: #555;
}
body {
padding-top: 55px; /* Hidden behind navbar-fixed-top */
}
.navbar .brand { /* brand logo vertically centered */
padding-top: 10px;
padding-bottom: 11px;
}
.label { /* Fix la... |
Add margin and float right | .sponsor-logo {
width: 200px;
float: left;
} | .sponsor-logo {
margin-right: 10px;
width: 200px;
float: left;
} |
Use protocol-relative URL for Google Fonts | @import url('https://fonts.googleapis.com/css?family=Roboto:400,300,500');
body {
margin: 0;
font-family: Roboto, sans-serif;
}
.heading {
color: #261094;
text-align: center;
}
| @import url('//fonts.googleapis.com/css?family=Roboto:400,300,500');
body {
margin: 0;
font-family: Roboto, sans-serif;
}
.heading {
color: #261094;
text-align: center;
}
|
Update with CSS - need to fix list setup and hr tag |
body {
color: #000080;
}
a {
color: #800080;
}
a:visited {
color: #ff0000;
}
html {
background-color: #ffffff;
}
.left-column {
position: relative;
display: block;
left: 5%;
width: 40%;
}
.right-column {
position: relative;
display: block;
left: 55%;
width: 40%;
}
.geico {
position: re... | |
Fix Image in Popup Using New Chrome ID | body{
width:200px;
height:150px;
background-image:url('chrome-extension://cednndladeaobomjhaoiahnpjiiamkhj/intro-bg.png');
}
h1,
h2,
h3,
h4,
h5,
h6{
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #FFF;
}
#pair_login{
margin-bottom: 25%
}
.btn-circle {
width: 70px;
height: 7... | body{
width:200px;
height:150px;
background-image:url('chrome-extension://oodeamamgpaimpfceocholnhappfdbkk/intro-bg.png');
}
h1,
h2,
h3,
h4,
h5,
h6{
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
color: #FFF;
}
#pair_login{
margin-bottom: 25%
}
.btn-circle {
width: 70px;
height: 7... |
Set a max-width on the password manager overlay. | /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
#password-manager > div.content-area {
min-width: 500px;
}
#password-search-column {
bottom: 10px;
position: absolute;
right: 0;
}
html[d... | /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#password-manager {
max-width: 1000px;
}
#password-manager > div.content-area {
min-width: 500px;
}
#password-search-column {
bottom: 10px... |
Remove demo animated paragraph margins. | body {
padding-bottom: 300px;
}
.page-head {
max-width: 780px;
font-size: 16px;
}
h1 {
margin-bottom: 16px;
}
h3 {
margin-top: 50px;
}
.examples > p {
margin-bottom: 20px;
}
| body {
padding-bottom: 300px;
}
.page-head {
max-width: 780px;
font-size: 16px;
}
h1 {
margin-bottom: 16px;
}
h3 {
margin-top: 50px;
}
p {
margin-bottom: 0;
}
.examples > p {
margin-bottom: 20px;
}
|
Add visual border to images | /* Figures */
figure {
display: block;
margin: 0;
position: relative;
&.easywyg-pull-left {
float: left;
margin: 0 1em 0 0;
}
&.easywyg-pull-center {
float: none;
text-align: center;
overflow: hidden;
margin: 1em 0;
img { display: inline-block; }
}
&.easywyg-pull-right ... | /* Figures */
figure {
display: block;
margin: 0;
position: relative;
&.easywyg-pull-left {
float: left;
margin: 0 1em 0 0;
}
&.easywyg-pull-center {
float: none;
text-align: center;
overflow: hidden;
margin: 1em 0;
img { display: inline-block; }
}
&.easywyg-pull-right ... |
Stop 'Hide Events' link from scrolling along | /* CSS almost completely taken from T-M at www.moronic-works.co.uk with same adaptions and additions*/
tr:nth-child(odd)
{
background: #EEE;
}
tr:nth-child(even)
{
background: #DDD;
}
td
{
max-width: 900px;
}
.log
{
border-collapse: collapse;
font-family: monospace;
font-size: 14px;
}
.user
{
font-weight: bold;... | /* CSS almost completely taken from T-M at www.moronic-works.co.uk with same adaptions and additions*/
tr:nth-child(odd)
{
background: #EEE;
}
tr:nth-child(even)
{
background: #DDD;
}
td
{
max-width: 900px;
}
.log
{
border-collapse: collapse;
font-family: monospace;
font-size: 14px;
}
.user
{
font-weight: bold;... |
Expand allowed width of docs | div[class^="highlight"] a {
background-color: #E6E6E6;
}
div[class^="highlight"] a:hover {
background-color: #ABECFC;
}
| div[class^="highlight"] a {
background-color: #E6E6E6;
}
div[class^="highlight"] a:hover {
background-color: #ABECFC;
}
.wy-nav-content {
max-width: 100%
}
|
Align numbers to the right | body { background-color: AliceBlue; color: DarkBlue; }
h1 { text-align: center; font-variant: small-caps; }
h3 { color: black; }
td { padding-left: 10px; padding-right: 10px; }
tbody>tr:nth-child(even) { background-color: MintCream; }
tbody>tr:nth-child(odd) { background-color: Ivory; }
.info { float: right; clear: r... | body { background-color: AliceBlue; color: DarkBlue; }
h1 { text-align: center; font-variant: small-caps; }
h3 { color: black; }
td { padding-left: 10px; padding-right: 10px; }
td:nth-of-type(n+2) { text-align: right; }
tbody>tr:nth-child(even) { background-color: MintCream; }
tbody>tr:nth-child(odd) { background-colo... |
Remove transition delay on ALL VOTES IN fade-in | @import '../../../css/colors.css';
.wrapper {
/* Override hyper-specific Semantic UI styles*/
padding-bottom: 0 !important;
&::before { content: "" !important; }
.picture {
--sidePadding: 0.4rem;
height: calc(var(--sidePadding) * 9);
padding-left: var(--sidePadding);
padding-right: var(--sideP... | @import '../../../css/colors.css';
.wrapper {
/* Override hyper-specific Semantic UI styles*/
padding-bottom: 0 !important;
&::before { content: "" !important; }
.picture {
--sidePadding: 0.4rem;
height: calc(var(--sidePadding) * 9);
padding-left: var(--sidePadding);
padding-right: var(--sideP... |
Fix fill color for iOS. | circle {
fill: rgba(31, 119, 180, .25);
stroke: rgb(31, 119, 180);
stroke-width: 1px;
}
.leaf circle {
fill: #ff7f0e;
}
text {
font-size: .7em;
font-family: sans-serif;
}
| circle {
fill: rgb(31, 119, 180);
fill-opacity: .25;
stroke: rgb(31, 119, 180);
stroke-width: 1px;
}
.leaf circle {
fill: #ff7f0e;
fill-opacity: 1;
}
text {
font: 10px sans-serif;
}
|
Optimize box drawing a bit | .box {
white-space: nowrap;
position: relative;
}
.box-drawing {
display: block;
position: absolute;
display: inline-block;
font-family: monospace;
font-size: 25px;
font-weight: normal;
top: -.07em;
}
.box-drawing i {
display: inline-block;
font-style: normal;
width: 30... | .box {
white-space: nowrap;
position: relative;
margin: -8px;
}
.box-drawing {
display: block;
position: absolute;
display: inline-block;
font-family: monospace;
font-size: 28px;
line-height: 1.2;
font-weight: normal;
}
.box-drawing i {
display: inline-block;
font-style... |
Modify background to use a nice gradient | body {
margin: 0;
padding: 0;
font-family: 'Exo 2', sans-serif;
background-color: #21022c;
color: #fff;
}
| html {
min-height: 100%;
}
body {
margin: 0;
padding: 0;
font-family: 'Exo 2', sans-serif;
background-color: #21022c;
background: radial-gradient(circle, #21022c 60%, #000);
color: #fff;
}
|
Make `url` of of `active` tab more readable. | @charset 'UTF-8';
body {
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(238, 238, 238)), color-stop(1, rgb(248, 248, 248)));
}
.navbar-search {
width: 500px;
}
.favicon {
max-width: 16px;
margin-right: 5px;
float: left;
}
.title {
/*width: 437px;*/
width: 458px;
text-ove... | @charset 'UTF-8';
body {
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(238, 238, 238)), color-stop(1, rgb(248, 248, 248)));
}
.navbar-search {
width: 500px;
}
.favicon {
max-width: 16px;
margin-right: 5px;
float: left;
}
.title {
width: 458px;
text-overflow: ellipsis;
o... |
Make text in the analysis area selectable. | /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
.timeline-analysis {
-webkit-user-select: text;
font-family: monospace;
white-space: pre;
}
.timeline-slice {
border-spacing: 4px ... | /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
.timeline-analysis {
font-family: monospace;
white-space: pre;
}
.timeline-analysis * {
-webkit-user-select: text !important;
}
.timeli... |
Add missing CSS file for ProjectMap | .project-map .ol-control {
position: absolute;
box-shadow: 0 1px 5px rgba(0,0,0,0.65);
border-radius: 4px;
}
.project-map .ol-hidden {
display: none;
}
.project-map .ol-control button {
display: block;
background-color: #fff;
border: 0;
border-bottom: 1px solid #ccc;
width: 26px;
... | |
Fix logo size in docs. | h1, nav, footer { font-family: sans-serif; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
h2 { font-size: 1.25rem; }
h3 { font-size: 1.12rem; }
ul li { list-style-type: circle; }
pre, table, ol, dl { margin-left: 2rem; }
li { margin: 0; }
th, td { text-align: left; vertical-align: top; }
body ... | h1, nav, footer { font-family: sans-serif; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
h2 { font-size: 1.25rem; }
h3 { font-size: 1.12rem; }
ul li { list-style-type: circle; }
pre, table, ol, dl { margin-left: 2rem; }
li { margin: 0; }
th, td { text-align: left; vertical-align: top; }
body ... |
Disable underline on panel heading links. | .body {
background-color: #E6E6E6;
}
.jumbotron {
background-color: #3C029A;
color: #FFFFFF;
margin-bottom: 0;
padding-bottom: 0px;
}
.navbar-default {
background-color: #3C029A;
background-image: none;
border: none;
border-radius: 0px;
box-shadow: none;
}
.navbar-collapse {
border: none;
bo... | .body {
background-color: #E6E6E6;
}
.jumbotron {
background-color: #3C029A;
color: #FFFFFF;
margin-bottom: 0;
padding-bottom: 0px;
}
.navbar-default {
background-color: #3C029A;
background-image: none;
border: none;
border-radius: 0px;
box-shadow: none;
}
.navbar-collapse {
border: none;
bo... |
Fix some css issues now that we are using the toc plugin | /* Custom CSS for Documentation */
.userinput {
font-weight:bold;
}
.replaceable {
font-style: italic;
}
pre code.userinput {
font-size: inherit !important;
overflow-x: scroll;
}
section.normal p,
section.normal li {
text-align: justify;
}
.book .book-body .page-wrapper .page-in... | /* Custom CSS for Documentation */
.userinput {
font-weight:bold;
}
.replaceable {
font-style: italic;
}
pre code.userinput {
font-size: inherit !important;
overflow-x: scroll;
}
section.normal p,
section.normal li {
text-align: justify;
}
.book .book-body .page-wrapper .page-in... |
Remove box shadow from images | /* =Reveal.js
-------------------------------------------------------------- */
body.reveal {
text-align: center;
}
.reveal h1, .branding h1 {
font-size: 2em;
padding-bottom: .5em;
line-height: 1em;
}
.reveal h2 {
line-height: 1.5em;
}
.reveal ul li {
padding: 2px;
line-... | /* =Reveal.js
-------------------------------------------------------------- */
body.reveal {
text-align: center;
}
.reveal h1, .branding h1 {
font-size: 2em;
padding-bottom: .5em;
line-height: 1em;
}
.reveal h2 {
line-height: 1.5em;
}
.reveal ul li {
padding: 2px;
line-... |
Change .page-header border botton style | .thumbnail{
margin-top: 20px;
}
.thumbnail img{
width: 350px;
height: 250px;
overflow: hidden;
}
.page-header img{
max-height: 80px;
float: left;
} | .thumbnail{
margin-top: 20px;
}
.thumbnail img{
width: 350px;
height: 250px;
overflow: hidden;
}
.page-header {
border-bottom: medium solid #7d97ad;
}
.page-header img{
max-height: 80px;
float: left;
} |
Hide scrollbars, ensure content fits | body {
display: flex;
flex-direction: column;
}
.content {
flex: 1 0 auto;
margin: 8px;
}
| body {
width: max-content;
}
.content {
margin: 8px;
overflow-y: hidden;
overflow-x: hidden;
}
|
Add the style that goes with the javascript | #comments {
float: right;
position: relative;
clear: right;
max-width: calc(var(--watch-sidebar-width) - 2em);
padding-left: 0px;
height: 75vh;
overflow-y: scroll;
}
#related {
height: 15vh;
overflow-y: scroll;
} | |
Add box-shadow to webpage hero button | /* Website specific styles */
main {
display: block;
margin-bottom: 15px;
min-height: 100vh;
}
/* Remove border added by code-prettify */
pre {
border: 0 !important;
}
nav .github-icon {
height: 24px;
margin-right: 5px;
vertical-align: middle;
}
| /* Website specific styles */
main {
display: block;
margin-bottom: 15px;
min-height: 100vh;
}
/* Remove border added by code-prettify */
pre {
border: 0 !important;
}
nav .github-icon {
height: 24px;
margin-right: 5px;
vertical-align: middle;
}
.ion-hero .hero-btn {
box-shadow: 0 ... |
Use relative width for wrapper. Don't stretch table | body {
font-family: sans-serif
}
#wrapper {
width: 960px;
margin: auto;
}
#breadcrumb {
margin: 10px 0;
}
table {
width: 100%;
}
th {
text-align: left;
}
.dir-name {
width:80%;
}
.dir-size {
width:20%;
} | body {
font-family: sans-serif
}
#wrapper {
width: 90%;
margin: auto;
}
#breadcrumb {
margin: 10px 0;
}
table {
width: auto;
}
th {
text-align: left;
}
.dir-size {
padding-left:15px;
} |
Set link color to black | @font-face {
font-family: 'Droid-Sans';
src: url('/fonts/droid-sans.ttf');
}
h1 { font-size: 2rem }
h2 { font-size: 1.5rem }
h3 { font-size: 1.25rem }
h4 { font-size: 1rem }
h5 { font-size: .875rem }
h6 { font-size: .75rem }
body { font-family: 'Droid-Sans'; }
a {
color: #777;
text-decoration:none;
}
a:hove... | @font-face {
font-family: 'Droid-Sans';
src: url('/fonts/droid-sans.ttf');
}
h1 { font-size: 2rem }
h2 { font-size: 1.5rem }
h3 { font-size: 1.25rem }
h4 { font-size: 1rem }
h5 { font-size: .875rem }
h6 { font-size: .75rem }
body { font-family: 'Droid-Sans'; }
a {
color: var(--black);
text-decoration: none;
... |
Make all elements use sensible box model | html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
de... | *,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,... |
Fix centering of the challenge input field | .totp-form {
margin: 16px auto 1px !important;
}
.totp-form > input, .totp-form > button {
padding: 10px;
margin: 0px 0px 5px 0px;
}
.totp-form > input[type="tel"] {
width: 260px;
}
.totp-form > button[type="submit"] {
width: 280px;
border-radius: 3px;
font-size: 20px;
}
.confirm-inline {
position: absolute;
... | .totp-form {
margin: 16px auto 1px !important;
}
.totp-form > input, .totp-form > button {
padding: 10px;
margin: 0px 0px 5px 0px;
}
.totp-form > input[type="tel"] {
width: 260px;
margin: 0px 0px 5px 0px;
}
.totp-form > button[type="submit"] {
width: 280px;
border-radius: 3px;
font-size: 20px;
}
.confirm-inlin... |
Add margin between .title and .body | html {
font-size: 62.5%;
}
html, body, .app {
height: 100%;
}
.title {
font-size: 3.0rem;
}
.app {
width: 100%;
padding: 8px;
box-sizing: border-box;
}
.body {
height: 70%;
}
.source, .destination {
display: inline-block;
width: 50%;
height: 100%;
box-sizing: border-box;
}
.source {
float: left... | html {
font-size: 62.5%;
}
html, body, .app {
height: 100%;
}
.title {
font-size: 3.0rem;
}
.app {
width: 100%;
padding: 8px;
box-sizing: border-box;
}
.body {
height: 70%;
margin-top: 10px;
}
.source, .destination {
display: inline-block;
width: 50%;
height: 100%;
box-sizing: border-box;
}
.so... |
Update canvas styling for new centering function | body {
background-color: #336;
position: relative;
text-align: center;
}
canvas {
background-color: rgba(0, 0, 0, 0);
border: 4px solid #FF4;
border-radius: 12px;
left: 40vw;
margin: 3em;
padding: 8px 0;
position: absolute;
}
input {
max-width: 80%;
}
#board {
background-color: #000;
z-index:... | body {
background-color: #336;
position: relative;
text-align: center;
}
canvas {
background-color: rgba(0, 0, 0, 0);
border: 4px solid #FF4;
border-radius: 12px;
margin: 3em 0;
padding: 8px 0;
position: absolute;
}
input {
max-width: 80%;
}
#board {
background-color: #000;
z-index: 0;
}
#pelle... |
Update box-sizing for more flexibility | /**
* Base
*
* These are top-level styles for things like the <body>. Properties like
* box-sizing, body background/font-family and more.
*/
* {
box-sizing: border-box;
}
img {
max-width: 100%;
}
| /**
* Base
*
* These are top-level styles for things like the <body>. Properties like
* box-sizing, body background/font-family and more.
*/
html {
box-sizing: border-box;
}
*,
::after,
::before {
box-sizing: inherit;
}
img {
max-width: 100%;
}
|
Improve CSS selector for pointer-events | .cs-field-overlay .overlay-label,
.cs-content-overlay .overlay-label {
font-size: 10px;
text-transform: uppercase;
background-color: var(--deep-tools-highlight);
}
.cs-field-overlay .overlay-border,
.cs-content-overlay .overlay-border {
border-color: var(--deep-tools-highlight);
background-color: var(--faded... | .cs-field-overlay .overlay-label,
.cs-content-overlay .overlay-label {
font-size: 10px;
text-transform: uppercase;
background-color: var(--deep-tools-highlight);
}
.cs-field-overlay .overlay-border,
.cs-content-overlay .overlay-border {
border-color: var(--deep-tools-highlight);
background-color: var(--faded... |
Load vt100 styles before everython to allow custom colors | /*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path... | /*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path... |
Use class names to allow / forbid drag&drop | .internal {
display: inline-block;
background-color: orange;
color: white;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
padding-bottom: 2px;
margin-right: 4px;
border-radius: 4px;
}
ul.items {
margin: 0;
}
ul.items span {
font-weight: bold;
margin-right: 4px... | .internal {
display: inline-block;
background-color: orange;
color: white;
padding-left: 4px;
padding-right: 4px;
padding-top: 2px;
padding-bottom: 2px;
margin-right: 4px;
border-radius: 4px;
}
ul.items {
margin: 0;
}
ul.items span {
font-weight: bold;
margin-right: 4px... |
Make the master CSS file comparable | /* This is the original CSS, as applied to the pavpanchekha-com benchmark */
html { background-color: #f1f1f1;}
body { font-size: 18px; line-height: 1.333; text-rendering: optimizeLegibility; font-family: 'PT Serif', serif;}
pre { font-family: 'Open Sans Light', 'Inconsolata', 'Deja Vu Sans Mono', monospace; font-weig... | /* This is the original CSS, as applied to the pavpanchekha-com benchmark */
html { background-color: #f1f1f1;}
body { font-size: 18px; line-height: 1.333; text-rendering: optimizeLegibility; font-family: 'PT Serif', serif;}
pre { font-family: 'Open Sans Light', 'Inconsolata', 'Deja Vu Sans Mono', monospace; font-weig... |
Set width of hidden-panel to 99% | #web-debug-toolbar {
position:absolute;
top:0px;
right:0px;
width:100%;
margin:3px;
}
#web-debug-toolbar a {
color:#000;
text-decoration:none;
}
#web-debug-toolbar a:visited {
color:#000;
}
#web-debug-toolbar a:hover {
color:#fff;
background-color:#000;
}
#web-debug-toolbar .panel, #web-debug-toolbar .hidd... | #web-debug-toolbar {
position:absolute;
top:0px;
right:0px;
width:100%;
margin:3px;
}
#web-debug-toolbar a {
color:#000;
text-decoration:none;
}
#web-debug-toolbar a:visited {
color:#000;
}
#web-debug-toolbar a:hover {
color:#fff;
background-color:#000;
}
#web-debug-toolbar .panel, #web-debug-toolbar .hidd... |
Update layout of video controller | body {
margin: 0;
}
.mainContainer {
width: 100%;
height: 100vh;
}
.joystick {
text-align: center;
position: relative;
}
.moveJoystick {
background-color: lightblue;
}
.rotationJoystick {
background-color: lightcoral;
}
@media screen and (orientation:landscape) {
.moveJoystick {
... | body {
margin: 0;
}
.mainContainer {
width: 100%;
height: 100vh;
}
.joystick {
text-align: center;
position: relative;
}
.moveJoystick {
background-color: lightblue;
}
.rotationJoystick {
background-color: lightcoral;
}
@media screen and (orientation:landscape) {
.moveJoystick {
... |
Add custom style for our app | @CHARSET "UTF-8";
/*!
* reactive-web-app
* Changes to the original bootswatch "superhero"
*/
.panel {
margin-bottom: 21px;
background-color: #FFF;
border: 1px solid transparent;
border-radius: 5px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body ... | |
Add line-height to <li> too | .dir_title,
.file_title {
border-bottom: 1px solid black;
display: inline-block;
}
.admin_panel {
display: inline-block;
}
.error {
padding: 5px;
color: red;
}
nav {
padding: 5px;
}
.grey {
color: #777;
}
.item_list {
width: 100%;
list-style: none;
padding: 0;
}
.item_list li... | .dir_title,
.file_title {
border-bottom: 1px solid black;
display: inline-block;
}
.admin_panel {
display: inline-block;
}
.error {
padding: 5px;
color: red;
}
nav {
padding: 5px;
}
.grey {
color: #777;
}
.item_list {
width: 100%;
list-style: none;
padding: 0;
}
.item_list li... |
Fix wrap on view source | /*
Copyright 2015, 2016 OpenMarket Ltd
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 writing, sof... | /*
Copyright 2015, 2016 OpenMarket Ltd
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 writing, sof... |
Fix right margin of Box 1 from leftbottom template | #boxes {
display: table;
width: 100%;
}
.box-1 {
margin: 0 0 0 200px;
}
.box-1 .blocks {
width: 100%;
float: left;
}
.box-2 {
position: relative;
float: left;
width: 190px;
}
.box-3 {
position: relative;
display: table-footer-group;
width: 100%;
}
#profile-activity ul,
#profile-network ul,
#p... | #boxes {
display: table;
width: 100%;
}
.box-1 {
margin: 0 0 0 240px;
}
.box-1 .blocks {
width: 100%;
float: left;
}
.box-2 {
position: relative;
float: left;
width: 190px;
}
.box-3 {
position: relative;
display: table-footer-group;
width: 100%;
}
#profile-activity ul,
#profile-network ul,
#p... |
Change url of background image | /*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative p... | /*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative p... |
Increase thickness of hr bar | html {
background-color: white;
color: black;
}
body {
font-family: Helvetica;
color: black;}
header {
background: white;
color: black;
}
nav ul {
display: inline-block
float: right;
padding: 60px;
margin: 0;
}
nav li {
display: inline-block;
color: black;
float: right;
padding: 20px;
margin: 0;
}
.ce... | html {
background-color: white;
color: black;
}
body {
font-family: Helvetica;
color: black;}
header {
background: white;
color: black;
}
nav ul {
display: inline-block
float: right;
padding: 60px;
margin: 0;
}
nav li {
display: inline-block;
color: black;
float: right;
padding: 20px;
margin: 0;
}
.ce... |
Change selected bar color to red | .bar rect {
fill: #7986CB;
shape-rendering: crispEdges;
}
.bar.selected rect {
fill: #3F51B5;
}
.axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.dot circle {
fill: #2b8cbe;
}
.line {
fill: none;
stroke: #a6bddb;
stroke-width: 3;
shape-rendering: crispEdges;
}... | .bar rect {
fill: #7986CB;
shape-rendering: crispEdges;
}
.bar.selected rect {
fill: #FF3300;
}
.axis path, .axis line {
fill: none;
stroke: #000;
shape-rendering: crispEdges;
}
.dot circle {
fill: #2b8cbe;
}
.line {
fill: none;
stroke: #a6bddb;
stroke-width: 3;
shape-rendering: crispEdges;
}... |
Add css for the blinking cursor | .react-rotating-text-cursor {
animation: blinking-cursor 0.8s cubic-bezier(0.68, 0.01, 0.01, 0.99) 0s infinite;
}
@-moz-keyframes blinking-cursor {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes blinking-cursor {
0% {
op... | |
Add missing CSS file for win-metro LI | .win-metro-loading-indicator {
width: 100%;
position: relative;
height: 4px;
overflow: hidden;
}
.win-metro-loading-indicator .tick {
border: 2px solid #ff0;
position: absolute;
left: 0px;
width: 0px;
animation: win-metro-li-tick-iteration 3s infinite cubic-bezier(0.350, 1.000, 0.65... | |
Remove red border from canvas | canvas#canvas
{
border: 1px dotted #f06;
margin-left: 100px;
}
div#output
{
width: 250px;
height: 150px;
float: left;
overflow-x: hidden;
overflow-y: auto;
background-color: #000;
color: #fff;
}
| canvas#canvas
{
border: none;
margin-left: 100px;
}
div#output
{
width: 250px;
height: 150px;
float: left;
overflow-x: hidden;
overflow-y: auto;
background-color: #000;
color: #fff;
}
|
Make boxes not fill space | html, body {
height: 100%;
}
body, .box {
display: flex;
flex: 1;
align-items: stretch;
flex-flow: column;
padding: 6px;
}
.box-title {
font-weight: bold;
font-size: 2em;
flex: none;
}
.box-children {
flex: 1;
display: flex;
flex-flow: column;
}
.new-child {
flex: none;
}
| html, body {
height: 100%;
}
body, .box {
display: flex;
align-items: stretch;
flex-flow: column;
padding: 6px;
}
.box-title {
font-weight: bold;
font-size: 2em;
flex: none;
}
.box-children {
flex: 1;
display: flex;
flex-flow: column;
}
.new-child {
flex: none;
}
|
Revert "Revert "Revert "Revert "Revert "Revert "Revert "Revert "Remove selected canvas element effect CSS."""""""" | .selected-canvas-element {
box-shadow: 0 0 16px black;
background: rgba(255, 255, 255, 0.5);
} | .selected-canvas-element {
/* TODO: Add a proper selected canvas element effect. */
}
|
Fix a bug to show an image for a big canvases | @charset "utf-8";
@import "../bases/color";
.paint {
background-color: #eeeeee;
border: 1px solid;
color: var(--primaryTextColor);
&__canvasContainer {
background-color: #bbbbbb;
width: 100%;
height: calc(100vh - 80px);
overflow: scroll;
position: relative;
}
&__canvas {
width: 7... | @charset "utf-8";
@import "../bases/color";
.paint {
background-color: #eeeeee;
border: 1px solid;
color: var(--primaryTextColor);
&__canvasContainer {
background-color: #bbbbbb;
width: 100%;
height: calc(100vh - 80px);
overflow: scroll;
position: relative;
}
&__canvas {
width: 7... |
REmove comment for css grid link | /*
* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout
* https://medium.com/@elad/supporting-css-grid-in-internet-explorer-b38669e75d66
* https://www.codementor.io/karaluton/a-beginner-s-guide-to-css-grid-j27g9uqys?utm_swu=7100
*/
header { grid-area: header }
main { grid-area: main }
aside { gri... | /*
* https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout
* https://medium.com/@elad/supporting-css-grid-in-internet-explorer-b38669e75d66
*/
header { grid-area: header }
main { grid-area: main }
aside { grid-area: aside }
footer { grid-area: footer }
body {
display: grid;
grid-template-areas:... |
Fix the style does not work with Firefox 51 | /* [XUL] Change the location bar color for secure sites */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#urlbar[pageproxystate="valid"] #identity-box.verifiedIdentity {
background-color: #efe !important;
}
#urlbar[pageproxystate="valid"] #identity-box.verifiedDomain,
#urlbar[pagepro... | /* [XUL] Change the location bar color for secure sites */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#urlbar[pageproxystate="valid"] #identity-box.verifiedIdentity {
background-color: #efe !important;
}
#urlbar[pageproxystate="valid"] #identity-box.verifiedDomain,
#urlbar[pagepro... |
Fix for layered featherboxes fading (now looks much better) | .featherlight-holder {
position:fixed;
top: 0; right: 0; bottom: 0; left: 0;
z-index: 1;
background: rgba(0, 0, 0, 0.8);
}
.featherlight-holder:empty {
display: none;
}
.featherlight {
opacity: 0;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
-o-transition: o... | |
Make things not terribly ugly | html, body {
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
background: rgba(204, 204, 204, 0.1);
font-family: Open sans, sans-serif;
}
.container {
display: flex;
justify-content: center;
flex-wrap: wrap;
overflow-wrap: break-word;
}
.text {
width: ... | |
Change code font to inconsolatas | /*
*= require_tree .
*= require_self
*/
body {
color: #333;
background-color: #f9f9f9;
font-size: 18px;
}
div.container {
margin: 0 auto;
width: 60%;
}
| /*
*= require_tree .
*= require_self
*/
@import url(https://fonts.googleapis.com/css?family=Inconsolata);
body {
color: #333;
background-color: #f9f9f9;
font-size: 18px;
}
div.container {
margin: 0 auto;
width: 60%;
}
code {
font-family: 'Inconsolata';
font-size: inherit;
}
|
Adjust code font size for contents navigation | html {
scroll-behavior: smooth;
}
div.highlight {
background-color: #f5f5f5;
}
.sig-name, .sig-paren {
font-weight: bold;
}
.md-typeset code {
padding: 0 0.3em;
}
pre.literal-block {
padding: .525rem .6rem;
}
.md-typeset .admonition, .md-typeset .admonition-title {
font-size: 0.64rem
}
@me... | html {
scroll-behavior: smooth;
}
div.highlight {
background-color: #f5f5f5;
}
.sig-name, .sig-paren {
font-weight: bold;
}
.md-typeset code {
padding: 0 0.3em;
}
pre.literal-block {
padding: .525rem .6rem;
}
.md-nav code {
font-size: smaller;
}
.md-typeset .admonition, .md-typeset .admoni... |
Use Person extension to style authors | /**
* Ideally use import as below, but currently encounters build issues,
* and inability to install as NPM package due to missing package version number.
* @import 'eLife-pattern-library/assets/sass/build.scss';
* due to the above issues we import and inline the built CSS file from the web
*/
@import 'https://eli... | /**
* Ideally use import as below, but currently encounters build issues,
* and inability to install as NPM package due to missing package version number.
* @import 'eLife-pattern-library/assets/sass/build.scss';
* due to the above issues we import and inline the built CSS file from the web
*/
@import 'https://eli... |
Tidy up footer with long trademark disclaimer | /*
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 may no... | |
Add a glow to the floor. | .Floor {
background: #44f;
}
.Wall {
background: #006;
box-shadow: inset 0 0 24px #003;
}
.FloorCorruption {
background: #4a4;
}
.WallCorruption {
background: #050;
box-shadow: inset 0 0 24px #030;
}
.StairUp {
background: #44f;
}
.StairUp:after {
content: '<';
}
.StairDown {
b... | .Floor {
background: #44f;
}
.Wall {
background: #006;
box-shadow: inset 0 0 24px #003;
}
.FloorCorruption {
background: #4a4;
z-index: 1;
box-shadow: 0 0 4px #0c0;
}
.WallCorruption {
background: #050;
box-shadow: inset 0 0 24px #030;
}
.StairUp {
background: #44f;
}
.StairUp:a... |
Implement basic styling of 'paraum' theme | /**
* This file should get overwritten if Method 1 is used. If Method 2 is chosen,
* remove this comment and start adding your styles to this file.
*/
| /* @override http://local.paraentender.com/sites/paraentender.com/themes/paraum/css/style.css?na95ok */
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,400italic,600italic|Roboto+Slab);
body,
h1.page-header {
font-family: 'Roboto Slab', serif;
}
div.profile,
div.content {
font-family: ... |
Make hint templates with longer text readable | .CodeMirror-hints {
position: absolute;
z-index: 10;
border : double rgb(212, 208, 200) 3px;
max-height: 200px;
max-width: 400px;
min-width: 400px;
overflow: auto;
background: white;
font-family: Tahoma;
font-size: 12px;
padding: 0px;
}
.CodeMirror-hint {
margin: 0px;
padding: 0px;
border: ... | .CodeMirror-hints {
position: absolute;
z-index: 10;
border : double rgb(212, 208, 200) 3px;
max-height: 200px;
max-width: 400px;
min-width: 400px;
overflow: auto;
background: white;
font-family: Tahoma;
font-size: 12px;
padding: 0px;
}
.CodeMirror-hint {
margin: 0px;
padding: 0px;
border: ... |
Comment out all css written by me. | table.board {
width: 20%;
height: 420px;
boarder-collapse: separate;
background-size: contain;
background-repeat: no-repeat;
text-align: center;
vertical-align: middle;
table-layout: fixed;
}
table, th, td {
border: 1px solid black;
}
td {
width: 55px;
height: 55px;
}
| /* table.board { */
/* width: 20%; */
/* height: 420px; */
/* boarder-collapse: separate; */
/* background-size: contain; */
/* background-repeat: no-repeat; */
/* text-align: center; */
/* vertical-align: middle; */
/* table-layout: fixed; */
/* } */
/* table, th, td { */
/* border:... |
Update style to be conform with the new Dashbord style | .modules-task-DashboardPlannedTasksInfos p{
margin-bottom: 5px;
}
.modules-task-DashboardPlannedTasksInfos table{
width: 100%;
}
.modules-task-DashboardPlannedTasksInfos th{
font-weight: bold;
}
.modules-task-DashboardPlannedTasksInfos td{
padding: 2px 5px;
}
.modules-task-DashboardPlannedTasksInfos tbody tr:nth-ch... | .modules-task-DashboardPlannedTasksInfos p{
margin-bottom: 5px;
}
.modules-task-DashboardPlannedTasksInfos table{
width: 100%;
}
.modules-task-DashboardPlannedTasksInfos th{
font-weight: bold;
}
.modules-task-DashboardPlannedTasksInfos td{
padding: 2px 5px;
}
.modules-task-DashboardPlannedTasksInfos tbody tr:nth-ch... |
Improve the presentation of the toolbar button in icon+text mode | /*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#simplels-button {
list... | /*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#simplels-button {
list... |
Reduce body margin in help. | body {
background-color: #eee;
margin:15pt;
}
h1 {
margin-top:1em;
}
h3 {
margin-top:1.25em;
}
body, p, ol, ul, td {
font-family: sans-serif;
}
div.content {
padding:0pt 15pt 15pt 15pt;
background-color: #fff;
border: 1px solid #bbb;
}
img.logo {
float:left;
margin-top:0.3em;
mar... | body {
background-color: #eee;
margin:10pt;
}
h1 {
margin-top:1em;
}
h3 {
margin-top:1.25em;
}
body, p, ol, ul, td {
font-family: sans-serif;
}
div.content {
padding:0pt 15pt 15pt 15pt;
background-color: #fff;
border: 1px solid #bbb;
}
img.logo {
float:left;
margin-top:0.3em;
mar... |
Update styling to fix jank and eliminate empty tabs. | .pk-sidebar-tab {
flex-shrink: 0;
height: 44px;
padding: 8px;
padding-top: 11px;
white-space: nowrap;
}
.pk-sidebar-tab:hover {
cursor: pointer;
padding: 8px;
padding-top: 11px;
white-space: nowrap;
}
.pk-sidebar-tab-icon {
font-size: 20px;
float: left;
text-align: center;
width: 24px;
}
.p... | .pk-sidebar-tab {
flex-shrink: 0;
height: 44px;
padding: 8px;
padding-top: 11px;
white-space: nowrap;
}
.pk-sidebar-tab:hover {
cursor: pointer;
padding: 8px;
padding-top: 11px;
white-space: nowrap;
}
.pk-sidebar-tab-icon {
font-size: 20px;
float: left;
text-align: center;
width: 24px;
}
.p... |
Adjust selected style when modify project, domain or daemon | #projects li, #domains li, #daemons li {
list-style: none;
} | #projects li, #domains li, #daemons li {
list-style: none;
}
#projects li.selected, #domains li.selected, #daemons li.selected {
font-weight: bold;
} |
Add a little extra padding to question display. | table.stackdoc {
border-width: 0px;
}
table.stackdoc td {
border-width: 0px;
vertical-align: top;
padding-bottom: 5px;
}
table.stackdoc span.sd_score {
padding-left: 3px;
padding-right: 3px;
margin-right: 2px;
border: 1px solid #a0a2a7;
float: left;
}
table.stackdoc td.stackdoc-question-title {
padding-top... | table.stackdoc {
border-width: 0px;
}
table.stackdoc td {
border-width: 0px;
vertical-align: top;
padding-bottom: 5px;
}
table.stackdoc span.sd_score {
padding-left: 3px;
padding-right: 3px;
margin-right: 2px;
border: 1px solid #a0a2a7;
float: left;
}
table.stackdoc td.stackdoc-question-title {
padding-top... |
Fix power button svg icon's size | @value c-magenta, c-base03 from '../../colors.css';
.powerButton {
composes: emphasized-text-bg-colors from '../../colors.css';
display: inline-block;
border: none;
padding: 0.5rem;
margin: 0;
text-decoration: none;
font-size: 1em;
width: 3em;
height: 3em;
cursor: pointer;
display: flex;
align-... | @value c-magenta, c-base03 from '../../colors.css';
.powerButton {
composes: emphasized-text-bg-colors from '../../colors.css';
display: inline-block;
border: none;
padding: 0.5rem;
margin: 0;
text-decoration: none;
font-size: 1em;
width: 3em;
height: 3em;
cursor: pointer;
display: flex;
align-... |
Set margin to 0 for whole page | *{
}
.wrapper{
width: 80%;
border: 1px solid black;
margin: 0 auto 0 auto;
min-height: 600px;
}
.heading{
height: 100px;
background: -webkit-linear-gradient(rgba(39,9,236,0.66) 0%, #ffffff 100%);
padding: 20px;
text-align: center;
color: gold;
}
.content{
min-height: 400px;
background: #c5c5d1;
width: ... | *{
margin: 0;
}
.wrapper{
width: 80%;
border: 1px solid black;
margin: 0 auto 0 auto;
min-height: 600px;
}
.heading{
height: 100px;
background: -webkit-linear-gradient(rgba(39,9,236,0.66) 0%, #ffffff 100%);
padding: 20px;
text-align: center;
color: gold;
}
.content{
min-height: 400px;
background: #c5c5d1... |
Update more text indicator to be more helpful | #container {
background-color: black;
border: 1px solid black;
width: 320px;
height: 320px;
}
.text-frame {
position: relative;
width: 318px;
top: 0em;
height: 0em;
transition: top .3s, height .3s, visibility .3s;
display: flex;
flex-direction: column;
overflow: none;
border-style: solid;
border-width:... | #container {
background-color: black;
border: 1px solid black;
width: 320px;
height: 320px;
}
.text-frame {
position: relative;
width: 318px;
top: 0em;
height: 0em;
transition: top .3s, height .3s, visibility .3s;
display: flex;
flex-direction: column;
overflow: none;
border-style: solid;
border-width:... |
Improve visibility of diff viewer | @import '~@angular/material/core/theming/prebuilt/deeppurple-amber.css';
.center {
display: flex;
justify-content: center;
align-items: center;
}
div.smart-padding {
padding: 20px;
}
div.smart-padding-without-bottom {
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
}
| @import '~@angular/material/core/theming/prebuilt/deeppurple-amber.css';
.center {
display: flex;
justify-content: center;
align-items: center;
}
div.smart-padding {
padding: 20px;
}
div.smart-padding-without-bottom {
padding-top: 20px;
padding-left: 20px;
padding-right: 20px;
}
.ng2-sma... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.