annotate css/edit.css @ 140:f84f492f8e11

CLOSED - # 94: Profilseiten: Layout https://it-dev.mpiwg-berlin.mpg.de/tracs/webpage/ticket/94
author casties
date Fri, 31 May 2013 17:55:58 +0200
parents 5ed0b0c21fe5
children 3ea224968f95
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
22
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
1 @CHARSET "UTF-8";
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
2
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
3 .title {
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
4 color: #010658;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
5 }
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
6 div.content {
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
7 padding: 5px 5px 5px 5px;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
8 margin-top: 5px;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
9 background-color: #eeeeee;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
10 }
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
11 div.mainnav a {
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
12 font-weight: bold;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
13 }
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
14 .mainmenu {
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
15 padding: 5px 5px 5px 5px;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
16 margin-bottom: 5px;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
17 background-color: #000066;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
18 }
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
19 .mainmenu a {
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
20 text-decoration: none;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
21 font-weight: bold;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
22 color: #ffffff;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
23 }
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
24 .mainmenusel {
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
25 border-width: 3px;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
26 border-color: #000066;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
27 border-style: solid solid none solid;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
28 padding: 5px 5px 5px 5px;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
29 margin-bottom: 5px;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
30 background-color: #eeeeee;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
31 }
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
32 .mainmenusel a {
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
33 text-decoration: none;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
34 font-weight: bold;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
35 color: #000066;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
36 }
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
37 #kupu-toolbox-links {
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
38 display : none;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
39 }
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
40
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
41 #kupu-toolbox-images {
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
42 display : none;
5ed0b0c21fe5 started to clean up MPIWGProject.
casties
parents:
diff changeset
43 }