Changeset 7
- Timestamp:
- 21/08/06 16:28:14 (7 years ago)
- Files:
-
- 5 modified
-
components/head.php (modified) (1 diff)
-
components/search.php (modified) (1 diff)
-
css/box.css (modified) (2 diffs)
-
css/ielt7.css (modified) (2 diffs)
-
css/sucs.css (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
components/head.php
r2 r7 22 22 <script type="text/javascript" src="js/cb.js"></script> 23 23 24 <link rel="stylesheet" type="text/css" href="css/sucs.css" />25 <link rel="stylesheet" type="text/css" href="css/box.css" />24 <link rel="stylesheet" type="text/css" href="css/sucs.css" media="screen" /> 25 <link rel="stylesheet" type="text/css" href="css/box.css" media="screen" /> 26 26 27 27 <meta name="author" content="Denis Walker" /> -
components/search.php
r4 r7 2 2 <h3>Search SUCS</h3> 3 3 <form method="get" action="http://www.google.com/custom"> 4 <div >5 <input type="text" name="q" size="16" maxlength="255" value=""/>4 <div class="search"> 5 <input type="text" class="text" name="q" maxlength="255" value="" /><br /> 6 6 <input type="submit" name="sa" value="Search" /> 7 7 <input type="hidden" name="cof" value="S:http://sucs.org;AH:center;LH:114;L:http://sucs.org/images/title.png;LW:375;AWFID:624aceb6f2753532;" /> -
css/box.css
r4 r7 8 8 background:#fff; 9 9 border:1px solid #666; 10 font-size: 80%; 10 11 } 11 12 .cbb h1 { … … 20 21 .cb { 21 22 margin:0.5em 0; 23 font-size: 80%; 22 24 } 23 25 .two { -
css/ielt7.css
r6 r7 28 28 } 29 29 30 /* -------------------------------------------------- 31 Menu 32 -------------------------------------------------- */ 33 30 34 #navigationC ul li { 31 35 line-height: 0; … … 43 47 background-image: url('../images/menu-bottom-right.gif'); 44 48 } 49 50 #navigationC ul ul li a span { 51 background-image: url('../images/menu-bottom-right.gif'); 52 } 53 54 /* -------------------------------------------------- 55 Search box 56 -------------------------------------------------- */ 57 58 .search input.text { 59 width: 95%; 60 } -
css/sucs.css
r6 r7 2 2 font-family: Arial, sans-serif; 3 3 background: #fff; 4 min-width: 600px; 4 5 } 5 6 … … 87 88 88 89 89 #navigationC { 90 padding-left: 0; 90 #primary { 91 float: left; 92 width: 66%; 93 text-align: justify; 94 padding: 0; 91 95 } 96 97 #primaryC { 98 } 99 100 #secondary { 101 float: right; 102 width: 31%; 103 padding-top: 0.5em; 104 padding-right: 0.5em; 105 } 106 107 .clear { 108 clear: both; 109 height: 0; 110 margin: 0; 111 padding: 0; 112 } 113 114 #footer { 115 background: url('../images/orangefade-bottom.png') top repeat-x #ffc62b; 116 margin: 0; 117 margin-bottom: 0.5em; 118 } 119 120 121 #footer p { 122 margin: 0; 123 text-align: center; 124 font-size: 80%; 125 padding: 0.5em; 126 } 127 128 /* -------------------------------------------------- 129 Menu 130 -------------------------------------------------- */ 92 131 93 132 #navigationC ul { … … 96 135 list-style-type: none; 97 136 } 98 99 137 100 138 #navigationC ul li a { … … 110 148 } 111 149 112 #navigationC ul ul { 113 margin: 0; 114 list-style-type: none; 150 #navigationC ul li a:hover { 151 background-color: #d45e08; 115 152 } 116 153 … … 120 157 padding-left: 1.3em; 121 158 background: #ffc62b; 122 color: # e76808;159 color: #d45e08; 123 160 } 124 161 125 #navigationC ul ul li:last-child a { 126 background: #ffc62b url('../images/menu-bottom-right.png') no-repeat bottom right; 162 #navigationC ul li li a:hover { 163 background-color: #ffb505; 164 } 165 166 #navigationC ul ul li a span { 167 background: url('../images/menu-bottom-right.png') no-repeat bottom right; 127 168 } 128 169 … … 132 173 } 133 174 175 /* -------------------------------------------------- 176 Search box 177 -------------------------------------------------- */ 134 178 135 #primary { 136 float: left; 137 width: 66%; 138 text-align: justify; 139 padding: 0; 179 .search input.text { 180 width: 100%; 140 181 } 141 142 #primaryC {143 }144 145 #secondary {146 float: right; width: 31%; padding-top: 0.5em; padding-right: 0.5em;147 }148 149 .clear {150 clear: both; height: 0; margin: 0; padding: 0;151 }152 153 #footer {154 background: url('../images/orangefade-bottom.png') top repeat-x #ffc62b;155 margin: 0;156 margin-bottom: 0.5em;157 }158 159 160 #footer p {161 margin: 0; text-align: center; font-size: 80%; padding: 0.5em;162 }
