Project

General

Profile

« Previous | Next » 

Revision 58098

Second commit for the new layout provided by the UX team

View differences:

provide-custom.css
13 13
  padding-left: 0px !important;
14 14
}
15 15

  
16
.ellipsis {
17
  text-overflow: ellipsis;
18
  /* Required for text-overflow to do anything */
19
  white-space: nowrap;
20
  overflow: hidden;
21
}
16 22

  
23
/************ TOPMENU-DASHBOARD ***********/
24

  
25
.app_my_theme #header_main {
26
  background: #fff;
27
  border-bottom: 1px solid #6299EC;
28
}
29

  
30
.dashboard #header_main circle, .dashboard #header_main .login svg {
31
  stroke: #707070;
32
}
33

  
34
.dashboard #header_main text {
35
  stroke: #707070;
36
}
37

  
38
/*********************************/
39

  
40
/************ SIDEBAR ***********/
41

  
42
.provideLogo {
43
  width: 151px;
44
}
45

  
46
.dashboard #sidebar_main {
47
  overflow: auto;
48
}
49

  
50
.dashboard #sidebar_main .menu_section {
51
  overflow: visible;
52
  margin-bottom: 15px;
53
  padding-bottom: 20px;
54
  flex: 0; /* it was set to 1 and each section would get equal space */
55
}
56

  
57
.dashboard #sidebar_main .menu_section.border_top {
58
  border-top: 1px solid #DEDEDE;
59
}
60

  
61
.dashboard #sidebar_main .menu_section.admin_menu_section {
62
  border-bottom: none;
63
  padding-bottom: 50px;
64
}
65

  
66
.dashboard #sidebar_main .menu_section > ul li > a {
67
  font-weight: 400;
68
  font-size: 14px;
69
  font-family: "Open Sans", sans-serif;
70
  /*font: Regular 14px/19px Open Sans;*/
71
  letter-spacing: 0;
72
  color: #000000;
73
  opacity: 0.7;
74
}
75

  
76
#sidebar_main .menu_section > ul > li.submenu_trigger > a::before {
77
  color: #000;
78
  font-size: 24px;
79
}
80

  
81
.dashboard #sidebar_main .menu_section .sidebar_heading {
82
  font-weight: 500;
83
  font-size: 14px;
84
  font-family: "Open Sans", sans-serif;
85
  letter-spacing: 0;
86
  color: #000000;
87
  opacity: 0.4;
88
  padding: 8px 20px;
89
  margin-top: 20px;
90
}
91

  
92
.dashboard #sidebar_main .menu_section .menu_icon {
93
  margin-right: 22px;
94
}
95

  
96
.dashboard #sidebar_main .menu_section .menu_icon .material-icons {
97
  color: #000;
98
}
99

  
100
.dashboard #sidebar_main .menu_section .menu_icon_circle_letter {
101
  width: 30px;
102
  line-height: 28px;
103
  border-radius: 50%;
104
  text-align: center;
105
  font-size: 16px;
106
  border: 1px solid #000;
107
  margin-right: 25px;
108
}
109

  
110
.dashboard #sidebar_main .menu_section .menu_icon_circle {
111
  /*background: #FFFFFF 0% 0% no-repeat padding-box;*/
112
  border: 1px solid #000000;
113
  opacity: 1;
114
  border-radius: 50%;
115
  /*padding: 0px 8px;*/
116
  margin-right: 25px;
117
  width: 30px;
118

  
119
  background-size: contain;
120
  height: 30px;
121
  /*background-image: url("https://repositorium.sdum.uminho.pt/image/RepositoriUM.png");*/
122
  background-position: center;
123
  background-repeat: no-repeat;
124
}
125

  
126
.dashboard #sidebar_main .menu_section .menu_icon_circle span {
127
  display: block;
128
  width: 40%;
129
  margin: auto;
130
}
131

  
132
.app_my_theme #sidebar_main .menu_section > ul > li.current_section {
133
  background: #DEDEDE 0% 0% no-repeat padding-box;
134
}
135

  
136
.app_my_theme #sidebar_main .menu_section > ul > li.current_section > a .menu_title {
137
  color: #000;
138
  font-weight: 600;
139
}
140

  
141
.app_my_theme #sidebar_main .menu_section > ul > li ul a {
142
  padding: 8px 10px 8px 75px;
143
}
144

  
145
.app_my_theme #sidebar_main .menu_section > ul > li ul li.act_item a {
146
  color: #000;
147
  font-weight: 600;
148
  background: #DEDEDE 0% 0% no-repeat padding-box;
149
}
150

  
151

  
152
/*********************************/
153

  
154
/************ REPOSITORY MENU ***********/
155

  
156
.repositoryMenu {
157
  background: #F9F9F9 0% 0% no-repeat padding-box;
158
  opacity: 1;
159
  padding-top: 10px;
160
}
161

  
162
/*.repositoryMenu #top_bar {*/
163
#top_bar {
164
  background: #F9F9F9;
165
  -webkit-box-shadow: none !important;
166
  box-shadow: none !important;
167
  /*height: 40px;*/
168
  position: relative !important;
169
  padding: 0 15px;
170
  top: 0px;
171
  margin-left: 0px !important;
172
}
173

  
174
.repositoryMenu h3 {
175
  font-weight: 600;
176
  font-size: 21px;
177
  font-family: "Open Sans", sans-serif;
178
  /*font: Semibold 21px/28px Open Sans;*/
179
  letter-spacing: 0;
180
  color: #000000;
181
  opacity: 0.8;
182
}
183

  
184
.app_my_theme #top_bar .top_bar_nav > li.uk-active a {
185
  box-shadow: inset 0 -3px 0 #707070;
186
}
187

  
188
/****************************************/
189

  
190

  
17 191
.comment {
18 192
  font-size: 70%;
19 193
}

Also available in: Unified diff