SPR-910: var rename - border-color
This commit is contained in:
parent
ef4640f4d7
commit
38bfc8bb62
13 changed files with 35 additions and 30 deletions
|
@ -22,7 +22,7 @@
|
|||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
background-color: @background_page-header;
|
||||
border-bottom: 1px solid @color-border-light;
|
||||
border-bottom: 1px solid @ini_border_light;
|
||||
}
|
||||
|
||||
#plugin__highlightparent {
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
.page-footer {
|
||||
min-height: @page-header_height;
|
||||
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
|
||||
font-size: @font-size-default;
|
||||
text-align: right;
|
||||
|
|
|
@ -121,7 +121,7 @@ textarea,
|
|||
select,
|
||||
keygen {
|
||||
min-height: @formfield_min-height;
|
||||
border: 1px solid @color-border;
|
||||
border: 1px solid @ini_border;
|
||||
box-shadow: inset 0 0 1px #eee;
|
||||
border-radius: @fix_border-radius;
|
||||
padding-left: .3rem;
|
||||
|
@ -268,7 +268,7 @@ textarea[readonly] {
|
|||
background-image: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 30%, #eeeeee 99%, #cccccc 99%);
|
||||
background-color: #eee;
|
||||
opacity: .5;
|
||||
border: 1px solid @color-border;
|
||||
border: 1px solid @ini_border;
|
||||
border-radius: @fix_border-radius;
|
||||
color: #333;
|
||||
font-weight: normal;
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
min-width: @toggle-size;
|
||||
box-sizing: border-box;
|
||||
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
|
||||
color: @color-nav;
|
||||
font-size: 1rem;
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
> hr {
|
||||
margin-top: 3em;
|
||||
margin-bottom: 0.5em;
|
||||
border-top: dashed @color-border-light 2px;
|
||||
border-top: dashed @ini_border_light 2px;
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
width: @menu-margin;
|
||||
height: @icon-size;
|
||||
flex-grow: 0;
|
||||
border-right: 1px solid @color-border;
|
||||
border-right: 1px solid @ini_border;
|
||||
text-align: center;
|
||||
margin-right: @margin-small;
|
||||
color: inherit;
|
||||
|
@ -124,7 +124,7 @@
|
|||
left: 0;
|
||||
width: 100%;
|
||||
height: 1px;
|
||||
border-bottom: solid 1px @color-border;
|
||||
border-bottom: solid 1px @ini_border;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
.breadcrumbs {
|
||||
position: relative;
|
||||
border-bottom: 1px solid @color-border-light;
|
||||
border-bottom: 1px solid @ini_border_light;
|
||||
padding: 1rem 1.8rem .2rem;
|
||||
min-height: @page-header_height;
|
||||
box-sizing: border-box;
|
||||
|
@ -105,7 +105,7 @@
|
|||
display: block;
|
||||
width: auto;
|
||||
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
|
||||
color: @color-nav;
|
||||
text-align: center;
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
position: relative;
|
||||
display: block;
|
||||
background-color: @color-site-bg;
|
||||
border: 1px solid @color-border-light;
|
||||
border: 1px solid @ini_border_light;
|
||||
color: @color-link;
|
||||
font-size: @font-size-small;
|
||||
line-height: 1.42857143;
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
width: auto;
|
||||
min-height: @toggle-size;
|
||||
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
|
||||
color: @color-nav;
|
||||
text-align: center;
|
||||
|
@ -49,7 +49,7 @@
|
|||
&.user {
|
||||
position: relative;
|
||||
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
|
||||
padding-right: .3rem;
|
||||
|
||||
|
|
|
@ -127,7 +127,7 @@
|
|||
|
||||
button[type="submit"] {
|
||||
border: solid 1px transparent;
|
||||
border-right-color: @color-border;
|
||||
border-right-color: @ini_border;
|
||||
margin-left: -(@icon-size);
|
||||
|
||||
&::after {
|
||||
|
@ -137,7 +137,7 @@
|
|||
bottom: 15%;
|
||||
width: 1px;
|
||||
left: -1px;
|
||||
background-color: @color-border;
|
||||
background-color: @ini_border;
|
||||
transition: @transition background-color;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -13,9 +13,6 @@
|
|||
|
||||
@font_family_screen: __font_family_screen__;
|
||||
|
||||
@color-text: __text__;
|
||||
@color-border: __border__;
|
||||
@color-border-light: __border_light__;
|
||||
@color-nav: __nav_menu_color__;
|
||||
@color-nav-hover: __nav_menu_hover_color__;
|
||||
@color-nav-hover-bg: __nav_menu_hover_bg__;
|
||||
|
@ -38,6 +35,14 @@
|
|||
@th_background: __background_alt__;
|
||||
|
||||
|
||||
/* ersetzt: */
|
||||
|
||||
//@color-text: __text__;
|
||||
//@border-radius: __default_border_radius__;
|
||||
//@color-border: __border__;
|
||||
//@color-border-light: __border_light__;
|
||||
|
||||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* global vars */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
|
|
|
@ -69,8 +69,8 @@ a {
|
|||
}
|
||||
}
|
||||
|
||||
.content #dokuwiki__pagetools{
|
||||
@media @screen_max-md{
|
||||
.content #dokuwiki__pagetools {
|
||||
@media @screen_max-md {
|
||||
top: 4rem;
|
||||
}
|
||||
}
|
||||
|
@ -313,7 +313,7 @@ table {
|
|||
border-collapse: collapse;
|
||||
empty-cells: show;
|
||||
border-spacing: 0;
|
||||
border: 1px solid @color-border;
|
||||
border: 1px solid @ini_border;
|
||||
font-size: @font-size-default;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
@ -332,7 +332,7 @@ td {
|
|||
padding: .3em .5em;
|
||||
margin: 0;
|
||||
vertical-align: top;
|
||||
border: 1px solid @color-border;
|
||||
border: 1px solid @ini_border;
|
||||
}
|
||||
|
||||
th {
|
||||
|
@ -385,7 +385,7 @@ button img {
|
|||
}
|
||||
|
||||
hr {
|
||||
border-top: solid @color-border;
|
||||
border-top: solid @ini_border;
|
||||
border-bottom: solid @ini_background;
|
||||
border-width: 1px 0;
|
||||
height: 0;
|
||||
|
@ -420,24 +420,24 @@ kbd {
|
|||
direction: ltr;
|
||||
text-align: left;
|
||||
background-color: @color-site-bg;
|
||||
color: @color-text;
|
||||
box-shadow: inset 0 0 .3em @color-border;
|
||||
color: @ini_text;
|
||||
box-shadow: inset 0 0 .3em @ini_border;
|
||||
border-radius: @fix_border-radius;
|
||||
}
|
||||
|
||||
pre {
|
||||
overflow: auto;
|
||||
word-wrap: normal;
|
||||
border: 1px solid @color-border;
|
||||
border: 1px solid @ini_border;
|
||||
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;
|
||||
line-height: 140%;
|
||||
padding: .7em 1em;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border: solid @color-border;
|
||||
border: solid @ini_border;
|
||||
border-width: 0 0 0 .25em;
|
||||
font-size: @font-size-default;
|
||||
line-height: 140%;
|
||||
|
|
|
@ -21,8 +21,8 @@
|
|||
right: 0;
|
||||
top: 0;
|
||||
border: 0;
|
||||
border-bottom: 1px solid @color-border;
|
||||
border-left: 1px solid @color-border;
|
||||
border-bottom: 1px solid @ini_border;
|
||||
border-left: 1px solid @ini_border;
|
||||
color: @color-nav;
|
||||
background: #fff;
|
||||
border-radius: 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue