[cc-commits] [CC SVN] r12575 - in cchost/trunk/ccskins: cc5 cc5/css cc5/images shared/css
webmaster at creativecommons.org
webmaster at creativecommons.org
Thu May 7 20:33:14 EDT 2009
Author: fourstones
Date: 2009-05-08 00:33:14 +0000 (Fri, 08 May 2009)
New Revision: 12575
Added:
cchost/trunk/ccskins/cc5/images/search_icon.gif
Modified:
cchost/trunk/ccskins/cc5/body.tpl
cchost/trunk/ccskins/cc5/css/cc5.css
cchost/trunk/ccskins/shared/css/search.css
Log:
snapshot of cc5
underline search results links
Modified: cchost/trunk/ccskins/cc5/body.tpl
===================================================================
--- cchost/trunk/ccskins/cc5/body.tpl 2009-05-07 23:48:59 UTC (rev 12574)
+++ cchost/trunk/ccskins/cc5/body.tpl 2009-05-08 00:33:14 UTC (rev 12575)
@@ -40,13 +40,14 @@
%end_if%
- <div class="block" id="title">
+ <div class="block" id="page_title">
<div class="sideitem">
- <form method="get" id="searchform" action="%(home-url)%search">
+ <form method="get" id="searchform" action="%(home-url)%search/results">
<div>
<input title="Search" accesskey="f"
- value="" name="search" id="search" class="inactive" type="text">
+ value="" name="search_text" id="search_text" class="inactive" type="text">
<input id="searchsubmit" value="Go" type="submit">
+ <input type="hidden" name="search_in" value="all"></input>
</div>
</form>
%if_null(logged_in_as)%
@@ -62,7 +63,7 @@
</div><!-- sideitem -->
%if_not_empty(page-title)%
- <h1 class="title">%text(page-title)%</h1>
+ <h1 class="page_title">%text(page-title)%</h1>
%end_if%
</div><!-- block #title -->
Modified: cchost/trunk/ccskins/cc5/css/cc5.css
===================================================================
--- cchost/trunk/ccskins/cc5/css/cc5.css 2009-05-07 23:48:59 UTC (rev 12574)
+++ cchost/trunk/ccskins/cc5/css/cc5.css 2009-05-08 00:33:14 UTC (rev 12575)
@@ -96,7 +96,6 @@
}
#headerLogo h1 span {
- display: none;
}
#headerLogo a {
@@ -236,30 +235,34 @@
color: #111;
}
-#title {
+#page_title {
padding-right: 5px;
padding-left: 31px;
}
-#title h2 {
+#page_title h2 {
margin-right: 200px !important;
}
-#title .sideitem {
+#page_title .sideitem {
float: right;
/* padding-top: 0.5em; */
}
-#title .sideitem #searchform {
- margin-bottom: 0.15em;
+#page_title .sideitem #searchform {
+ margin-bottom: 0.5em;
}
-#title .sideitem input#s {
- width: 96px;
+#page_title .sideitem #searchform input {
+ font-size: 0.95em;
}
-#title .sideitem #searchsubmit {}
+#page_title .sideitem #searchform #search_text {
+ background: url(../images/search_icon.gif) top left no-repeat;
+ padding-left: 18px;
+ font-family: verdana;
+}
-#title .sideitem span {
- /* font-size: 50%; */
+#page_title .sideitem input#s {
+ width: 96px;
}
#toc {
@@ -327,3 +330,33 @@
margin: 0px;
padding: 0px;
}
+
+#mi_stream_page {
+ background: url('../../shared/images/menu-stream.png') top left no-repeat;
+}
+#mi_play_page {
+ background: url('../../shared/images/menu-play.png') top left no-repeat;
+}
+#mi_podcast_page {
+ background: url('../../shared/images/menu-podcast.png') top left no-repeat;
+}
+#mi_download_page {
+ background: url('../../shared/images/menu-download.png') top left no-repeat;
+}
+
+.menu_group #mi_stream_page,
+.menu_group #mi_play_page,
+.menu_group #mi_podcast_page,
+.menu_group #mi_download_page {
+ padding-left: 21px;
+ }
+
+.selected_tab a:hover {
+ text-decoration: none;
+}
+
+.selected_tab a {
+ background-color: #CCC;
+ border: 2px solid #CCC;
+ color: white;
+ }
Added: cchost/trunk/ccskins/cc5/images/search_icon.gif
===================================================================
(Binary files differ)
Property changes on: cchost/trunk/ccskins/cc5/images/search_icon.gif
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Modified: cchost/trunk/ccskins/shared/css/search.css
===================================================================
--- cchost/trunk/ccskins/shared/css/search.css 2009-05-07 23:48:59 UTC (rev 12574)
+++ cchost/trunk/ccskins/shared/css/search.css 2009-05-08 00:33:14 UTC (rev 12575)
@@ -45,6 +45,12 @@
color: #666;
}
+div.search_results_link a {
+ font-size: 1.1em;
+ text-decoration: underline;
+}
+
+
div.search_result_count {
margin: 0.3em 0px 0.4em 2.0em;
}
More information about the cc-commits
mailing list