message area + admin part 1
This commit is contained in:
parent
54bed87c4e
commit
ccf1b0eac9
8 changed files with 439 additions and 363 deletions
|
@ -1,72 +1,87 @@
|
||||||
/**
|
/**
|
||||||
* This file provides the design styles for the page footer
|
* This file provides the design styles for the page footer
|
||||||
*
|
*
|
||||||
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* no print */
|
/* no print */
|
||||||
|
|
||||||
@media screen {
|
@media screen {
|
||||||
.page-footer {
|
.page-footer {
|
||||||
background: @background_page-header;
|
background: @background_page-header;
|
||||||
border-top: 1px solid @color-border;
|
border-top: 1px solid @color-border;
|
||||||
font-size: @font-size-default;
|
font-size: @font-size-default;
|
||||||
padding: @margin-small (@margin-big - .5);
|
padding: @margin-small (@margin-big - .5);
|
||||||
text-align: right;
|
text-align: right;
|
||||||
|
|
||||||
bdi {
|
bdi {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#dokuwiki__footer {
|
#dokuwiki__footer {
|
||||||
.main-footer {
|
.main-footer {
|
||||||
position: relative;
|
position: relative;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-size: @font-size-default;
|
font-size: @font-size-default;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
/* min-width: 1024px */
|
/* min-width: 1024px */
|
||||||
|
|
||||||
@media @screen_min-md {
|
@media @screen_min-md {
|
||||||
#dokuwiki__footer {
|
#dokuwiki__footer {
|
||||||
.col-xs-12 {
|
.col-xs-12 {
|
||||||
float: right;
|
float: right;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-footer {
|
.main-footer {
|
||||||
padding: @margin-default 0;
|
padding: @margin-default 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.showSidebar {
|
.showSidebar {
|
||||||
#dokuwiki__footer {
|
#dokuwiki__footer {
|
||||||
.col-xs-12 {
|
.col-xs-12 {
|
||||||
width: 73%;
|
width: 73%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
.wide-content {
|
||||||
|
#dokuwiki__footer {
|
||||||
|
.col-xs-12 {
|
||||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
width: auto;
|
||||||
/* max-width: 1023px */
|
float: none;
|
||||||
|
}
|
||||||
@media @screen_max-md {
|
}
|
||||||
#dokuwiki__footer {
|
&.showSidebar{
|
||||||
.main-footer {
|
#dokuwiki__footer {
|
||||||
padding: @margin-default (@margin-big - .5);
|
.col-xs-12 {
|
||||||
}
|
margin-left: 2.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||||
|
/* max-width: 1023px */
|
||||||
|
|
||||||
|
@media @screen_max-md {
|
||||||
|
#dokuwiki__footer {
|
||||||
|
.main-footer {
|
||||||
|
padding: @margin-default (@margin-big - .5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
11
css/area_msg.less
Normal file
11
css/area_msg.less
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
.msg-area{
|
||||||
|
clear: both;
|
||||||
|
padding-top: 1.6rem;
|
||||||
|
div{
|
||||||
|
font-size: .88rem;
|
||||||
|
line-height: 135%;
|
||||||
|
}
|
||||||
|
&:empty{
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
|
@ -166,7 +166,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
+ a{
|
+ .msg-area + a{
|
||||||
clear: right;
|
clear: right;
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,7 +35,7 @@ nav#dokuwiki__pagetools{
|
||||||
}
|
}
|
||||||
a{
|
a{
|
||||||
font-size: .8rem;
|
font-size: .8rem;
|
||||||
&.source, &.revs, &.backlink, &.plugin_bookcreator_addtobook, &.export_pdf, &.top, &.edit{
|
&.source, &.revs, &.backlink, &.plugin_bookcreator_addtobook, &.export_pdf, &.top, &.edit, &.show{
|
||||||
opacity: .6;
|
opacity: .6;
|
||||||
color: @color-nav;
|
color: @color-nav;
|
||||||
*{
|
*{
|
||||||
|
@ -106,6 +106,12 @@ nav#dokuwiki__pagetools{
|
||||||
background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMDAiIHdpZHRoPSI4NTcuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJyZ2IoNDAsMTA5LDE2OCkiIGQ9Ik04MTkuMiAyMTIuMXExNS42IDE1LjYgMjYuOCA0Mi40dDExLjEgNDkuMXY2NDIuOHEwIDIyLjQgLTE1LjYgMzh0LTM3LjkgMTUuNmgtNzUwcS0yMi4zIDAgLTM4IC0xNS42VDAgOTQ2LjRWNTMuNnEwIC0yMi40IDE1LjYgLTM4VDUzLjYgMGg1MDBxMjIuMyAwIDQ5LjEgMTEuMnQ0Mi40IDI2Ljd6TTU3MS40IDc1Ljl2MjA5LjhoMjA5LjlRNzc1LjcgMjY5LjUgNzY5IDI2Mi44TDU5NC4zIDg4LjJxLTYuNyAtNi43IC0yMi45IC0xMi4zem0yMTQuMyA4NTIuN1YzNTcuMUg1NTMuNnEtMjIuMyAwIC0zOCAtMTUuNlQ1MDAgMzAzLjZWNzEuNEg3MS40djg1Ny4yaDcxNC4zek00OTguOSA1OTcuN3ExOC40IDE0LjUgNDYuOSAzMS4yUTU3OC43IDYyNSA2MTEgNjI1cTgyLjEgMCA5OC44IDI3LjMgOSAxMi4zIDEuMSAyOS4xIDAgLjUgLS41IDEuMWwtMS4xIDEuMXYuNnEtMy40IDIxLjIgLTM5LjcgMjEuMiAtMjYuNyAwIC02NC4xIC0xMS4ydC03Mi42IC0yOS42UTQwOS42IDY3OCAzMTQuMiA3MTAuOSAyMjguOCA4NTcuMSAxNzkuMSA4NTcuMXEtOC4zIDAgLTE1LjYgLTMuOWwtMTMuNCAtNi43cS0uNSAtLjUgLTMuMyAtMi44IC01LjYgLTUuNSAtMy40IC0yMCA1IC0yMi40IDMxLjMgLTUxLjF0NzMuNiAtNTMuOXE3LjggLTUgMTIuOSAzLjQgMS4xIDEuMSAxLjEgMi4yIDI5IC00Ny40IDU5LjcgLTEwOS45IDM3LjkgLTc1LjkgNTggLTE0Ni4yIC0xMy40IC00NS44IC0xNyAtODl0My42IC03MS4ycTYuMiAtMjIuMyAyMy41IC0yMi4zaDEyLjJxMTIuOSAwIDE5LjYgOC40IDEwIDExLjcgNSAzNy45IC0xLjEgMy40IC0yLjIgNC41IC41IDEuNyAuNSA0LjV2MTYuN3EtMS4xIDY4LjYgLTcuOCAxMDcuMSAzMC43IDkxLjYgODEuNSAxMzIuOXpNMTc3LjUgODI3cTI5IC0xMy40IDc2LjQgLTg4LjIgLTI4LjUgMjIuNCAtNDguOCA0Ni45VDE3Ny41IDgyN3pNMzk5LjYgMzEzLjZxLTguNCAyMy41IC0xLjIgNzMuNyAuNiAtMy45IDMuOSAtMjQuNiAwIC0xLjcgNCAtMjQgLjUgLTIuMiAyLjIgLTQuNCAtLjYgLS42IC0uNiAtMS4yIC0uNSAtMS4xIC0uNSAtMS42IC0uNiAtMTIuMyAtNy4zIC0yMC4xIDAgLjUgLS41IDEuMXYxLjF6bS02OS4yIDM2OC45cTc1LjMgLTMwLjIgMTU4LjQgLTQ1LjIgLTEuMSAtLjYgLTcuMiAtNS4zdC04LjkgLTcuNnEtNDIuNSAtMzcuMyAtNzAuOSAtOTguMiAtMTUuMSA0OCAtNDYuMyAxMTAgLTE2LjggMzEuMiAtMjUuMSA0Ni4zem0zNjAuNCAtOXEtMTMuMyAtMTMuMyAtNzguMSAtMTMuMyA0Mi40IDE1LjYgNjkuMiAxNS42IDcuOCAwIDEwLjEgLS42IDAgLS41IC0xLjIgLTEuN3oiLz48L3N2Zz4=);
|
background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMDAiIHdpZHRoPSI4NTcuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJyZ2IoNDAsMTA5LDE2OCkiIGQ9Ik04MTkuMiAyMTIuMXExNS42IDE1LjYgMjYuOCA0Mi40dDExLjEgNDkuMXY2NDIuOHEwIDIyLjQgLTE1LjYgMzh0LTM3LjkgMTUuNmgtNzUwcS0yMi4zIDAgLTM4IC0xNS42VDAgOTQ2LjRWNTMuNnEwIC0yMi40IDE1LjYgLTM4VDUzLjYgMGg1MDBxMjIuMyAwIDQ5LjEgMTEuMnQ0Mi40IDI2Ljd6TTU3MS40IDc1Ljl2MjA5LjhoMjA5LjlRNzc1LjcgMjY5LjUgNzY5IDI2Mi44TDU5NC4zIDg4LjJxLTYuNyAtNi43IC0yMi45IC0xMi4zem0yMTQuMyA4NTIuN1YzNTcuMUg1NTMuNnEtMjIuMyAwIC0zOCAtMTUuNlQ1MDAgMzAzLjZWNzEuNEg3MS40djg1Ny4yaDcxNC4zek00OTguOSA1OTcuN3ExOC40IDE0LjUgNDYuOSAzMS4yUTU3OC43IDYyNSA2MTEgNjI1cTgyLjEgMCA5OC44IDI3LjMgOSAxMi4zIDEuMSAyOS4xIDAgLjUgLS41IDEuMWwtMS4xIDEuMXYuNnEtMy40IDIxLjIgLTM5LjcgMjEuMiAtMjYuNyAwIC02NC4xIC0xMS4ydC03Mi42IC0yOS42UTQwOS42IDY3OCAzMTQuMiA3MTAuOSAyMjguOCA4NTcuMSAxNzkuMSA4NTcuMXEtOC4zIDAgLTE1LjYgLTMuOWwtMTMuNCAtNi43cS0uNSAtLjUgLTMuMyAtMi44IC01LjYgLTUuNSAtMy40IC0yMCA1IC0yMi40IDMxLjMgLTUxLjF0NzMuNiAtNTMuOXE3LjggLTUgMTIuOSAzLjQgMS4xIDEuMSAxLjEgMi4yIDI5IC00Ny40IDU5LjcgLTEwOS45IDM3LjkgLTc1LjkgNTggLTE0Ni4yIC0xMy40IC00NS44IC0xNyAtODl0My42IC03MS4ycTYuMiAtMjIuMyAyMy41IC0yMi4zaDEyLjJxMTIuOSAwIDE5LjYgOC40IDEwIDExLjcgNSAzNy45IC0xLjEgMy40IC0yLjIgNC41IC41IDEuNyAuNSA0LjV2MTYuN3EtMS4xIDY4LjYgLTcuOCAxMDcuMSAzMC43IDkxLjYgODEuNSAxMzIuOXpNMTc3LjUgODI3cTI5IC0xMy40IDc2LjQgLTg4LjIgLTI4LjUgMjIuNCAtNDguOCA0Ni45VDE3Ny41IDgyN3pNMzk5LjYgMzEzLjZxLTguNCAyMy41IC0xLjIgNzMuNyAuNiAtMy45IDMuOSAtMjQuNiAwIC0xLjcgNCAtMjQgLjUgLTIuMiAyLjIgLTQuNCAtLjYgLS42IC0uNiAtMS4yIC0uNSAtMS4xIC0uNSAtMS42IC0uNiAtMTIuMyAtNy4zIC0yMC4xIDAgLjUgLS41IDEuMXYxLjF6bS02OS4yIDM2OC45cTc1LjMgLTMwLjIgMTU4LjQgLTQ1LjIgLTEuMSAtLjYgLTcuMiAtNS4zdC04LjkgLTcuNnEtNDIuNSAtMzcuMyAtNzAuOSAtOTguMiAtMTUuMSA0OCAtNDYuMyAxMTAgLTE2LjggMzEuMiAtMjUuMSA0Ni4zem0zNjAuNCAtOXEtMTMuMyAtMTMuMyAtNzguMSAtMTMuMyA0Mi40IDE1LjYgNjkuMiAxNS42IDcuOCAwIDEwLjEgLS42IDAgLS41IC0xLjIgLTEuN3oiLz48L3N2Zz4=);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
&.show{
|
||||||
|
background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMDAiIHdpZHRoPSI4MzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0icmdiKDEwNSwxMDUsMTA1KSIgZD0iTTc5NSAxMTkuMDY5YzUwIDQ2LjI1IDQzLjc1IDExNy41IC0zLjc1IDE2NWwtNDYuMjUgNDYuMjVzMzUgLTUzLjc1IC0zNy41IC0xMjMuNzVjLTYzLjc1IC02My43NSAtMTIzLjc1IC0zNi4yNSAtMTIzLjc1IC0zNi4yNWw0OC43NSAtNDguNzVjNDMuNzUgLTQ1IDEyMCAtNDUgMTYyLjUgLTIuNXptLTg4Ljc1IDI1MGwtNDkyLjUgNDkyLjUgLTIxMCA1MS4yNSAtMy43NSAtMy43NSA1NSAtMjEwIDQ5Mi41IC00OTBjOC43NSAtMi41IDMwIC04Ljc1IDYwIC0yLjVsLTUyMi41IDUyMi41IC0xNSA1NSA2MCA2MCA1Ni4yNSAtMTUgMjUgLTIzLjc1IDIuNSAtNTYuMjUgLTQwIC00MCA0NzguNzUgLTQ3OC43NWM3LjUgNi4yNSA3LjUgNi4yNSAxNSAxNSA3MS4yNSA3MCAzOC43NSAxMjMuNzUgMzguNzUgMTIzLjc1eiIvPjwvc3ZnPg==);
|
||||||
|
&:hover, &:focus, &:active{
|
||||||
|
background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjEwMDAiIHdpZHRoPSI4MzAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0icmdiKDQwLDEwOSwxNjgpIiBkPSJNNzk1IDExOS4wNjljNTAgNDYuMjUgNDMuNzUgMTE3LjUgLTMuNzUgMTY1bC00Ni4yNSA0Ni4yNXMzNSAtNTMuNzUgLTM3LjUgLTEyMy43NWMtNjMuNzUgLTYzLjc1IC0xMjMuNzUgLTM2LjI1IC0xMjMuNzUgLTM2LjI1bDQ4Ljc1IC00OC43NWM0My43NSAtNDUgMTIwIC00NSAxNjIuNSAtMi41em0tODguNzUgMjUwbC00OTIuNSA0OTIuNSAtMjEwIDUxLjI1IC0zLjc1IC0zLjc1IDU1IC0yMTAgNDkyLjUgLTQ5MGM4Ljc1IC0yLjUgMzAgLTguNzUgNjAgLTIuNWwtNTIyLjUgNTIyLjUgLTE1IDU1IDYwIDYwIDU2LjI1IC0xNSAyNSAtMjMuNzUgMi41IC01Ni4yNSAtNDAgLTQwIDQ3OC43NSAtNDc4Ljc1YzcuNSA2LjI1IDcuNSA2LjI1IDE1IDE1IDcxLjI1IDcwIDM4Ljc1IDEyMy43NSAzOC43NSAxMjMuNzV6Ii8+PC9zdmc+);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -117,7 +123,7 @@ nav#dokuwiki__pagetools{
|
||||||
box-shadow: @box-shadow-offset;
|
box-shadow: @box-shadow-offset;
|
||||||
li{
|
li{
|
||||||
a{
|
a{
|
||||||
&.source, &.revs, &.backlink, &.plugin_bookcreator_addtobook, &.export_pdf, &.top{
|
&.source, &.revs, &.backlink, &.plugin_bookcreator_addtobook, &.export_pdf, &.top, &.show {
|
||||||
color: @color-nav;
|
color: @color-nav;
|
||||||
background-position: 95% center;
|
background-position: 95% center;
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
|
|
|
@ -1,286 +1,286 @@
|
||||||
/**
|
/**
|
||||||
* This file provides styles for web fonts and icon fonts
|
* This file provides styles for web fonts and icon fonts
|
||||||
*
|
*
|
||||||
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
* @author Jana Deutschlaender <deutschlaender@cosmocode.de>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* web font */
|
/* web font */
|
||||||
.setLocalFontFace('roboto',300,'Roboto Light','Roboto-Light','roboto-light'); /* roboto light */
|
//.setLocalFontFace('roboto',300,'Roboto Light','Roboto-Light','roboto-light'); /* roboto light */
|
||||||
.setLocalFontFace('roboto',400,'Roboto','Roboto-Regular','roboto-regular'); /* roboto regular */
|
//.setLocalFontFace('roboto',400,'Roboto','Roboto-Regular','roboto-regular'); /* roboto regular */
|
||||||
.setLocalFontFace('roboto',500,'Roboto Medium','Roboto-Medium','roboto-medium'); /* roboto medium */
|
//.setLocalFontFace('roboto',500,'Roboto Medium','Roboto-Medium','roboto-medium'); /* roboto medium */
|
||||||
.setLocalFontFace('roboto',700,'Roboto Bold','Roboto-Bold','roboto-bold'); /* roboto bold */
|
//.setLocalFontFace('roboto',700,'Roboto Bold','Roboto-Bold','roboto-bold'); /* roboto bold */
|
||||||
|
|
||||||
.setLocalFontFace('roboto',400,'Roboto Condensed','RobotoCondensed-Regular','roboto-condensed'); /* roboto condensed */
|
//.setLocalFontFace('roboto',400,'Roboto Condensed','RobotoCondensed-Regular','roboto-condensed'); /* roboto condensed */
|
||||||
.setLocalFontFace('roboto',700,'Roboto Condensed Bold','RobotoCondensed-Bold','roboto-boldcondensed'); /* roboto condensed */
|
//.setLocalFontFace('roboto',700,'Roboto Condensed Bold','RobotoCondensed-Bold','roboto-boldcondensed'); /* roboto condensed */
|
||||||
|
|
||||||
/* icon font */
|
/* icon font */
|
||||||
.setIconFontFace('fontello','fontello');
|
.setIconFontFace('fontello','fontello');
|
||||||
|
|
||||||
.icon, [class^="icon-"], [class*=" icon-"]{
|
.icon, [class^="icon-"], [class*=" icon-"]{
|
||||||
.fontello();
|
.fontello();
|
||||||
}
|
}
|
||||||
|
|
||||||
/* custom icon font */
|
/* custom icon font */
|
||||||
.icon-user{
|
.icon-user{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e800';
|
content: '\e800';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.icon-logout{
|
.icon-logout{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e801';
|
content: '\e801';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-login{
|
.icon-login{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e802';
|
content: '\e802';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-clipboard{
|
.icon-clipboard{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e803';
|
content: '\e803';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-emo-happy {
|
.icon-emo-happy {
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e804';
|
content: '\e804';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-emo-wink {
|
.icon-emo-wink {
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e805';
|
content: '\e805';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-emo-unhappy {
|
.icon-emo-unhappy {
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e806';
|
content: '\e806';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-emo-sleep{
|
.icon-emo-sleep{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e807';
|
content: '\e807';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-emo-thumbsup {
|
.icon-emo-thumbsup {
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e808';
|
content: '\e808';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-clock{
|
.icon-clock{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e809';
|
content: '\e809';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-link{
|
.icon-link{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e80a';
|
content: '\e80a';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.icon-link-after{
|
.icon-link-after{
|
||||||
&::after {
|
&::after {
|
||||||
content: '\e80a';
|
content: '\e80a';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-bell{
|
.icon-bell{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e80b';
|
content: '\e80b';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-emo-grin{
|
.icon-emo-grin{
|
||||||
:before {
|
:before {
|
||||||
content: '\e80c';
|
content: '\e80c';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-emo-angry{
|
.icon-emo-angry{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e80d';
|
content: '\e80d';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-mail{
|
.icon-mail{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e80e';
|
content: '\e80e';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-emo-cry {
|
.icon-emo-cry {
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e80f';
|
content: '\e80f';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-cloud{
|
.icon-cloud{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e810';
|
content: '\e810';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-emo-squint{
|
.icon-emo-squint{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e811';
|
content: '\e811';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-emo-laugh{
|
.icon-emo-laugh{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e812';
|
content: '\e812';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-emo-wink2{
|
.icon-emo-wink2{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e813';
|
content: '\e813';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-cloud-1{
|
.icon-cloud-1{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e814';
|
content: '\e814';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-home-outline{
|
.icon-home-outline{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e815';
|
content: '\e815';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-home() {
|
.icon-home() {
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e816';
|
content: '\e816';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-search() {
|
.icon-search() {
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e81f';
|
content: '\e81f';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-puzzle-1{
|
.icon-puzzle-1{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e817';
|
content: '\e817';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-cog-alt{
|
.icon-cog-alt{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e818';
|
content: '\e818';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-cog{
|
.icon-cog{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e819';
|
content: '\e819';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-help{
|
.icon-help{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e81a';
|
content: '\e81a';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-bookmark-empty{
|
.icon-bookmark-empty{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\f097';
|
content: '\f097';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-menu{
|
.icon-menu{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\f0c9';
|
content: '\f0c9';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-sitemap{
|
.icon-sitemap{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\f0e8';
|
content: '\f0e8';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-doc-text{
|
.icon-doc-text{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\f0f6';
|
content: '\f0f6';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-doc-text-after{
|
.icon-doc-text-after{
|
||||||
&::after {
|
&::after {
|
||||||
content: '\f0f6';
|
content: '\f0f6';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-smile{
|
.icon-smile{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\f118';
|
content: '\f118';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-frown{
|
.icon-frown{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\f119';
|
content: '\f119';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-meh {
|
.icon-meh {
|
||||||
&::before {
|
&::before {
|
||||||
content: '\f11a';
|
content: '\f11a';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-puzzle {
|
.icon-puzzle {
|
||||||
&::before {
|
&::before {
|
||||||
content: '\f12e';
|
content: '\f12e';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.icon-puzzle-after {
|
.icon-puzzle-after {
|
||||||
&::after {
|
&::after {
|
||||||
content: '\f12e';
|
content: '\f12e';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-file-pdf{
|
.icon-file-pdf{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\f1c1';
|
content: '\f1c1';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-doc-new{
|
.icon-doc-new{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e81d';
|
content: '\e81d';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-book-open{
|
.icon-book-open{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e81c';
|
content: '\e81c';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-plus{
|
.icon-plus{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e81e';
|
content: '\e81e';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-doc{
|
.icon-doc{
|
||||||
&::before {
|
&::before {
|
||||||
content: '\e81b';
|
content: '\e81b';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
37
css/template_admin.less
Normal file
37
css/template_admin.less
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
.do-admin{
|
||||||
|
#admin__version{
|
||||||
|
font-size: .88rem;
|
||||||
|
}
|
||||||
|
.main-content ul{
|
||||||
|
> li{
|
||||||
|
font-size: .88rem;
|
||||||
|
div.li{
|
||||||
|
font-size: .88rem;
|
||||||
|
a{
|
||||||
|
font-size: .88rem;
|
||||||
|
line-height: 125%;
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
ul.admin_tasks{
|
||||||
|
padding: 0;
|
||||||
|
li{
|
||||||
|
background-size: auto 1rem;
|
||||||
|
margin: 0 0 .6em 0;
|
||||||
|
a{
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media @screen_max-md{
|
||||||
|
ul.admin_tasks{
|
||||||
|
float: none;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
4
main.php
4
main.php
|
@ -295,6 +295,9 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
||||||
tpl_includeFile('pageheader.html')
|
tpl_includeFile('pageheader.html')
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
<?php
|
||||||
|
?>
|
||||||
|
|
||||||
<div class="breadcrumbs">
|
<div class="breadcrumbs">
|
||||||
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_menu_status') ?></h6>
|
<h6 class="sr-only" role="heading" aria-level="2"><?php echo tpl_getLang('head_menu_status') ?></h6>
|
||||||
|
|
||||||
|
@ -345,6 +348,7 @@ $classWideContent = ($ACT === "show") ? "": "wide-content ";
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="msg-area"><?php html_msgarea();/*msg('Information.', 0);msg('Success', 1);msg('Notification', 2);msg('Fehler', -1);*/ ?></div>
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -64,6 +64,7 @@ css/base_design.less = all
|
||||||
css/area_content.less = all
|
css/area_content.less = all
|
||||||
css/area_header.less = all
|
css/area_header.less = all
|
||||||
css/area_footer.less = all
|
css/area_footer.less = all
|
||||||
|
css/area_msg.less = all
|
||||||
css/area_nav-direct.less = all
|
css/area_nav-direct.less = all
|
||||||
css/area_nav-breadcrumb.less = all
|
css/area_nav-breadcrumb.less = all
|
||||||
css/area_nav-usertools.less = all
|
css/area_nav-usertools.less = all
|
||||||
|
@ -75,6 +76,8 @@ css/area_sidetools.less = all
|
||||||
css/area_main-content.less = all
|
css/area_main-content.less = all
|
||||||
css/area_togglelink.less = all
|
css/area_togglelink.less = all
|
||||||
|
|
||||||
|
css/template_admin.less = all
|
||||||
|
|
||||||
|
|
||||||
; _____________ plugin styles _____________
|
; _____________ plugin styles _____________
|
||||||
|
|
||||||
|
@ -140,8 +143,8 @@ __button_background__ = "#286DA8"
|
||||||
__site_width__ = "64em" ; @ini_site_width
|
__site_width__ = "64em" ; @ini_site_width
|
||||||
__sidebar_width__ = "16em" ; @ini_sidebar_width
|
__sidebar_width__ = "16em" ; @ini_sidebar_width
|
||||||
|
|
||||||
__font_family_screen__ = "roboto, 'helvetica', arial, sans-serif"
|
__font_family_screen__ = "arial, sans-serif"
|
||||||
__font_family_menu__ = "'roboto condensed', 'helvetica neue', arial, sans-serif"
|
__font_family_menu__ = "arial, sans-serif"
|
||||||
__font_family_print__ = "'times new roman', serif"
|
__font_family_print__ = "'times new roman', serif"
|
||||||
|
|
||||||
__nav_direct_background__ = "#FFF"
|
__nav_direct_background__ = "#FFF"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue