web/html/support/styles.css
author amit@thunder
Mon, 25 Jan 2010 18:56:45 +0530
changeset 0 8083d21c0020
permissions -rwxr-xr-x
The first commit of all the required files for the review app
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     1
body {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     2
  background: #F2F1F0;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     3
  font-family: verdana,sans-serif;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     4
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     5
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     6
.navheader, .book, .preface, .chapter, .appendix, .bibliography, .navfooter, .basetemplate {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     7
  width: 50em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     8
  margin-left: auto;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
     9
  margin-right: auto;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    10
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    11
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    12
a.commenttoggle:hover, a.commenttoggle:active {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    13
  opacity: 0.7;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    14
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    15
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    16
.book, .preface, .chapter, .appendix, .bibliography, .basetemplate {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    17
  background: white;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    18
  padding: 2em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    19
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    20
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    21
h1 {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    22
  margin-top: 1.5em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    23
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    24
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    25
span.beta {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    26
  font-size: 80%;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    27
  font-style: italic;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    28
  opacity: 0.4;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    29
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    30
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    31
h2, h3 {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    32
  margin-top: 2em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    33
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    34
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    35
h1, h2, h3 {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    36
  font-family: georgia,serif;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    37
  font-weight: normal;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    38
  margin-bottom: 0.5em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    39
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    40
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    41
h1.booktitle {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    42
  margin-bottom: 0px;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    43
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    44
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    45
h2.booktitle {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    46
  text-align: center;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    47
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    48
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    49
h2.booktitle > a {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    50
  color: black;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    51
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    52
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    53
.authors {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    54
  font-size: 80%;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    55
  opacity: 0.55;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    56
  padding-left: 0.5em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    57
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    58
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    59
div.note th, div.tip th, div.warning th {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    60
  font-family: georgia,serif;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    61
  font-weight: normal;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    62
  font-size: 110%;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    63
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    64
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    65
div.navheader th, div.navfooter td {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    66
  font-family: georgia,serif;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    67
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    68
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    69
div.navheader th {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    70
  opacity: 0;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    71
  font-size: 0;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    72
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    73
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    74
pre.screen {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    75
  background-image: url(/support/icons/shell.png);
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    76
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    77
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    78
pre.programlisting {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    79
  background-image: url(/support/icons/source.png);
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    80
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    81
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    82
pre.programlisting, pre.screen, p.remark {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    83
  border-style: solid;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    84
  border-width: 1px;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    85
  font-size: medium;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    86
  padding: 1em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    87
  background-repeat: no-repeat;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    88
  background-position: 10px 10px;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    89
  padding-left: 70px;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    90
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    91
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    92
strong.command, code, pre, span.type {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    93
  font-family: monospace;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    94
  font-weight: normal;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    95
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    96
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    97
strong.userinput > code {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    98
  font-weight: bolder;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
    99
  color: #303030;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   100
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   101
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   102
div.toc > p {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   103
  opacity: 0.35;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   104
  font-family: georgia,serif;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   105
  cursor: pointer;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   106
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   107
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   108
div.toc b {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   109
  font-weight: normal;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   110
  font-size: large;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   111
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   112
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   113
ul.booktoc {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   114
  padding-left: 0px;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   115
  list-style-type: none;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   116
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   117
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   118
.booktoc > li {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   119
  padding: 0.5em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   120
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   121
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   122
.chapinfo {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   123
  float: right;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   124
  color: #a0a0a0;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   125
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   126
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   127
.unpublished {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   128
  color: #a0a0a0;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   129
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   130
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   131
.chapinfo img {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   132
  vertical-align: -35%;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   133
  border: 0px;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   134
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   135
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   136
.zebra_b {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   137
  background: #f4f4f4;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   138
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   139
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   140
.book .titlepage {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   141
  display: none;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   142
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   143
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   144
.chapter div.toc > dl {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   145
  display: none;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   146
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   147
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   148
pre.programlisting, pre.screen, p.remark {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   149
  overflow: hidden;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   150
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   151
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   152
p.remark {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   153
  background-image: url(/support/icons/remark.png);
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   154
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   155
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   156
div.warning, p.remark {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   157
  background-color: #FFEFE8;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   158
  border-color: #e0a8a0;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   159
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   160
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   161
span.remark {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   162
  font-style: normal;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   163
  color: #707070;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   164
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   165
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   166
.screen {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   167
  background: #e7ffc7 none repeat scroll 0% 50%;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   168
  border-color: #94DA3A;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   169
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   170
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   171
.programlisting {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   172
  background: #F0F4FF none repeat scroll 0% 50%;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   173
  border-color: #B4BAEA;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   174
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   175
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   176
.prompt {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   177
  color: #448844;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   178
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   179
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   180
div.note, div.tip {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   181
  background: #ffffc9;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   182
  border-color: #B4BAEA;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   183
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   184
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   185
div.note, div.warning, div.tip {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   186
  border-style: solid;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   187
  border-width: 1px;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   188
  padding: 1em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   189
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   190
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   191
.note .title {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   192
  font-size: 90%;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   193
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   194
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   195
.comment {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   196
  font-size: 80%;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   197
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   198
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   199
div.comment, div.new_comment {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   200
  padding: 0.5em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   201
  margin: 0.5em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   202
  margin-left: 2em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   203
  border-style: solid;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   204
  border-width: 1px;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   205
  border-color: #aaaaff;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   206
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   207
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   208
div.comment {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   209
  background: #eeeeff;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   210
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   211
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   212
div.new_comment {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   213
  background: #d0d0ff;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   214
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   215
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   216
.commenttoggle {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   217
  opacity: 0.35;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   218
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   219
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   220
.comment_help {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   221
  font-size: 80%;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   222
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   223
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   224
.comment_header {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   225
  opacity: 0.75;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   226
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   227
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   228
.comment_id {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   229
  float: right;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   230
  opacity: 0.3;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   231
  font-size: 60%;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   232
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   233
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   234
.comment_name {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   235
  font-weight: bolder;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   236
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   237
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   238
.comment_reviewed {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   239
  color: darkgreen;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   240
  margin-left: 1em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   241
  font-style: italic;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   242
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   243
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   244
.comment_date {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   245
  opacity: 0.75;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   246
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   247
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   248
.comment_thanks {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   249
  color: darkblue;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   250
  margin-left: 1em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   251
  font-style: italic;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   252
  font-weight: bolder;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   253
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   254
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   255
.comment_error {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   256
  padding-left: 1em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   257
  font-weight: bolder;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   258
  font-size: 80%;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   259
  color: darkred;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   260
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   261
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   262
.hgbookfooter {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   263
  width: 60em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   264
  margin-left: auto;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   265
  margin-right: auto;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   266
  margin-top: 2em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   267
  padding: 2em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   268
  margin-bottom: 2em;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   269
  font-size: 80%;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   270
  color: #727272;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   271
  border-top: 1px solid grey;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   272
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   273
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   274
.hgbookfooter a {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   275
  color: #5555ff;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   276
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   277
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   278
.hgbookfooter a:visited {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   279
  opacity: 0.7;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   280
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   281
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   282
.hgbookfooter img {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   283
  vertical-align: -45%;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   284
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   285
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   286
table.equation a.commenttoggle {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   287
  text-align: right;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   288
  display: block;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   289
}
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   290
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   291
div.comment, div.new_comment, form.comment {
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   292
  text-align: left;
8083d21c0020 The first commit of all the required files for the review app
amit@thunder
parents:
diff changeset
   293
}