SPR-910: var rename - border-color

This commit is contained in:
Silke Pisulla 2017-03-22 15:20:49 +01:00
commit 38bfc8bb62
13 changed files with 35 additions and 30 deletions

View file

@ -22,7 +22,7 @@
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
background-color: @background_page-header; background-color: @background_page-header;
border-bottom: 1px solid @color-border-light; border-bottom: 1px solid @ini_border_light;
} }
#plugin__highlightparent { #plugin__highlightparent {

View file

@ -12,7 +12,7 @@
.page-footer { .page-footer {
min-height: @page-header_height; min-height: @page-header_height;
background-color: @background_page-header; background-color: @background_page-header;
border-top: 1px solid @color-border-light; border-top: 1px solid @ini_border_light;
border-radius: 0 0 @fix_border-radius @fix_border-radius; // @ini_default_border_radius vs. @fix_border-radius border-radius: 0 0 @fix_border-radius @fix_border-radius; // @ini_default_border_radius vs. @fix_border-radius
font-size: @font-size-default; font-size: @font-size-default;
text-align: right; text-align: right;

View file

@ -121,7 +121,7 @@ textarea,
select, select,
keygen { keygen {
min-height: @formfield_min-height; min-height: @formfield_min-height;
border: 1px solid @color-border; border: 1px solid @ini_border;
box-shadow: inset 0 0 1px #eee; box-shadow: inset 0 0 1px #eee;
border-radius: @fix_border-radius; border-radius: @fix_border-radius;
padding-left: .3rem; padding-left: .3rem;
@ -268,7 +268,7 @@ textarea[readonly] {
background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 30%, #eeeeee 99%, #cccccc 99%); background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 30%, #eeeeee 99%, #cccccc 99%);
background-color: #eee; background-color: #eee;
opacity: .5; opacity: .5;
border: 1px solid @color-border; border: 1px solid @ini_border;
border-radius: @fix_border-radius; border-radius: @fix_border-radius;
color: #333; color: #333;
font-weight: normal; font-weight: normal;

View file

@ -125,7 +125,7 @@
min-width: @toggle-size; min-width: @toggle-size;
box-sizing: border-box; box-sizing: border-box;
background-color: #fff; background-color: #fff;
border: 1px solid @color-border; border: 1px solid @ini_border;
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
color: @color-nav; color: @color-nav;
font-size: 1rem; font-size: 1rem;

View file

@ -25,7 +25,7 @@
> hr { > hr {
margin-top: 3em; margin-top: 3em;
margin-bottom: 0.5em; margin-bottom: 0.5em;
border-top: dashed @color-border-light 2px; border-top: dashed @ini_border_light 2px;
border-bottom: none; border-bottom: none;
} }
} }

View file

@ -44,7 +44,7 @@
width: @menu-margin; width: @menu-margin;
height: @icon-size; height: @icon-size;
flex-grow: 0; flex-grow: 0;
border-right: 1px solid @color-border; border-right: 1px solid @ini_border;
text-align: center; text-align: center;
margin-right: @margin-small; margin-right: @margin-small;
color: inherit; color: inherit;
@ -124,7 +124,7 @@
left: 0; left: 0;
width: 100%; width: 100%;
height: 1px; height: 1px;
border-bottom: solid 1px @color-border; border-bottom: solid 1px @ini_border;
} }
&:hover, &:hover,

View file

@ -6,7 +6,7 @@
.breadcrumbs { .breadcrumbs {
position: relative; position: relative;
border-bottom: 1px solid @color-border-light; border-bottom: 1px solid @ini_border_light;
padding: 1rem 1.8rem .2rem; padding: 1rem 1.8rem .2rem;
min-height: @page-header_height; min-height: @page-header_height;
box-sizing: border-box; box-sizing: border-box;
@ -105,7 +105,7 @@
display: block; display: block;
width: auto; width: auto;
min-height: @toggle-size; min-height: @toggle-size;
border: 1px solid @color-border; border: 1px solid @ini_border;
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
color: @color-nav; color: @color-nav;
text-align: center; text-align: center;

View file

@ -99,7 +99,7 @@
position: relative; position: relative;
display: block; display: block;
background-color: @color-site-bg; background-color: @color-site-bg;
border: 1px solid @color-border-light; border: 1px solid @ini_border_light;
color: @color-link; color: @color-link;
font-size: @font-size-small; font-size: @font-size-small;
line-height: 1.42857143; line-height: 1.42857143;

View file

@ -31,7 +31,7 @@
width: auto; width: auto;
min-height: @toggle-size; min-height: @toggle-size;
overflow: hidden; overflow: hidden;
border: 1px solid @color-border; border: 1px solid @ini_border;
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
color: @color-nav; color: @color-nav;
text-align: center; text-align: center;
@ -49,7 +49,7 @@
&.user { &.user {
position: relative; position: relative;
display: table-cell; display: table-cell;
border: solid 1px @color-border; border: solid 1px @ini_border;
border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius border-radius: @ini_default_border_radius; // @ini_default_border_radius vs. @fix_border-radius
padding-right: .3rem; padding-right: .3rem;

View file

@ -127,7 +127,7 @@
button[type="submit"] { button[type="submit"] {
border: solid 1px transparent; border: solid 1px transparent;
border-right-color: @color-border; border-right-color: @ini_border;
margin-left: -(@icon-size); margin-left: -(@icon-size);
&::after { &::after {
@ -137,7 +137,7 @@
bottom: 15%; bottom: 15%;
width: 1px; width: 1px;
left: -1px; left: -1px;
background-color: @color-border; background-color: @ini_border;
transition: @transition background-color; transition: @transition background-color;
} }
} }

View file

@ -13,9 +13,6 @@
@font_family_screen: __font_family_screen__; @font_family_screen: __font_family_screen__;
@color-text: __text__;
@color-border: __border__;
@color-border-light: __border_light__;
@color-nav: __nav_menu_color__; @color-nav: __nav_menu_color__;
@color-nav-hover: __nav_menu_hover_color__; @color-nav-hover: __nav_menu_hover_color__;
@color-nav-hover-bg: __nav_menu_hover_bg__; @color-nav-hover-bg: __nav_menu_hover_bg__;
@ -38,6 +35,14 @@
@th_background: __background_alt__; @th_background: __background_alt__;
/* ersetzt: */
//@color-text: __text__;
//@border-radius: __default_border_radius__;
//@color-border: __border__;
//@color-border-light: __border_light__;
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* global vars */ /* global vars */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */ /* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */

View file

@ -69,8 +69,8 @@ a {
} }
} }
.content #dokuwiki__pagetools{ .content #dokuwiki__pagetools {
@media @screen_max-md{ @media @screen_max-md {
top: 4rem; top: 4rem;
} }
} }
@ -313,7 +313,7 @@ table {
border-collapse: collapse; border-collapse: collapse;
empty-cells: show; empty-cells: show;
border-spacing: 0; border-spacing: 0;
border: 1px solid @color-border; border: 1px solid @ini_border;
font-size: @font-size-default; font-size: @font-size-default;
line-height: 140%; line-height: 140%;
} }
@ -332,7 +332,7 @@ td {
padding: .3em .5em; padding: .3em .5em;
margin: 0; margin: 0;
vertical-align: top; vertical-align: top;
border: 1px solid @color-border; border: 1px solid @ini_border;
} }
th { th {
@ -385,7 +385,7 @@ button img {
} }
hr { hr {
border-top: solid @color-border; border-top: solid @ini_border;
border-bottom: solid @ini_background; border-bottom: solid @ini_background;
border-width: 1px 0; border-width: 1px 0;
height: 0; height: 0;
@ -420,24 +420,24 @@ kbd {
direction: ltr; direction: ltr;
text-align: left; text-align: left;
background-color: @color-site-bg; background-color: @color-site-bg;
color: @color-text; color: @ini_text;
box-shadow: inset 0 0 .3em @color-border; box-shadow: inset 0 0 .3em @ini_border;
border-radius: @fix_border-radius; border-radius: @fix_border-radius;
} }
pre { pre {
overflow: auto; overflow: auto;
word-wrap: normal; word-wrap: normal;
border: 1px solid @color-border; border: 1px solid @ini_border;
border-radius: @fix_border-radius; border-radius: @fix_border-radius;
box-shadow: inset 0 0 .5em @color-border; box-shadow: inset 0 0 .5em @ini_border;
font-size: @font-size-default; font-size: @font-size-default;
line-height: 140%; line-height: 140%;
padding: .7em 1em; padding: .7em 1em;
} }
blockquote { blockquote {
border: solid @color-border; border: solid @ini_border;
border-width: 0 0 0 .25em; border-width: 0 0 0 .25em;
font-size: @font-size-default; font-size: @font-size-default;
line-height: 140%; line-height: 140%;

View file

@ -21,8 +21,8 @@
right: 0; right: 0;
top: 0; top: 0;
border: 0; border: 0;
border-bottom: 1px solid @color-border; border-bottom: 1px solid @ini_border;
border-left: 1px solid @color-border; border-left: 1px solid @ini_border;
color: @color-nav; color: @color-nav;
background: #fff; background: #fff;
border-radius: 0; border-radius: 0;