| author | ymh <ymh.work@gmail.com> |
| Thu, 09 Sep 2010 16:47:51 +0200 | |
| changeset 44 | b7e3f3b2d150 |
| parent 42 | 71c93982463f |
| child 45 | db4e163c7c8e |
| permissions | -rw-r--r-- |
|
40
509e30b9f5c9
basic contents and projects display
ymh <ymh.work@gmail.com>
parents:
39
diff
changeset
|
1 |
@charset "UTF-8"; |
| 0 | 2 |
|
| 39 | 3 |
.titlediv { |
4 |
margin: 0px 0px 25px 0px; |
|
| 0 | 5 |
} |
6 |
||
7 |
||
8 |
.ldt_player_code { |
|
9 |
width: 580px; |
|
10 |
overflow: auto; |
|
11 |
border-style: inset; |
|
12 |
border: 1px solid silver; |
|
13 |
margin: 10px 5px; |
|
14 |
padding: 2px; |
|
15 |
} |
|
16 |
||
| 39 | 17 |
.searchfielddiv { |
18 |
top: 50%; |
|
19 |
margin-top: 12px; |
|
20 |
} |
|
21 |
||
22 |
.searchfield { |
|
| 44 | 23 |
background: white; |
| 39 | 24 |
border: 1px solid #b8b8b8; |
25 |
-moz-border-radius: 15px; |
|
| 44 | 26 |
-webkit-border-radius:15px; |
27 |
-khtml-border-radius:15px; |
|
| 39 | 28 |
border-radius: 15px; |
29 |
padding: 2px 5px; |
|
30 |
} |
|
31 |
||
32 |
.searchfield img { |
|
33 |
vertical-align: top; |
|
34 |
} |
|
35 |
||
36 |
.searchfieldinput { |
|
37 |
color: graytext; |
|
38 |
font-style: italic; |
|
39 |
} |
|
40 |
||
41 |
||
| 44 | 42 |
input[type="text"].searchfieldinputbase { |
43 |
border: none; |
|
44 |
} |
|
45 |
||
| 39 | 46 |
.searchfieldinputbase { |
47 |
background: #ffffff url("../img/search.gif") no-repeat left center; |
|
|
40
509e30b9f5c9
basic contents and projects display
ymh <ymh.work@gmail.com>
parents:
39
diff
changeset
|
48 |
width: 99px; |
| 39 | 49 |
height: 14px; |
|
40
509e30b9f5c9
basic contents and projects display
ymh <ymh.work@gmail.com>
parents:
39
diff
changeset
|
50 |
margin: 0px 2px 0px 0px; |
| 39 | 51 |
vertical-align: top; |
52 |
padding-left: 20px; |
|
53 |
} |
|
54 |
||
55 |
||
56 |
.projectscontentsdiv { |
|
57 |
overflow: hidden; |
|
|
40
509e30b9f5c9
basic contents and projects display
ymh <ymh.work@gmail.com>
parents:
39
diff
changeset
|
58 |
height: 570px; |
|
509e30b9f5c9
basic contents and projects display
ymh <ymh.work@gmail.com>
parents:
39
diff
changeset
|
59 |
|
| 39 | 60 |
} |
61 |
div.projectscontentsdiv table { |
|
62 |
width: 470px; |
|
|
40
509e30b9f5c9
basic contents and projects display
ymh <ymh.work@gmail.com>
parents:
39
diff
changeset
|
63 |
height: 100%; |
| 44 | 64 |
margin-bottom: 0; |
| 39 | 65 |
} |
66 |
||
67 |
tr.projectscontentsoddline { |
|
68 |
background: #ededed; |
|
69 |
} |
|
70 |
||
71 |
tr.projectscontentsevenline { |
|
72 |
background: white; |
|
73 |
} |
|
74 |
||
75 |
||
76 |
/* make the TH elements pretty */ |
|
| 44 | 77 |
.projectscontentsheader { |
| 39 | 78 |
background: #b5b5b5; |
79 |
font-weight: bold; |
|
80 |
text-transform:capitalize; |
|
81 |
color: white; |
|
82 |
padding: 1px 2px; |
|
|
40
509e30b9f5c9
basic contents and projects display
ymh <ymh.work@gmail.com>
parents:
39
diff
changeset
|
83 |
text-align: left; |
| 39 | 84 |
} |
85 |
||
86 |
||
| 44 | 87 |
#contentsheader { |
88 |
padding: 1px 10px 1px 49px; |
|
| 39 | 89 |
} |
90 |
||
91 |
||
| 44 | 92 |
#projectsheader { |
93 |
padding: 1px 10px 1px 93px; |
|
| 39 | 94 |
} |
95 |
||
96 |
tbody .contenttitle { |
|
97 |
width: 411px; |
|
98 |
padding: 4px 10px 4px 5px; |
|
99 |
} |
|
100 |
||
101 |
tbody .projecttitle { |
|
102 |
width: 367px; |
|
103 |
padding: 4px 10px 4px 5px; |
|
104 |
} |
|
105 |
||
| 44 | 106 |
.projectscontentsfooter { |
| 39 | 107 |
background: #8c8c8c; |
108 |
color: #ffffff; |
|
109 |
margin-top: 18px; |
|
110 |
font-size: 1.25em; |
|
111 |
font-style: normal; |
|
| 44 | 112 |
padding : 5px 5px; |
| 39 | 113 |
} |
114 |
||
| 44 | 115 |
.projectscontentstablediv { |
| 39 | 116 |
max-height: 500px; |
| 44 | 117 |
overflow: auto; overflow-x: hidden; |
| 39 | 118 |
border-bottom: 2px solid #b5b5b5 ; |
| 44 | 119 |
float: left; |
120 |
} |
|
121 |
.projectscontentstablewrapperdiv { |
|
122 |
height: 502px; |
|
| 39 | 123 |
} |
124 |
||
|
40
509e30b9f5c9
basic contents and projects display
ymh <ymh.work@gmail.com>
parents:
39
diff
changeset
|
125 |
.projectscontentsbody tr { |
| 44 | 126 |
padding-right: 16px; |
|
40
509e30b9f5c9
basic contents and projects display
ymh <ymh.work@gmail.com>
parents:
39
diff
changeset
|
127 |
} |
| 39 | 128 |
|
129 |
.titlediv { |
|
130 |
vertical-align: middle; |
|
131 |
} |
|
132 |
||
133 |
.cellimg { |
|
134 |
width: 18px; |
|
135 |
text-align: center; |
|
136 |
padding: 4px 2px 4px 2px; |
|
|
40
509e30b9f5c9
basic contents and projects display
ymh <ymh.work@gmail.com>
parents:
39
diff
changeset
|
137 |
cursor: pointer; cursor: hand; |
| 39 | 138 |
} |
139 |
||
140 |
.cellimgdiv { |
|
141 |
visibility: hidden; |
|
142 |
} |
|
143 |
||
|
40
509e30b9f5c9
basic contents and projects display
ymh <ymh.work@gmail.com>
parents:
39
diff
changeset
|
144 |
.searchajaxloader { |
|
509e30b9f5c9
basic contents and projects display
ymh <ymh.work@gmail.com>
parents:
39
diff
changeset
|
145 |
display: none; |
|
509e30b9f5c9
basic contents and projects display
ymh <ymh.work@gmail.com>
parents:
39
diff
changeset
|
146 |
} |
| 39 | 147 |
|
| 42 | 148 |
a.content_link_create:link, a.content_link_create:visited { |
149 |
color: white; |
|
| 44 | 150 |
text-decoration: none; |
| 42 | 151 |
} |
152 |
||
153 |
a.project_link_create:link, a.project_link_create:visited { |
|
154 |
color: white; |
|
155 |
} |