/magstudentportal/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/magstudentportal/trunk

« back to all changes in this revision

Viewing changes to src/main/webapp/resources/css/main.css

  • Committer: Gustav Hartvigsson
  • Date: 2017-08-28 14:01:22 UTC
  • mfrom: (15.1.10 magstudentportal-more-db)
  • Revision ID: gustav.hartvigsson@gmail.com-20170828140122-dfqs6oxweh0zjzlj
* Merged stuff into trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
  padding: 0px;
 
3
  margin: 0px;
 
4
}
 
5
 
 
6
a:visited {
 
7
  color: darkblue;
 
8
}
 
9
 
 
10
a:hover {
 
11
  color: darkblue;
 
12
}
 
13
 
 
14
a {
 
15
  color: darkblue;
 
16
}
 
17
 
 
18
.header_bar {
 
19
  background-color: lightgray;
 
20
  margin-left: 0px;
 
21
  margin-top: -4.5em;
 
22
  box-shadow: 0px 5px 5px black;
 
23
  margin-right: 0px;
 
24
  z-index: 666 !important;
 
25
  position: fixed;
 
26
  width: 100%;
 
27
}
 
28
 
 
29
.header_bar header {
 
30
  margin: 0px;
 
31
  padding: 9px;
 
32
  padding-top: 0px;
 
33
}
 
34
 
 
35
.header_bar header h1 {
 
36
  padding: 0px;
 
37
  margin: 0px;
 
38
}
 
39
.header_bar header p {
 
40
  padding: 0px;
 
41
  margin: 0px;
 
42
}
 
43
 
 
44
 
 
45
.main-view {
 
46
  width: 70em;
 
47
  min-height: 10em;
 
48
  margin-left: auto;
 
49
  margin-right: auto;
 
50
  margin-top:4.50em;
 
51
  background-color: lightgray;
 
52
  box-shadow: 0px 0px 5px black;
 
53
}