Revision 686
Added by doc almost 17 years ago
browse.html | ||
---|---|---|
42 | 42 |
<body> |
43 | 43 |
|
44 | 44 |
<table cellpadding="4" cellspacing="0" border="0" width="100%" style="border-bottom: 2px solid #35373a; width: 100%;"> |
45 |
<tr style="background-color: #e6f0fc;">
|
|
45 |
<tr style="background-color: #ECF1F3;">
|
|
46 | 46 |
<td width="16" align="center" style="padding-left: 10px;"> |
47 | 47 |
<a href="{PARENT_DIR_LINK}"> |
48 | 48 |
<img src="../images/up_folder_16.png" border="0" class="{DISPLAY_UP_ARROW}" alt="^" /> |
... | ... | |
71 | 71 |
|
72 | 72 |
<table cellpadding="4" cellspacing="0" border="0" width="100%" class="{DISPLAY_LIST_TABLE}"> |
73 | 73 |
<!-- BEGIN list_block --> |
74 |
<tr style="background-color: #{ROW_BG_COLOR};"> |
|
74 |
<tr style="background-color: #{ROW_BG_COLOR};" onmouseover="this.style.backgroundColor = '#FFFFE0'" onmouseout="this.style.backgroundColor = '#{ROW_BG_COLOR}'">
|
|
75 | 75 |
<td width="18" style="padding-left: 10px;"> |
76 | 76 |
<a href="{LINK}" target="{LINK_TARGET}"> |
77 | 77 |
<img src="{FILETYPE_ICON}" class="{DISPLAY_ICON}" border="0" alt="" /> |
Also available in: Unified diff
modified some colors and CSS definitions of pages, media and section interface