Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Make docs titles a bit smaller. | body {
font-family:verdana, Helvetica;
font-size:11px;
width: 500px;
margin-left:auto;
margin-right:auto;
text-align: justify;
}
a { color:black; }
a:visited { color:black; }
h1 { font-size: 55px; font-weight:normal; margin-top:0; padding:0; display:inline;
letter-spacing: 1px; }
h2 { font-siz... | body {
font-family:verdana, Helvetica;
font-size:11px;
width: 500px;
margin-left:auto;
margin-right:auto;
text-align: justify;
}
a { color:black; }
a:visited { color:black; }
h1 { font-size: 55px; font-weight:normal; margin-top:0; padding:0; display:inline;
letter-spacing: 1px; }
h2 { font-siz... |
Revert "limited visualizer height to 25% of viewport height" | body {
font-family: "Roboto", sans-serif;
background-color: #3a4145;
color: white;
}
#streamCtrl {
z-index: 1;
padding: 20px;
position: fixed;
bottom: 0;
right: 0;
display: flex;
align-items: center;
}
.twitter-timeline {
max-width: 400px !important;
}
.main-content {
... | body {
font-family: "Roboto", sans-serif;
background-color: #3a4145;
color: white;
}
#streamCtrl {
z-index: 1;
padding: 20px;
position: fixed;
bottom: 0;
right: 0;
display: flex;
align-items: center;
}
.twitter-timeline {
max-width: 400px !important;
}
.main-content {
... |
Fix input css to apply only to text fields | body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
font-size: 1.5rem;
font-weight: bold;
}
p {
font-size: 1rem;
line-height: 1.5em;
}
input {
width: 8rem;
}
| body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h2 {
font-size: 1.5rem;
font-weight: bold;
}
p {
font-size: 1rem;
line-height: 1.5em;
}
input[type="text"] {
width: 8rem;
}
|
Add basic fonts and centering css | #graph-display {
text-align: center;
width: 100%;
}
#title {
font-family: Georgia, serif;
font-size: 30pt;
text-align: center;
margin-top: 45px;
margin-bottom: 50px;
}
#canvas-container {
width: 100%;
text-align: center;
}
#canvas {
display: inline;
} | |
Tweak spacing on the search box. | .ui-intertag-subinput {
width: 5px;
border: 1px #FFF;
border-radius:6px;
outline: none;
margin: 0px;
padding: 0px;
padding-top: 7px;
padding-bottom: 11px;
padding-left: 4px;
float: left;
}
.ui-tag {
padding: 4px;
padding-right: 20px;
margin-left: 4px;
background: ... | .ui-intertag-subinput {
width: 5px;
border: 1px #FFF;
border-radius:6px;
outline: none;
margin: 0px;
padding: 0px;
padding-top: 9px;
padding-bottom: 10px;
padding-left: 4px;
float: left;
}
.ui-tag {
padding: 4px;
padding-right: 20px;
margin-left: 4px;
background: ... |
Add a border to preview images so that it's obvious they're deliberately truncated | div.export-formats div {
float: left;
margin: 8px;
padding: 8px;
cursor: pointer;
}
div.export-formats img {
height: 150px;
width: 200px;
}
div.export-formats div.selected {
background-color: [[BUTTON_BG]];
color: [[BUTTON_TEXT]];
} | div.export-formats div {
float: left;
margin: 8px;
padding: 8px;
cursor: pointer;
}
div.export-formats img {
height: 150px;
width: 200px;
border: 1px solid [[PANEL_BORDER]];
}
div.export-formats div {
}
div.export-formats div.selected {
background-color: [[BUTTON_BG]];
color: [[BUTTON_TEXT]];
}
|
Use different color for citations | .reveal blockquote {
width: 85%;
}
.deemphasized-title {
color: rgba(220, 163, 163, 0.8);
font-size: 0.75em;
}
.reveal a {
color: orange;
}
.highlight {
color: lightblue;
}
cite {
color: lightgrey;
}
| .reveal blockquote {
width: 85%;
}
.deemphasized-title {
color: rgba(220, 163, 163, 0.8);
font-size: 0.75em;
}
.reveal a {
color: orange;
}
.highlight {
color: lightblue;
}
cite {
color: rgba(190, 228, 253, 0.67)
}
|
Add top padding to body | body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
| body {
margin: 0;
padding: 0;
padding-top: 5%;
font-family: sans-serif;
}
|
Make attribute names look a bit different form the values | fieldset {
padding: 0px;
}
fieldset legend {
cursor: pointer; cursor: hand;
}
fieldset legend:hover {
background: #eee;
}
#addattributesb {
margin-right: .2em;
}
table.attributes {
width: 100%;
margin: 0px;
border: 0px;
border-collapse: collapse;
}
table.attributes td.attrname {
text-align: right;
}
table.at... | fieldset {
padding: 0px;
}
fieldset legend {
cursor: pointer; cursor: hand;
}
fieldset legend:hover {
background: #eee;
}
#addattributesb {
margin-right: .2em;
}
table.attributes {
width: 100%;
margin: 0px;
border: 0px;
border-collapse: collapse;
}
table.attributes td.attrname {
text-align: right;
}
table.at... |
Make attribute names look a bit different form the values | fieldset {
padding: 0px;
}
fieldset legend {
cursor: pointer; cursor: hand;
}
fieldset legend:hover {
background: #eee;
}
#addattributesb {
margin-right: .2em;
}
table.attributes {
width: 100%;
margin: 0px;
border: 0px;
border-collapse: collapse;
}
table.attributes td.attrname {
text-align: right;
}
table.at... | fieldset {
padding: 0px;
}
fieldset legend {
cursor: pointer; cursor: hand;
}
fieldset legend:hover {
background: #eee;
}
#addattributesb {
margin-right: .2em;
}
table.attributes {
width: 100%;
margin: 0px;
border: 0px;
border-collapse: collapse;
}
table.attributes td.attrname {
text-align: right;
}
table.at... |
Allow messages to be marked as read on mobile | body {
overflow: hidden;
}
.message {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 170px;
font-weight: bold;
text-align: center;
font-family: georgia;
padding-top: 40px;
}
.message.unread {
background-color: red;
color: white
}
.message.read {
background-color: green;
color:... | body {
overflow: hidden;
}
.message {
cursor: pointer;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 170px;
font-weight: bold;
text-align: center;
font-family: georgia;
padding-top: 40px;
}
.message.unread {
background-color: red;
color: white
}
.message.read {
background-col... |
Add style to GPS 2.1 | body {
background-color: blue;
} | * {
box-sizing: border-box;
}
body {
background-color: #9FC5E8;
font-family: helvetica;
}
.column-1 {
width: 50%;
float:left;
padding: 10px;
}
.column-2 {
width: 50%;
float: left;
padding: 20px;
}
a:visited {
color: red;
}
a:link {
color: #0B5394;
}
header {
background-color: #608FBA;
}
footer {
clear: bot... |
Change the following colors 1 | html {
background-color: red;
color:#000080;
} | html {
background-color: #ffffff;
color:#000080;
}
a {
color: #800080;
}
a:visited {
color:#ff0000;
} |
Add background to loader, move to top-right corner | .zci--riffsy .tile__img--loader {
display: block;
width: 64px;
height: 40px;
position: absolute;
bottom: 0;
right: 0;
z-index: 100;
-moz-transform: scale(0.5, 0.5);
-ms-transform: scale(0.5, 0.5);
-webkit-transform: scale(0.5, 0.5);
transform: scale(0.5, 0.5);
-moz-anima... | .zci--riffsy .tile__img--loader {
display: block;
width: 64px;
height: 40px;
position: absolute;
top: 0;
right: 0;
z-index: 100;
background-color: rgba(0,0,0,0.5);
border-radius: 3px;
-moz-transform: scale(0.5, 0.5);
-ms-transform: scale(0.5, 0.5);
-webkit-transform: sca... |
Add disabled class to GSoC too. | /*//////////////////
Global styles
//////////////////*/
body {
background: url(../../../images/v2/gsoc/body-bg.png) repeat;
color: #000;
font: 13px/1.5em Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
img.alignright {
float: right;
padding: 0 0 5px 10px;
}
img.alignleft {
float: left;
padding: 0 1... | /*//////////////////
Global styles
//////////////////*/
body {
background: url(../../../images/v2/gsoc/body-bg.png) repeat;
color: #000;
font: 13px/1.5em Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
img.alignright {
float: right;
padding: 0 0 5px 10px;
}
img.alignleft {
float: left;
padding: 0 1... |
Change content exception table styling. | /*
Copyright (c) 2010 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.
*/
.exception-pattern {
-webkit-box-flex: 1;
-webkit-margin-end: 10px;
-webkit-margin-start: 14px;
}
.exception-setting {
-webkit-margin-end: 20px;... | /*
Copyright (c) 2010 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.
*/
.exception-pattern {
-webkit-box-flex: 1;
-webkit-margin-end: 10px;
-webkit-margin-start: 14px;
}
.exception-setting {
display: inline-block;
... |
Make the CodeMirror editor fill ot-editor | ot-editor {
border: 1px solid grey;
display: block;
padding: 5px;
}
ot-editor .opentok-editor-mode-select {
float: right;
}
ot-editor .opentok-editor-connecting {
width: 100%;
text-align: center;
position: absolute;
top: 10%;
} | ot-editor {
border: 1px solid grey;
display: block;
padding: 5px;
}
ot-editor .opentok-editor-mode-select {
float: right;
}
ot-editor .opentok-editor-connecting {
width: 100%;
text-align: center;
position: absolute;
top: 10%;
}
ot-editor div.opentok-editor, ot-editor .CodeMirror {
... |
Add missing ITCSS placeholder layers | /*! supple v0.0.1 | MIT License | github.com/supple-css */
/* =========================================================================
Supple
In-browser CSS framework; Fluid, Variable, supple if you will
========================================================================= */
/* Settings
======... | /*! supple v0.0.1 | MIT License | github.com/supple-css */
/* =========================================================================
Supple
In-browser CSS framework; Fluid, Variable, supple if you will
========================================================================= */
/* Settings
======... |
Add more padding on captions | * {
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
}
.main-container {
padding-top: 20px;
padding-bottom: 20px;
width: 600px;
margin: 0 auto;
}
.header-container, .video-container, .video_control-container {
margin: 10px 0;
text-align: center;
}
.transcription-container {
mar... | * {
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important;
}
.main-container {
padding-top: 20px;
padding-bottom: 20px;
width: 600px;
margin: 0 auto;
}
.header-container, .video-container, .video_control-container {
margin: 10px 0;
text-align: center;
}
.transcription-container {
mar... |
Add simple CSS file to test preprocessors | /* custom properties */
/* custom selectors */
/* usage */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000000;
color: rgba(0, 0, 0, 0.9);
}
| |
Make classes in parent-child view blue, to look more like links. | .node circle {
cursor: pointer;
fill: #fff;
stroke: steelblue;
stroke-width: 1.5px;
}
.node text {
font-size: 11px;
color:rgb(9,120,161);
}
path.link {
fill: none;
stroke: #ccc;
stroke-width: 1.5px;
} | .node circle {
cursor: pointer;
fill: #fff;
stroke: steelblue;
stroke-width: 1.5px;
}
.node text {
font-size: 11px;
fill:rgb(9,120,161);
}
path.link {
fill: none;
stroke: #ccc;
stroke-width: 1.5px;
} |
Add some space around the body | section {
border-top: 1px solid #e5e5e5;
padding: 18px;
}
| body {
margin: 20px;
}
section {
border-top: 1px solid #e5e5e5;
padding: 18px;
}
|
Change the link color to white | #project1, #project2, #project3 {
display: none;
}
body {
background: url("https://images.unsplash.com/photo-1483205464475-6204a96e1ef3?dpr=1&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=");
background-repeat: no-repeat;
background-attachment: fixed;
}
.wrap {
margin: auto;
width: 50%;
... | #project1, #project2, #project3 {
display: none;
}
body {
background: url("https://images.unsplash.com/photo-1483205464475-6204a96e1ef3?dpr=1&auto=format&fit=crop&w=1500&h=1000&q=80&cs=tinysrgb&crop=");
background-repeat: no-repeat;
background-attachment: fixed;
}
.wrap {
margin: auto;
width: 50%;
... |
Remove padding because it doesn't work everywhere | /* Global */
html {
font-family: 'Times New Romain';
}
#m-muh_container, footer, header {
clear: both;
margin: 0 auto;
width: 960px;
}
header, footer {
display: block;
list-style-type: none;
list-style: none;
}
.left {
float: left;
width: 50%;
}
header .right ul {
margin-top: 2em... | /* Global */
html {
font-family: 'Times New Romain';
}
#m-muh_container, footer, header {
clear: both;
margin: 0 auto;
width: 960px;
}
header, footer {
display: block;
list-style-type: none;
list-style: none;
}
.left {
float: left;
width: 50%;
}
header .right ul {
margin-top: 2em... |
Set minimum width for html body so code sections don't require scroll bars. | @import url("./sphinxdoc.css");
body {
background-color: #E5E2E2;
}
div.sphinxsidebar h4, div.sphinxsidebar h3 {
background-color: #2F83C8;
}
h1 {
color: #2F83C8;
}
div.footer {
background-color: #CEC890;
}
div.body {
background-color: white;
}
| @import url("./sphinxdoc.css");
body {
background-color: #E5E2E2;
min-width: 70em;
}
div.sphinxsidebar h4, div.sphinxsidebar h3 {
background-color: #2F83C8;
}
h1 {
color: #2F83C8;
}
div.footer {
background-color: #CEC890;
}
div.body {
background-color: white;
}
|
Fix some style issues in the docs | div.document {
width: 1040px;
}
code.descname {
color: #4885ed;
}
| div.document {
width: 1040px;
}
code.descname {
color: #4885ed;
}
th.field-name {
min-width: 100px;
color: #3cba54;
}
|
Add float:left on img; reformat CSS | * {
font-family:sans-serif;
}
body {
text-align:center;
padding:1em;
}
.messages {
width:100%;
max-width:700px;
text-align:left;
display:inline-block;
}
.messages img {
background-color:rgb(248,244,240);
width:36px;
height:36px;
border-radius:0.2em;
display:inline-block;
... | * {
font-family: sans-serif;
}
body {
text-align: center;
padding: 1em;
}
.messages {
width: 100%;
max-width: 700px;
text-align: left;
display: inline-block;
}
.messages img {
background-color: rgb(248, 244, 240);
width: 36px;
height: 36px;
border-radius: 0.2em;
displa... |
Use CSS to hide by default. | .spoilers-body {
border: 1px dashed #000;
background-color: #EEE;
padding: 3px;
}
.spoilers-button-container {
padding: 1px 0;
}
.spoilers-button {
background: #AAA;
background: -moz-linear-gradient(top, #EEE, #AAA);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #EEE), color-stop(100%, #AA... | .spoilers-body {
border: 1px dashed #000;
background-color: #EEE;
padding: 3px;
display: none;
}
.spoilers-button-container {
padding: 1px 0;
}
.spoilers-button {
background: #AAA;
background: -moz-linear-gradient(top, #EEE, #AAA);
background: -webkit-gradient(left top, left bottom, color-stop(0%, #EEE), colo... |
Set content max-width to prevent really long lines |
#sidebar {
position: absolute;
z-index: 1;
top: 0;
left: 0;
bottom: 0;
padding: 2em 0.5em 0 0.5em;
width: 11em;
}
#content {
position: relative;
padding: 0 0 0 11em;
font-family: verdana;
color: #40494d;
}
ul {
font-family: sans-serif;
font-size: 95%;
list-styl... |
#sidebar {
position: absolute;
z-index: 1;
top: 0;
left: 0;
bottom: 0;
padding: 2em 0.5em 0 0.5em;
width: 11em;
}
#content {
position: relative;
padding: 0 0 0 11em;
font-family: verdana;
color: #40494d;
max-width: 60em;
}
ul {
font-family: sans-serif;
font-siz... |
Fix in theaters movies display | .description {
color: #fff;
text-shadow: 1px 1px 0 #000;
padding-left: 15px;
/* padding-bottom: 10px; */
}
.sticker-cast {
padding-left: 15px;
color: #fff;
text-shadow: 1px 1px 0 #000;
}
.no-space {
padding: 0 0 0 0;
margin: 0 0 0 0;
}
.sticker {
display: inline-block;
background-size: cover;
margin-bot... | .description {
color: #fff;
text-shadow: 1px 1px 0 #000;
padding-left: 15px;
/* padding-bottom: 10px; */
}
.sticker-cast {
padding-left: 15px;
color: #fff;
text-shadow: 1px 1px 0 #000;
}
.no-space {
padding: 0 0 0 0;
margin: 0 0 0 0;
}
.sticker {
display: inline-block;
background-size: cover;
margin-bott... |
Add max-height to child actions | /*nanny styles*/
.content{
background-color: #fff;
padding: 1px 20px 0 20px;
}
.content h4{
color: #8dc63f;
font-weight: bold;
}
.info{
min-height: 20px;
max-height: 150px;
overflow-y: auto;
padding: 19px;
margin-bottom: 20px;
}
.dotted-line{
height: 15px;
border-bottom-style: dotted;
border-bottom... | /*nanny styles*/
.content{
background-color: #fff;
padding: 1px 20px 0 20px;
}
.content h4{
color: #8dc63f;
font-weight: bold;
}
.info{
min-height: 20px;
max-height: 150px;
overflow-y: auto;
padding: 19px;
margin-bottom: 20px;
}
.dotted-line{
height: 15px;
border-bottom-style: dotted;
border-bottom... |
Use a specific selector for styling the tooltips | .graph {
width: 550px;
height: 362px;
}
.splash {
padding-top: 56px;
padding-bottom: 72px;
position: relative;
}
.splash h1 {
text-align: center;
font-size: 80px;
letter-spacing: -1px;
line-height: 1;
margin-bottom: 18px;
}
.splash p {
margin-left: 5%;
margin-right: 5... | .graph {
width: 550px;
height: 362px;
}
.splash {
padding-top: 56px;
padding-bottom: 72px;
position: relative;
}
.splash h1 {
text-align: center;
font-size: 80px;
letter-spacing: -1px;
line-height: 1;
margin-bottom: 18px;
}
.splash p {
margin-left: 5%;
margin-right: 5... |
Make the separation line between the navigation bar and the doc area much thinner. | /* ROOT doxygen HTML_EXTRA_STYLESHEET */
div.contents {
max-width: 100em;
margin-right: 5em;
margin-left: 5em;
} | /* ROOT doxygen HTML_EXTRA_STYLESHEET */
div.contents {
max-width: 100em;
margin-right: 5em;
margin-left: 5em;
}
.ui-resizable-e {
background-image:url("splitbar.png");
background-size:100%;
background-repeat:repeat-y;
background-attachment: scroll;
cursor:ew-resize;
height:100%;
right:0;
... |
Set height and position of toggle buttons |
body {
font-size: 1.2rem;
font-family: Arial;
background-color: #555;
padding-top: 20px;
position: relative;
}
#container {
display: flex;
justify-content: space-around;
}
.column {
width: 45%;
position: relative;
}
#sourceTA {
width: 100%;
font-size: 1.2rem;
font-family: Arial;
p... |
body {
font-size: 1.2rem;
font-family: Arial;
background-color: #555;
padding-top: 30px;
position: relative;
}
#container {
display: flex;
justify-content: space-around;
}
.column {
width: 45%;
position: relative;
}
#sourceTA {
width: 100%;
font-size: 1.2rem;
font-family: Arial;
p... |
Add a margin to the mentor tags to give them some separation. | body {
padding-top: 50px;
padding-bottom: 20px;
}
img.avatar-small {
width: 24px;
height: 24px;
}
img.avatar-medium {
width: 48px;
height: 48px;
}
.mentor-label {
display: inline-block;
}
| body {
padding-top: 50px;
padding-bottom: 20px;
}
img.avatar-small {
width: 24px;
height: 24px;
}
img.avatar-medium {
width: 48px;
height: 48px;
}
.mentor-label {
display: inline-block;
margin-right: 3px;
}
|
Make the Community page a bit wider | main > section > div > * {
max-width: 120rem;
}
#communitiesdiscover {
padding: 0.25rem;
}
| main > section > div > * {
max-width: 130rem;
}
#communitiesdiscover {
padding: 0.25rem;
}
|
Improve LiveValidation styling: size, colors, position | .LV_validation_message{
font-weight:bold;
margin:0 0 0 5px;
}
.LV_valid {
color:#00CC00;
}
.LV_invalid {
color:#CC0000;
}
| .LV_validation_message{
font-size: 0.8em;
line-height: 1.8em;
margin: 0 0 0 0.5em;
position: absolute;
}
.LV_valid {
color: #008000;
}
.LV_invalid {
color: #CC3333;
}
|
Use a compact version of the colour code | /*
===============================================================================
Ruby syntax highlighting support for Chili. This is based on the efforts of
Dan Webb and Shelly Fisher in the CodeHighlighter JS library. Please see
http://svn.danwebb.net/external/CodeHighlighter/ for more details.
-------------------... | /*
===============================================================================
Ruby syntax highlighting support for Chili. This is based on the efforts of
Dan Webb and Shelly Fisher in the CodeHighlighter JS library. Please see
http://svn.danwebb.net/external/CodeHighlighter/ for more details.
-------------------... |
Add a border radius for FAQ images | .faq-page {
text-align: center;
}
.faq-page h3 {
color: #82b1ed;
}
.faq-page strong {
font-size: 16px;
display: block;
margin-bottom: 3px;
}
.faq-page p {
text-align: left;
margin-bottom: 30px;
}
.faq-page em {
display: block;
width: 100%;
text-align: center;
font-size: 12px;
}
.faq-page img ... | .faq-page {
text-align: center;
}
.faq-page h3 {
color: #82b1ed;
}
.faq-page strong {
font-size: 16px;
display: block;
margin-bottom: 3px;
}
.faq-page p {
text-align: left;
margin-bottom: 30px;
}
.faq-page em {
display: block;
width: 100%;
text-align: center;
font-size: 12px;
}
.faq-page img ... |
Load the minimized YAML core file | /**
* "Yet Another Multicolumn Layout" - YAML CSS Framework
*
* central stylesheet - layout example "flexible-grids"
*
* @copyright Copyright 2005-2012, Dirk Jesse
* @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
* YAML-CDL (http://www.yaml.de/license.html... | /**
* "Yet Another Multicolumn Layout" - YAML CSS Framework
*
* central stylesheet - layout example "flexible-grids"
*
* @copyright Copyright 2005-2012, Dirk Jesse
* @license CC-BY 2.0 (http://creativecommons.org/licenses/by/2.0/),
* YAML-CDL (http://www.yaml.de/license.html... |
Add literal and number general highlighting | h1,h2,h3,h4,h5,h6{color:#000;color:rgba(0,0,0,.9)}.highlight,pre{background:#212121;color:#f5f5f5}.highlight .string,pre .string{color:#ffeb3b}.highlight .comment,pre .comment{color:#727272}.highlight .keyword,pre .keyword{color:#ff4081}.highlight .built_in,pre .built_in{color:#00bcd4}.highlight.bash .shebang,pre.bash ... | h1,h2,h3,h4,h5,h6{color:#000;color:rgba(0,0,0,.9)}.highlight,pre{background:#212121;color:#f5f5f5}.highlight .string,pre .string{color:#ffeb3b}.highlight .comment,pre .comment{color:#727272}.highlight .keyword,pre .keyword{color:#ff4081}.highlight .built_in,pre .built_in{color:#00bcd4}.highlight .number,.literal,pre .n... |
Apply CSS patch for original content | /* JMA tweak */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.jma.go.jp") {
/* Common */
#main, table.forecast { width: 850px !important; }
#others td:first-of-type { float: left !important; white-space: nowrap !important; }
#yjsearch { display: none !important; }
#header_link {... | /* JMA tweak */
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("www.jma.go.jp") {
/* Common */
#main, table.forecast { width: 850px !important; }
#yjsearch { display: none !important; }
#header_link { float: right !important; width: 28em !important; }
/* Bug fix */
#others { width:... |
Move CSS into it's own file | @media (min-width: 979px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
display: block;
}
}
#header {
background-image: url('http://xerobid.com/wp-content/uploads/2014/09/Minecraft-Nature-Gallery-HD-Wallpaper.jpg');
background-size: cover;
text-align: center;
}
.threeD {
font-family: Arial, ... | |
Revert "Avoid scrollbars on blockquote when not necessary" | .comment-body blockquote,
.comment-body pre {
position: relative; /* OctoLinker compat: attach the purple balls to the scroll */
max-height: 30.5em;
overflow-y: auto;
/* Avoids unnecessary scrollbars in some cases #3012 */
padding-top: 0.1em;
padding-bottom: 0.1em;
}
/* A tiny scroll bar appears when the last p... | .comment-body blockquote,
.comment-body pre {
position: relative; /* OctoLinker compat: attach the purple balls to the scroll */
max-height: 30.5em;
overflow-y: auto;
}
/* A tiny scroll bar appears when the last paragraph of a quote contains an Emoji */
.comment-body blockquote > :last-child g-emoji {
line-height:... |
Rename classes to avoid overlap. | .wrapper {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.title {
font-size: 7em;
}
.login {
text-align: center;
padding-top: 5em;
}
.login-button {
font-size: 2em;
text-align: center;
}
| .home-wrapper {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.home-title {
font-size: 7em;
}
.login-button {
text-align: center;
padding-top: 5em;
}
|
Apply to td under tr | tr.clickableRow { cursor: pointer; }
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th, td.row-selected {
background-color: #550055;
color:#eeeeee;
}
| tr.clickableRow { cursor: pointer; }
.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th, .row-selected>td {
background-color: #550055;
color:#eeeeee;
}
|
Make both messages sea green | #turn {
color: grey;
}
#invalid-square {
color: orange;
}
#title {
text-align: center;
font-family: helvetica, arial, sans-serif;
background: linear-gradient(90deg, white 50%, black 50%);
}
canvas {
display : block;
margin : auto;
}
#box1 {
padding: 30px;
margin-left: 27px;
... | #invalid-square, #turn {
color: darkseagreen;
}
#title {
text-align: center;
font-family: helvetica, arial, sans-serif;
background: linear-gradient(90deg, white 50%, black 50%);
}
canvas {
display : block;
margin : auto;
}
#box1 {
padding: 30px;
margin-left: 27px;
color: green;
... |
Set css indent to 2. |
body {
padding-top: 65px;
background-image: url(http://www.lafeens.com/wp-content/uploads/2012/12/donuts_background-e1355174695278.jpg);
background-size: cover;
padding: 20px;
}
#footer {
width: 100%;
display: table;
text-align: center;
background-color: orange;
//background-color:... | body {
padding-top: 65px;
background-image: url(http://www.lafeens.com/wp-content/uploads/2012/12/donuts_background-e1355174695278.jpg);
background-size: cover;
padding: 20px;
}
#footer {
width: 100%;
display: table;
text-align: center;
background-color: orange;
}
#copyright {
padding: 15px;
}
.mes... |
Update for leading zero color code values. | /* Bad CSS */
.selector, .selector-secondary, .selector[type=text] {
padding:15px;
margin:0px 0px 15px;
background-color:rgba(0, 0, 0, 0.5);
box-shadow:0px 1px 2px #CCC,inset 0 1px 0 #FFFFFF
}
/* Good CSS */
.selector,
.selector-secondary,
.selector[type="text"] {
padding: 15px;
margin-bottom: 15px;
back... | /* Bad CSS */
.selector, .selector-secondary, .selector[type=text] {
padding:15px;
margin:0px 0px 15px;
background-color:rgba(0, 0, 0, .5);
box-shadow:0px 1px 2px #CCC,inset 0 1px 0 #FFFFFF
}
/* Good CSS */
.selector,
.selector-secondary,
.selector[type="text"] {
padding: 15px;
margin-bottom: 15px;
backg... |
Revert "Fix chosen selects from rendering in front of header" | .modal-open {
/* needed for iOS to not zoom in when modals are opened */
overflow-y: auto;
}
input[type=text] {
width: 100%;
}
textarea {
width: 100%;
}
#encodedInput {
font-family: monospace;
}
pre {
white-space: all;
word-break: normal;
}
.fixed {
position: fixed;
width: 100%;
width: calc(100% - 30px);
bac... | .modal-open {
/* needed for iOS to not zoom in when modals are opened */
overflow-y: auto;
}
input[type=text] {
width: 100%;
}
textarea {
width: 100%;
}
#encodedInput {
font-family: monospace;
}
pre {
white-space: all;
word-break: normal;
}
.fixed {
position: fixed;
width: 100%;
width: calc(100% - 30px);
bac... |
Add support for BIG screens (1600+) | .glyphicon-pencil, .glyphicon-trash {
color:white;
}
.glyphicon-ok {
color:green;
font-size:150%;
}
.glyphicon-remove {
color:red;
font-size:150%;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
vertical-align:middle;
}
.... | .glyphicon-pencil, .glyphicon-trash {
color:white;
}
.glyphicon-ok {
color:green;
font-size:150%;
}
.glyphicon-remove {
color:red;
font-size:150%;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
vertical-align:middle;
}
.... |
Change the background of the coverage maps to match the standard light blue. | .select { margin: 0px; }
body {
bgcolor : #999999;
background= 'images/backstripes.gif';
padding-top : 0;
padding-right : 0;
padding-bottom : 0;
padding-left : 0;
border-top-width : 0;
border-right-width : 0;
border-bottom-width : 0px;
border-left-width : 0;
margin : 0;
}
#queries a{
color: inherit;
}
a.n... | .select { margin: 0px; }
body {
bgcolor : #999999;
background= 'images/backstripes.gif';
padding-top : 0;
padding-right : 0;
padding-bottom : 0;
padding-left : 0;
border-top-width : 0;
border-right-width : 0;
border-bottom-width : 0px;
border-left-width : 0;
margin : 0;
}
#queries a{
color: inherit;
}
a.n... |
Set right fxml and link with methode for a button | /*
* Empty Stylesheet file.
*/
.mainFxmlClass {
background-color: lightgreen;
}
.Button {
background-color: orange;
}
| /*
* Empty Stylesheet file.
*/
.mainFxmlClass {
background-color: lightgreen;
}
.Button {
background-color: orange;
}
|
Fix analysis view not scrolling. | /* Copyright (c) 2013 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.
*/
.analysis-view {
background-color: white;
display: -webkit-flex;
}
.analysis-view.viewing-old-style-analysis {
overflow: auto;
}
.analysis... | /* Copyright (c) 2013 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.
*/
.analysis-view {
background-color: white;
display: -webkit-flex;
overflow: auto;
}
.analysis-view.viewing-old-style-analysis {
overflow: ... |
Remove legacy commented out CSS | body {
margin-top: 4em;
}
#button-header {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
padding-bottom: 3px;
padding-left: 3px;
/* height: 3em;*/
background-color: #aaaaaa;
border-bottom: 1px solid #888888;
overflow: hidden;
}
.hidden {
display: none;
}
#message-h... | body {
margin-top: 4em;
}
#button-header {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
padding-bottom: 3px;
padding-left: 3px;
background-color: #aaaaaa;
border-bottom: 1px solid #888888;
overflow: hidden;
}
.hidden {
display: none;
}
#message-header {
display: n... |
Change absolute to fixed position | div.context-menu {
position : absolute;
border: 1px solid #A4BED4;
background-color: #D9EAFF;
min-width : 100px;
padding: 5px 0;
box-shadow : 2px 2px 4px #444;
display : inline-block;
}
div.context-menu-item {
padding : 0 5px;
line-height : 1.5em;
cursor : pointer;
}
div.context-menu-item:hover {
backgroun... | div.context-menu {
position : fixed;
border: 1px solid #A4BED4;
background-color: #D9EAFF;
min-width : 100px;
padding: 5px 0;
box-shadow : 2px 2px 4px #444;
display : inline-block;
z-index : 10002;
}
div.context-menu-item {
padding : 0 5px;
line-height : 1.5em;
cursor : pointer;
}
div.context-menu-item:hov... |
Set a Texture component position to relative. | :root {
--input-padding: 4px;
--negative-input-padding: -4px;
--input-border-radius: 5px;
--input-default-border: 2px solid transparent;
--input-focus-border: 2px solid #A8D0FF;
}
.sc-texture {
height: 100%;
}
.sc-texture .emphasis, .sc-texture em, .sc-texture i:not(.fa) {
font-style: italic;
}
.sc-t... | :root {
--input-padding: 4px;
--negative-input-padding: -4px;
--input-border-radius: 5px;
--input-default-border: 2px solid transparent;
--input-focus-border: 2px solid #A8D0FF;
}
.sc-texture {
height: 100%;
position: relative;
}
.sc-texture .emphasis, .sc-texture em, .sc-texture i:not(.fa) {
font-s... |
Add dist/ folder with compiled version | a,ins{text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html... | |
Fix some styling in chrome | /* top of the page */
.header-row {
margin-bottom: 50px;
}
.header-row > div {
margin-top: 20px;
}
.logo {
display: block;
float: left;
margin-top: 10px;
}
.header-row .alert {
margin-bottom: 0;
}
.visualizations {
text-align: center;
}
#total-votes {
display: block;
margin: 0 auto;
max-width: 300... | /* top of the page */
.header-row {
margin-bottom: 50px;
}
.header-row > div {
margin-top: 20px;
}
.logo {
display: block;
float: left;
margin-top: 10px;
}
.header-row .alert {
margin-bottom: 0;
}
.visualizations {
text-align: center;
}
#total-votes {
display: block;
margin: 0 auto;
max-width: 300... |
Fix covered FAB issue when uniformly sizing cards | #input-container {
margin-bottom: 1vh;
margin-top: 5vh;
} | #input-container {
margin-bottom: 1vh;
margin-top: 5vh;
}
.card-fab {
position: relative;
z-index: 1;
} |
Add CSS for embed video | /* Back to top button style */
.back-to-top {
cursor: pointer;
position: fixed;
bottom: 20px;
right: 20px;
display:none;
}
/* SkCode TO.DO list */
.task_done {
text-decoration: line-through;
list-style-type: none;
}
.task_done p:before {
font-family: FontAwesome;
content:'\f046'... | /* Back to top button style */
.back-to-top {
cursor: pointer;
position: fixed;
bottom: 20px;
right: 20px;
display:none;
}
/* SkCode TO.DO list */
.task_done {
text-decoration: line-through;
list-style-type: none;
}
.task_done p:before {
font-family: FontAwesome;
content:'\f046'... |
Remove unused max-width for the about page | @import '../../css/Main.css';
.textual {
max-width: var(--mainWidth);
margin: 0 auto;
& p, & li {
font-size: 1.25rem;
line-height: 1.4;
}
}
| @import '../../css/Main.css';
.textual {
margin: 0 auto;
& p, & li {
font-size: 1.25rem;
line-height: 1.4;
}
}
|
Add CSS to tweak reveal.js defaults | .reveal th {
font-weight : bold;
text-align : left;
padding : 0.1em 0.5em 0.1em 0.5em; /*top right bottom left */
border-top : 1px solid;
border-right : 1px solid transparent;
border-bottom : 1px solid;
border-left : 1px solid transparent;
}
.reveal td {
text-align: lef... | |
Add more top/bottom spacing for All/Unhealthy buttons | h2.job_header {
font-size: 20px;
font-weight: bold;
cursor: pointer;
}
h2.danger a {
color: rgb(242, 65, 65);
}
div#showTargets .btn {
border-radius: 0px;
}
.table-container button.targets {
padding: 0.3em;
font-size: 0.6em;
border-radius: 0;
font-weight: 400;
}
.table-container ... | h2.job_header {
font-size: 20px;
font-weight: bold;
cursor: pointer;
}
h2.danger a {
color: rgb(242, 65, 65);
}
div#showTargets .btn {
border-radius: 0px;
margin-top: 10px;
margin-bottom: 15px;
}
.table-container button.targets {
padding: 0.3em;
font-size: 0.6em;
border-radius... |
Remove ugly margin in navbar | body{
padding-bottom: 20px;
padding-top: 20px;
}
.footer{
padding-top: 20px;
padding-bottom: 20px;
margin-top: 40px;
border-top: 1px solid #eee;
}
.navbar{
margin-bottom: 20px;
}
.language-buttom{
background-color: transparent;
text-decoration: underline;
border: none;
cursor: pointer;
}
| body{
padding-bottom: 20px;
padding-top: 20px;
}
.footer{
padding-top: 20px;
padding-bottom: 20px;
margin-top: 40px;
border-top: 1px solid #eee;
}
.navbar{
margin-bottom: 20px;
}
.language-buttom{
background-color: transparent;
text-decoration: underline;
border: none;
cursor: pointer;
}
/* https://github.c... |
Make accordion cards look better | .ui.styled.accordion .content {
padding: 0;
}
| .ui.styled.accordion .content {
padding: 0;
}
.ui.styled.accordion .card {
margin: 0 !important;
border-radius: 0 !important;
box-shadow: 0 1px 1px 0 #D4D4D5, 0 0 0 1px #D4D4D5;
transform: 0;
}
.ui.styled.accordion .card:hover {
box-shadow: 0 1px 1px 0 #BCBDBD, 0 0 0 1px #D4D4D5;
transform: none;
}
|
Fix bad unit in CSS. | #editor {
width: 800px;
background-color: #D8D8D8;
margin-left: auto;
margin-right: auto;
padding: 12px;
}
#scene {
display: block;
}
.gauge-box {
display: flex;
justify-content: space-between;
}
.gauge.start {
align-self: flex-start;
}
.gauge.end {
align-self: flex-end;
}
table.gauge {
displ... | #editor {
width: 800px;
background-color: #D8D8D8;
margin-left: auto;
margin-right: auto;
padding: 12px;
}
#scene {
display: block;
}
.gauge-box {
display: flex;
justify-content: space-between;
}
.gauge.start {
align-self: flex-start;
}
.gauge.end {
align-self: flex-end;
}
table.gauge {
displ... |
Update theme version and theme uri | /*
Theme Name: De Gröna 15
Theme URI: http://elsa.ypcs.fi
Github Theme URI: https://github.com/VihreatDeGrona/degrona15
Description: De Gröna 15 is a WordPress theme based on FoundationPress
Version: 0.0.1
Author: Janne Saarela
Author URI: http://jannejuhani.net
... | /*
Theme Name: De Gröna 15
Theme URI: http://degrona.ypcs.fi/wordpress/
Github Theme URI: https://github.com/VihreatDeGrona/degrona15
Description: De Gröna 15 is a WordPress theme based on FoundationPress
Version: 0.1.0
Author: Janne Saarela
Author URI: http://ja... |
Update row and cell borders to make look a bit better | body {
font-family: "Roboto", sans-serif;
font-size: 16px;
}
.days-table div {
width: 6rem;
text-align: center;
padding-bottom: 0.3rem;
}
.days-table div:nth-child(2) {
border-bottom: thin solid #999;
}
.days-table .description img {
margin-left: auto;
margin-right: auto;
display: block;
}
tbody td:fi... | body {
font-family: "Roboto", sans-serif;
font-size: 16px;
}
tbody td:first-child {
font-weight: bold;
}
@media only screen and (max-width: 760px) {
table {
width:100%;
}
thead {
display: none;
}
tbody tr {
border-bottom: thin solid rgba(0,0,0,.12);
}
tbody td {
border: 0 !imp... |
Remove icon padding from OK message. | body {
font-family: "Gill Sans", sans-serif;
margin: 0;
padding: 0;
width: 100%;
text-align: center;
}
#body {
margin: 0 auto 0 auto;
padding: 10px 0 0 0;
width: 640px;
text-align: left;
}
th {
text-align: left;
padding-right: 10px;
vertical-align: top;
}
table table {
border-collapse: collap... | body {
font-family: "Gill Sans", sans-serif;
margin: 0;
padding: 0;
width: 100%;
text-align: center;
}
#body {
margin: 0 auto 0 auto;
padding: 10px 0 0 0;
width: 640px;
text-align: left;
}
th {
text-align: left;
padding-right: 10px;
vertical-align: top;
}
table table {
border-collapse: collap... |
Fix Dialog CSS overflow auto to aui-wdiget-bd | .aui-dialog {
}
.aui-dialog .aui-icon-loading {
margin: 0 auto;
}
.aui-dialog .aui-widget-hd {
color: #333333;
cursor: move;
font-size: 15px;
font-weight: bold;
padding: 8px 10px;
}
.aui-dialog .aui-widget-bd {
border: 1px solid #ccc;
border-color: transparent #999 #999 #bbb;
padding: 10px;
background: #f... | .aui-dialog {
}
.aui-dialog .aui-icon-loading {
margin: 0 auto;
}
.aui-dialog .aui-widget-hd {
color: #333333;
cursor: move;
font-size: 15px;
font-weight: bold;
padding: 8px 10px;
}
.aui-dialog .aui-widget-bd {
border: 1px solid #ccc;
border-color: transparent #999 #999 #bbb;
padding: 10px;
background: #f... |
Align nav bar text to the right | html {
background-color: white;
color: black;
}
body {
font-family: Helvetica;
color: black;}
header {
background: white;
color: black;
}
nav ul {
text-align: right;
display: inline-block
}
nav li {
display: inline-block;
color: black;
}
a h1 h3 p hr {
color: black;
}
| html {
background-color: white;
color: black;
}
body {
font-family: Helvetica;
color: black;}
header {
background: white;
color: black;
}
nav ul {
display: inline-block
}
nav li {
text-align: right;
display: inline-block;
color: black;
}
a h1 h3 p hr {
color: black;
}
|
Remove a commented css rule | .btn{
white-space: normal;
}
.brandButton {
background-color: Transparent;
border: none;
outline: none;
}
.answerbutton{
height: 5em;
}
/*.nav li[role='presentation'][class='active'] {
if we don't like the dark backgrounds on active navbar buttons ...
}*/
@media screen and (-webkit-min-device-... | .btn{
white-space: normal;
}
.brandButton {
background-color: Transparent;
border: none;
outline: none;
}
.answerbutton{
height: 5em;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
select,
textarea,
input {
font-size: 1.2em !important;
}
}
|
Edit padding css for toggle | #project1, #project2 {
display: none;
}
.toggle {
padding: 100px 50px;
}
| #project1, #project2 {
display: none;
}
.toggle {
padding: 100px 50px 100 px 50px;
}
|
Fix small UI bug w/ button click | /* Put buttons here */
.validation-button {
height: 70px;
background: white;
margin-right: 2px;
border-radius: 5px;
border-width: 2px;
border-color: lightgrey;
}
#validation-agree-button {
width: 243px;
}
#validation-disagree-button {
width: 243px;
}
#validation-not-sure-button {
... | /* Put buttons here */
.validation-button {
height: 70px;
background-color: white;
margin-right: 2px;
border-radius: 5px;
border-width: 2px;
border-color: lightgrey;
}
#validation-agree-button {
width: 243px;
}
#validation-disagree-button {
width: 243px;
}
#validation-not-sure-button ... |
Fix css to simplify layout | /*
* Follow css style guides as shown in the OSF developer documentation
* http://cosdev.readthedocs.org/en/latest/style_guides/html_css.html
*/
/* Section to replicate osf style, ignore until end of this section */
#navbarScope {
position: fixed;
width: 100%;
border-radius: 0;
}
/* End */
.prereg-con... | /*
* Follow css style guides as shown in the OSF developer documentation
* http://cosdev.readthedocs.org/en/latest/style_guides/html_css.html
*/
/* Section to replicate osf style, ignore until end of this section */
#navbarScope {
position: fixed;
width: 100%;
border-radius: 0;
}
/* End */
.prereg-con... |
Add 'menu-divider' for dividing menu section (experimental) | a:link, a:visited {
color: #333;
}
.active a, a:active, a:focus, a:hover {
color: #666fff !important;
}
.active a, a:active, a:focus {
background-color: #ffffff !important;
}
a:hover {
background-color: #f5f5f5 !important;
border-radius: 2px;
}
.nav-container {
border: #ddd solid 1px;
border-radius: 3... | a:link, a:visited {
color: #333;
}
.active a, a:active, a:focus, a:hover {
color: #666fff !important;
}
.active a, a:active, a:focus {
background-color: #ffffff !important;
}
a:hover {
background-color: #f5f5f5 !important;
border-radius: 2px;
}
.nav-container {
border: #ddd solid 1px;
border-radius: 3... |
Add overflow: none to .mw-echo-notification | .mw-echo-timestamp {
color: gray;
font-size: 9px;
}
.mw-echo-unread {
background-image: url(unread.png);
background-repeat: repeat-y;
background-position: top left;
}
div.mw-echo-timestamp {
text-align: right;
}
.mw-echo-title {
font-size: 13px;
font-weight: bold;
line-height: 12px;
}
.mw-echo-content {
f... | .mw-echo-timestamp {
color: gray;
font-size: 9px;
}
.mw-echo-unread {
background-image: url(unread.png);
background-repeat: repeat-y;
background-position: top left;
}
div.mw-echo-timestamp {
text-align: right;
}
.mw-echo-title {
font-size: 13px;
font-weight: bold;
line-height: 12px;
}
.mw-echo-content {
f... |
Set size of dashboard item | body, h1, h2 {
font-family: 'RailwayRegular';
font-weight: normal;
font-style: normal;
}
form {
margin-bottom: 20px;
}
#chart p {
text-align: center;
}
.fa-spinner {
font-size: 200px;
color: #ccc;
}
.input-group-addon {
padding: 5px;
}
.no-data {
font-size: 35px;
margin: 40px;
}
| body, h1, h2 {
font-family: 'RailwayRegular';
font-weight: normal;
font-style: normal;
}
form {
margin-bottom: 20px;
}
#chart p {
text-align: center;
}
.fa-spinner {
font-size: 200px;
color: #ccc;
}
.input-group-addon {
padding: 5px;
}
.no-data {
font-size: 35px;
margin: 40px;
}
.dashboard-ite... |
Format CSS in a readable way | h2 { font-size:2em; font-weight:bold; margin-bottom:1em; white-space:nowrap; }
ul.scopes { list-style:disc; }
ul.scopes li { white-space:nowrap; }
h2 img { width: 50% }
#oauth { margin:4em auto 2em; width:20em; }
#allow-auth { background-color:#5c3; text-shadow:#5e3 0 1px 0; color:#fff;
-webkit-box-shadow:0 1px 1px #ff... | h2
{
font-size: 2em;
font-weight: bold;
margin-bottom: 1em;
white-space: nowrap;
}
ul.scopes
{
list-style: disc;
}
ul.scopes li
{
white-space: nowrap;
}
h2 img
{
width: 50%;
}
#oauth
{
margin: 4em auto 2em;
width: 20em;
}
#allow-auth
{
background-color: #5c3;
box-shadow: 0 1px 1px #fff, 0 1px 1px #5f3 inset;... |
Change section to float right | #header {
background-color:black;
color:white;
text-align:center;
padding:5px;
}
#nav {
line-height:30px;
background-color:#eeeeee;
height:300px;
width:100px;
float:left;
padding:5px;
text-align: center;
}
#section {
font-family: Roboto
width: 75%;
padding:10px;
}
#footer {
font-family:... | #header {
background-color:black;
color:white;
text-align:center;
padding:5px;
}
#nav {
line-height:30px;
background-color:#eeeeee;
height:300px;
width:100px;
float:left;
padding:5px;
text-align: center;
}
#section {
font-family: Roboto
width: 75%;
float: right;
padding:10px;
}
#footer ... |
Add hover action on marketplace items; update outline to shadow | .cl-app-badge {
outline: 1px solid grey;
padding: 10px;
cursor: pointer;
height: 90px;
vertical-align: middle;
}
.cl-banner {
background-color: #546E7A;
color: rgba(255,255,255, 1);
margin-bottom: 30px;
padding: 30px 0;
}
.row-picture, .row-content {
display: table-cell;
vertical-al... | .cl-app-badge {
padding: 10px;
cursor: pointer;
height: 90px;
vertical-align: middle;
box-shadow: 0 0 6px 2px #e6e6e6;
}
.cl-app-badge:hover {
background-color: #e6e6e6;
}
.cl-banner {
background-color: #546E7A;
color: rgba(255,255,255, 1);
margin-bottom: 30px;
padding: 30px 0;
}
.row-pi... |
Revert "Minor CSS fix for our user documentation (for Internet Explorer 10)." | a {
color: rgb(54, 96, 146);
}
a:visited {
color: rgb(54, 96, 146);
}
a:hover {
background-color: rgba(54, 96, 146, 0.05);
color: rgb(54, 96, 146);
border: 1px solid rgba(54, 96, 146, 0.13);
}
div.header {
background: rgb(54, 96, 146);
}
div.section {
color: rgb(54, 96, 146);
}
span.ope... | a {
color: rgb(54, 96, 146);
}
a:visited {
color: rgb(54, 96, 146);
}
a:hover {
background-color: rgba(54, 96, 146, 0.05);
color: rgb(54, 96, 146);
border: 1px solid rgba(54, 96, 146, 0.13);
}
div.header {
background: rgb(54, 96, 146);
}
div.section {
color: rgb(54, 96, 146);
}
span.ope... |
Make PB tab show indicator icon only | /* Firefox userContent.css */
@-moz-document url("about:privatebrowsing") {
/* Hide Firefox logo and wordmark. */
.logo-and-wordmark {
display: none !important;
}
/* Hide search box. */
.search-inner-wrapper {
display: none !important;
}
/* Hide private browsing myths link. */
#private-browsi... | /* Firefox userContent.css */
@-moz-document url("about:privatebrowsing") {
/* Minimize Private Browsing tab. */
html.private #search-banner,
html.private .showPrivate {
display: none !important;
}
.promo {
display: none !important;
}
html.private body {
background-image:
url("chrome://... |
Make report distribution plot taller |
body {
margin: 2em auto;
}
.navbar-form {
margin-top: 10px;
margin-bottom: 10px;
}
#flotTip {
z-index: 2000;
}
.tooltip.right .tooltip-inner {
max-width: none;
}
#report-plot-stack {
text-align: left;
margin: 5px;
}
.tooltip hr {
margin: 5px;
}
.plot-holder {
height: 400px;
}
... |
body {
margin: 2em auto;
}
.navbar-form {
margin-top: 10px;
margin-bottom: 10px;
}
#flotTip {
z-index: 2000;
}
.tooltip.right .tooltip-inner {
max-width: none;
}
#report-plot-stack {
text-align: left;
margin: 5px;
}
.tooltip hr {
margin: 5px;
}
.plot-holder {
height: 400px;
}
... |
Use lucida as the font. | a:link {color: black}
a:visited {color: purple}
pre.code {
display: block;
padding: 5px 5px 5px 5px;
}
.rounded {
text-decoration: none;
}
body {
background-image:url("/images/background.png");
font-family: Consolas, monaco, monospace;
font-size: 13pt;
}
div#header {
margin: 0 15%;
w... | a:link {color: black}
a:visited {color: purple}
pre.code {
display: block;
padding: 5px 5px 5px 5px;
}
.rounded {
text-decoration: none;
}
body {
background-image:url("/images/background.png");
font-family: lucida, monospace;
font-size: 13pt;
}
div#header {
margin: 0 15%;
width: 60%;... |
Change css of glossary terms in main text to color: darkred. |
/* CLICK BLOCK */
.click_oblique {
line-height:1.5em;
font-size:1.05em;
font-style:oblique;
margin-bottom:1.5em
}
.click_plain {
line-height:1.5em;
font-size:1.05em;
margin-bottom:1.5em;
}
/* BOX */
.openblock.box {
margin-top:1em;
margin-bottom: 1em;
margin-left:3em;
... |
/* CLICK BLOCK */
.click_oblique {
line-height:1.5em;
font-size:1.05em;
font-style:oblique;
margin-bottom:1.5em
}
.click_plain {
line-height:1.5em;
font-size:1.05em;
margin-bottom:1.5em;
}
/* BOX */
.openblock.box {
margin-top:1em;
margin-bottom: 1em;
margin-left:3em;
... |
Delete duplicate (and overridden) position declaration | .Image {
position: relative;
}
.Image {
position: absolute;
height: 400px;
width: 400px;
}
.example-enter {
opacity: 0.01;
transition: opacity .5s ease-in;
}
.example-enter.example-enter-active {
opacity: 1;
}
.example-leave {
opacity: 1;
transition: opacity .5s ease-in;
}
.example-leave.example-... | .Image {
position: absolute;
height: 400px;
width: 400px;
}
.example-enter {
opacity: 0.01;
transition: opacity .5s ease-in;
}
.example-enter.example-enter-active {
opacity: 1;
}
.example-leave {
opacity: 1;
transition: opacity .5s ease-in;
}
.example-leave.example-leave-active {
opacity: 0.01;
}
|
Fix google fonts over https | @import url(http://fonts.googleapis.com/css?family=Roboto:400,900); | @import url(https://fonts.googleapis.com/css?family=Roboto:400,900); |
Improve CSS styling for edit in hello demos | .special-text {
font-weight: bold;
}
.comment {
border-style: solid;
padding: 10px;
margin: 10px;
} | .special-text {
font-weight: bold;
}
.comment {
border-style: solid;
padding: 10px;
margin: 10px;
}
/* For editing */
.editor {
border-color: #00CC22;
border-style: solid;
padding: 10px;
margin: 10px;
}
input {
box-sizing : border-box;
width: 100%;
}
textarea {
box-sizing: border-box;
width: 100%;
}
|
Add margin to all columns instead of buttons | .row {
margin-top: 5px;
margin-bottom: 5px;
}
.container {
margin-bottom: 30px;
}
.btn {
margin-top: 5px;
}
.prewrap {
white-space: pre-wrap;
}
| .row {
margin-top: 5px;
margin-bottom: 5px;
}
.container {
margin-bottom: 30px;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12
{
margin-top: 5px;
}
.prewrap {
white-space: pre-wrap;
}
|
Make sublist li have a readable size | h2 {
font-size: 1.9em;
}
h3 {
font-size: 1.7em;
}
h4 {
font-size: 1.5em;
}
h5 {
font-size: 1.3em;
}
p {
font-size: 1.2em;
}
ul li {
font-size: 1em;
}
#list-of-articles {
margin-top: 20px;
}
| h2 {
font-size: 1.9em;
}
h3 {
font-size: 1.7em;
}
h4 {
font-size: 1.5em;
}
h5 {
font-size: 1.3em;
}
p, ul li {
font-size: 1.2em;
}
ul li li {
font-size: 1em;
}
#list-of-articles {
margin-top: 20px;
}
|
Drop an invalid CSS rule | /* http://www.google.com/fonts#UsePlace:use/Collection:Source+Sans+Pro */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro'), local('SourceSansPro-Regular'),
url(source_sans_pro-latin_ext.woff) format('woff');
}
.logo {
min-heig... | /* http://www.google.com/fonts#UsePlace:use/Collection:Source+Sans+Pro */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro'), local('SourceSansPro-Regular'),
url(source_sans_pro-latin_ext.woff) format('woff');
}
.logo {
min-heig... |
Put changed lines in darker shade | table.diff {
border-collapse: collapse;
border-top: solid 1px #999999;
border-left: solid 1px #999999;
}
table.diff td {
padding: 2px;
padding-left: 5px;
padding-right: 5px;
border-right: solid 1px #999999;
border-bottom: solid 1px #999999;
}
table.diff td:nth-child(1),
table.diff td:nth-child... | table.diff {
border-collapse: collapse;
border-top: solid 1px #999999;
border-left: solid 1px #999999;
}
table.diff td {
padding: 2px;
padding-left: 5px;
padding-right: 5px;
border-right: solid 1px #999999;
border-bottom: solid 1px #999999;
}
table.diff td:nth-child(1),
table.diff td:nth-child... |
Add padding-top to inputs div | .swal-form input.nice-input {
display: block;
margin: 0;
width: 96%;
font-family: sans-serif;
font-size: 18px;
box-shadow: none;
padding: 10px;
border: solid 1px #dcdcdc;
transition: box-shadow 0.3s, border 0.3s;
}
.swal-form input.nice-input:focus,
.swal-form input.nice-input.focus... | .swal-form {
padding-top: 3%;
}
.swal-form input.nice-input {
display: block;
margin: 0;
width: 96%;
font-family: sans-serif;
font-size: 18px;
box-shadow: none;
padding: 10px;
border: solid 1px #dcdcdc;
transition: box-shadow 0.3s, border 0.3s;
}
.swal-form input.nice-input:foc... |
Align nav bar text to the right | html {
background-color: white;
color: black;
}
body {
font-family: Helvetica;
color: black;}
header {
background: white;
color: black;
}
nav ul {
display: inline-block
text-align: right;
}
nav li {
display: inline-block;
color: black;
}
a h1 h3 p hr {
color: black;
}
| html {
background-color: white;
color: black;
}
body {
font-family: Helvetica;
color: black;}
header {
background: white;
color: black;
}
nav ul {
display: inline-block
float: right;
}
nav li {
display: inline-block;
color: black;
}
a h1 h3 p hr {
color: black;
}
|
Fix main content pushing footer in some occasions | .root {
display: flex;
flex-direction: column;
height: 100%;
}
.main-content {
width: 100%;
flex: 1 1 auto;
position: relative;
display: flex;
flex-direction: column;
}
.content {
position: absolute;
height: 100%;
width: 100%;
padding: 0;
}
.view,
.columns {
height: 100%;
max-height: 100%... | .root {
display: flex;
flex-direction: column;
height: 100%;
}
.main-content {
width: 100%;
flex: 1 1 auto;
position: relative;
display: flex;
flex-direction: column;
min-height: 0;
}
.content {
position: absolute;
height: 100%;
width: 100%;
padding: 0;
}
.view,
.columns {
height: 100%;
... |
Set a specific background for extra large views | @import '../essentials.css';
@import 'blog-previews.css';
@import 'name-top.css';
@import 'nav.css';
.intro {
background: var(--intro-background);
height: 100vh;
max-height: 10in;
width: 100vw;
padding: 0;
margin: 0;
text-align: center; /* This centers the <img class="portrait"> */
}
.intro .portrait {
... | @import '../essentials.css';
@import 'blog-previews.css';
@import 'name-top.css';
@import 'nav.css';
.intro {
background: var(--intro-background);
height: 100vh;
max-height: 10in;
width: 100vw;
padding: 0;
margin: 0;
text-align: center; /* This centers the <img class="portrait"> */
}
.intro .portrait {
... |
Remove `bg-sand.png` from background stack | body {
background:#f5f1e8 url("/img/bg-gradient-sand.png") repeat-x;
background:url("../images/bg-gradient-sand.png") repeat-x,url("/img/bg-sand.png") repeat,#f5f1e8;
font-family: 'Fira Sans', 'Open Sans', sans-serif !important;
}
.title {
font-family: 'Zilla Slab', Courier, serif;
}
#mozilla-india-wordmark {... | body {
background: #f5f1e8 url('/img/bg-gradient-sand.png') repeat-x;
background: url('../images/bg-gradient-sand.png') repeat-x, #f5f1e8;
font-family: 'Fira Sans', 'Open Sans', sans-serif !important;
}
.title {
font-family: 'Zilla Slab', Courier, serif;
}
#mozilla-india-wordmark {
font-family: 'Zilla Slab ... |
Add css on the tile of board to make them look clickable | .team-title {
margin: 0 0 0 38px;
padding: 0 0 11px;
position: relative;
}
.board-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
}
.board-list-item {
... | .team-title {
margin: 0 0 0 38px;
padding: 0 0 11px;
position: relative;
}
.board-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none;
}
.board-list-item {
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.