Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Fix font to default to monospace, and reduce its size. | body {
background: black;
margin: 0px;
}
.header {
background: #fffffd;
padding: 5px;
font-family: ‘Lucida Console’, Monaco, monospace;
}
.title {
font-size: 2em;
}
.bold {
font-weight: bold;
}
.online {
float: right;
}
.terminal {
font-family: 'Inconsolata', sans-serif;
font-size: 14px;
padd... | body {
background: black;
margin: 0px;
}
.header {
background: #fffffd;
padding: 5px;
font-family: ‘Lucida Console’, Monaco, monospace;
}
.title {
font-size: 2em;
}
.bold {
font-weight: bold;
}
.online {
float: right;
}
.terminal {
font-family: 'Inconsolata', monospace;
font-size: 12px;
paddi... |
Add styles directly from pandoc | table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode, table.sourceCode pre
{ margin: 0; padding: 0; border: 0; vertical-align: baseline; border: none; }
td.lineNumbers { border-right: 1px solid #AAAAAA; text-align: right; color: #AAAAAA; padding-right: 5px; padding-left: 5px; }
td.sourceCode { padding-lef... | |
Change cell dimensions to percentage of board container, transparent white background, and 0.25% margin | body {
height: 100vh;
width: 100vw;
background-image: url("../img/space.jpg");
background-size: cover;
color: #fff;
font-family: sans-serif;
}
#board {
height: 400px;
width: 800px;
background-color: #3399ff;
padding: 5px;
}
.cell {
height: 94px;
width: 191px;
background-color: #ffcc33;
disp... | body {
height: 100vh;
width: 100vw;
background-image: url("../img/space.jpg");
background-size: cover;
color: #fff;
font-family: sans-serif;
}
#board {
height: 400px;
width: 800px;
background-color: #3399ff;
padding: 5px;
}
.cell {
min-height: 25%;
min-width: 20%;
background-color: rgba(255,2... |
Change h2, h3 margin-bottom to 0.8em | /* 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_CHROMIUM file. */
body {
color: #333;
margin: 14px 17px;
}
section + section::before {
background-color: #eee;
content: ' ';
display: block;
he... | /* 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_CHROMIUM file. */
body {
color: rgb(48, 57, 66);
margin: 14px 17px;
}
section + section::before {
background-color: #eee;
content: ' ';
display: ... |
Fix region code name dispay | .nav-pills .nav-icon.terraform {
background-image: url(terraform/img/terraform.png);
height: 16px;
display: inline-block;
background-repeat: no-repeat;
}
.nav-pills li:hover i.terraform, .nav-pills li.active .nav-icon.terraform {
background-image: url(terraform/img/terraformw.png);
} | .nav-pills .nav-icon.terraform {
background-image: url(terraform/img/terraform.png);
height: 16px;
display: inline-block;
background-repeat: no-repeat;
}
.nav-pills li:hover i.terraform, .nav-pills li.active .nav-icon.terraform {
background-image: url(terraform/img/terraformw.png);
}
.prov-location-a... |
Change button background color to mach | label {
margin-top: 8px;
margin-bottom: 3px;
}
| label {
margin-top: 8px;
margin-bottom: 3px;
}
.btn-custom,
.btn-custom:hover {
background-color: #1b307b;
}
|
Set a max width on the logo image | body {
font-family: sans-serif;
}
.header {
margin: 10px;
margin-bottom: 20px;
font-size: larger;
padding: 8px;
vertical-align: top;
}
.logo {
float: left;
margin: 5px;
margin-right: 15px;
border: none;
}
h3 { font-size: 90%; margin-bottom: 5px; }
.form_input_row { margin: 10px;... | body {
font-family: sans-serif;
}
.header {
margin: 10px;
margin-bottom: 20px;
font-size: larger;
padding: 8px;
vertical-align: top;
}
.logo {
float: left;
margin: 5px;
margin-right: 15px;
border: none;
max-width: 300px;
}
h3 { font-size: 90%; margin-bottom: 5px; }
.form_inp... |
Fix margin for production build | .history {
overflow-x: auto;
white-space: nowrap;
width: 100%;
}
.history__item {
display: inline-block;
margin-bottom: 5px;
margin-right: 10px;
margin-top: 5px;
vertical-align: top;
width: 150px;
}
.history__item:hover {
text-decoration: none;
}
.history__item__image {
width: 100%;
}
.history_... | .history {
overflow-x: auto;
white-space: nowrap;
width: 100%;
}
.history__item {
display: inline-block;
margin-bottom: 5px;
margin-right: 10px;
margin-top: 5px;
vertical-align: top;
width: 150px;
}
.history__item:hover {
text-decoration: none;
}
.history__item__image {
width: 100%;
}
.history_... |
Change cursor to pointer on hover | .fixed-height-card{
border-radius: 20px;
margin-left: 10px;
min-height: 80px;
text-align: center;
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
... | .fixed-height-card{
border-radius: 20px;
margin-left: 10px;
min-height: 80px;
text-align: center;
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
}
.dropdown {
position: relative;
display: inline-block;
}
.dropdown-content {
display: none;
... |
Add border to the map | #toplogo {
height: 85%;
margin-left: 5px;
margin-bottom: 5px;
margin-top: 3px;
}
.navbar-brand {
padding: 0px;
}
.dropdown-form {
height: 300%;
width: 400%;
}
.ui-autocomplete {
z-index: 100 !important;
}
.footer {
color: aquamarine;
}
.sign-form{
height: 50%;
margin-lef... | #toplogo {
height: 85%;
margin-left: 5px;
margin-bottom: 5px;
margin-top: 3px;
}
.navbar-brand {
padding: 0px;
}
.dropdown-form {
height: 300%;
width: 400%;
}
.ui-autocomplete {
z-index: 100 !important;
}
.footer {
color: aquamarine;
}
#map{
border: 1px solid #ccc;
}
.sign-... |
Remove dropdown bottom positioning (--dropdown-spacing fix) | .hx-dropdown {
background: var(--dropdown-background-color);
box-shadow: 0px 2px 2px 2px var(--dropdown-shadow-color);
border-color: var(--dropdown-border-color);
border-radius: var(--dropdown-border-radius);
}
.hx-dropdown-up {
margin-bottom: var(--dropdown-spacing);
}
.hx-dropdown-down {
margin-top: var... | .hx-dropdown {
background: var(--dropdown-background-color);
box-shadow: 0px 2px 2px 2px var(--dropdown-shadow-color);
border-color: var(--dropdown-border-color);
border-radius: var(--dropdown-border-radius);
}
.hx-dropdown-up {
margin-bottom: calc(-1 * var(--dropdown-spacing));
}
.hx-dropdown-down {
marg... |
Add list margin for html | @charset "utf-8";
/* -----------------------------------------------
others
----------------------------------------------- */
.disc{
background:#ffffff;
margin: 20px 20px 20px 20px;
padding: 0 0 0 0;
font-size: small;
}
.disc h3{
text-decoration: underline;
}
.disc h3{
text-decoration: underline;
}
.disc DL{
... | @charset "utf-8";
/* -----------------------------------------------
others
----------------------------------------------- */
ul li {
padding-top:4px;
padding-bottom:4px;
}
.disc{
background:#ffffff;
margin: 20px 20px 20px 20px;
padding: 0 0 0 0;
font-size: small;
}
.disc h3{
text-decoration: underline;
}
... |
Fix section dropdown menu not showing | .fill-height {
height: 100%;
}
.row {
margin: 0 0 20px 0;
overflow: hidden;
}
.row [class*="col-"] {
margin-bottom: -99999px;
padding-bottom: 99999px;
}
h4 {
margin-top: 24px;
}
.big-button{
margin: 8px 0;
min-height: 64px;
min-width: 164px;
} | .fill-height {
height: 100%;
}
.row {
margin: 0 0 20px 0;
overflow: hidden;
}
.rightpanel-tabs > .row {
overflow: visible;
}
.row [class*="col-"] {
margin-bottom: -99999px;
padding-bottom: 99999px;
}
h4 {
margin-top: 24px;
}
.big-button{
margin: 8px 0;
min-height: 64px;
... |
Add missing line at end of file | .header {
margin-bottom: 30px;
position: relative;
}
.header h1{
font-size: 30px;
margin-bottom: 10px;
}
.header a{
text-decoration: none;
}
.header a:hover{
text-decoration: underline;
}
.header h3{
font-size: 20px;
font-family: 'Georgia';
color:#888;
}
.header::after{
content: " ";
width: 1... | .header {
margin-bottom: 30px;
position: relative;
}
.header h1{
font-size: 30px;
margin-bottom: 10px;
}
.header a{
text-decoration: none;
}
.header a:hover{
text-decoration: underline;
}
.header h3{
font-size: 20px;
font-family: 'Georgia';
color:#888;
}
.header::after{
content: " ";
width: 1... |
Fix Expression Atlas header position in quality metrics pages |
.aqm1 { }
.aqm2 { }
.aqm3 { }
.aqm4 { }
.aqm5 { }
.aqm6 { }
.aqm7 { }
.aqm8 { }
.aqm9 { }
.aqm10 { }
.aqm11 { }
.aqm12 { }
.aqm13 { }
.aqm14 { }
.aqm15 { }
.aqm16 { }
.aqm17 { }
.aqm18 { }
.aqm19 { }
.aqm20 { }
#qc-content h1 {
text-align: center;
}
#arraymetadata-b table {
width: 100%;
}
h1 {
text-alig... |
.aqm1 { }
.aqm2 { }
.aqm3 { }
.aqm4 { }
.aqm5 { }
.aqm6 { }
.aqm7 { }
.aqm8 { }
.aqm9 { }
.aqm10 { }
.aqm11 { }
.aqm12 { }
.aqm13 { }
.aqm14 { }
.aqm15 { }
.aqm16 { }
.aqm17 { }
.aqm18 { }
.aqm19 { }
.aqm20 { }
#qc-content h1 {
text-align: center;
}
#arraymetadata-b table {
width: 100%;
}
table {
borde... |
Add Kevin's fixes for custom menu page | div label {
margin-bottom: 0px;
}
div label input {
margin-right:100px;
}
body {
font-family:sans-serif;
}
.ck-button {
margin:4px;
background-color:#EFEFEF;
border-radius:4px;
border:1px solid #D0D0D0;
overflow:auto;
}
.ck-button label {
width:40.0em;
}
.ck-button label span {
... | div label {
margin-top: -2px;
margin-bottom: -2px;
}
div label input {
margin-right:100px;
}
body {
font-family:sans-serif;
}
.ck-button {
margin:4px;
background-color:#EFEFEF;
border-radius:4px;
border:1px solid #D0D0D0;
overflow:hidden;
}
.ck-button label {
width:40.0em;
}
... |
Make so code snippets don't wrap | body > .container {
padding-top: 56px;
}
#site-footer {
color: #333;
font-size: 80%;
margin: 5em 0;
}
#site-footer p {
margin-bottom: 0px;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand {
margin-left: -15px;
}
}
.container {
max-width: 768px;
}
article footer {
border-top: 1... | body > .container {
padding-top: 56px;
}
#site-footer {
color: #333;
font-size: 80%;
margin: 5em 0;
}
#site-footer p {
margin-bottom: 0px;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand {
margin-left: -15px;
}
}
.container {
max-width: 768px;
}
article footer {
border-top: 1... |
Align message with IconButton height | .hig__toast {
display: flex;
flex-flow: column;
justify-content: center;
width: 340px;
min-height: 53px;
padding: 6px 6px 6px 28px;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .5); /* TODO: restore color map for hig-react */
border-radius: 4px;
border-left: 3px solid transparent;
}
.hig__toast--prima... | .hig__toast {
box-sizing: border-box;
display: flex;
flex-flow: column;
justify-content: center;
width: 340px;
min-height: 53px;
padding: 6px 6px 6px 28px;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .5); /* TODO: restore color map for hig-react */
border-radius: 4px;
border-left: 3px solid transpar... |
Edit css to swap class/id calls | *{
background-color: #FFFFE0;
}
.Heading{
font-family: Arial, Verdana, sans-serif;
position: relative;
text-align: center;
}
/*h1{
font-family: Arial, Verdana, sans-serif;
position: relative;
text-align: center;
}*/
p{
width: 48%;
margin: 5px;
margin-top: 20px;
float: left;
padding: 10px 0px ... | *{
background-color: #FFFFE0;
}
.Heading{
font-family: Arial, Verdana, sans-serif;
position: relative;
text-align: center;
}
p{
width: 48%;
margin: 5px;
margin-top: 20px;
float: left;
/* padding: 10px 0px 5px 0px;*/
background-color: #EFEFEF;
text-align: left;
}
#Strings{
height: 50px;
}
#Int... |
Create CSS for my-berkshire site | html {
background-color: #ffffff;
color: #000080;
}
a:link {
color:#800080;
}
a:visited {
color:#ff0000;
}
ul > p {
font-size: .6em;
}
h2 {
font-weight:bold;
font-size: 1.25em;
text-align:center;
}
h2 span {
font-size: 2.25em;
}
h5 {
font-weight:bold;
text-align:center;
margin-top... | |
Add block elements to box-sizing module | /*
BOX SIZING
*/
html,
body,
div,
article,
section,
main,
footer,
header,
form,
fieldset,
legend,
pre,
code,
a,
h1,h2,h3,h4,h5,h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
textarea,
table,
td,
th,
tr,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
.... | /*
BOX SIZING
*/
html,
body,
div,
article,
aside,
section,
main,
nav,
footer,
header,
form,
fieldset,
legend,
pre,
code,
a,
h1,h2,h3,h4,h5,h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
figcaption,
figure,
textarea,
table,
td,
th,
tr,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel... |
Add link to ruby post | body {
background-color: #3193e8;
background-image:none;
color:#43FFF8;
}
main p {
font-size: 16px;
}
h1 {
color:#4EFF32;
}
main {
margin: auto;
}
main section {
max-width: 75%;
text-align:center;
margin: auto;
}
#fixed {
position: fixed;
bottom:25%;
right:15px;
border:2px solid black;
font... | body {
background-color: #3193e8;
background-image:none;
color:#43FFF8;
}
main p {
font-size: 16px;
}
code {
font-size:16px;
}
h1 {
color:#4EFF32;
}
main {
margin: auto;
}
main section {
max-width: 75%;
text-align:center;
margin: auto;
}
#fixed {
position: fixed;
bottom:25%;
right:15px;
bor... |
Add one more css selector. | .Tile {
cursor: pointer;
border-radius: 3px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
| .Tile {
cursor: pointer;
border-radius: 3px;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
|
Add styling for Passport & EmptyPassport | .passport {
width: 300px;
}
.passport-empty {
max-width: 240px !important;
}
.prevent-overflow {
overflow: hidden;
}
.prevent-wrap {
white-space: nowrap;
}
.show-ellipsis {
text-overflow: ellipsis;
}
| |
Remove rule for buy button | /* Amazon Cloud Player tweak */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("music.amazon.co.jp") {
.recDescription > span[action="buy"], /* Buy */
a[href^="#remove/"], /* Delete */
#contextMenu > li:nth-child(2) /* Remove from library */
{
display: non... | /* Amazon Cloud Player tweak */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("music.amazon.co.jp") {
a[href^="#remove/"], /* Delete */
#contextMenu > li:nth-child(2) /* Remove from library */
{
display: none !important;
}
#header .listViewDuration {
... |
Update syntax highlighting to agate | code {
@apply bg-gray-400 p-1 text-sm;
background-color: ghostwhite;
}
pre {
@apply mb-6 p-4 border rounded leading-snug;
display: block;
color: #333;
word-break: break-all;
word-wrap: break-word;
background-color: ghostwhite;
}
@screen lg {
pre {
@apply p-6 -mx-6;
}
}
pre code {
@apply t... | @import 'highlight.js/styles/agate';
code {
@apply bg-gray-400 p-1 text-sm;
background-color: ghostwhite;
}
pre {
@apply mb-6;
display: block;
word-break: break-all;
word-wrap: break-word;
}
pre code {
@apply border leading-snug text-sm -mx-4;
background-color: none;
overflow: auto;
font-weight:... |
Increase line height for the page title | /* Should be moved out to the MobileApp extension at some point */
body {
background-color: #FAFAFA;
padding: 8px 24px;
color: #333;
font-family: sans-serif;
font-size: 16px;
line-height: 24px;
}
a {
color: #347BFF;
text-decoration: none;
}
h1 {
font-family: serif;
color: #064A... | /* Should be moved out to the MobileApp extension at some point */
body {
background-color: #FAFAFA;
padding: 8px 24px;
color: #333;
font-family: sans-serif;
font-size: 16px;
line-height: 24px;
}
a {
color: #347BFF;
text-decoration: none;
}
h1 {
font-family: serif;
color: #064A... |
Increase size of the footer | /*
* Fix sticky bottom trick (it mess with Bulma a bit)
*/
section {
min-height: calc(100vh - 200px) !important;
}
footer {
height: 200px;
}
| /*
* Fix sticky bottom trick (it mess with Bulma a bit)
*/
section {
min-height: calc(100vh - 32vh) !important;
}
footer {
height: 32vh;
}
|
Set default tab icon to Firefox logo | /* Firefox userChrome.css */
/* Always show tab icon. */
.tab-icon-image:not([src], [pinned], [crashed], [busy]) {
display: -moz-inline-box !important;
}
/* Minimize One-Off Searches in address bar. */
#urlbar .search-one-offs:not([hidden]) {
display: flex !important;
padding-block: 6px !important;
}
[uidensity... | /* Firefox userChrome.css */
/* Always show tab icon. */
.tab-icon-image:not([src], [pinned], [crashed], [busy]) {
display: -moz-inline-box !important;
list-style-image: url("chrome://branding/content/icon32.png") !important;
}
/* Minimize One-Off Searches in address bar. */
#urlbar .search-one-offs:not([hidden])... |
Update styles on report pages | /*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS file within this directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, b... | /*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS file within this directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, b... |
Fix dropdown menu color style. | /*
Document : Adsum Styles
Created on : Aug 21, 2013, 4:56:49 PM
Author : Chris Vogt <cjv@sedonaconference.org>
*/
body {
background: url('../img/pattern/square_bg.png') repeat #fefefe;
}
.navbar-inverse .navbar-inner {
background-color: #563d7c;
background-image: none;
}
.navbar-inverse... | /*
Document : Adsum Styles
Created on : Aug 21, 2013, 4:56:49 PM
Author : Chris Vogt <cjv@sedonaconference.org>
*/
body {
background: url('../img/pattern/square_bg.png') repeat #fefefe;
}
.navbar-inverse .navbar-inner {
background-color: #563d7c;
background-image: none;
}
.navbar-inverse... |
Improve CSS rules for printing | /* Pretty fonts, thanks to Google */
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
body {
font-family:"PT Sans", Verdana, sans-serif;
}
/* Wider page */
.inner {
max-width:40em;
}
/* More conventional bullet list marker */
ul>li:before {
margin-top: -0.05em;
content: "–";
}
/* Clean... | /* Pretty fonts, thanks to Google */
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
body {
font-family:"PT Sans", Verdana, sans-serif;
}
/* Wider page */
.inner {
max-width:40em;
}
/* More conventional bullet list marker */
ul>li:before {
margin-top: -0.05em;
content: "–";
}
/* Clean... |
Set the preferred size of the pannable widget to -1 -1 instead of 1 1 | /* MPannableWidgetStyle : MWidgetStyle */
MPannableWidgetStyle {
pan-threshold: 15.0;
pan-click-threshold: 0.2;
pointer-spring-k: 0.25;
friction-c: 0.8;
sliding-friction-c: 0.07;
border-spring-k: 0.09;
border-friction-c: 0.45;
/* inherited from MWidgetStyle */
preferred-size: 1 1;
... | /* MPannableWidgetStyle : MWidgetStyle */
MPannableWidgetStyle {
pan-threshold: 15.0;
pan-click-threshold: 0.2;
pointer-spring-k: 0.25;
friction-c: 0.8;
sliding-friction-c: 0.07;
border-spring-k: 0.09;
border-friction-c: 0.45;
/* inherited from MWidgetStyle */
preferred-size: -1 -1;... |
Fix useful data visual issue with radio buttons | .modal {
display: flex;
flex: 1;
flex-direction: column;
overflow-x: hidden;
.modal__header {
text-align: right;
button.close {
@mixin button blue;
padding: 0.4em 0.7em 0.3em 0.8em;
}
}
.modal__body {
overflow: auto;
}
.modal__preview,
.modal__load {
.modal__preview--... | .modal {
display: flex;
flex: 1;
flex-direction: column;
overflow-x: hidden;
.modal__header {
text-align: right;
button.close {
@mixin button blue;
padding: 0.4em 0.7em 0.3em 0.8em;
}
}
.modal__body {
overflow: auto;
}
.modal__preview,
.modal__load {
.modal__preview--... |
Fix CSS style causing tall images to become distorted on show pages - Removed width: 100% on ".thumbnail img" | .thumbnail {
padding: 10px;
padding-bottom: 30px;
}
.thumbnail img {
width: 100%;
}
.caption-full {
padding: 10px 10px 0;
}
.form-inline {
display: inline;
}
nav {
z-index: 1;
}
.navbar {
border-radius: 0px;
}
.content-header {
text-align: center;
width: 60%;
}
.content-header h1 ... | .thumbnail {
padding: 10px;
padding-bottom: 30px;
}
.caption-full {
padding: 10px 10px 0;
}
.form-inline {
display: inline;
}
nav {
z-index: 1;
}
.navbar {
border-radius: 0px;
}
.content-header {
text-align: center;
width: 60%;
}
.content-header h1 {
margin-bottom: 20px;
}
.content-... |
Add drop shadows to headers | /*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-DebuggerSidebar {
display: flex;
flex-direction: c... | /*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-DebuggerSidebar {
display: flex;
flex-direction: c... |
Fix overflow to prevent double scroll on IE | @import 'normalize.css';
body,
.cf {
*zoom: 1;
}
body:before,
.cf:before,
body:after,
.cf:after {
content: '';
display: table;
}
body:after,
.cf:after {
clear: both;
}
*,
*:before,
*:after,
*::before,
*::after {
*behavior: url("js/vendor/boxsizing.htc");
box-sizing: border-box;
margin: 0;
padding: 0;
}... | @import 'normalize.css';
body,
.cf {
*zoom: 1;
}
body:before,
.cf:before,
body:after,
.cf:after {
content: '';
display: table;
}
body:after,
.cf:after {
clear: both;
}
*,
*:before,
*:after,
*::before,
*::after {
*behavior: url("js/vendor/boxsizing.htc");
box-sizing: border-box;
margin: 0;
padding: 0;
}... |
Set default input width to zero. | .input {
position: relative;
}
.dim > :not(:hover) {
opacity: .5;
}
.search {
padding-right: .25rem;
}
.prefix {
padding-right: .25rem;
}
.suffix {
padding-left: .25rem;
}
.input input,
.input textarea {
font-size: .9rem;
display: flex;
flex-grow: 1;
width: 100%; /* required by ... | .input {
position: relative;
}
.dim > :not(:hover) {
opacity: .5;
}
.search {
padding-right: .25rem;
}
.prefix {
padding-right: .25rem;
}
.suffix {
padding-left: .25rem;
}
.input input {
width: 0;
}
.input input,
.input textarea {
font-size: .9rem;
display: flex;
flex-grow: 1;
... |
Fix size of tag icons when nested | /* Argumenta - Tags Widget Stylesheet */
.tags-widget .support-tags-header {
border-bottom: 2px solid #4d4;
color: #4d4;
}
.tags-widget .dispute-tags-header {
border-bottom: 2px solid #f47;
color: #f47;
}
.tags-widget .citation-tags-header {
border-bottom: 2px solid #333;
color: #333;
}
.tags-w... | /* Argumenta - Tags Widget Stylesheet */
.tags-widget .support-tags-header {
border-bottom: 2px solid #4d4;
color: #4d4;
}
.tags-widget .dispute-tags-header {
border-bottom: 2px solid #f47;
color: #f47;
}
.tags-widget .citation-tags-header {
border-bottom: 2px solid #333;
color: #333;
}
.tags-w... |
Add some new styles to fix reset | body, html{min-height:100%;background-color: #999999;}
*{margin:0;}
h1{padding-bottom:10px;}
h4{float:right;margin-top:10px;}
p{margin:20px 0;}
.container{
width:960px;
margin:0 auto;
border-left:4px solid #000000;
border-right:4px solid #000000;
padding:0 20px;
background-color: #FFFFFF;
position: relat... | body, html{min-height:100%;background-color: #999999;}
*{margin:0;}
h1{
padding-bottom:10px;
font-size: 32px;
font-weight:bold;
}
h2{
font-size: 24px;
font-style: italic;
}
h3{
font-size: 20px;
font-weight:bold;
}
h4{
float:right;
margin-top:10px;
}
p{margin:20px 0;}
.container{
width:960px;
marg... |
Decrease anim time and remove background-color anim | @import '../../styles/mixins/mixins.css';
@import '../../styles/variables/variables.css';
.mainHeader{
width: 100%;
left: 0;
right: 0;
position: fixed;
overflow: hidden;
z-index: 2;
border-top: $bdr-mainHeader;
color: $cl-mainHeader;
.mainHeaderSheet{
height: 65px;
position: absolute;
opa... | @import '../../styles/mixins/mixins.css';
@import '../../styles/variables/variables.css';
.mainHeader{
width: 100%;
left: 0;
right: 0;
position: fixed;
overflow: hidden;
z-index: 2;
border-top: $bdr-mainHeader;
color: $cl-mainHeader;
.mainHeaderSheet{
height: 65px;
position: absolute;
opa... |
Remove right padding in theme | @media (max-width: 768px) {
.header {
position: absolute;
}
/*sidebar*/
#sidebar {
height: auto;
overflow: hidden;
position: absolute;
width: 100%;
z-index: 1001;
}
/* body container */
#main-content {
margin: 0px!important;
... | @media (max-width: 768px) {
.header {
position: absolute;
}
/*sidebar*/
#sidebar {
height: auto;
overflow: hidden;
position: absolute;
width: 100%;
z-index: 1001;
}
/* body container */
#main-content {
margin: 0px!important;
... |
Move styles to css file | body {
padding-top: 60px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}
.navbar-brand { padding-top: 9px; }
.navbar-brand .fa-stack { margin-right: 4px; }
a.navbar-brand:hover, ul.nav li:hover {
-moz-text-shadow: 1px 1px 5px #bbb;
-webkit-text-shadow: 1px 1px 5px ... | body {
padding-top: 60px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}
.navbar-brand { padding-top: 9px; }
.navbar-brand .fa-stack { margin-right: 4px; }
a.navbar-brand:hover, ul.nav li:hover {
-moz-text-shadow: 1px 1px 5px #bbb;
-webkit-text-shadow: 1px 1px 5px ... |
Reduce margin-top on title of main page. | @import "news.css";
#page-header #page-title {
letter-spacing: 0.15em;
font-size: 4em;
}
#page-header #page-description {
margin-top: -0.15em;
}
#news-header {
text-align: center;
margin-top: 2em;
}
| @import "news.css";
#page-header #page-title {
letter-spacing: 0.15em;
font-size: 4em;
margin-top: 0.4em;
}
#page-header #page-description {
margin-top: -0.15em;
}
#news-header {
text-align: center;
margin-top: 2em;
}
|
Comment changes and removal of by-line class | html, body {
background-color: #cde7f0;
height: 100%;
width: 100%;
margin: 0;
text-align: center;
}
.top-banner{
background-color: white;
font-size: 1em;
color: #8aacb8;
width: 100%;
height: 40px;
}
.bottom-banner{
background-color: white;
font-size: 1em;
color: #8aacb8;
width: 100%;
hei... | html, body {
background-color: #cde7f0;
height: 100%;
width: 100%;
margin: 0;
text-align: center;
}
.top-banner{
background-color: white;
font-size: 1em;
color: #8aacb8;
width: 100%;
height: 40px;
}
.bottom-banner{
background-color: white;
font-size: 1em;
color: #8aacb8;
width: 100%;
hei... |
Remove margin from individual lines | #tsnaxform {
}
#page_slider {
width: 200px;
margin: 7px 10px 0px 20px;
}
.batch_head span {
margin-left:10px;
}
#page_name {
font-weight: normal;
}
.ocr_line {
font-size: 1.1em;
border: 1px solid transparent;
padding: 2px;
margin: 1px;
}
.toolbar_item {
float: left;
}
.tra... | #tsnaxform {
}
#page_slider {
width: 200px;
margin: 7px 10px 0px 20px;
}
.batch_head span {
margin-left:10px;
}
#page_name {
font-weight: normal;
}
.ocr_line {
font-size: 1.1em;
border: 1px solid transparent;
padding: 0px;
margin: 3px;
}
.toolbar_item {
float: left;
}
.tra... |
Extend correct Button style class | /* Overrides for Stencila components */
:--root {
--font-size-body: 14px;
a.button.sc-stencila-button-default,
button.sc-stencila-button-default {
@extend .button;
stencila-icon,
.label {
font-size: var(--font-size-body);
color: inherit;
}
}
stencila-code-expression .text,
ste... | /* Overrides for Stencila components */
:--root {
--font-size-body: 14px;
a.button.sc-stencila-button-default,
button.sc-stencila-button-default {
@extend .btn;
stencila-icon,
.label {
font-size: var(--font-size-body);
color: inherit;
}
}
stencila-code-expression .text,
stenci... |
Add a fixture for nested utilities | /** @define Component **/
.Component {
color: green;
.Component-descendant {
&:active {}
&.is-active {}
}
&.is-stateName {}
&-descendant {}
&-descendant--modifier {}
&--modifier {}
&:pseudo-class {}
&:pseudo-element {}
&::pseudo-element {}
&[attr] {}
}
.Component-standAloneDescendant {... | /** @define Component **/
.Component {
color: green;
.Component-descendant {
&:active {}
&.is-active {}
}
&.is-stateName {}
&-descendant {}
&-descendant--modifier {}
&--modifier {}
&:pseudo-class {}
&:pseudo-element {}
&::pseudo-element {}
&[attr] {}
}
.Component-standAloneDescendant {... |
Increase font size to correct printing issue | /**
* CSS for jQuery Plugin Fast Facts
*/
.subtitle {
font-size: 50%;
vertical-align: middle;
}
.fast-facts-problem {
border-bottom: 1px solid #000;
font-size: 110%;
margin: 0 auto 40px;
max-width: 40px;
text-align: right;
}
.fast-facts-operator {
float: left;
}
#name {
border-bottom: 2px solid black;
w... | /**
* CSS for jQuery Plugin Fast Facts
*/
body {
font-size: 22px;
}
.subtitle {
font-size: 50%;
vertical-align: middle;
}
.fast-facts-problem {
border-bottom: 1px solid #000;
font-size: 110%;
margin: 0 auto 70px;
max-width: 40px;
text-align: right;
}
.fast-facts-operator {
float: left;
}
#name {
border... |
Revert "Add back in divider CSS" | /* app css stylesheet */
.menu {
list-style: none;
border-bottom: 0.1em solid black;
margin-bottom: 2em;
padding: 0 0 0.5em;
}
.menu:before {
content: "[";
}
.menu:after {
content: "]";
}
.menu > li {
display: inline;
}
.menu > li:before {
content: "|";
padding-right: 0.3em;
}
.menu > li:nth-chi... | /* app css stylesheet */
.menu {
list-style: none;
border-bottom: 0.1em solid black;
margin-bottom: 2em;
padding: 0 0 0.5em;
}
.menu:before {
content: "[";
}
.menu:after {
content: "]";
}
.menu > li {
display: inline;
}
.menu > li:before {
content: "|";
padding-right: 0.3em;
}
.menu > li:nth-chi... |
Add scrollbar and max-height of 900px to hidden panels | #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... |
Add a new bg-hover color | .hover-bg-silver:hover { background-color: var(--silver) } | .hover-bg-silver:hover { background-color: var(--silver) }
.hover-bg-white:hover { background-color: white; } |
Change second block technical relative stylesheet |
#second_from_top {
display: block;
position: relative;
left: 100px;
top: 770px;
}
#third_from_top {
display: block;
position: relative;
left: 100px;
top: 780px;
}
|
#second_from_top {
display: block;
position: relative;
left: 100px;
top: 780px;
}
#third_from_top {
display: block;
position: relative;
left: 100px;
top: 790px;
}
|
Add default styled horizontal layout style | .horizontal_layout {
position: relative;
width: auto;
overflow: hidden;
}
.horizontal_layout > .west_container {
position: absolute;
left: 0;
display: inline-block;
}
.horizontal_layout > .center_container {
position: absolute;
overflow: auto;
}
.horizontal_layout > .east_container {
... | |
Fix remove button display for external storage | .error { color: #FF3B3B; }
td.mountPoint, td.backend { width:10em; }
#addMountPoint>td { border:none; }
#addMountPoint>td.applicable { visibility:hidden; }
#selectBackend { margin-left:-10px; } | .error { color: #FF3B3B; }
td.mountPoint, td.backend { width:10em; }
td.remove>img { visibility:hidden; padding-top:0.8em; }
tr:hover>td.remove>img { visibility:visible; cursor:pointer; }
#addMountPoint>td { border:none; }
#addMountPoint>td.applicable { visibility:hidden; }
#selectBackend { margin-left:-10px; } |
Drop the hover decoration when using span.. | html {
height: 100%;
}
footer {
padding-top: 30px;
}
.panel-body dl {
margin-bottom: 0;
}
.f_center {
height: 100%;
}
.f_center .container {
height: 100%;
width: 100%;
display: table;
padding-right: 0;
padding-left: 0;
}
.f_center .row {
height: 100%;
display: table-cell;
ve... | html {
height: 100%;
}
footer {
padding-top: 30px;
}
.panel-body dl {
margin-bottom: 0;
}
.page-header h1 a {
text-decoration: none;
}
.f_center {
height: 100%;
}
.f_center .container {
height: 100%;
width: 100%;
display: table;
padding-right: 0;
padding-left: 0;
}
.f_center .row {
... |
CHange login button set width | .ButtonSetContainer {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 290px;
} | .ButtonSetContainer {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 355px;
} |
Change second block technical relative stylesheet |
#second_from_top {
display: block;
position: relative;
left: 100px;
top: 850px;
}
|
#second_from_top {
display: block;
position: relative;
left: 100px;
top: 840px;
}
|
Add spacing and shadows around diffs. |
:host {
display: block;
min-width: -webkit-min-content;
}
.file {
padding: 0.25em 16px;
display: flex;
}
.file-name {
padding: 0.25em 4px;
flex: 1;
}
.file-status,
.file-added,
.file-removed {
white-space: nowrap;
flex-shrink: 0;
padding: 0.25em 0;
}
.file-status {
min-width... |
:host {
display: block;
min-width: -webkit-min-content;
}
.file {
padding: 0.25em 16px;
display: flex;
}
.file-name {
padding: 0.25em 4px;
flex: 1;
}
.file-status,
.file-added,
.file-removed {
white-space: nowrap;
flex-shrink: 0;
padding: 0.25em 0;
}
.file-status {
min-width... |
Remove left & right margin | .container {
flex: 1;
flex-direction: column;
justify-content: center;
}
.maincard {
width: 20em;
min-height: 41em;
align-items: center;
/*justify-content: center;*/
margin: 4em;
/*vertical-align: baseline;*/
}
.halfwidth {
width: 50%;
flex: 1;
text-align: left;
}
.fullwidth {
width: 100%;
... | .container {
flex: 1;
flex-direction: column;
justify-content: center;
}
.maincard {
width: 20em;
min-height: 41em;
align-items: center;
/*justify-content: center;*/
margin: 4em 0;
/*vertical-align: baseline;*/
}
.halfwidth {
width: 50%;
flex: 1;
text-align: left;
}
.fullwidth {
width: 100%... |
Fix css for sequence widget |
a.btn.deformSeqAdd{
border-radius: 50%;
font-size: 14px;
margin-right: 5px;
margin-top: -28px;
padding: 1px 5px 2px;
width: 25px;
}
.deformSeqItem a.deformClosebutton{
border-radius: 50%;
font-size: 14px;
padding: 0 0 1px;
width: 24px;
} |
a.btn.deformSeqAdd{
border-radius: 50%;
font-size: 14px;
margin-right: 5px;
margin-top: -28px;
padding: 0 5px 1px;
width: 23px;
}
.deformSeqItem a.deformClosebutton{
border-radius: 50%;
font-size: 14px;
padding: 0;
width: 23px;
} |
Fix left margin on invalid unselected column styles. | .column-style-item {
border-bottom: 1px solid #ccc;
cursor: pointer;
margin-bottom: 0;
margin-left: -8px;
margin-right: -8px;
padding-bottom: 12px;
padding-left: 12px;
padding-right: 8px;
padding-top: 12px;
}
.column-style-insert-row {
margin-top: 16px;
}
.column-style-item-selected {
background... | .column-style-item {
border-bottom: 1px solid #ccc;
cursor: pointer;
margin-bottom: 0;
margin-left: -8px;
margin-right: -8px;
padding-bottom: 12px;
padding-left: 12px;
padding-right: 8px;
padding-top: 12px;
}
.column-style-insert-row {
margin-top: 16px;
}
.column-style-item-selected {
background... |
Fix for broken layout caused by blank border used in example. | /*
* Custom CSS styes for example page
*/
/* Header */
header {
display: none;
}
/* Grid example */
.example-grid [class^="ether-md-"] {
margin-bottom: .75rem;
height: 32px;
font-size: .85rem;
font-weight: 600;
line-height: 32px;
text-align: center;
text-transform: uppercase;
background: #eee;
... | /*
* Custom CSS styes for example page
*/
/* Header */
header {
display: none;
}
/* Grid example */
.example-grid [class^="ether-md-"] {
margin-bottom: .75rem;
height: 32px;
font-size: .85rem;
font-weight: 600;
line-height: 32px;
text-align: center;
text-transform: uppercase;
background: #eee;
... |
Remove unneeded specificity from the arrows component | .super-number {
position: relative;
}
.super-number a.increment,
.super-number a.decrement {
-moz-transition: background linear 0.2;
-webkit-transition: background linear 0.2s;
position: absolute;
right: 0;
text-align: center;
text-decoration: none;
transition: background linear 0.2s;
user-select: non... | .super-number {
position: relative;
}
.super-number .increment,
.super-number .decrement {
-moz-transition: background linear 0.2;
-webkit-transition: background linear 0.2s;
position: absolute;
right: 0;
text-align: center;
text-decoration: none;
transition: background linear 0.2s;
user-select: none;... |
Fix improper check rendering in Safari | .replacementCheckboxHolder {
display : inline-block;
width: 2%;
}
.checkboxReplacement {
display: inline-block;
}
.emptyCheckbox {
border: 2px solid #000;
height: 10px;
width: 10px;
cursor: pointer;
transition: .3s;
position: relative;
top: 2px;
}
.emptyCheckbox.error {
bo... | .replacementCheckboxHolder {
display : inline-block;
width: 2%;
}
.checkboxReplacement {
display: inline-block;
}
.emptyCheckbox {
border: 2px solid #000;
height: 10px;
width: 10px;
cursor: pointer;
-webkit-transition: .3s;
-moz-transition: .3s;
-o-transition: .3s;
transiti... |
Work around a notebook tab rendering bug | @import "reset-to-defaults.css";
* {
color: blue;
}
.notebook tab GtkLabel {
color: blue
}
.notebook tab tab GtkLabel {
color: red
}
/* for reference */
#red {
color: red
}
| @import "reset-to-defaults.css";
* {
-GtkNotebook-tab-overlap: 0; /* work around a notebook tab rendering bug */
color: blue;
}
.notebook tab GtkLabel {
color: blue
}
.notebook tab tab GtkLabel {
color: red
}
/* for reference */
#red {
color: red
}
|
Add second third block blog index stylesheet |
#second_from_top {
display: block;
position: relative;
top: 950px;
left: 100px;
}
#third_from_top {
display: block;
position: relative;
top: 1100px;
left: 100px;
}
| |
Make the background a very light gray. |
body {
max-width: 800px;
margin: auto;
padding: 20px;
font-size: 16pt;
line-height: 1.5em;
}
table {
margin: auto;
font-size: 13pt;
border: black solid 1px;
}
th {
border-bottom: black solid 1px;
padding: 2px;
}
td {
padding: 2px;
}
|
body {
max-width: 800px;
margin: auto;
padding: 20px;
font-size: 16pt;
line-height: 1.5em;
background-color: #fafafa;
}
table {
margin: auto;
font-size: 13pt;
border: black solid 1px;
}
th {
border-bottom: black solid 1px;
padding: 2px;
}
td {
padding: 2px;
}
|
Change styling for tables in documentation. | body {
font-family: 'Liberation Sans', 'Nimbus Sans L', FreeSans,
'Helvetica Neue', Helvetica, Arial, sans-serif;
}
div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
font-family: 'PT Serif', 'Droid Serif', 'DejaVu Serif', serif;
}
ul, div.sphinxsidebar ul, div.sphinxsidebar ul ul, div... | body {
font-family: 'Liberation Sans', 'Nimbus Sans L', FreeSans,
'Helvetica Neue', Helvetica, Arial, sans-serif;
}
div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
font-family: 'PT Serif', 'Droid Serif', 'DejaVu Serif', serif;
}
ul, div.sphinxsidebar ul, div.sphinxsidebar ul ul, div... |
Add Blog Template CSS File | body {
background-color: red;
} | body {
background-color: #FA58AC;
margin: 1em 1em 1em 1em;
padding: 1em 1em 1em 1em;
}
.center {
text-align: center;
}
h1 {
border:20px solid #D0FA58;
padding: 0 1em 0 1em;
background-color: #81F7BE;
}
h2 {
text-decoration: underline;
}
p span {
font-size: 18px;
font-family: cursive;
}
|
Change selection-color to match color scheme | .wrapper {
width: 100%;
height: 100%;
display: flex;
/* This makes the labels be on one side and the form elements on the other and allows setting a common width */
justify-content: space-between;
}
.label {
margin: 0;
margin-bottom: .5em;
font-weight: 400;
letter-spacing: 3px;
text-transform: lowe... | .wrapper {
width: 100%;
height: 100%;
display: flex;
/* This makes the labels be on one side and the form elements on the other and allows setting a common width */
justify-content: space-between;
}
.label {
margin: 0;
margin-bottom: .5em;
font-weight: 400;
letter-spacing: 3px;
text-transform: lowe... |
Fix incorrect `tab` size in Markdown files’ diffs | .rgh-remove-diff-signs .blob-code-inner::before, /* Inline review blocks in PRs */
.rgh-remove-diff-signs .blob-code-marker-cell::before { /* Commit page */
content: none;
}
| .rgh-remove-diff-signs .blob-code-inner::before, /* Inline review blocks in PRs */
.rgh-remove-diff-signs .blob-code-marker-cell::before { /* Commit page */
visibility: hidden;
}
|
Clean up CSS a bit. Remove unused btn-toolbar properties. | .form-horizontal .controls {
margin-left: 0;
}
.btn-toolbar {
display: inline-block;
margin: 0;
vertical-align: middle;
}
.controls > .btn {
margin-right: 4px;
}
.controls .action-buttons {
display: inline-block;
}
#success.hide {
display: inline-block;
opacity: 0;
-webkit-transition: opacity 1s linear;... | .form-horizontal .controls {
margin-left: 0;
}
.controls > .btn {
margin-right: 4px;
}
.controls .action-buttons {
display: inline-block;
}
.controls .input-nano {
width: 25px;
}
.controls a.btn.handle {
cursor: pointer;
}
#success.hide {
display: inline-block;
opacity: 0;
-webkit-transition: opacity 1s ... |
Use adaptive margins and font size | @import url(master.css);
body {
margin-left: 15%;
width: 70%;
max-width: 50em;
}
| @import url(master.css);
@media only screen {
body {
margin-left: auto;
margin-right: auto;
padding: 0px 0px;
width: 100%;
max-width: 45em;
}
.document {
padding: 0.5em;
}
}
@media only screen and (max-width: 400px) {
body { font-size: 0.8em; }
}
|
Disable default touch action on IE11 |
/* Clear button */
.wgt-Signature div {
clear: both;
}
.wgt-Signature canvas,
.wgt-Signature img {
position: relative;
left: 0px;
right: 0px;
max-width: none;
}
.signature_unset canvas {
display: block;
}
.signature_unset img {
display: none;
}
.signature_unset button {
displ... |
/* Clear button */
.wgt-Signature div {
clear: both;
}
.wgt-Signature canvas,
.wgt-Signature img {
position: relative;
left: 0px;
right: 0px;
max-width: none;
}
.signature_unset canvas {
display: block;
touch-action: none;
}
.signature_unset img {
display: none;
}
.signature_... |
Add eighth ninth to blog index stylesheet |
#second_from_top {
display: block;
position: relative;
top: 820px;
left: 100px;
}
#third_from_top {
display: block;
position: relative;
top: 830px;
left: 100px;
}
#fourth_from_top {
display: block;
position: relative;
top: 840px;
left: 100px;
}
#fifth_from_top {
display: block;
position: relative;
top: 850px;
left... |
#second_from_top {
display: block;
position: relative;
top: 1680px;
left: 100px;
}
#third_from_top {
display: block;
position: relative;
top: 16900px;
left: 100px;
}
#fourth_from_top {
display: block;
position: relative;
top: 1700px;
left: 100px;
}
#fifth_from_top {
display: block;
position: relative;
top: 1710px;... |
Remove rules for images inside .masthead-title | html {
font-family: "source-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 38em) {
html {
font-size: 19px;
}
}
h1, h2, h3, h4, h5, h6 {
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 600;
}
code,
pre {
font-family: "source-cod... | html {
font-family: "source-sans-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 38em) {
html {
font-size: 19px;
}
}
h1, h2, h3, h4, h5, h6 {
font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 600;
}
code,
pre {
font-family: "source-cod... |
Make comment and subreddit posts fabulous | /* Base CSS rules */
.comment_blurb {
margin-top: 20px;
border-bottom: 0.7px solid #ccc;
}
.comment_blurb:last-of-type {
border-bottom: none;
}
.author {
padding-right: 10px;
}
#following_feed {
display: none;
margin-bottom: 30px;
}
#subreddits_feed {
display: none;
margin-bottom: 30px;
}
#... | /* Base CSS rules */
.comment_blurb {
margin-top: 20px;
border-left: 4px solid #558CCC;
padding: 20px;
max-width: 600px;
box-shadow: 1px 1px 0.5px grey, 0px -0.5px 0.5px grey;
}
.author {
padding-right: 10px;
}
#following_feed {
display: none;
margin-bottom: 30px;
}
#subreddits_feed {
disp... |
Change default font and box-sizing | /*
* 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... |
Add code to previous state for stylesheet to be read accordingly | /*
* 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... |
Add border to nav bar | body {
background-image: url("blog-background-image.jpg");
}
.background {
margin-top: 30px;
margin-right: 85px;
margin-left: 75px;
position: fixed;
height: 100%;
background-color: white;
border: 2px solid #d3d3d3;
border-radius: 20px;
border-bottom: -50px;
padding-top: 20px;
padding-left: 30px... | body {
background-image: url("blog-background-image.jpg");
}
.background {
margin-top: 30px;
margin-right: 85px;
margin-left: 75px;
position: fixed;
height: 100%;
background-color: white;
border: 2px solid #d3d3d3;
border-radius: 20px;
border-bottom: -50px;
padding-top: 20px;
padding-left: 30px... |
Add overflow hidden to cells | body {
margin-top: 5rem;
}
.gantt-chart td {
width: 2rem;
max-width: 2rem;
text-overflow: ellipsis;
white-space: nowrap;
}
| body {
margin-top: 5rem;
}
.gantt-chart td {
width: 2rem;
max-width: 2rem;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
|
Remove extra white space at the top of the page | #welcome {
max-width: 800px;
margin: 20px auto;
padding: 20px;
}
.lead {
font-size: 21px;
}
.menu {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
overflow: hidden;
}
.menu li {
float: left;
margin-right: 10px;
}
.menu a {
text-decoration: none;
... | #welcome {
max-width: 800px;
margin: 0 auto;
}
.lead {
font-size: 21px;
}
.menu {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
overflow: hidden;
}
.menu li {
float: left;
margin-right: 10px;
}
.menu a {
text-decoration: none;
color: #000000;
}
.m... |
Enlarge Assign attendees select box. | /*
Document : Adsum Styles
Created on : Aug 21, 2013, 4:56:49 PM
Author : Chris Vogt <cjv@sedonaconference.org>
*/
body {
background: url('../img/pattern/square_bg.png') repeat #fefefe;
}
.navbar-inverse .navbar-inner {
background-color: #563d7c;
background-image: none;
}
.navbar-inverse... | /*
Document : Adsum Styles
Created on : Aug 21, 2013, 4:56:49 PM
Author : Chris Vogt <cjv@sedonaconference.org>
*/
body {
background: url('../img/pattern/square_bg.png') repeat #fefefe;
}
.navbar-inverse .navbar-inner {
background-color: #563d7c;
background-image: none;
}
.navbar-inverse... |
Add a new css file for this page | @media (min-width: 768px) {
.emission-docs-masthead {
height: 100%;
margin: 0;
padding: 80px 0;
}
}
.emission-docs-masthead {
text-align: center;
height: 90vh;
position: relative;
pad... | |
Add some margins left & right for Chrome | .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
background-color: rgb(255, 119, 0);
}
a {
color: rgb(255, 119, 0);
}
a:hover {
color: rgb(255, 119, 0);
}
.container {
max-width: 500px
}
.hero-unit {
padding: 40px 40px 15px 40px
}
| .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
background-color: rgb(255, 119, 0);
}
a {
color: rgb(255, 119, 0);
}
a:hover {
color: rgb(255, 119, 0);
}
body {
margin: 0 30px;
}
.container {
max-width: 580px
}
.hero-unit {
padding: 40px 40px 15px 40px
}
|
Fix margin for top libraries block | html, body {
height: 100%;
}
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -30px;
padding: 0 0 30px;
}
#footer {
height: 30px;
background-color: #f5f5f5;
}
#wrap > .container {
padding: 64px 16px 0;
}
.form-repo {
max-width: 400px;
margin: 1em auto;
}
| html, body {
height: 100%;
}
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -30px;
padding: 0 0 30px;
}
#footer {
height: 30px;
background-color: #f5f5f5;
}
#wrap > .container {
padding: 64px 16px 0;
}
.top-libraries {
margin: 6em auto;
}
.form-repo {
max-widt... |
Use text-align:left instead of justify for a Readability view. | body {
font-family: PTSans-Caption;
font-size:44px;
padding:20px;
text-align:justify;
}
h1 {
font-family : PTSans-Bold;
font-size:64px;
margin-bottom:10px;
text-align:center;
}
h2 {
font-family:Helvetica;
font-size:12px;
color:#999;
padding-bottom:5px;
border-bottom... | body {
font-family: PTSans-Caption;
font-size:44px;
padding:20px;
text-align:left;
}
h1 {
font-family : PTSans-Bold;
font-size:64px;
margin-bottom:10px;
text-align:center;
}
h2 {
font-family:Helvetica;
font-size:12px;
color:#999;
padding-bottom:5px;
border-bottom:3p... |
Fix link color in footer | /**
* React Starter Kit (https://www.reactstarterkit.com/)
*
* Copyright © 2014-2016 Kriasoft, LLC. All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE.txt file in the root directory of this source tree.
*/
@import '../variables.css';
.root {
background: white;
... | /**
* React Starter Kit (https://www.reactstarterkit.com/)
*
* Copyright © 2014-2016 Kriasoft, LLC. All rights reserved.
*
* This source code is licensed under the MIT license found in the
* LICENSE.txt file in the root directory of this source tree.
*/
@import '../variables.css';
.root {
background: white;
... |
Reduce the blank zone at the top of each page | @font-face {
font-family: 'l-lt';
src: url('fonts/l-lt.eot');
src: url('fonts/l-lt.eot?#iefix') format('embedded-opentype'),
url('fonts/l-lt.woff') format('woff'),
url('fonts/l-lt.ttf') format('truetype'),
url('fonts/l-lt.svg#l-lt') format('svg');
font-weight: normal;
font... | @font-face {
font-family: 'l-lt';
src: url('fonts/l-lt.eot');
src: url('fonts/l-lt.eot?#iefix') format('embedded-opentype'),
url('fonts/l-lt.woff') format('woff'),
url('fonts/l-lt.ttf') format('truetype'),
url('fonts/l-lt.svg#l-lt') format('svg');
font-weight: normal;
font... |
Remove bold text from categories menu. | .menuWrapper{
top: 0;
width: 100%;
}
.whiteText{
color:white;
}
.headMenu{
display: block;
text-align: center;
padding-top: 0.5em;
padding-bottom: 0.5em;
font-size: 15px;
font-weight: 600;
}
.scrollMenu {
overflow: auto;
white-space: nowrap;
text-align: center;
font-size: medium;
}
.catIte... | .menuWrapper{
top: 0;
width: 100%;
}
.whiteText{
color:white;
}
.headMenu{
display: block;
text-align: center;
padding-top: 0.5em;
padding-bottom: 0.5em;
font-size: 15px;
font-weight: 600;
}
.scrollMenu {
overflow: auto;
white-space: nowrap;
text-align: center;
font-size: medium;
}
.catIte... |
Set cursor default on selected nav item | .logo {
margin-top: -4px;
font: 25px Courier New, Courier, monospace;
}
h2 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p.examples__summary {
margin: 0;
font-size: 16px;
}
.jumbotron {
padding-bottom: 30px;
}
.examples__summary-list {
margin: 0;
}
.examples__thumbnai... | .logo {
margin-top: -4px;
font: 25px Courier New, Courier, monospace;
}
h2 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
p.examples__summary {
margin: 0;
font-size: 16px;
}
.jumbotron {
padding-bottom: 30px;
}
.examples__summary-list {
margin: 0;
}
.examples__thumbnai... |
Redefine input type text style | /* Default entities style */
html, body {
height: 100%;
background: #433478;
-webkit-tap-highlight-color: rgba(0,0,0, 0);
-ms-user-select: none;
padding: 0;
margin: 0;
}
html {
font-size: 62.5%;
-webkit-perspective: 1000;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
*, *:before, *... | /* Default entities style */
html, body {
height: 100%;
background: #433478;
-webkit-tap-highlight-color: rgba(0,0,0, 0);
-ms-user-select: none;
padding: 0;
margin: 0;
}
html {
font-size: 62.5%;
-webkit-perspective: 1000;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
*, *:before, *... |
Set wrapper height and flex | @import url("../../../styles/base.css");
.header {
padding: 0 var(--padding);
h2 {
font-size: 1.5em;
}
}
.details {
padding: 0 var(--padding);
::-webkit-scrollbar {
width: 0px;
background: transparent;
}
.photoStrip {
flex: 1;
display: flex;
overflow: auto;
img {
margin: 0 1px;
}
}
}
.w... | @import url("../../../styles/base.css");
.header {
padding: 0 var(--padding);
h2 {
font-size: 1.5em;
}
}
.details {
padding: 0 var(--padding);
::-webkit-scrollbar {
width: 0px;
background: transparent;
}
.photoStrip {
flex: 1;
display: flex;
overflow: auto;
img {
margin: 0 1px;
}
}
}
.w... |
Remove reference to missing background | a {
color: #ccc;
text-decoration: none;
}
body, td {
color: #ddd;
font-family: Helvetica, Arial, sans-serif;
}
body {
background: #1d1d1d;
margin: 0;
padding: 0;
}
form {
margin: 0;
}
table {
border-collapse: collapse;
height: 100%;
}
td {
padding: 0 30px;
}
#left_col {
background-color: #000;
... | a {
color: #ccc;
text-decoration: none;
}
body, td {
color: #ddd;
font-family: Helvetica, Arial, sans-serif;
}
body {
background: #1d1d1d;
margin: 0;
padding: 0;
}
form {
margin: 0;
}
table {
border-collapse: collapse;
height: 100%;
}
td {
padding: 0 30px;
}
#left_col {
background-color: #000;
... |
Add CSS for account forms again | .input-group-addon {
width: 7em;
}
form {
margin: 0 auto;
width: 19em;
}
.center {
text-align: center;
margin: 0 auto;
}
.submit, .submit:hover {
margin: 0.75em 0;
width: 19em;
background-color: peachpuff;
} | |
Fix typo introduced during refactoring. | /* Ensure is left. */
.my-container {
color: red;
}
/* Ensure is prefixed as is not first selector. */
.my-container, p .my-container {
color: red;
}
| /* Ensure is left. */
.my-container {
color: red;
}
/* Ensure is prefixed as is not first selector. */
.my-container p .my-container {
color: red;
}
|
ADD WORD-WRAP TO ALL MESSAGES | body {
padding: 0px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
div.log-row {
}
div.message, div.timestamp {
font-size: 95%;
padding-top: 0.5em;
}
.label {
margin-right: 0.25em;
}
.label a {
color: #fff;
text-decoration: none;
}
div.labels .label {
float: left;... | body {
padding: 0px;
font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}
a {
color: #00B7FF;
}
div.log-row {
}
div.message, div.timestamp {
font-size: 95%;
padding-top: 0.5em;
}
.label {
margin-right: 0.25em;
}
.label a {
color: #fff;
text-decoration: none;
}
div.labels .label {
float: left;... |
Make the preview images stand out a bit more clearly | html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}
| html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: #f5f5f5;
}
img.img-responsive {
box-shadow: 0 0 1px... |
Fix positioning of modal overlay | .modal {
text-align: center;
background-color: white;
width: 300px;
padding: 20px;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%)
}
.modalOverlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: rgba(84, 82,... | .modal {
text-align: center;
background-color: white;
width: 300px;
padding: 20px;
position: absolute;
top: 50%;
left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%)
}
.modalOverlay {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background-color: rgba(84, 82, 19... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.