[cc-commits] [CC SVN] r11404 - ccwordpress/trunk/www/wp-content/themes/cc4
webmaster at creativecommons.org
webmaster at creativecommons.org
Thu Dec 11 17:17:13 EST 2008
Author: bse
Date: 2008-12-11 22:17:13 +0000 (Thu, 11 Dec 2008)
New Revision: 11404
Modified:
ccwordpress/trunk/www/wp-content/themes/cc4/header.php
ccwordpress/trunk/www/wp-content/themes/cc4/style.css
Log:
Custom styles for about section; bumped css version # for those cached folk.
Modified: ccwordpress/trunk/www/wp-content/themes/cc4/header.php
===================================================================
--- ccwordpress/trunk/www/wp-content/themes/cc4/header.php 2008-12-11 20:22:50 UTC (rev 11403)
+++ ccwordpress/trunk/www/wp-content/themes/cc4/header.php 2008-12-11 22:17:13 UTC (rev 11404)
@@ -33,7 +33,7 @@
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<?php } ?>
- <link href="<?php bloginfo('stylesheet_directory'); ?>/style.css?4.5" rel="stylesheet" type="text/css" />
+ <link href="<?php bloginfo('stylesheet_directory'); ?>/style.css?4.6" rel="stylesheet" type="text/css" />
<link href="<?php bloginfo('stylesheet_directory'); ?>/support.css?5.1" rel="stylesheet" type="text/css" />
<link href="/includes/total.css?<?= rand() ?>" rel="stylesheet" type="text/css" />
Modified: ccwordpress/trunk/www/wp-content/themes/cc4/style.css
===================================================================
--- ccwordpress/trunk/www/wp-content/themes/cc4/style.css 2008-12-11 20:22:50 UTC (rev 11403)
+++ ccwordpress/trunk/www/wp-content/themes/cc4/style.css 2008-12-11 22:17:13 UTC (rev 11404)
@@ -176,7 +176,7 @@
#title { border-bottom: 1px solid #e0e0e0; margin-top: 0.8em; }
#title h1 { margin-top: 1.5em; }
-#title h2, .title h1 { padding: 0 1.5em 0.27em 0; margin: 0;}
+#title h2, .title h1 { padding: 0 0 0.27em 0; margin: 0;}
#title h2.tagline { /* color: #92534e;*/ color: #b82e00;}
#title h3.category { font-size: 90% !important; display: block; padding-top: 22px; margin: 0px 0px 10px; }
#title h1.splash-title { padding-bottom: 0px; color: #777; font-size: 300%; }
@@ -417,13 +417,22 @@
margin-left: 0.4em;
}
+ .timeline {
+ width: 38%;
+ float: right;
+ margin-left: 1.25em;
+ }
+ .timeline h4 {
+ color: #333;
+ }
.attribute_blurb {
overflow: auto;
margin-bottom: 2.5em;
padding: 10px;
- background-color: #f4f9e7;
- -moz-border-radius: 10px;
+ background-color: #faffef;
+ border: 1px solid #dadfcf;
+ -moz-border-radius: 6px;
}
.attributes {
width: 154px;
@@ -468,3 +477,33 @@
font-size: 90%;
}
+
+ .column-container {
+ clear: both;
+ overflow: auto;
+ border-top: 1px solid #e0e0e0;
+ padding-top: 1em;
+ }
+ .column {
+ float: left;
+ width: 32%;
+ padding-right: 1%;
+ }
+
+ .clear-tall {
+ clear: both;
+ margin: 0;
+ padding: 1.5em 0;
+ }
+
+
+ .video-container {
+ border-top: none;
+ }
+
+ .video {
+ width: 220px;
+ float: left;
+ margin-right: 10px;
+ }
+
More information about the cc-commits
mailing list