/[webpac2]/Webpacus/root/css/user.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Webpacus/root/css/user.css

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 425 by dpavlin, Sun Mar 12 14:49:02 2006 UTC revision 426 by dpavlin, Sun Apr 9 23:52:13 2006 UTC
# Line 23  td { Line 23  td {
23          font-family: Verdana, Helvetica;          font-family: Verdana, Helvetica;
24  }  }
25    
26  .holder, .holder_nonstd, .holder_none {  .holder, .holder_nonstd, .holder_noCall, .holder_full {
27          float: left;          float: left;
28          clear: left;          clear: left;
29          font-size: 0.8em;          font-size: 0.8em;
# Line 31  td { Line 31  td {
31          font-family: Verdana, Helvetica;          font-family: Verdana, Helvetica;
32  }  }
33    
34  .holder, .holder_none {  .holder, .holder_noCall, .holder_full {
35          border-top: 1px dotted #ccc;          border-top: 1px solid #ccc;
36          width: 600px;          width: 600px;
37          min-height: 50px;          min-height: 20px;
38  }  }
39    
40  .holder_nonstd {  .holder_nonstd, .holder_full {
41          border-top: 1px dashed blue;          border-top: 1px dashed blue;
42  }  }
43    
# Line 60  td { Line 60  td {
60          width: 170px;          width: 170px;
61  }  }
62    
63  .bookcov_nonstd {  .bookcov_nonstd, .bookcov_full {
64          text-align: center;          text-align: center;
65  }  }
66    
# Line 69  td { Line 69  td {
69          margin: 1px;          margin: 1px;
70  }  }
71    
72    .desc_full {
73            border: 1px dotted blue;
74            margin: 1px;
75            width: 200px;
76    }
77    
78  .desc_short {  .desc_short {
79          float: left;          float: left;
80          clear: none;          clear: none;
81          padding: 2px;          padding: 2px;
82          margin: 0px 0px 10px 0px;          margin: 0px 0px 1px 0px;
83          width: 500px;          width: 500px;
84          min-height: 30px;          min-height: 30px;
85          border: 1px solid white;          border: 1px solid white;
# Line 85  td { Line 91  td {
91          background-color: #EBF3FF;          background-color: #EBF3FF;
92  }  }
93    
94  .desc_nonstd {  .desc_nonstd, .desc_full {
95          margin-left: 200px;          margin-left: 180px;
96  }  }
97    
98  .links {  .links {
# Line 109  td { Line 115  td {
115          padding: 4px;          padding: 4px;
116  }  }
117    
118    .avail_full {
119                    
120            border: 1px solid orange;
121            width: 100px;
122    }
123    
124  .avail_nonstd {  .avail_nonstd {
125          float: right;          float: right;
# Line 119  td { Line 130  td {
130    
131  .search_other {  .search_other {
132          color: #00f;          color: #00f;
133          font-family: Verdana, Helvetica;          font-family: Arial, Verdana, Helvetica;
134          font-size: 0.9em;          font-size: 0.9em;
135          font-weight: bold;          font-weight: bold;
136          padding: 4px 3px;          padding: 4px 3px;
137          margin: 10px 1px;          margin: 10px 1px;
138          background: #ccc;  /*      background: #ccc; */
139  }  }
140    
141    
# Line 167  td { Line 178  td {
178    
179  .titleDet {  .titleDet {
180          font-weight: bold;          font-weight: bold;
181          font-size: 1.2em;          font-size: 1.1em;
182  }  }
183    
184  .autDet {  .autDet {
# Line 194  td { Line 205  td {
205    
206  .info {  .info {
207          margin-top: 10px;          margin-top: 10px;
208          margin-bottom: 15px;          margin-bottom: 3px;
209          border: 0px solid blue;          border: 0px solid blue;
210  }  }
211    

Legend:
Removed from v.425  
changed lines
  Added in v.426

  ViewVC Help
Powered by ViewVC 1.1.26