Project

General

Profile

« Previous | Next » 

Revision 59619

[Monitor Dashboard | Trunk]: Organize new dashboard theme to files

View differences:

monitor-custom.css
1
:root {
2
    --portal-main-color: #4686E5; /*#8DCA26;*/
3
    --portal-main-contrast: white;
4
    --portal-dark-color: #004494;/*#7c9144;*/
5

  
6
    --openaire-main-color: #313179;
7

  
8
    --explore-portal-color: #D95F2D;
9
    --provide-portal-color: #37C7E9;
10
    --monitor-portal-color: #8DCA26;
11
    --connect-portal-color: #EBB13E;
12
    --develop-portal-color: #DA65AB;
13

  
14
    --explore-portal-lower-tone: #a0462c;
15
    --provide-portal-lower-tone: #3A8FA3;
16
    --monitor-portal-lower-tone: #7c9144;
17
    --connect-portal-lower-tone: #b48536;
18
    --develop-portal-lower-tone: #9f4e7e;
19

  
20

  
21
    /* Dashboard variables*/
22
    --sidebar-width: 320px;
23
    --sidebar-mini-width: 130px;
24
    --sidebar-font-size: 14px;
25
    --header-height: 70px;
26
    --primary-color: #0d47a1;
27
    --secondary-color: #1CA9D5;
28

  
29
    --monitor-header-menu-height: 100px;
30
}
31

  
32 1
.refresh-iframe {
33 2
    background-color: rgba(0, 0, 0, 0.50);
34 3
    position: absolute;

Also available in: Unified diff