Changeset 14229
- Timestamp:
- 11/02/12 09:53:03 (8 years ago)
- Location:
- public_html
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
public_html/faq.shtml
r14221 r14229 11 11 12 12 <body> 13 <div class="header">13 <div id="title" class="header"> 14 14 <h1>FAQ: ABCL - Common Lisp on the JVM</h1> 15 15 </div> -
public_html/left-menu
r14228 r14229 26 26 <div style="height:3cm"> </div> 27 27 28 <script type="text/javascript" 29 src="http://www.ohloh.net/p/16553/widgets/project_users_logo.js"> 30 </script> 28 <ul class="menu-list"> 29 <li> 30 <script type="text/javascript" 31 src="http://www.ohloh.net/p/16553/widgets/project_users_logo.js"> 32 </script> 33 </li> 34 </ul> 35 31 36 </div> -
public_html/style.css
r14228 r14229 8 8 width: 80%; 9 9 max-width: 20cm; 10 } 11 12 div#title { 13 width: 80%; 14 margin-left: 10%; 10 15 } 11 16 … … 73 78 font-weight: bold; 74 79 color: white; 75 background-color: #3366ff;80 background-color: #6699ff; 76 81 text-align: center 77 82 } … … 102 107 padding-top: 0.3em; 103 108 padding-bottom: 0.3em; 109 border-top-left-radius: 1em; 110 border-bottom-right-radius: 0.5em; 104 111 } 105 112 div.rn dl dd { … … 147 154 148 155 div#left-menu { 156 background-color: #3366ff; 149 157 border-radius: 1em; 150 158 border-style: solid; … … 152 160 float: left; 153 161 width: 10%; 154 background-color: #6699ff;155 162 font-family: sans-serif; 156 font-size: 12px;163 font-size: smaller; 157 164 } 158 165 … … 169 176 ul.menu-list li { 170 177 padding: .3em; 171 margin-left: - 20%;178 margin-left: -30%; 172 179 } -
public_html/testimonials.shtml
r13018 r14229 19 19 20 20 <body> 21 <div class="header">22 <h1> <!--#include virtual="project-name" --></h1>21 <div id="title" class="header"> 22 <h1>ABCL Testimonials</h1> 23 23 </div> 24 24 25 25 <!--#include virtual="left-menu" --> 26 26 27 <div style="float:left;width:80ex;margin-top:1cm">27 <div id="main"> 28 28 29 29 <h1>Testimonials</h1>
Note: See TracChangeset
for help on using the changeset viewer.