Add --enable-deletion option to buildindex. If used, buildindex will remove deleted...
[beagle.git] / Tiles / template-page.css
blob53e79262708f46efd622b59bb8221e6d024c5a3a
1 body, html {
2 background: white;
3 margin: 0;
4 padding: 0;
5 font-family: @FontFamily@, Segoe, Trebuchet MS, Lucida, Sans-Serif;
6 text-align: left;
7 line-height: 1.5em;
10 a, a:visited {
11 text-decoration: none;
12 color: #2b5a8a;
15 a:hover {
16 text-decoration: underline;
19 img {
20 border: 0px;
23 table {
24 width: 100%;
25 border-collapse: collapse;
26 font-size: @FontSize@px;
29 tr {
30 border-bottom: 1px dotted #999999;
33 tr:hover {
34 background: #f5f5f5;
37 tr:hover .icon {
38 background-color: #ddddd0;
41 td {
42 padding: 6px;
45 td.icon {
46 background-color: #eeeee0;
47 min-height: 80px;
48 width: 1%;
49 min-width: 80px;
50 text-align: center;
51 vertical-align: top;
52 padding: 12px;
55 .icon img {
56 max-width: 60px;
57 padding: 4px;
60 .icon img[src$='.jpg'], img[src$='.jpeg'], img[src*='.thumbnails'] {
61 // max-width: 48px;
62 border: 1px dotted #bbb;
63 // padding: 4px;
64 background: #f9f9f9;
67 td.content {
68 padding-left: 12px;
69 vertical-align: top;
72 #hilight {
73 background-color: #ffee66;
74 color: #000000;
75 padding-left: 2px;
76 padding-right: 2px;
77 margin-left: -2px;
78 margin-right: -2px;
81 .name {
82 font-size: 1.3em;
83 font-weight: bold;
84 color: black;
87 .date {
88 font-size: 1em;
89 color: black;
90 margin-bottom: 0.6em;
91 margin-top: 0.2em;
92 margin-left: 16px;
95 .snippet {
96 font-size: 1em;
97 color: gray;
98 margin-left: 16px;
101 .url {
102 font-size: 1em;
103 color: #008200;
104 margin-left: 16px;
107 ul {
108 margin-left: 16px;
109 padding: 0px;
110 clear: both;
113 .actions {
114 font-size: 1em;
117 .actions li {
118 float: left;
119 display: block;
120 vertical-align: middle;
121 padding: 0;
122 padding-left: 20px;
123 padding-right: 12px;
124 background: url(@stock%16|stock_right@) no-repeat;
125 min-height: 16px;
126 -moz-opacity: 0.5;
129 tr:hover .actions li {
130 -moz-opacity: 1.0;
133 #phone {
134 background: url(@stock%16|stock_landline-phone@) no-repeat;
137 #email {
138 background: url(@stock%16|stock_mail@) no-repeat;
141 #email-forward {
142 background: url(@stock%16|stock_mail-forward@) no-repeat;
145 #email-reply {
146 background: url(@stock%16|stock_mail-reply@) no-repeat;
149 #message {
150 background: url(@stock%16|im-yahoo@) no-repeat;
153 #reveal {
154 background: url(@stock%16|stock_open@) no-repeat;
157 td.footer {
158 text-align: right;
159 border-bottom: solid 1px white;