Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Add color in a tag | #project1, #project2, #project3 {
display: none;
}
.wrap {
margin: auto;
width: 50%;
border: 2px solid #eeecec;
padding: 70px;
margin-top: 50px;
}
img {
display: block;
margin: auto;
width: 80%;
align-self: center;
}
.footer {
display: table;
text-align: center;
margi... | #project1, #project2, #project3 {
display: none;
}
.wrap {
margin: auto;
width: 50%;
border: 2px solid #eeecec;
padding: 70px;
margin-top: 50px;
}
a {
color: #cd8b00;
}
img {
display: block;
margin: auto;
width: 80%;
align-self: center;
}
.footer {
display: table;
tex... |
Rename caps class to upcase; add downcase class |
.center {
text-align: center;
}
.caps {
text-transform: uppercase;
}
.invert {
color: var(--bg-color);
background-color: var(--text-color);
padding-right: calc(var(--gutter) / 5);
padding-left: calc(var(--gutter) / 5);
}
|
.center {
text-align: center;
}
.upcase {
text-transform: uppercase;
}
.downcase {
text-transform: uppercase;
}
.invert {
color: var(--bg-color);
background-color: var(--text-color);
padding-right: calc(var(--gutter) / 5);
padding-left: calc(var(--gutter) / 5);
}
|
Add the delete icon in the CSS | /**
* asf.css - ASF component styles
* Copyright (C) 2012 Stephane Carrez
* Licensed under the Apache License, Version 2.0 (the "License");
*/
/**
* The ui.editable component.
*/
div.asf-editable .asf-editable-input {
display: none;
}
div.asf-editing div.asf-editable-input {
display: block;
... | /**
* asf.css - ASF component styles
* Copyright (C) 2012 Stephane Carrez
* Licensed under the Apache License, Version 2.0 (the "License");
*/
/**
* The ui.editable component.
*/
div.asf-editable .asf-editable-input {
display: none;
}
div.asf-editing div.asf-editable-input {
display: block;
... |
Change error background color to pink |
.error {
-fx-background-color: red;
}
.tag-selector {
-fx-border-width: 1;
-fx-border-color: white;
-fx-border-radius: 3;
-fx-background-radius: 3;
}
.tooltip-text {
-fx-text-fill: white;
}
|
.error {
-fx-background-color: pink;
}
.tag-selector {
-fx-border-width: 1;
-fx-border-color: white;
-fx-border-radius: 3;
-fx-background-radius: 3;
}
.tooltip-text {
-fx-text-fill: white;
}
|
Add stylesheet for reseting style to default style | /*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;pa... | |
Revert "AUI-789 Added code for datatable to work in IE7" | .aui-datatable-editable {
cursor: pointer;
}
.aui-basecelleditor .aui-buttonitem-content {
margin: 2px 0;
padding: 3px 3px 1px 1px;
}
.aui-basecelleditor .aui-buttonitem-label-only {
padding-bottom: 2px;
}
.webkit .aui-basecelleditor .aui-buttonitem-label-only {
padding-bottom: 3px;
}
.aui-checkboxcelleditor .... | .aui-datatable-editable {
cursor: pointer;
}
.aui-basecelleditor .aui-buttonitem-content {
margin: 2px 0;
padding: 3px 3px 1px 1px;
}
.aui-basecelleditor .aui-buttonitem-label-only {
padding-bottom: 2px;
}
.webkit .aui-basecelleditor .aui-buttonitem-label-only {
padding-bottom: 3px;
}
.aui-checkboxcelleditor .... |
Fix background repeat for quick search projects | h3, h4 {
font-weight: 400;
}
.quickSearch {
min-height: 700px;
background: #C5D6E6 url('/static/img/bg6.jpg') top center no-repeat;
}
.newAndNoteworthy {
min-height: 650px;
background: #34495e;
padding-top: 25px;
color: #FFF;
}
.meetings {
background: #166595 url("/static/img/front-pag... | h3, h4 {
font-weight: 400;
}
.quickSearch {
min-height: 700px;
background: #C5D6E6 url('/static/img/bg6.jpg') top center repeat-y;
}
.newAndNoteworthy {
min-height: 650px;
background: #34495e;
padding-top: 25px;
color: #FFF;
}
.meetings {
background: #166595 url("/static/img/front-page... |
Fix drawer toggle button in narrow mode | .drawer-label {
padding: 0 0 10px 46px;
}
.drawer-label core-icon {
margin: 0 16px 0 4px;
}
core-toolbar {
background: #03a9f4;
color: #fff;
}
core-header-panel {
background-color: #eee;
}
core-header-panel[mode=cover]::shadow #mainContainer {
padding: 40px 120px 0 0;
}
#mainDrawer[narrow] core-heade... | .drawer-label {
padding: 0 0 10px 46px;
}
.drawer-label core-icon {
margin: 0 16px 0 4px;
}
core-toolbar {
background: #03a9f4;
color: #fff;
}
core-header-panel {
background-color: #eee;
}
core-header-panel[mode=cover]::shadow #mainContainer {
padding-right: 120px;
margin-top: 40px;
}
#mainDrawer[n... |
Hide the bottom bar when printing | @media print {
* {
transition: none !important
}
thead {
display: none
}
body {
margin: 0px !important;
}
.slidedown {
display: none !important;
}
.ui-page-active {
padding-top: 0px !important;
}
.ui-bar {
margin: 1px !impo... | @media print {
* {
transition: none !important
}
thead {
display: none
}
body {
margin: 0px !important;
}
.slidedown {
display: none !important;
}
.slideup {
display: none !important;
}
.ui-page-active {
padding-top: 0px !i... |
Make css more specific than phosphor css | /*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.jp-NotebookWidget {
min-width: 50px;
min-height: 50px;... | /*-----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|----------------------------------------------------------------------------*/
.p-Widget .jp-NotebookWidget {
min-width: 50px;
min-hei... |
Fix inline code not having background issue | /*
*= require_tree .
*= require_self
*/
@import url(https://fonts.googleapis.com/css?family=Inconsolata);
body {
color: #333;
font: 100%/1.618em Georgia, "Times New Roman", Times, serif;
/*background-color: #f9f9f9;
font-size: 18px;*/
line-height: 1.4em;
}
h1 {
color: #000;
font: normal 2.28em/120% G... | /*
*= require_tree .
*= require_self
*/
@import url(https://fonts.googleapis.com/css?family=Inconsolata);
body {
color: #333;
font: 100%/1.618em Georgia, "Times New Roman", Times, serif;
/*background-color: #f9f9f9;
font-size: 18px;*/
line-height: 1.4em;
}
h1 {
color: #000;
font: normal 2.28em/120% G... |
Update width and height definitions for the html containers | .well {
background-color: white;
}
#my-footer {
background: #03a451;
color: #eee;
font-size: 11px;
padding: 20px;
margin-top: 10px;
overflow: hidden;
}
.main-container {
min-height: 555px;
min-width: 400px;
overflow: hidden;
}
body {
min-width: 400px;
}
| .well {
background-color: white;
}
#my-footer {
background: #03a451;
color: #eee;
font-size: 11px;
padding: 20px;
margin-top: 10px;
overflow: hidden;
}
.main-container {
min-height: 15%;
min-width: 400px;
overflow: hidden;
}
body {
min-width: 400px;
}
|
Use css-loader ~ node_modules import | /* TODO Support resolving node modules normally in extplug-cli */
@import '../node_modules/codemirror/lib/codemirror.css';
@import '../node_modules/codemirror/theme/base16-dark.css';
@import './RulesSettingsView.css';
@import './RoomStylesView.css';
.CodeMirror {
height: 100%;
}
.extp-Button {
background: #282c3... | @import '~codemirror/lib/codemirror.css';
@import '~codemirror/theme/base16-dark.css';
@import './RulesSettingsView.css';
@import './RoomStylesView.css';
.CodeMirror {
height: 100%;
}
.extp-Button {
background: #282c35;
color: #808691;
font: 16px 'Open Sans', sans-serif;
cursor: pointer;
min-width: 200px... |
Fix fonts and tags postion | @import '../../../../styles/base.css';
.PostSummary {
opacity: 0;
margin-bottom: 1.8em;
a h1 {
font-family: "$display-regular";
font-size: 2.9em;
line-height: 1em;
letter-spacing: -2px;
margin-bottom: 0.6em;
color: $cl-postSumaryTilte;
}
.postText{
letter-spaci... | @import '../../../../styles/base.css';
.PostSummary {
opacity: 0;
margin-bottom: 1.8em;
a h1 {
font-family: "$display-regular";
font-size: 2.9em;
line-height: 1em;
letter-spacing: -2px;
margin-bottom: 0.5em;
color: $cl-postSumaryTilte;
}
.postText{
letter-spaci... |
Add css for new design | a:hover {
text-decoration: none;
}
.navbar-custom {
height: 100px;
background: #fff;
}
.navbar-logo-container {
text-align: center;
line-height: 100px;
}
.page-wrapper {
padding-top : 150px;
}
.wrapper{
width: 90%;
margin: 0 auto;
max-width: 850px;
}
.panel-default .status-up {
backgr... | |
Add style for layout container | body {
font-family: 'Inconsolata', monospace;
font-size: 14px;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
| body {
font-family: 'Inconsolata', monospace;
font-size: 14px;
}
a {
color: #337ab7;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.layout-container {
max-width: 600px;
margin: 0 auto;
}
@media (max-width: 700px) {
.layout-container {
padding-left: 50px;
padding-right: 50p... |
Fix the AutoFill profile list CSS selector for the last item. | .autofill-list-item {
-webkit-padding-start: 8px;
}
#autofill-options > div:last-child {
margin-top: 15px;
}
#autofill-options * div.settings-list > :last-child {
border-top: 1px solid #D9D9D9;
padding: 5px 10px;
}
| .autofill-list-item {
-webkit-padding-start: 8px;
}
#autofill-options > div:last-child {
margin-top: 15px;
}
#autofill-options > div.settings-list > div:last-child {
border-top: 1px solid #D9D9D9;
padding: 5px 10px;
}
|
Update labels to use new colours | /* LABELS */
.label {
display: inline-block;
padding: 0.04rem 0.4rem 0.08rem;
font-size: 90%;
color: var(--blue-800);
background-color: var(--body-bg);
border: 1px solid var(--blue-500);
border-radius: var(--radius);
}
/* Spacing between labels */
.label + .label { margin-left: 1rem; }
| /* LABELS */
.label {
display: inline-block;
padding: 0.04rem 0.4rem 0.08rem;
font-size: 90%;
color: var(--primary-gradient-100);
background-color: var(--body-bg);
border: 1px solid var(--primary);
border-radius: var(--radius);
}
/* Spacing between labels */
.label + .label { margin-left: 1rem; }
|
Fix skewed logo on firefox | body {
background-color: #F5F5F5;
}
.content {
padding: 0 25% 0 25%;
}
@media (max-width: 767px) {
.content {
padding: 0 0 0 0;
}
}
.panel-title a {
display: block;
margin: -10px -15px;
padding: 10px 15px;
}
.navbar-brand {
align-items: center;
display: flex;
}
.navbar-brand>img {
padding: ... | body {
background-color: #F5F5F5;
}
.content {
margin: 0 25% 0 25%;
}
@media (max-width: 767px) {
.content {
margin: 0 0 0 0;
}
}
.panel-title a {
display: block;
margin: -10px -15px;
padding: 10px 15px;
}
.navbar-brand {
align-items: center;
display: flex;
}
.navbar-brand>img {
margin: 7px... |
Make start text have a pointer cursor | * {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
#map {
height: 100%;
width: 100%;
}
.ng-scope {
height: 100%;
}
.message {
text-align: center;
}
nav {
background-color: black;
}
.btn-floating.btn-large {
width: 22em;
height: 22em;
display: block;
vertical-align: middle;
line-heig... | * {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}
#map {
height: 100%;
width: 100%;
}
.ng-scope {
height: 100%;
}
.message {
text-align: center;
}
nav {
background-color: black;
}
.btn-floating.btn-large {
width: 22em;
height: 22em;
display: block;
vertical-align: middle;
line-heig... |
Improve mobile visuals in the example | .btn-toolbar .btn-group {
margin-top: 9px;
}
.btn-toolbar .btn-group:last-child {
margin-bottom: 9px;
}
output {
margin-bottom: 40px;
border-radius: 4px;
height: 350px;
padding: 9.5px;
background-color: #2d2d2d;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-s... | .btn-toolbar {
margin-bottom: 9px;
}
.btn-toolbar .btn-group {
margin-top: 9px;
}
output {
margin-bottom: 40px;
border-radius: 4px;
height: 350px;
padding: 9.5px;
background-color: #2d2d2d;
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
font-size: 90%;
color: #... |
Make body share box style | html, body {
height: 100%;
}
body {
display: flex;
}
.box {
flex: 1;
display: flex;
flex-flow: column;
padding: 6px;
}
.box-title {
font-weight: bold;
font-size: 2em;
flex: none;
}
.box-children {
flex: 1;
display: flex;
flex-flow: column;
}
.new-child {
flex: none;
}
| html, body {
height: 100%;
}
body, .box {
display: flex;
flex: 1;
align-items: stretch;
flex-flow: column;
padding: 6px;
}
.box-title {
font-weight: bold;
font-size: 2em;
flex: none;
}
.box-children {
flex: 1;
display: flex;
flex-flow: column;
}
.new-child {
flex: none;
}
|
Improve code rendering in woven documentation |
html {
background: #333;
height: 100%;
}
body {
padding: 20px;
min-height: 100%;
font-size: large;
margin: 0 auto;
max-width: 900px;
}
pre.src {
font-size: large;
padding: 0.5em;
}
span.code-highlighted {
border-bottom: 2px solid red;
}
|
html {
background: #333;
height: 100%;
}
body {
padding: 20px;
min-height: 100%;
font-size: large;
margin: 0 auto;
max-width: 900px;
}
pre.src {
line-height: 1.5em;
padding: 0.5em;
}
span.code-highlighted {
border-bottom: 2px solid red;
}
|
Add more shortcut table spacing | .shortcut-table-wrapper {
display: flex;
flex-wrap: wrap;
}
.shortcut-table__input {
text-align: right;
min-width: 10em;
}
.shortcut-table__action {
text-align: left;
}
.shortcut-group:not(:last-child) {
margin-bottom: calc(var(--spacing) / 2);
}
.shortcut-group > kbd {
display: inline-block;
}
| .shortcut-table-wrapper {
display: flex;
flex-wrap: wrap;
}
.shortcut-table {
margin: var(--spacing);
}
.shortcut-table__input {
text-align: right;
min-width: 10em;
}
.shortcut-table__action {
text-align: left;
}
.shortcut-group:not(:last-child) {
margin-bottom: calc(var(--spacing) / 2);
}
.shortcut-... |
Adjust styles for background image & some media queries | .hero {
background-image: url('./raleigh.jpg');
}
.heading {
color: #47566b;
margin: 10%;
}
.textLink {
color: #47566b;
font-size: 1.2em;
}
.textLink:hover {
color: #d1665a;
font-size: 1.2em;
}
| .hero {
background-image: url('./raleigh.jpg');
}
@media screen and (min-width: 1200px) {
.hero {
background-size: 100%;
}
}
@media screen and (max-width: 768px) {
.hero {
background-size: auto 150%;
}
}
.heading {
color: #47566b;
padding: 3rem;
height: 600px;
}
@media screen and (max-width:... |
Add press and release feedbacks to statusbar. | MStatusBarStyle
{
minimum-size: 100% $HEIGHT_STATUSBAR;
preferred-size: 100% $HEIGHT_STATUSBAR;
maximum-size: 100% $HEIGHT_STATUSBAR;
background-color: none;
reactive-margin-bottom: 1.5mm;
use-swipe-gesture: false;
swipe-threshold: 30;
press-dim-factor: 0.6;
enable-status-indicator-m... | MStatusBarStyle
{
minimum-size: 100% $HEIGHT_STATUSBAR;
preferred-size: 100% $HEIGHT_STATUSBAR;
maximum-size: 100% $HEIGHT_STATUSBAR;
background-color: none;
reactive-margin-bottom: 1.5mm;
use-swipe-gesture: false;
swipe-threshold: 30;
press-dim-factor: 0.6;
enable-status-indicator-m... |
Fix styles so they're more legible | /*
===============================================================================
Chili is the jQuery code highlighter plugin
...............................................................................
Copyright 2007 / Andrea Ercolino
----------------------------... | /*
===============================================================================
Chili is the jQuery code highlighter plugin
...............................................................................
Copyright 2007 / Andrea Ercolino
----------------------------... |
Use the same glow color in button icon view as home buttons have | /* MButtonIconStyle : MButtonStyle */
MButtonIconStyle {
glow-color: #FFFF00;
glow-duration: 800;
glow-radius: 8;
shrink-duration: 100;
shrink-factor: 0.2;
/* inherited from MButtonStyle */
icon-align: center;
/* inherited from MWidgetStyle */
icon-size: $SIZE_ICON_DEFAULT $SIZE_I... | /* MButtonIconStyle : MButtonStyle */
MButtonIconStyle {
glow-color: #FFFFFF;
glow-duration: 800;
glow-radius: 8;
shrink-duration: 100;
shrink-factor: 0.2;
/* inherited from MButtonStyle */
icon-align: center;
/* inherited from MWidgetStyle */
icon-size: $SIZE_ICON_DEFAULT $SIZE_I... |
Change sidenav link hover colour to yellow | /*
Copyright 2015 Niklas Polke
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distri... | /*
Copyright 2015 Niklas Polke
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distri... |
Fix unvisited link color on blog page | main {
background-color: white;
padding: 2em;
padding-top: 1em;
padding-bottom: 1em;
margin-left: 15%;
margin-right: 15%;
margin-top: 2em;
box-shadow: 0em .5em 1em #1976D2
}
section h2 {
text-align: center;
margin-left: 15%;
margin-right: 15%;
margin-top: 2em;
}
.f-table {
position: absolute... | main {
background-color: white;
padding: 2em;
padding-top: 1em;
padding-bottom: 1em;
margin-left: 15%;
margin-right: 15%;
margin-top: 2em;
box-shadow: 0em .5em 1em #1976D2
}
main ol li a {
color: #1976D2;
}
section h2 {
text-align: center;
margin-left: 15%;
margin-right: 15%;
margin-top: 2em... |
Move CSS to external file. | table.sortable thead {
background-color:#eee;
color:#666666;
font-weight: bold;
cursor: default;
}
body {
background-color: #c1b89b;
}
td, th, table {
font-family:Arial,sans-serif;
border: 1px solid black;
}
td, th {
padding: 0.05em 0.4em;
}
td {
background-color: #d... | |
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;
}
/*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 ... |
Adjust styles for HDMI screen | body {
background-color: black;
text-align: center;
color: #bbb;
font-family: sans-serif;
overflow: hidden;
font-size: 48pt;
}
#image {
border: 1px solid #333;
}
.keyword {
font-size: 56pt;
color: white;
display: inline-block;
}
.keyword.target {
}
.keyword.complete {
}
.c... | body {
background-color: black;
text-align: center;
color: #bbb;
font-family: sans-serif;
overflow: hidden;
font-size: 48pt;
}
#image {
border: 1px solid #333;
}
.keyword {
font-size: 60pt;
color: white;
display: inline-block;
}
.keyword.target {
}
.keyword.complete {
}
.c... |
Fix styling when using djangocms-admin-style. | .md-editor {
margin-left: 10em;
width: 640px;
}
.wide .md-editor {
margin-left: 17.4em;
}
.md-editor .md-preview p {
margin: inherit;
padding: inherit;
font-size: 14px;
}
| .md-editor {
margin-left: 10em;
width: 640px;
}
.wide .md-editor {
margin-left: 17.4em;
}
.md-editor .md-preview p {
margin: inherit;
padding: inherit;
font-size: 14px;
}
body.djangocms-admin-style .md-editor {
margin-left: inherit !important;
width: auto !important;
}
body.djangocms-admin-style .md-edito... |
Adjust location of "Behavior" string in content settings exception table. | /*
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 {
-webkit-margin-end: 20px;... |
Improve styling of bootstrap's Switch | body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
.styled-checkbox {
width: 100%;
}
.styled-checkbox:before {
outline: 1px solid black;
font-family: 'Glyphicons Halflings';
content: '';
margin-top: 5px;
width: 15px;
height: 15px;
position: absolute;
display: inline-block;
font-size: 1... | body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
.styled-checkbox {
width: 100%;
}
.styled-checkbox:before {
outline: 1px solid black;
font-family: 'Glyphicons Halflings';
content: '';
margin-top: 5px;
width: 15px;
height: 15px;
position: absolute;
display: inline-block;
font-size: 1... |
Add overflow hidden to body class name | .noScroll {
overflow: hidden;
position: fixed;
height: 0;
width: 100%;
top: 0;
-webkit-overflow-scrolling: auto;
} | .overflowHidden {
overflow: hidden;
}
.noScroll {
overflow: hidden;
position: fixed;
height: 0;
width: 100%;
top: 0;
-webkit-overflow-scrolling: auto;
} |
Make filter button left- rather than right-aligned. | #projects th, #projects .abstract {
cursor: pointer;
}
#projects th .glyphicon {
display: none;
padding-left: 5px;
}
#projects th.sorting-asc .asc-icon {
display: inline;
}
#projects th.sorting-desc .desc-icon {
display: inline;
}
#filter-trigger-container {
text-align: right;
padding-bottom: 20px;
}
| #projects th, #projects .abstract {
cursor: pointer;
}
#projects th .glyphicon {
display: none;
padding-left: 5px;
}
#projects th.sorting-asc .asc-icon {
display: inline;
}
#projects th.sorting-desc .desc-icon {
display: inline;
}
#filter-trigger-container {
padding-bottom: 20px;
}
|
Add styling to mouse coords | .paint-canvas {
display:block;
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
}
.paint-canvas-public {
background-image: url("images/transparent.png");
}
.paint-selected-tool {
background:rgb(190, 190, 190);
}
.paint-selected-tool:hover {
background:rgb(180, 180, 180);
} | .paint-canvas {
display:block;
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
}
.paint-canvas-public {
background-image: url("images/transparent.png");
}
.paint-selected-tool {
background:rgb(190, 190, 190);
}
.paint-selected-tool:hover {
background:rgb(180, 180, 180);
}
.mouse-coords {
positi... |
Fix width of ratings history | #rating_history_container {
width: 354px;
display: flex;
flex-direction: column;
align-items: center;
}
#rating_history_title {
}
#rating_history_container ul {
height: 314px;
overflow: auto;
list-style: none;
width: 88%;
}
| #rating_history_container {
width: 380px;
display: flex;
flex-direction: column;
align-items: center;
}
#rating_history_title {
}
#rating_history_container ul {
height: 314px;
overflow: auto;
list-style: none;
width: 100%;
}
|
Change color of range slider to match other buttons | .time-range-form {
background: #fff;
border: 1px solid #ccc;
border-radius: 5px;
cursor: pointer;
padding: 5px 10px;
width: 100%;
}
.receipt-img {
display: block;
height: 50%;
width: 100%;
}
.error-message {
padding: 5% 15%;
}
.search-bar {
background-color: #f7f7f7;
padding: 0.3% 0 0.8%;
}
... | .time-range-form {
background: #fff;
border: 1px solid #ccc;
border-radius: 5px;
cursor: pointer;
padding: 5px 10px;
width: 100%;
}
.receipt-img {
display: block;
height: 50%;
width: 100%;
}
.error-message {
padding: 5% 15%;
}
.search-bar {
background-color: #f7f7f7;
padding: 0.3% 0 0.8%;
}
... |
Add fix to prevent zooming on iPhone when select focused | .stateSchools {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: space-around;
}
.select {
min-width: 300px;
}
| .stateSchools {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: space-around;
}
.select {
min-width: 300px;
}
/* iPhone Safari-only media query to prevent zoom effect when the select is focused */
/* see https://stackoverflow.com/questions/6483425/prevent-iphone-from-zooming-in-on-... |
Make asset requires use pathname and not relative ./ | /*
* This is a manifest file that'll automatically include all the stylesheets available in this directory
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
*= requi... | /*
* This is a manifest file that'll automatically include all the stylesheets available in this directory
* and any sub-directories. You're free to add application-wide styles to this file and they'll appear at
* the top of the compiled file, but it's generally better to create a new file per style scope.
*= requi... |
Add 5px margin bottom for Forum post bar + fix indentation | /*
* Author: Pierre-Henry Soria <ph7software@gmail.com>
* Copyright: (c) 2012-2017, Pierre-Henry Soria. All Rights Reserved.
* License: GNU General Public License; See PH7.LICENSE.txt and PH7.COPYRIGHT.txt in the root directory.
*/
.post-edit{color:#999}
.post-ident{background:#F1F1F1;border-color... | /*
* Author: Pierre-Henry Soria <ph7software@gmail.com>
* Copyright: (c) 2012-2017, Pierre-Henry Soria. All Rights Reserved.
* License: GNU General Public License; See PH7.LICENSE.txt and PH7.COPYRIGHT.txt in the root directory.
*/
.post-edit {
color: #999;
}
.post-ident {
background: #F1F... |
Fix for block anchor in the widget toggle: empty background image. | /**
* @project OTRS (http://www.otrs.org) - Agent Frontend
* @version $Revision: 1.5 $
* @copyright OTRS AG
* @license AGPL (http://www.gnu.org/licenses/agpl.txt)
* @css-for IE7
*/
/**
* @package Skin "Default"
* @section TicketDetails
*/
@media screen,projection,tv,handheld {
/**
... | /**
* @project OTRS (http://www.otrs.org) - Agent Frontend
* @version $Revision: 1.6 $
* @copyright OTRS AG
* @license AGPL (http://www.gnu.org/licenses/agpl.txt)
* @css-for IE7
*/
/**
* @package Skin "Default"
* @section TicketDetails
*/
@media screen,projection,tv,handheld {
/**
... |
Fix the alignment of the picker glass | .picker-widget > .picker-glass { float: right; line-height: 1.5; }
.picker-widget > .picker-select { margin-right: 1.5em; }
.picker-panel {
height: 400px;
overflow-y: scroll;
width: 100%;
}
.picker-panel tr {
cursor: pointer;
}
.picker-panel tr:hover td,
.picker-panel tr:hover th {
background-color:... | .picker-widget > .picker-glass { float: right; line-height: 2; }
.picker-widget > .picker-select { margin-right: 1.5em; }
.picker-panel {
height: 400px;
overflow-y: scroll;
width: 100%;
}
.picker-panel tr {
cursor: pointer;
}
.picker-panel tr:hover td,
.picker-panel tr:hover th {
background-color: #... |
Change a color for EV | /* [XUL] Change the location bar color for secure sites */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#urlbar[pageproxystate="valid"] #identity-box.verifiedIdentity,
#urlbar[pageproxystate="valid"] #identity-box.verifiedDomain,
#urlbar[pageproxystate="valid"] #identity-box.mixedActiv... | /* [XUL] Change the location bar color for secure sites */
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
#urlbar[pageproxystate="valid"] #identity-box.verifiedIdentity {
background-color: #efe !important;
}
#urlbar[pageproxystate="valid"] #identity-box.verifiedDomain,
#urlbar[pagepro... |
Fix buttons not visible in smaller devices. | .hr {
border-color: #b0e0d2;
width: 50px;
margin-top: 12px;
}
.collection {
color: #767676;
margin-bottom: 12px;
margin-top: 15px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-evenly;
&:hover {
background-color: #d7d7d7;
}
}
.myCo... | .hr {
border-color: #b0e0d2;
width: 50px;
margin-top: 12px;
}
.collection {
color: #767676;
margin-bottom: 12px;
margin-top: 15px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-evenly;
&:hover {
background-color: #d7d7d7;
}
}
.myCo... |
Fix bad comment in CSS file (oops!) | .list-sample {
background-color: gray;
}
.list-sample-list {
width: 50%;
min-width: 300px;
max-width: 600px;
margin: auto;
background-color: #eee;
}
.list-sample-item {
border: 1px solid silver;
padding: 18px;
font-size: 18px;
font-weight: bold;
}
.list-sample-index {
float: right;
font-size: 16px;
font-we... | .list-sample {
background-color: gray;
}
.list-sample-list {
width: 50%;
min-width: 300px;
max-width: 600px;
margin: auto;
background-color: #eee;
}
.list-sample-item {
border: 1px solid silver;
padding: 18px;
font-size: 18px;
font-weight: bold;
}
.list-sample-index {
float: right;
font-size: 16px;
font-we... |
Set bottom distance and will not show on min height | .scroll-downs {
position: absolute;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 2.125rem;
height: 3.4375rem;
}
.mousey {
width: 3px;
padding: 10px 15px;
height: 100%;
border: 2px solid #fff;
border-radius: 25px;
opacity: 0.75;
}
.scroller {
width: 3px;
height: 10px;
border-radius: 25%;
backgro... | .scroll-downs {
position: absolute;
right: 0;
bottom: 1rem;
left: 0;
margin: auto;
width: 2.125rem;
height: 3.4375rem;
}
@media screen and (max-height: 415px) {
.scroll-downs {
display: none;
}
}
.mousey {
width: 3px;
padding: 10px 15px;
height: 100%;
border: 2px solid #fff;
border-radius: 25px;
opac... |
Make sure the background color of a button is transparent; it is grey in FFox. | /*** DefaultButton (replaces old version, this one uses hover effects) ***/
.ui-dbtn {
margin: 2px;
}
.ui-dbtn:HOVER, .ui-dbtn:FOCUS {
background-position: 0px -<%= defaultbutton_height %>px;
}
| /*** DefaultButton (replaces old version, this one uses hover effects) ***/
.ui-dbtn {
margin: 2px;
background-color: transparent;
}
.ui-dbtn:HOVER, .ui-dbtn:FOCUS {
background-position: 0px -<%= defaultbutton_height %>px;
}
|
Fix border and radius of category graph. | .category-amount {
white-space: nowrap;
text-align: right;
}
.category-available > sup {
margin-left: 0.5ex;
margin-right: 0.25ex;
}
.category-budgeted {
font-size: 1.2rem;
vertical-align: bottom;
}
#category-list td {
border: none;
vertical-align: middle;
}
.category-name {
}
.category-graph {
... | .category-amount {
white-space: nowrap;
text-align: right;
}
.category-available > sup {
margin-left: 0.5ex;
margin-right: 0.25ex;
}
.category-budgeted {
font-size: 1.2rem;
vertical-align: bottom;
}
#category-list td {
border: none;
vertical-align: middle;
}
.category-name {
}
.category-graph {
}
... |
Add transparent navbar and change height of header | /*.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
height: 250px;
}*/
.portfolio-fix {
height: 250px;
}
| .portfolio-fix {
height: 250px;
}
.navbar {
background: rgba(0,0,0,0.3);
}
header {
height: 100vh;
}
|
Fix Webfont URL import leading 404 | @import url("main/service/prov/font-mfizz.css")
.masonry-container .node.service-prov.mode-th-list table.subscriptions th.features {
width: 80px;
}
.masonry-container .node.service-prov.mode-th-large table.subscriptions th.features {
width: 58px;
}
.masonry-container .node.service-prov table.subscriptions th.features... | @import url("font-mfizz.css");
.masonry-container .node.service-prov.mode-th-list table.subscriptions th.features {
width: 80px;
}
.masonry-container .node.service-prov.mode-th-large table.subscriptions th.features {
width: 58px;
}
.masonry-container .node.service-prov table.subscriptions th.features {
width: 50px;
... |
Fix actions bar for oldIE | /* Conditional stylesheet for IE. */
.leaflet-draw-toolbar {
border: 3px solid #999;
}
.leaflet-draw-toolbar a {
background-color: #eee;
}
.leaflet-draw-toolbar a:hover {
background-color: #fff;
}
.leaflet-edit-marker-selected {
border: 4px dashed #fe93c2;
} | /* Conditional stylesheet for IE. */
.leaflet-draw-toolbar {
border: 3px solid #999;
}
.leaflet-draw-toolbar a {
background-color: #eee;
}
.leaflet-draw-toolbar a:hover {
background-color: #fff;
}
.leaflet-draw-actions {
left: 32px;
margin-top: 3px;
}
.leaflet-edit-marker-selected {
border: 4px dashed #fe93c... |
Remove underlines on header links | .slideHeader {
background-image: url("../../../images/nflogo.png");
background-size: auto 100%;
background-repeat: no-repeat;
background-position: center center;
height: 20vh;
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.slideHeader > a {
margin: 0.5em;
colo... | .slideHeader {
background-image: url("../../../images/nflogo.png");
background-size: auto 100%;
background-repeat: no-repeat;
background-position: center center;
height: 20vh;
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.slideHeader > a {
margin: 0.5em;
colo... |
Add margin to increase readibility | :host {
display: block;
transition: var(--material-curve-320);
transform: translate(0, 60px);
opacity: 0;
}
:host(.active) {
transform: translate(0, 0);
opacity: 1;
}
#tickets {
min-height: calc(100vh - 348px);
width: 100%;
}
hr {
border: 0;
background: #606060;
width: 100%;
height: 1px;
ma... | :host {
display: block;
transition: var(--material-curve-320);
transform: translate(0, 60px);
opacity: 0;
}
:host(.active) {
transform: translate(0, 0);
opacity: 1;
}
#tickets {
min-height: calc(100vh - 348px);
width: 100%;
}
hr {
border: 0;
background: #606060;
width: 100%;
height: 1px;
ma... |
Apply clipping to all recent project text | @import './../../colors.css';
#recent-projects{
> .header{
border-bottom: 4px solid #f2f2f2;
margin-bottom: 10px;
}
> #project-list{
display: flex;
flex-flow: column wrap;
> .recent-project{
display: flex;
flex-flow: column wrap;
margin-bottom: 10px;
margin-right: ... | @import './../../colors.css';
#recent-projects{
> .header{
border-bottom: 4px solid #f2f2f2;
margin-bottom: 10px;
}
> #project-list{
display: flex;
flex-flow: column wrap;
*{
overflow: hidden;
text-overflow: ellipsis;
}
> .recent-project{
display: flex;
fle... |
Improve legibility of selected residents | .dropdown-header {
font-size: 1.2em;
font-weight: bold;
}
.select2-container {
border: solid rgb(210, 214, 222) 0.5px;
width: 100% !important;
}
| .dropdown-header {
font-size: 1.2em;
font-weight: bold;
}
.select2-container {
border: solid rgb(210, 214, 222) 0.5px;
width: 100% !important;
}
.select2-selection__choice {
background-color: #3c8dbc !important;
font-weight: bold;
}
|
Change margin and font to be em based | .VideoPreview {
display: block;
}
.VideoPreview:hover {
text-decoration: none;
}
.VideoPreview__Image {
border-radius: 3px;
width: 20em;
}
.VideoPreview__Title {
font-size: 1.25em;
color: #222;
font-weight: 1000;
margin: 0px;
}
.VideoPreview__User {
}
| .VideoPreview {
display: block;
}
.VideoPreview:hover {
text-decoration: none;
}
.VideoPreview__Image {
border-radius: 3px;
width: 20em;
}
.VideoPreview__Title {
font-size: 1.25em;
color: #222;
font-weight: 1000;
margin: 0em 0.25em;
}
.VideoPreview__User {
margin: 0em 0.25em;
}
|
Set monospaced font for <code> tag | a {
color: #2470B3;
text-decoration: underline
}
| /* Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. */
a {
color: #2470B3;
text-decoration: underline
}
code {
font-size: small;
font-family: Monospaced
}
|
Revert "don't show underline between" | :host {
border-color: #e1e1e1;
border-style: solid;
border-width: 0 0 1px;
display: block;
height: 48px;
padding: 0 16px;
}
nav {
color: #8f8f8f !important;
line-height: 48px;
margin-top: 2px;
margin-right: 20px;
}
nav a {
text-decoration: none;
}
| :host {
border-color: #e1e1e1;
border-style: solid;
border-width: 0 0 1px;
display: block;
height: 48px;
padding: 0 16px;
}
nav {
color: #8f8f8f;
line-height: 48px;
margin-top: 2px;
margin-right: 20px;
}
|
Add failing tests to fit to the inheritance form of box-sizing reset | *,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
| html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
|
Remove min-width from html, body | html,
body {
min-width: 800px;
min-height: 300px;
padding: 0;
margin: 0;
user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
overflow: hidden;
font-size: 12px;
}
#app-container {
margin: auto;
min-width: 800px;
max-width: 1024px;
}
| html,
body {
min-height: 300px;
padding: 0;
margin: 0;
user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
overflow: hidden;
font-size: 12px;
}
#app-container {
margin: auto;
min-width: 800px;
max-width: 1024px;
}
|
Apply consist max-width to wide elements | .root {
}
.group {
padding-left: 8%;
padding-right: 8%;
margin-left: auto;
margin-right: auto;
max-width: var(--section-max-width, none);
}
.group-full {
padding-left: 0;
padding-right: 0;
max-width: none;
width: 100%;
}
.sticky,
.inline,
.wide {
max-width: var(--two-column-inline-content-max-wid... | .root {
}
.group {
padding-left: 8%;
padding-right: 8%;
margin-left: auto;
margin-right: auto;
max-width: var(--section-max-width, none);
}
.group-full {
padding-left: 0;
padding-right: 0;
max-width: none;
width: 100%;
}
.sticky,
.inline {
max-width: var(--two-column-inline-content-max-width, 500... |
Align left hand navigation with top of content | /*!
* Copyright 2013 Apereo Foundation (AF) Licensed under the
* Educational Community License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may
* obtain a copy of the License at
*
* http://opensource.org/licenses/ECL-2.0
*
* Unless required by applicab... | /*!
* Copyright 2013 Apereo Foundation (AF) Licensed under the
* Educational Community License, Version 2.0 (the "License"); you may
* not use this file except in compliance with the License. You may
* obtain a copy of the License at
*
* http://opensource.org/licenses/ECL-2.0
*
* Unless required by applicab... |
Make gaia-signin screen 400px high. | /* Copyright (c) 2011 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.
*/
#signin {
-webkit-box-align: center;
-webkit-box-pack: center;
display: -webkit-box;
overflow: hidden;
}
#gaia-signin > iframe {
bottom... | /* Copyright (c) 2011 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.
*/
#signin {
-webkit-box-align: center;
-webkit-box-pack: center;
display: -webkit-box;
overflow: hidden;
}
#gaia-signin {
height: 400px;
... |
Increase font size and line height. | div.app-title {
font-family: georgia, serif;
font-weight: bold;
text-align: center;
}
ul.app-list li.app-button {
color: #000000;
font-family: georgia, serif;
}
div#article {
background-color: #ffffff;
font-family: georgia, serif;
font-size: 16px;
line-height: 130%;
padding: 20px;
}
div#article a {
... | div.app-title {
font-family: georgia, serif;
font-weight: bold;
text-align: center;
}
ul.app-list li.app-button {
color: #000000;
font-family: georgia, serif;
}
div#article {
background-color: #ffffff;
font-family: georgia, serif;
font-size: 17px;
line-height: 160%;
padding: 20px;
}
div#article a {
... |
Add font size for navigation links | #navigation-links {
margin-top: 20px;
}
#navigation-links li{
display: inline;
}
#navigation-links a {
color: #f5f3f5;
list-style-type: none;
}
#login a {
margin-top: 20px 0px 20px 0px;
float: right;
}
| #navigation-links {
margin-top: 20px;
font-size: 15px;
}
#navigation-links li{
display: inline;
}
#navigation-links a {
color: #f5f3f5;
list-style-type: none;
font-size: 15px;
}
#login a {
float: right;
}
|
Adjust title block's font weight. | .wp-block[data-type="amp/amp-story-post-title"] .wp-block-amp-amp-story-post-title {
margin: 0;
padding: 7px !important;
height: 100%;
}
.wp-block[data-type="amp/amp-story-post-title"] .wp-block-amp-amp-story-post-title.is-amp-fit-text {
line-height: 1.15;
display: flex;
flex-direction: column;
flex-wrap: nowra... | .wp-block[data-type="amp/amp-story-post-title"] .wp-block-amp-amp-story-post-title {
margin: 0;
padding: 7px !important;
height: 100%;
}
.wp-block[data-type="amp/amp-story-post-title"] .wp-block-amp-amp-story-post-title.is-amp-fit-text {
line-height: 1.15;
display: flex;
flex-direction: column;
flex-wrap: nowra... |
Make sure metric name scroll is hidden for card names | @import './styles/variables.css';
.MetricName {
float: left;
width: 100%;
}
.MetricName textarea{
@mixin hover-input;
padding: 2px;
color: $grey-2;
color: rgba(69, 98, 134, 0.83);
font-weight: 300;
width: 100%;
font-size: 0.99em;
float: left;
line-height: 1.2em;
}
.output .MetricName textarea {... | @import './styles/variables.css';
.MetricName {
float: left;
width: 100%;
}
.MetricName textarea{
@mixin hover-input;
padding: 2px;
color: $grey-2;
color: rgba(69, 98, 134, 0.83);
font-weight: 300;
width: 100%;
font-size: 0.99em;
float: left;
line-height: 1.2em;
}
.output .MetricName textarea {... |
Modify existing fixture for default extractor |
[class*="font-icon-"] {
color: black;
}
a.link[href*="github.com"] {
color: black;
}
.ui[class*="center aligned"].grid {
color: black;
}
|
[class*="font-icon-"] {
color: black;
}
a.link[href*="github.com"] {
color: black;
}
.ui[class*="center aligned"].grid {
color: black;
}
.ui.grid {
color: green;
} |
Make all elements position relative | * {
box-sizing: border-box;
}
html,
body {
height: 100%;
width: 100%;
overflow: hidden;
-webkit-user-select: none;
}
body {
background: black;
color: white;
font-family: 'Avenir Next', 'Helvetica Neue', sans-serif;
padding: 30px;
}
drag-region {
display: block;
position: a... | * {
box-sizing: border-box;
position: relative;
}
html,
body {
height: 100%;
width: 100%;
overflow: hidden;
-webkit-user-select: none;
}
body {
background: black;
color: white;
font-family: 'Avenir Next', 'Helvetica Neue', sans-serif;
padding: 30px;
}
drag-region {
display... |
Improve styling for HTML exports of manpages | .main_page_content .manpage_export h2 {
border-bottom: 1px solid #CDC998;
text-transform: lowercase;
}
.main_page_content .manpage_export h2::first-letter {
text-transform: uppercase;
}
.main_page_content .manpage_export a {
display: none;
}
.main_page_content .manpage_export b {
font-weight: bold;
font-sty... | .main_page_content .manpage_export h2 {
border-bottom: 1px solid #CDC998;
text-transform: lowercase;
}
.main_page_content .manpage_export h2::first-letter {
text-transform: uppercase;
}
.main_page_content .manpage_export a {
display: none;
}
.main_page_content .manpage_export b {
font-weight: bold;
font-sty... |
Add generic font as fallback. | #toast-container > .toast {
background-image: none !important;
}
#toast-container > .toast::before {
position: relative;
font-family: FontAwesome;
font-size: 24px;
line-height: 18px;
float: left;
margin-left: -1em;
color: #fff;
padding-right: 0.5em;
margin-right: 0.5em;
}
/* See http://fontawesome... | #toast-container > .toast {
background-image: none !important;
}
#toast-container > .toast::before {
position: relative;
font-family: FontAwesome, serif;
font-size: 24px;
line-height: 18px;
float: left;
margin-left: -1em;
color: #fff;
padding-right: 0.5em;
margin-right: 0.5em;
}
/* See http://font... |
Remove left margin from help texts | .vLargeTextField, .item-richtext {
width:300px !important;
height:120px !important;
}
.vTextField {
width:300px !important;
}
#language-selector label.translated {
text-decoration:underline;
}
#all_languages { float:left; }
fieldset.module {
clear: left;
}
fieldset.language {
clear: none;
float: left;
w... | .vLargeTextField, .item-richtext {
width:300px !important;
height:120px !important;
}
.vTextField {
width:300px !important;
}
#language-selector label.translated {
text-decoration:underline;
}
#all_languages { float:left; }
fieldset.module {
clear: left;
}
fieldset.language {
clear: none;
float: left;
w... |
Add very light gray to node background with a med gray border. |
.outline-row {
border-top: 2px solid #333333;
border-bottom: 2px solid #333333
}
.left-col-outline {
border-left: 2px solid #333333
}
.right-col-outline {
border-right: 2px solid #333333
}
button {
-webkit-appearance: none;
outline: none;
border: 0;
background: transparent;
}
.load-... |
.node-styling {
background-color: #fcfcfc;
border: 1px solid #cccccc;
}
button {
-webkit-appearance: none;
outline: none;
border: 0;
background: transparent;
}
.load-nodes {
font-size: 2em;
}
|
Fix link colors in <p>s | main {
background-color: white;
padding: 2em;
padding-top: 1em;
padding-bottom: 1em;
margin-left: 15%;
margin-right: 15%;
margin-top: 4em;
margin-bottom: 4em;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
main ol li a {
color: #1976D2;
}
section h2 {
text-align: center;
margin-left: 15%;
ma... | main {
background-color: white;
padding: 2em;
padding-top: 1em;
padding-bottom: 1em;
margin-left: 15%;
margin-right: 15%;
margin-top: 4em;
margin-bottom: 4em;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
main ol li a {
color: #1976D2;
}
p a {
color: #1976D2;
}
section h2 {
text-align: cente... |
Fix favicon sizes in password manager | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.contentPane {
margin: 9px 8px... | /* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
.contentPane {
margin: 9px 8px... |
Fix DHT tracker overlaying part of Discord | #app-mount div[class*="app-"] {
margin-bottom: 48px !important;
}
#app-mount div[class*="app-"] > div[class*="app-"] {
margin-bottom: 0 !important;
}
#dht-ctrl {
position: absolute;
bottom: 0;
width: 100%;
height: 48px;
background-color: #fff;
z-index: 1000000;
}
#dht-ctrl button {
height: 32px;
... | #app-mount {
height: calc(100% - 48px) !important;
}
#dht-ctrl {
position: absolute;
bottom: 0;
width: 100%;
height: 48px;
background-color: #fff;
z-index: 1000000;
}
#dht-ctrl button {
height: 32px;
margin: 8px 0 8px 8px;
font-size: 16px;
padding: 0 12px;
background-color: #7289da;
color: #... |
Add pandoc CSS (very minimal so far) | pre {
margin-left: 2em;
/* padding-left: 1em; */
padding: 2px 4px;
border: 1px;
background-color: #f4f4f4;
}
| |
Move word_cloud formatting into it's own css. | @charset "utf-8";
/* CSS Document */
.word_cloud_list2 {
color: red;
}
.word_cloud_list1 {
color: blue;
}
.word_cloud_both_lists {
color: purple;
}
| |
Add new font-family to blog stylesheet. | .blog p {
text-align: left;
font-size: 1em;
}
#line_break {
border: 1px solid grey;
width: 98%;
margin: auto;
}
.blog #title_font {}
.blog #date_font {}
h4 {
font-weight: bold;
}
a:link {
text-decoration: none;
color: #CBFCC5;
}
a:hover {
text-decoration: none;
color: #3F8EAB;
}
.blog h1 {
f... | .blog p {
text-align: left;
font-size: 1em;
}
#line_break {
border: 1px solid grey;
width: 98%;
margin: auto;
}
.blog #title_font {}
.blog #date_font {}
h4 {
font-weight: bold;
}
a:link {
text-decoration: none;
color: #CBFCC5;
}
a:hover {
text-decoration: none;
color: #3F8EAB;
}
h1 {
font-fa... |
Improve usability of link target area | body,
html {
margin: 0;
padding: 0;
font-family: courier, monospace;
color: #222;
background-color: #e1ffd3;
}
label[for='hasJQuery'] {
float: right;
margin: 0;
}
#hasJQuery {
width: auto;
height: 14px;
float: right;
margin: 1px 4px;
}
#container {
width: 800px;
margin: 0 auto;
}
label {
dis... | /* *\
Styles by DrummerHead
\* */
body,
html {
margin: 0;
padding: 0;
font-family: courier, monospace;
color: #222;
background-color: #e1ffd3;
}
label[for='hasJQuery'] {
float: right;
margin: 0;
}
#hasJQuery {
width: auto;
height: 14px;
float: right;
... |
Remove left and right whitespace | .height-30px {
height: 30px;
}
.height-100px {
height: 100px;
}
.group-qr-code {
text-align: center;
}
.group-qr-code-caption {
text-align: center;
}
.link-btn {
margin-top: 30px;
}
.zzn-content {
text-align: right;
} | .height-30px {
height: 30px;
}
.height-100px {
height: 100px;
}
.group-qr-code {
text-align: center;
}
.group-qr-code-caption {
text-align: center;
}
.link-btn {
margin-top: 30px;
}
.zzn-content {
text-align: right;
}
/* Overriding bootstrap */
.container {
padding-right: 0px; /*15px ... |
Change color for a tag | #project1, #project2, #project3 {
display: none;
}
.wrap {
margin: auto;
width: 50%;
border: 2px solid #eeecec;
padding: 70px;
margin-top: 50px;
}
a {
color: #cd8b00;
}
img {
display: block;
margin: auto;
width: 80%;
align-self: center;
}
.footer {
display: table;
tex... | #project1, #project2, #project3 {
display: none;
}
.wrap {
margin: auto;
width: 50%;
border: 2px solid #eeecec;
padding: 70px;
margin-top: 50px;
}
a {
color: #3f1f09;
}
img {
display: block;
margin: auto;
width: 80%;
align-self: center;
}
.footer {
display: table;
tex... |
Change color in a tag | #project1, #project2, #project3 {
display: none;
}
.wrap {
margin: auto;
width: 50%;
border: 2px solid #eeecec;
padding: 70px;
margin-top: 50px;
}
a {
color: #3f1f09;
}
img {
display: block;
margin: auto;
width: 80%;
align-self: center;
}
.footer {
display: table;
tex... | #project1, #project2, #project3 {
display: none;
}
.wrap {
margin: auto;
width: 50%;
border: 2px solid #eeecec;
padding: 70px;
margin-top: 50px;
}
a {
color: #000080;
}
img {
display: block;
margin: auto;
width: 80%;
align-self: center;
}
.footer {
display: table;
tex... |
Remove jsx style from css | .filter-button {
color: #FFF;
margin: 0.1em 0.3em;
padding: 2px 5px;
border: none;
borderRadius: 1px;
cursor: pointer;
/* TODO: move text-transform to API ? */
textTransform: capitalize;
transition: opacity 0.2s ease-in-out;
opacity: 0.5;
}
.filter-button-active {
opacity: 1;
}
.filter-button:ho... | .filter-button {
color: #FFF;
margin: 0.1em 0.3em;
padding: 2px 5px;
border: none;
border-radius: 2px;
cursor: pointer;
/* TODO: move text-transform to API ? */
text-transform: capitalize;
transition: opacity 0.2s ease-in-out;
opacity: 0.5;
}
.filter-button-active {
opacity: 1;
}
.filter-button:... |
Fix animation for grey grid cells | /*.OrbGrid-cell-highlighted {
animation-name: anim-info-updated;
animation-duration: 4s;
}
@keyframes anim-info-updated {
0% {
background-color: red;
color: rgb(128, 0, 0);
}
100% {
background-color: white;
color: rgb(0, 0, 0);
}
}*/
| /*.OrbGrid-cell-highlighted {
animation-name: anim-info-updated;
animation-duration: 4s;
}
@keyframes anim-info-updated {
0% {
background-color: red;
color: rgb(128, 0, 0);
}
100% {
}
}*/
|
Fix Exo integration with the 1.0 skin | #actionmenu {
position: relative;
height: 2em;
top: auto;
left: auto;
right: auto;
width: auto;
border: none;
z-index: auto;
overflow: visible;
}
html > body #actionmenu{
position: relative;
top: auto;
left: auto;
width: auto;
}
}
| |
Increase padding for simple popup items | /*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... | /*
* Copyright 2010 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
Make small adjustment to sidebar | @import 'app/styles/variables.css';
.sidebar {
display: flex;
flex-direction: column;
/* border-left: 1px solid #ddd; */
}
.pageList {
text-align: left;
line-height: 18px;
& li {
margin-bottom: 10px;
}
}
.pageList a {
font-size: 18px;
}
.header {
display: flex;
flex-direction: row;
align... | @import 'app/styles/variables.css';
.sidebar {
display: flex;
flex-direction: column;
/* border-left: 1px solid #ddd; */
}
.pageList {
text-align: left;
line-height: 18px;
& li {
margin-bottom: 10px;
}
}
.pageList a {
font-size: 18px;
}
.header {
display: flex;
flex-direction: row;
align... |
Fix multiple spaces inside autocomplete div | .search {
position: relative;
}
.autocomplete {
position: absolute;
z-index: 1;
width: 600px;
height: 60px;
font-size: 2em;
padding: 0 10px;
line-height: 60px;
box-sizing: border-box;
color: #bbbbbb;
white-space: nowrap;
}
| .search {
position: relative;
}
.autocomplete {
position: absolute;
z-index: 1;
width: 600px;
height: 60px;
font-size: 2em;
padding: 0 10px;
line-height: 60px;
box-sizing: border-box;
color: #bbbbbb;
white-space: pre;
}
|
Add media queries in the CSS. | #spice_book .spice_pane_left {
width: 40%;
display: inline-block;
}
#spice_book .spice_pane_right {
width: 50%;
display: inline-block;
vertical-align: top;
border-left: 1px solid rgba(0,0,0,0.1);
padding-left: 10px;
}
#spice_book .book_data_item {
display: inline-block;
padding-rig... | #spice_book .spice_pane_left {
width: 40%;
display: inline-block;
}
#spice_book .spice_pane_right {
width: 50%;
display: inline-block;
vertical-align: top;
border-left: 1px solid rgba(0,0,0,0.1);
padding-left: 10px;
}
#spice_book .book_data_item {
display: inline-block;
padding-rig... |
Add 'overflow: hidden' to autofill items so we don't occlude the close button. | .autofill-list-item {
-webkit-box-flex: 1;
-webkit-padding-start: 8px;
}
.autofill-list-item + img {
-webkit-padding-end: 20px;
vertical-align: middle;
}
#autofill-options > div:last-child {
margin-top: 15px;
}
#autofill-options > div.settings-list > div:last-child {
border-top: 1px solid #D9D9D9;
padd... | .autofill-list-item {
-webkit-box-flex: 1;
-webkit-padding-start: 8px;
overflow: hidden;
text-overflow: ellipsis;
}
.autofill-list-item + img {
-webkit-padding-end: 20px;
vertical-align: middle;
}
#autofill-options > div:last-child {
margin-top: 15px;
}
#autofill-options > div.settings-list > div:last-... |
Change second block technical relative stylesheet |
#second_from_top {
display: block;
position: relative;
left: 100px;
top: 780px;
}
|
#second_from_top {
display: block;
position: relative;
left: 100px;
top: 790px;
}
|
Change element type of sources-form | .sources-form {
display: inline-block;
float: right;
width: 45%;
height: 500px;
overflow: scroll;
border: 1px solid black;
padding: 10px;
margin: 1%;
background-color: white;
color: black
}
.source {
color: black;
background-color: AliceBlue;
text-align: left;
border: 1px solid black;
mar... | #sources-form {
display: inline-block;
float: right;
width: 45%;
height: 500px;
overflow: scroll;
border: 1px solid black;
padding: 10px;
margin: 1%;
background-color: white;
color: black
}
.source {
color: black;
background-color: AliceBlue;
text-align: left;
border: 1px solid black;
mar... |
Fix right-margin in sphinx doc CSS (thanks bruno) | /*
* basic.css
* ~~~~~~~~~
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
/* -- general body styles --------------------------------------------------- */
div.body {
min-width: 450px;
max-width:... | /*
* basic.css
* ~~~~~~~~~
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
/* -- general body styles --------------------------------------------------- */
div.body {
min-width: 450px;
max-width:... |
Format to be complaint with stylelint rules. | #toast-container > .toast {
background-image: none !important;
}
#toast-container > .toast:before {
position: relative;
font-family: FontAwesome;
font-size: 24px;
line-height: 18px;
float: left;
margin-left: -1em;
color: #FFF;
padding-right: 0.5em;
margin-right: 0.5em;
}
/* S... | #toast-container > .toast {
background-image: none !important;
}
#toast-container > .toast::before {
position: relative;
font-family: FontAwesome;
font-size: 24px;
line-height: 18px;
float: left;
margin-left: -1em;
color: #fff;
padding-right: 0.5em;
margin-right: 0.5em;
}
/* See http://fontawesome... |
Tweak h1 line-height to avoid text overlay issues in the headers. | html, body {
padding:0px;
font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
}
h1, h2, h3, tt { color: #000; }
h2 { padding-top: 1em; }
h3 { padding-top: 0.5em; margin-bottom: -0.25em; }
li { padding-bottom: 0.5em; }
/* Slides */
I... | html, body {
padding:0px;
font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
}
h1, h2, h3, tt { color: #000; line-height:1.1; }
h2 { padding-top: 1em; }
h3 { padding-top: 0.5em; margin-bottom: -0.25em; }
li { padding-bottom: 0.5em; ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.