summaryrefslogtreecommitdiff
path: root/css/mobile.css
blob: 532c57311f2519b50c6a215826aeba4dcebcf76d (about) (plain)
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
@media only screen and (max-device-width: 480px) {
  div#aside {
    display: none;
    position: relative;
    height: auto; }

  div#mobilemenu {
    display: block;
    clear: both;
    overflow: auto;
    vertical-align: center;
    background: #eee;
    border-bottom: 3px solid #333333;
    margin-bottom: 1em; }
    div#mobilemenu a {
      background: #fff;
      font-size: 1.2em;
      width: 25%;
      padding: 10px;
      margin: 5px;
      float: left;
      -moz-border-radius: 10px;
      border-radius: 10px;
      text-align: center; }

  div#page {
    display: block;
    float: none;
    clear: both;
    padding: 1em; }
    div#page p {
      width: auto; }

  div#frame {
    width: auto; }

  div#logo {
    display: none; }

  ul.archive li {
    margin-bottom: 0.5em; }
    ul.archive li a {
      padding: 10px; }

  p.back a {
    padding: 5px; } }