Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Samples / MindDump / Castle.Applications.MindDump.Web / css / theme.css
blob081e18ada70c71ee7a6dc55bc4fe150ca5fc6d95
2 A { color: #CC6633; text-decoration: none; }
3 A:link { color: #CC6633; text-decoration: none; }
4 A:visited { color: #CC6633; text-decoration: none; }
5 A:active { color: #FF9966; }
6 A:hover { color: #FF9966; }
7 td.body { padding:20px;}
9 body {
10 margin-top: 0px;
11 margin-left: 0px;
12 margin-right: 0px;
13 background-color:#ffffff;
15 td.title {
16 padding:20px;
17 font-family: verdana, sans-serif;
18 font-size: 16px;
19 color: #666666;
20 font-weight:bold;
21 letter-spacing:.1em;
23 td.links {
24 padding:8px;
25 font-family: verdana, sans-serif;
26 font-size: 10px;
27 color: #336699;
28 line-height:16px;
30 td.search {
31 padding: 5px;
33 font.descrip {
34 font-family: verdana, sans-serif;
35 font-size: 10px;
36 color: #999966;
37 text-transform:uppercase;
38 font-weight:bold;
39 letter-spacing:.2em;
40 padding:5px;
42 font.date {
43 font-family: verdana, sans-serif;
44 font-size: 9px;
45 color: #336699;
46 line-height:16px;
48 font.author {
49 font-family: verdana, sans-serif;
50 font-size: 10px;
51 color: #336699;
52 line-height:16px;
53 text-transform:lowercase;
55 font.time {
56 font-family: verdana, sans-serif;
57 font-size: 10px;
58 color: #336699;
59 line-height:16px;
60 text-transform:uppercase;
62 font {
63 font-family: verdana, sans-serif;
64 font-size: 10px;
65 color: #666666;
66 line-height:16px;
68 font.subhead {
69 font-family: verdana, sans-serif;
70 font-size: 11px;
71 color: #333333;
72 font-weight:bold;
73 padding:8px;
74 letter-spacing: .1em
76 p {
77 font-family: verdana, georgia, arial;
78 font-size:11px;
79 color:#666666;
80 line-height:14px;
81 text-align:justify;
83 p.links {
84 font-family: verdana, arial;
85 font-size:10px;
86 color:#666666;
87 line-height:12px;
89 .hCalendarTitle {
90 text-align : center;
91 font-weight : bolder ;
93 .hCalendarDay {
94 text-align : center;
95 font-size : 9px;
96 border-width: thin;
98 .hCalendarDayCurrent {
99 text-align : center;
100 font-size : 9px;
101 font-weight : bolder ;
102 border-width: thin;
103 border-style: dotted;
105 .hCalendarDayNameRow {
106 text-align : center;
107 font-weight : bolder ;
108 font-size : 9px;
110 .hCalendarDayLinked {
111 font-weight : bolder ;
112 text-align : center;
113 font-size : 9px;
114 border-width: thin;
116 .hCalendarDayNotInMonth {
117 text-align : center;
118 font-size : 9px;
119 color : #aaaaaa;
121 .hCalendarNextPrev {
122 text-align : center;
123 font-style : italic;
124 font-size : small;
125 color : #aaaaaa;