Skip to content

Instantly share code, notes, and snippets.

@blissdev
Created May 25, 2009 08:57
Show Gist options
  • Save blissdev/117453 to your computer and use it in GitHub Desktop.
Save blissdev/117453 to your computer and use it in GitHub Desktop.
Index: stylesheets/styles.css
===================================================================
--- stylesheets/styles.css (revision 300)
+++ stylesheets/styles.css (working copy)
@@ -20,7 +20,7 @@
background: #fff url("../images/backgroundGradient.gif") repeat-x;
border-left: 1px #222 solid;
border-right: 1px #222 solid;
- font-size: 1.0em;
+ font-size: 1.0em;
}
div#pageBody
@@ -55,6 +55,12 @@
left: 45px;
}
+body#learningCenter div#tabMenu
+{
+ left: 25px;
+ width: 800px;
+}
+
div#content
{
float: left;
@@ -147,6 +153,7 @@
clear: both;
font-size: 0.9em;
color: #666;
+ width: 400px;
}
div#breadcrumb a
@@ -201,7 +208,7 @@
color: #999;
padding-bottom: 0px;
margin-bottom: 0px;
- line-height: 20px;
+ line-height: 26px;
}
a img
@@ -289,6 +296,55 @@
margin-left: -30px;
}
+form#referFriend input, form#referFriend textarea
+{
+ /*width: 150px;*/
+}
+
+form#referFriend div#targetDiv
+{
+ /*width: 150px;*/
+ /*text-align: center;*/
+ padding: 10px 0em 0 0;
+ font-size: 1.2em;
+ clear: both;
+}
+
+#sharingthevision {
+ background: #fff url(../images/referBackground.gif) repeat-x left top;
+ margin-top: 15px;
+ padding: 7px;
+ border-top: 1px solid #ccc; }
+
+ #sharingthevision .sender, #sharingthevision .recipient {
+ width: 105px;
+ }
+
+ #sharingthevisions textarea {
+ height: 55px;
+ }
+
+ #sharingthevision h2 {
+ margin-top: 2px; }
+
+ #sharingthevision .sharing-left {
+ float: left;
+ margin-right: 10px; }
+
+ #sharingthevision .sharing-left input.sender {
+ margin-bottom: 10px; }
+
+ #sharingthevision .sharing-right {
+ float: right;
+ width: 245px; }
+
+ #sharingthevision .message {
+ float: left; }
+
+ #sharingthevision .send-message {
+ float: right;
+ margin-top: 15px; }
+
table.curriculumVitae
{
border: none;
@@ -376,6 +432,11 @@
border: solid black 1px;
}
+table td
+{
+ text-align: center;
+}
+
tr.odd td
{
background: #ddf;
@@ -432,21 +493,21 @@
}
/* for embedding quicktime movies in a valid XHTML document */
-/* hides the second object from all versions of IE */
+/* hides the second object from all versions of IE */
+* html object.mov {
+ display: none;
+}
+
/* displays the second object in all versions of IE apart from 5 on PC */
-/* hides the second object from all versions of IE >= 5.5 */
+html object.mov/**/ {;
+ display: inline;
}
+/* hides the second object from all versions of IE >= 5.5 */
+* html object.mov {
+ display/**/: none;
+}
+
div.captionedImage
{
width: 300px;
@@ -464,17 +525,22 @@
/**
* This rule automatically adds an icon after external links - assuming
* that fully-qualified URLs are external.
+ *
+ * keep the whitespace in front of the ^=, hides rule from konqueror
* this is css3, the validator doesn't like it when validating as css2
- */
-a[href ^= "http://"]
+ */
+/*a[href ^= "http://"]
+{
background: url("../images/external.png") center right no-repeat;
padding-right: 13px;
+}*/
+
+a.external-override {
+ background: none;
+ padding-right: 0px;
}
/**
@@ -485,4 +551,13 @@
{
background: none;
padding-right: 0px;
+}
+
+body#insurance ul
+{
+ font-weight: bold;
+}
+
+#vic1 {
+
}
\ No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment