Browse Source

some style changes

master
mort 8 years ago
parent
commit
bf1f2b734d
1 changed files with 12 additions and 3 deletions
  1. 12
    3
      index.html

+ 12
- 3
index.html View File

@@ -10,6 +10,7 @@
padding: 0px;
height: 100%;
overflow: hidden;
font-size: 2em;

font-family: sans-serif;
}
@@ -28,6 +29,7 @@
right: 6px;
backgrounud: white;
display: none;
font-size: 15px;
}
#_msg.active {
display: block;
@@ -51,9 +53,9 @@
text-align: center;
}

._content h1 { font-size: 7em }
._content h2 { font-size: 6.5em }
._content h3 { font-size: 5em }
._content h1 { font-size: 2em }
._content h2 { font-size: 1.4em }
._content h3 { font-size: 1.2em }

._content p { font-size: 2.2em }

@@ -75,6 +77,13 @@
width: 100%;
}

._content p,
._content ul,
._content ol {
text-align: left;
line-height: 1.3em;
}

#_overlay {
transition: opacity <<transition_time>>s, transform <<transition_time>>s;
opacity: 1;

Loading…
Cancel
Save