web/wp-content/themes/IRI-Theme/style.css
branchwordpress
changeset 123 561aa6d282f6
parent 110 1e6e4baafa3d
--- a/web/wp-content/themes/IRI-Theme/style.css	Tue Jan 05 09:59:49 2010 +0000
+++ b/web/wp-content/themes/IRI-Theme/style.css	Mon Feb 01 09:51:57 2010 +0000
@@ -18,14 +18,23 @@
 wp-content/themes/name-of-this-theme/css/
    
 */
- 
+
+html 
+{
+    scrollbar-face-color: #5b5b5b;
+    scrollbar-shadow-color: #ffffff;
+    scrollbar-highlight-color: #ffffff;
+    scrollbar-3dlight-color: #ffffff;
+    scrollbar-darkshadow-color: #ffffff;
+    scrollbar-track-color: #ffffff;
+    scrollbar-arrow-color: #5fbcde;
+}
 body
 {
 	margin-bottom: 0;
 	margin-top: 10px;
-	/*background: url('images/gridline.gif') top repeat-x;*/
+	/*background: url('images/line.gif') top repeat-x;*/
 }
-#outside { background: url('images/get.png') top left no-repeat; }
 blockquote
 {
 	font-style: normal;
@@ -39,24 +48,24 @@
 	color: #2C80AF;
 	text-decoration: none;
 }
-a:active, h2 a:active, h3 a:active
+a:active, h2 a:active, h3 a:active, h4 a:active
 {
 	color: #5fbcde;
 	text-decoration: none;
 }
-a:hover, h2 a:hover, h3 a:hover
+a:hover, h2 a:hover, h3 a:hover, h4 a:active
 {
 	color: #3466fe;
 	text-decoration: none;
 }
 a:visited
 {
-	color: #5fbcde;
+	/*color: #5fbcde;*/
 	text-decoration: none;
 }
-h2 a:visited, h3 a:hover
+h2 a:visited, h3 a:hover, h4 a:active
 {
-	color: #3466fe;
+	/*color: #3466fe;*/
 	text-decoration: none;
 }
 blockquote p { padding: 0 20px 0 30px; }
@@ -86,6 +95,7 @@
 	width: 500px;
 }
 .small { font-size: .9em; }
+p.small  { padding-top:0px; margin-top:0px; }
 .nomargin { margin: 0; }
 a.button, button { font-weight: normal; }
 dl.small dd { font-size: .9em; }
@@ -127,22 +137,21 @@
 .advanced-recent-posts{
 
 }
-#maincontent h2
+#maincontent h2, h4
 {
 	color: #2C8084;
 	border-bottom: 1px dotted #AAA;
-	margin-bottom: 15px;
+	margin-bottom: 0px;
+	/*margin-bottom: 15px;*/
 }
-h2 a
+h2 a, h4 a
 {
 	color: #2C8084;
 	text-decoration: none;
 }
-#maincontent .post h2 { margin-bottom: 5px; }
-#maincontent .contentHome{ padding: 25px 30px 20px 48px; }
+#maincontent .contentHome{ padding: 25px 30px 10px 48px; }
 #maincontent .content { padding: 0px 30px 20px 48px; }
-#feature h3
-{
+#feature h3 {
 	margin-bottom: 0;
 	padding: 0;
 }
@@ -172,7 +181,15 @@
 .alignright { float: right; }
 .alignleft { float: left; }
 .post { margin-bottom: 10px; }
-.entry { padding-bottom: 15px; }
+.entry { padding-bottom: 15px; text-align:justify; }
+.entry p { text-align:justify; }
+/* Social */
+#social
+{
+	font-size:1em;
+	font-family:Georgia;
+	font-weight:bold;
+}
 /* HEADER */
 #header
 {
@@ -186,6 +203,14 @@
 	margin: 0;
 	line-height: 1em;
 }
+#p2c-header h2 {
+	color: #3268FF;  
+	border-bottom: 1px dotted #AAA;
+	margin-bottom: 15px;
+}
+#p2c-header p {
+ text-align:justify; 
+}
 /* NAVIGATION IN POSTS */
 .entry #nav .content
 {
@@ -209,51 +234,157 @@
 	background: #333;
 	color: #FFF;
 }
+.entry img { margin: 0; }
 
+.more {
+	margin-top:-10px;
+	display: block;
+	float: right;
+}
 
 /*
  ??????????????????????????????
  SEARCH 
 */
 #search { float: left; }
-#search #s
+#search #s 
 {
 	background: transparent url('images/icons/search_grey.gif') 0px center no-repeat;
 	padding: 2px 0 2px 17px;
 	background-color:#FFF;
-	width: 135px;
+	width: 410px;
 	color: #CCCCCC;
 	font-size: 0.9em;
 	margin-right: 0px;
 	margin-top: 10px;
 }
-#search #s:hover { 
+#search #s :hover { 
 	color: #000;
 	border: 1px solid #000;
 }
+#msg {
+	display:block; 
+	margin:5px; 
+	padding:5px; 
+	border:1px dotted;
+}
+#searchHome {
+	/**/
+	/*float:left;*/
+	width: 271px; 
+	height: 26px; 
+	background: url(images/search_box_bgd.gif); 
+	float: left;
+	margin-right:2px;
+}
+
+#searchHome #s {			float: left; 	padding: 0; 	margin-top: 5px; 	margin-left: 2px;	border: 0; 	width: 127px; 	background: none; 	height:17px;}
+#searchHome #s:hover { 	color: #000;	background: url('images/search_bg_hover.gif') repeat-x;}
+#searchHome #bt {		float: left; 	border:0px;	background:transparent;	cursor:pointer;	height:25px;	width:20px;	overflow:hidden;}
+
+#searchPage { 			border-left:#6f6f6f 1px;	width: 190px; 	height: 26px; 	background: url('images/search_box_bgd.gif') no-repeat; background-position:top right; 	float: left; margin-right:2px;}
+#searchPage #s {			float: left; 	padding: 0; 	margin-top: 5px; 	margin-left: 2px;	border: 0; 	width: 82px; 	background: none; 	height:17px;}
+#searchPage #s:hover { 	color: #000;	background: url('images/search_bg_hover.gif') repeat-x;}
+#searchPage #bt {		float: left; 	border:0px;	background:transparent;	cursor:pointer;	height:25px;	width:20px;	overflow:hidden;}
+
+
+/* Search skinned select */
+/* Skinned Select Box Copyright 2007 Derek Harvey  GNU */
+/* www.lotsofcode.com */
+
+div.skinned-select-Home {
+	background: url('images/select-skin-h.png') no-repeat;
+	float:left;
+	margin-top: 4px;
+	height:19px;
+	width:121px;
+}
+div.skinned-select-Home select {
+	opacity: 0;
+	filter: alpha(opacity = 0);
+	moz-opacity: 0;
+	position: relative;
+	z-index: 100;
+}
+div.skinned-select-Home .select-text-Home {
+    position: absolute;
+	text-indent: 10px;
+	line-height: 19px;
+	width: 121px;
+	z-index: 1;
+}
+div.skinned-select-Home .select-text-Home,
+div.skinned-select-Home select {
+	width: 121px;
+	font-size: 12px;
+	color: #CCCCCC;
+	border:none;
+}
+div.skinned-select-Home select option {
+	width: 121px;
+	font-size: 12px;
+	color: #CCCCCC;
+	background:#383838;
+	border:none;
+	padding:0px;
+	margin:0px;
+}
+div.skinned-select-Home select option:focus {
+	color: #383838;
+	background:#ffffff;
+	border:none;
+} 
+ 
+div.skinned-select-Page {
+	background: url('images/select-skin-p.png') no-repeat;
+	float:left;
+	margin-top: 4px;
+	height:19px;
+	width:86px;
+}
+div.skinned-select-Page select {
+	opacity: 0;
+	filter: alpha(opacity = 0);
+	moz-opacity: 0;
+	position: relative;
+	z-index: 100;
+}
+div.skinned-select-Page .select-text-Page {
+    position: absolute;
+	text-indent: 10px;
+	line-height: 19px;
+	width: 86px;
+	z-index: 1;
+}
+div.skinned-select-Page .select-text-Page,
+div.skinned-select-Page select {
+	width: 86px;
+	font-size: 12px;
+	color: #CCCCCC;
+}
+div.skinned-select-Page select option {
+	width: 86px;
+	font-size: 12px;
+	color: #CCCCCC;
+	background:#383838;
+	padding:0px;
+	margin:0px;
+}
+div.skinned-select-Page select option:focus {
+	color: #000000;
+	background:#ffffff;
+} 
+/* non javascript version select */
+.my-skinnable-select select {
+	width:86px;
+	font-size:11px;
+	color: #CCCCCC;
+	background:#383838;
+}
 
 
-#searchB { float: left; }
-#searchB #s
-{
-	background: transparent url('images/icons/search_grey.png') 0px center no-repeat;
-	background-color:#CCCCCC;
-	padding: 2px 0 2px 17px;
-	width: 135px;
-	color: #000000;
-	font-size: 0.8em;
-	border: 1px solid #151515;
-	margin-top: 3px;
-	/*For IE*/
-	
-}
-#searchB #s:hover { 
-	color: #000;
-	border: 1px solid #333333;
-	/*background-color:#b8b8b8;*/
-}
+.search-excerpt { margin: 0; }
 
-.search-excerpt { margin: 0; }
 /* COMMENTS */
 .commentlist li { padding: 8px 15px; }
 .comments-alt { background: #EEE; }
@@ -368,7 +499,7 @@
 }
 #comment_form .form_submit:hover { color: #0099cc; }
 /* Root = Horizontal, Secondary = Vertical */
-#navmenu-h { background: #000; }
+#navmenu-h { background: #000 url('images/bgd_nav.gif') 50% 50% repeat-x;}
 #navmenu-h li.alignright { float: right; }
 ul#navmenu-h
 {
@@ -415,23 +546,21 @@
 }
 ul#navmenu-h ul li
 {
-	width: 160px;
+	width: 130px;
 	float: left;
 	/*For IE 7 lack of compliance*/
 	display: block !important;
-	/*For IE*/
-	z-index:5;
-	
+	z-index:999;
 }
 /* Root Menu */
 ul#navmenu-h a
 {
-	padding: 1px 20px 3px 20px;
+	padding: 1px 15px 3px 15px;
 	float: none !important;
 	/*For Opera*/
 	/*For IE*/
 	display: block;
-	background: #000;
+	background: #000 url('images/bgd_nav.gif') 50% 50% repeat-x;
 	color: #ccc;
 	font: 13px/22px Helvetica;
 	text-decoration: none;
@@ -443,7 +572,7 @@
 ul#navmenu-h li:hover a,
 ul#navmenu-h li.iehover a
 {
-	background: #333;
+	background: #333 repeat-x;
 	color: #FFF;
 }
 /* 2nd Menu */
@@ -454,6 +583,7 @@
 	background: #000;
 	color: #ccc;
 	width: 260px;
+	z-index:999;
 }
 /* 2nd Menu Hover Persistence */
 ul#navmenu-h li:hover li a:hover,
@@ -500,8 +630,9 @@
 	display: none;
 	position: absolute;
 	top: 0;
-	left: 160px;
+	left: 130px;
 }
+
 /* Do Not Move - Must Come Before display:block for Gecko */
 ul#navmenu-h li:hover ul ul,
 ul#navmenu-h li:hover ul ul ul,
@@ -712,6 +843,105 @@
 } 
 
 /*****Accordion Styles*****/
-ul#accordion, ul#accordion ul { list-style: none; }
+#accordion{
+	padding: 10px;
+	background-color: #F3F3F3;
+}
+ul#accordion_nav, ul#accordion_nav ul { list-style: none; }
 
 
+/* Accordion---------------------------------- OVER DEF*/
+/* 
+ui-accordion-header ui-helper-reset ui-state-active ui-corner-top
+ui-accordion ui-widget ui-helper-reset
+ui-accordion-header ui-helper-reset ui-state-active ui-corner-top
+ui-accordion-header ui-helper-reset ui-state-default ui-corner-all
+
+ui-accordion-content
+ ui-helper-reset 
+ ui-widget-content 
+ ui-corner-bottom 
+ ui-accordion-content-active
+ 
+ ---------------------
+ 
+display:inline;
+height:106px;
+overflow-x:auto;
+overflow-y:auto;
+padding-bottom:6px;
+padding-top:6px;
+ 
+ 
+ ui-accordion-content
+ ui-helper-reset
+ ui-widget-content
+ ui-corner-bottom
+ ui-accordion-content-active
+*/
+.ui-corner-top h3{  }
+.ui-corner-all h3{  }
+.ui-widget h3{ color: #5FBCDE; background-color:#FFF; border: 0; border-bottom: 1px dotted #aaaaaa; }
+/*.ui-widget-content div{ color: #5FBCDE; background-color:#FFF; border: 0; border-bottom: 1px dotted #aaaaaa; }*/
+
+.ui-state-active 	h3{ color: #3466fe;  border: 0; border-bottom: 1px dotted #aaaaaa; }
+.ui-state-default 	h3{ color: #5FBCDE;  border: 0; border-bottom: 1px dotted #aaaaaa; }
+.ui-state-hover 		h3{ color: #3466fe;  border: 0; border-bottom: 1px dotted #aaaaaa; }
+.ui-state-hover 		li { background:none; font-weight:bolder; }
+.ui-state-focus 		li { background:none; font-weight:bolder; }
+
+.ui-state-active 	a{ color: #3466fe; }
+.ui-state-default 	a{ color: #5FBCDE; }
+.ui-state-hover 		a{ color: #3466fe; }
+
+.ui-accordion .ui-accordion-header { border: 0; cursor: pointer; position: relative; margin-top: 1px; zoom: 1; font-size:12px; }
+.ui-accordion .ui-accordion-li-fix { border: 0; display: block; }
+.ui-accordion .ui-accordion-header-active { border: 0 !important; }
+
+.ui-accordion .ui-accordion-header a {
+									color: #5FBCDE;
+									display: block;
+									padding: .1em .1em .1em .1em;
+									border-bottom: 1px dotted #aaaaaa;
+									}
+									
+									
+.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
+
+.ui-accordion .ui-accordion-content { 
+									padding: .5em .2em .5em .2em;
+									border-top: 0em;
+									margin-top: 0px;
+									position: relative;
+									margin-bottom: 0px;
+									overflow: none;
+									display: block;
+									}
+									
+.ui-accordion .ui-accordion-content-active { display: block; }
+
+
+/*#accordionSeminaire.ui-widget 
+#accordionSeminaire.ui-helper-reset*/
+
+
+#accordion_seminaire{
+	float: right;
+	width: 50%;
+	padding-left:10px;
+	height:500px;
+}
+#accordion_seminaire_free{
+	float: right;
+	width: 50%;
+	padding-left:10px;
+}
+
+.widefate{
+	width:100%;
+}
+.img_space{
+	padding-right:10px;
+}
+
+