User Tools

Site Tools


Plugin installed incorrectly. Rename plugin directory 'swiftmail.backup' to 'swiftmail'.
en:software:dashboard:configure_theme

This is an old revision of the document!


FIXME This page is not fully translated, yet. Please help completing the translation.
(remove this paragraph once the translation is finished)

Optical adaption of the Dashboard

The Dashboard can be optically edited in the theme.css file. This file is saved in the Dashboard folder on the server.
Graphical elements, e.g., the logo of a company, are saved in the directory dashboard/img.

At any time, further attributes can be added to the CSS instructions.

Login

Background color, frames and positions

The color of the background and the frame as well as the position of the login window can be adapted via the following entry:

.login-panel {
    background-color: #ffffff;
    border-color: #91c81f;
    border-style: solid;
    height: 200px;
    margin: 220px auto 0;
    padding: 40px;
    width: 360px;
}

The logo itself and its size as well as its position can be adapted via this entry:

.login-panel-panel-for-image {
    background-image: url("img/logo-login.png");
    background-repeat: no-repeat;
    float: right;
    height: 39px;
    width: 151px;
}
Font

The color and the style as well as the size of the font can be adapted by accessing this entry:

.login-panel-panel-for-text {
    color: #00267f;
    float: left;
    font-family: Arial,FreeSans,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 50px;
    padding-bottom: 10px;
    width: 204px;
}


Background

The general background

The background can be changed via this entry:

.main-outer {
	width: 100%; 
	float: left; 
	background-color:#F0F0F0;
	position: absolute;
	top: 0px;
	bottom: 0px;
	overflow-y: scroll;
}

For example, in the following screenshot the attribute of the background color was changed.

Container

The selection for the Dashboard and the individual widgets are stored in the container (the grey-colored area in the above example). The color of the background as well as its position can be adapted by accessing this entry:

.main-panel {
    background-color: #f0f0f0;
    float: left;
    margin-top: 10px;
    width: 100%;
}


The navigation bar

The font for items of the menu

The color of the font and the font-weight of the items of the menu “Dashboards” and “Layout” as well as “Add Widgets” can be changed in this entry.

.main-menu-bar {
    color: #808080;
    font-weight: bold;
}


The color of the font and the background when moving the mouse over items

The color of the font and the background when moving the mouse over individual items of the menu can be changed the following way:

.main-menu-bar .gwt-MenuItem-selected {
    background-color: #ffffff;
    color: #808080;
}


The navigation bar in general

Settings regarding the color of the frame and the background as well as the position of the entire navigation bar can be adapted here:

.menu-panel {
    background-color: #f0f0f0;
    border-bottom: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    float: left;
    left: 190px;
    position: absolute;
    top: 16px;
}


Logo

The logo and its position can be adapted via this entry:

.dashboard-view .header-panel {
    background-image: url("img/default/logo.png");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    float: right;
    height: 65px;
    vertical-align: bottom;
    width: 100%;
}


The button for logout

Setting like the position of the button for logout and the logged-in user as well as the language settings can be changed here:

.dashboard-view .header-panel .wrapper-in-head {
    float: right;
    padding-right: 16px;
    padding-top: 19px;
}


Widgets

Header

By accessing the following entry the color, the style and the size as well as the weight of the font used in the header can be changed:

.loom-widget-header {
    color: #ffffff;
    float: left;
    font-family: Arial,FreeSans,Helvetica,sans-serif;
    font-weight: bold;
    height: 25px;
    padding: 6px 0 0 8px;
    width: 57%;
}


The backround and the height of the header

The color of the background as well as the height of the header can be changed here:

.loom-widget-header-panel {
    background-color: #808080;
    height: 30px;
}


The background and the frames of the widgets

The color of the background and the frames of individual widgets can be adapted the following way.

.loom-widget {
    background-color: #e6e3df;
    border: 1px solid #808080;
    float: left;
    width: 100%;
}


Area encompassing all widgets

In addition, the area in which widgets are supposed to be displayed can be edited (i.e., color of the background and the frames as well as position).

.layout-control {
    background-color: #ffffff;
    border: 1px solid #808080;
    border-radius: 10px;
    margin-right: 5px;
}

Widget for tables

Changing the color of rows within a table while moving a mouse over it

This selector can be used to determine that the rows of a table should turn to another color if a mouse is being moved over the table:

.loom-widget-body tr:hover{
    background: green;
}

Changing the colors of rows while selecting

The command to change the color of rows while being selected can be entered the following way:

.GK40RFKDEE {
    background:red !important;
}

Dashboards navigation


Selection of a Dashboard

The adaption of the color of the background and the font as well as the position of unselected Dashboards can be made via this entry:

.tab {
    background-color: #f0f0f0;
    color: #808080;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 10px;
}


In turn, the adaption of the color of the background and the font as well as the position of selected Dashboards can be conducted as follows:

.selected-tab {
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    color: #808080;
    margin-left: 10px;
    margin-right: 10px;
    padding: 5px 10px;
}


The color of the background while moving the mouse over the Dashboard can be determined in this entry.

.tab:hover {
    background-color: #ffffff;
}


Dashboards settings

If something gets changed here, then these modifications will have direct effects on Dashboards, widgets and variables.

Container for configuration

With this entry the color of the background and the frame as well as the position of the container which can be arranged.Hier kann der Hintergrund, der Rahmen sowie die Position des Containers geändert werden in welchem sich die verschiedenen Dashboards zur Konfiguration befinden.

.manage-dashboards-list-panel {
    background-color: #ffffff;
    border: 1px solid #808080;
    border-radius: 10px;
    margin-right: 5px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}


Mein Dashboard

Hier kann die Formatierung des Schriftzugs “Meine Dashboards” geändert werden.

.config-panel-heading {
    color: #808080;
    font-family: Arial Unicode MS,Arial,sans-serif;
    font-size: 25px;
    padding-bottom: 20px;
}


en/software/dashboard/configure_theme.1417517933.txt.gz · Last modified: 2021/07/01 09:55 (external edit)