afoc-core
changeset 210:573dc073457c
default theme updated slightly
| author | Thomas Jollans <thomas@jollans.com> |
|---|---|
| date | Fri Aug 24 15:35:56 2007 +0200 (2007-08-24) |
| parents | 0c0517d9bc4e |
| children | c4a6f30f78c0 |
| files | templates/_top.atpl |
line diff
1.1 --- a/templates/_top.atpl Thu Aug 16 12:45:37 2007 +0200 1.2 +++ b/templates/_top.atpl Fri Aug 24 15:35:56 2007 +0200 1.3 @@ -130,109 +130,10 @@ 1.4 .tabs .act_tab, .tabs a.tab:hover { 1.5 background: #2C3B54; 1.6 } 1.7 - 1.8 -ul.pagelist, ul.pagelist ul { 1.9 - list-style: square inside; 1.10 - padding: 0.5em 1em 0.5em 1em; 1.11 - width: 90%; 1.12 - margin-top:2px; 1.13 -} 1.14 - 1.15 -ul.pagelist > li > ul { 1.16 - width: 70%; 1.17 -} 1.18 - 1.19 -ul.pagelist ul { 1.20 - border-width: 1px; 1.21 - border-style: solid; 1.22 - border-color: #5774A6; 1.23 -} 1.24 - 1.25 -.blog { 1.26 - border: 1px solid #5774A6; 1.27 - width:80%; 1.28 - background: white; 1.29 -} 1.30 - 1.31 -.blogpost { 1.32 - width:100%; 1.33 - padding-bottom: 3em; 1.34 -} 1.35 - 1.36 -.blogpost .avatar { 1.37 - position:relative; 1.38 - bottom:1em; 1.39 - left:1em; 1.40 - background:#5774A6; 1.41 - border:0.5em solid #5774A6; 1.42 -} 1.43 - 1.44 -.blogpost .posttitle { 1.45 - background: #5774A6; 1.46 - font-weight:bold; 1.47 - font-size:14pt; 1.48 - padding:7px; 1.49 - color:white 1.50 - /*padding-left:25px;*/ 1.51 -} 1.52 - 1.53 -a.titlelink:link, a.titlelink:hover, a.titlelink:visited { 1.54 - font-weight:bold; 1.55 - font-size:14pt; 1.56 - color: #eef; 1.57 - text-decoration:none; 1.58 - padding-left: 15px; 1.59 -} 1.60 - 1.61 -span.nfo { 1.62 - font-weight:normal; 1.63 - font-size: 8pt; 1.64 - /* position:relative; 1.65 - right:15px; */ 1.66 -} 1.67 - 1.68 - 1.69 -.blogpost .post { 1.70 - margin: 0px 20px 0px 20px; 1.71 - padding: 10px; 1.72 - border: 2px solid #5774A6; 1.73 - background: #F7F3EF; 1.74 -} 1.75 - 1.76 -.comment { 1.77 - padding: 0px 50px 20px 10px; 1.78 - border-top: 1px solid #5774A6; 1.79 -} 1.80 - 1.81 -.commenttitle { 1.82 - background: #5774A6; 1.83 - color: #fff; 1.84 - font-weight:bold; 1.85 - font-size: 11pt; 1.86 - padding: 4px 1.87 -} 1.88 - 1.89 -.commentbody { 1.90 - border: 1px solid #5774A6; 1.91 - margin: 0px 10px 0px 10px; 1.92 - padding: 5px; 1.93 - background: #F7F3EF; 1.94 -} 1.95 - 1.96 -.user strong { 1.97 - font-size:1.2em; 1.98 -} 1.99 -.user ul { 1.100 - position:relative; 1.101 - left:3em; 1.102 - margin:0px; 1.103 -} 1.104 </style> 1.105 </head> 1.106 <body> 1.107 - <div style="font-size:5em; font-weight:bold"><!-- required for legality of img --> 1.108 - AFoC <span style="font-weight: normal; font-style: italic">framework of content</span> 1.109 - </div> 1.110 + <div style="font-size:5em; font-weight:bold">${cfg:SITE_NAME}</div> 1.111 <div class='normal'> 1.112 <div class='left'> 1.113 $(begin repeat menus)
