src/textarea/demo.css
author Matthias Mann
Fri Feb 03 06:35:38 2012 +0100 (2 days ago)
changeset 260 42064e048ff4
parent 251 5a496842d3d1
permissions -rw-r--r--
LoginDemo: added initial keyboard focus, edit fields respond to return key
     1 body {
     2     font-family: default;
     3     color: black;
     4     padding: 5px
     5 }
     6 
     7 a {
     8     font-family: link;
     9     color: blue
    10 }
    11 
    12 p {
    13     margin-bottom: 1em;
    14     margin-left: 5px;
    15     margin-right: 5px;
    16     text-align: justify;
    17 }
    18 
    19 ul {
    20     margin-bottom: 1em;
    21 }
    22 
    23 ol > li {
    24     padding-left: 5px;
    25 }
    26 
    27 div div {
    28     font-family: big
    29 }
    30 
    31 #portrait {
    32     text-align: left;
    33     margin-bottom: 1em;
    34     border: none;
    35 }
    36 
    37 h1 {
    38     margin-top: 0.5em;
    39     font-family: big;
    40 }
    41 
    42 pre { font-family: code; color: #000000 }
    43 .ST0 { font-family: codeBold; color: #404040 }
    44 .comment { font-family: code; color: #404040 }
    45 .character { font-family: code; color: #ce7b00 }
    46 .keyword-directive { font-family: code; color: #0000e6 }