content/xml/tests/books/common.css

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/content/xml/tests/books/common.css	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,43 @@
     1.4 +SearchResult {
     1.5 +  display: block;
     1.6 +  margin-top: 8px;
     1.7 +  margin-left: 8px;
     1.8 +}
     1.9 +
    1.10 +Header {
    1.11 +  width: 612px;
    1.12 +  display: block;
    1.13 +}
    1.14 +
    1.15 +SearchTitle {
    1.16 +  display: block;
    1.17 +  width: 280px;
    1.18 +  border-bottom: thin solid black;
    1.19 +  padding-bottom: 6px;
    1.20 +  margin-bottom: 12px;
    1.21 +} 
    1.22 +
    1.23 +SearchTitle:first-line {
    1.24 +  font-family: Verdana, Sans-Serif;
    1.25 +  color: #cc6600;
    1.26 +  font-size: 14pt;
    1.27 +}
    1.28 +
    1.29 +Toolbar {
    1.30 +  font-family: Verdana, Sans-Serif;
    1.31 +  float: right;
    1.32 +  font-size: 7pt;
    1.33 +  display: block;
    1.34 +  border: ridge #ddddff 4px;
    1.35 +  width: 220px;
    1.36 +  margin-right: 0px;
    1.37 +  text-align: center;
    1.38 +}
    1.39 +
    1.40 +Label {
    1.41 +  font-weight: bold;
    1.42 +}
    1.43 +
    1.44 +input {
    1.45 +  margin-top: 2px;
    1.46 +}
    1.47 \ No newline at end of file

mercurial