Marius Cramer
2015-01-07 33712949277582a826eee5b6eeb95636caebd8a3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
html, body {
  height: 100%; }
 
.pushy ul {
  padding-left: 0;
  list-style: none; }
  .pushy ul.subnavi li {
    font-size: 12px; }
    .pushy ul.subnavi li a {
      padding: 2px 10px;
      font-weight: normal; }
    .pushy ul.subnavi li a.subnav-header {
      font-weight: bold; }
.pushy a {
  padding: 10px;
  transition: color ease 500ms; }
.pushy i {
  font-size: 22px;
  vertical-align: sub; }
 
@media screen and (max-width: 970px) {
  #main-wrapper, #content, #sidebar {
    width: 100%; }
 
  #inner-wrapper {
    margin: 0 10px; }
 
  #sidebar.news-sidebar {
    margin-top: 0; } }
@media screen and (max-width: 860px) {
  #main-navigation {
    display: block; }
    #main-navigation a {
      float: left;
      display: block;
      margin-top: -1px;
      padding-top: 6px;
      width: 60px;
      height: 50px;
      border-bottom: 0;
      border-right-style: solid;
      border-right-width: 1px;
      border-bottom-style: solid;
      border-bottom-width: 1px; }
    #main-navigation .icon {
      font-size: 16px; }
    #main-navigation .title {
      font-size: 10px; }
    #main-navigation .btn {
      border-radius: 0; }
      #main-navigation .btn:first-child {
        margin-left: -1px; } }
@media screen and (max-width: 670px) {
  #main-navigation, #sidebar {
    display: none; }
 
  .menu-btn {
    display: block;
    margin-top: 8px;
    margin-right: 10px;
    font-size: 30px; } }
@media screen and (max-width: 600px) {
  #headerbar {
    float: left;
    width: 100%; }
 
  #searchform {
    float: left;
    margin-top: 0; }
 
  #logout-button {
    margin-top: 0;
    margin-left: 0; }
 
  #sidebar {
    margin-top: 10px; }
 
  .table, .table thead, .table tbody, .table tr, .table th, .table td {
    display: block; }
 
  .table caption {
    width: 100%; }
 
  .table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
 
  .table tbody tr {
    border-top: none; }
 
  .progress {
    width: 100%; } }
@media screen and (max-width: 350px) {
  #searchform input {
    width: 130px; } }