Subversion Repositories Sites.obs-saisons.fr

Rev

Rev 220 | Rev 251 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 220 Rev 234
Line 514... Line 514...
514
	-webkit-border-radius-bottomright: 20px 20px;
514
	-webkit-border-radius-bottomright: 20px 20px;
515
	-moz-border-radius-topright: 20px 20px;
515
	-moz-border-radius-topright: 20px 20px;
516
	-moz-border-radius-bottomright: 0px 0px;
516
	-moz-border-radius-bottomright: 0px 0px;
517
	border-top-right-radius: 20px 20px;
517
	border-top-right-radius: 20px 20px;
518
	border-bottom-right-radius: 20px 20px;
518
	border-bottom-right-radius: 20px 20px;
519
	background-color: #0396A6;
-
 
520
	position:absolute;
519
	position:absolute;
521
	width: inherit;
520
	width: inherit;
522
}
521
}
Line -... Line 522...
-
 
522
 
-
 
523
#sidebar-left.general {
-
 
524
	background-color: #0396A6;
-
 
525
}
-
 
526
 
-
 
527
#sidebar-left.relais {
-
 
528
	background-color: #BF3600;
-
 
529
}
-
 
530
 
-
 
531
#sidebar-left.enseignants {
-
 
532
	background-color: #9AC343;
-
 
533
}
-
 
534
 
-
 
535
#sidebar-left.jeunes {
-
 
536
	background-color: #EF7B1D;
-
 
537
}
523
 
538
 
524
#sidebar-left > div > h2 {
539
#sidebar-left > div > h2 {
525
	display: none;	
540
	display: none;	
Line 526... Line 541...
526
}
541
}
Line 584... Line 599...
584
	-moz-border-radius-topleft: 20px 20px;
599
	-moz-border-radius-topleft: 20px 20px;
585
	-moz-border-radius-bottomleft: 20px 20px;
600
	-moz-border-radius-bottomleft: 20px 20px;
586
	border-top-left-radius: 20px 20px;
601
	border-top-left-radius: 20px 20px;
587
	border-bottom-left-radius: 20px 20px;
602
	border-bottom-left-radius: 20px 20px;
588
	border: solid 1px;
603
	border: solid 1px;
589
	background-color: #F4F2EB;
604
	background-color: #FFFFFF;
590
	text-align: center;	
605
	text-align: center;	
591
	border-color: #D1C6A8;
606
	border-color: #D1C6A8;
592
	padding-bottom: 6px;
607
	padding-bottom: 6px;
593
}
608
}
Line 709... Line 724...
709
.conteneur_onglets {
724
.conteneur_onglets {
710
	overflow: hidden;
725
	overflow: hidden;
711
	float: left;
726
	float: left;
712
	background: #D1C6AB;
727
	background: #D1C6AB;
713
	position: relative;
728
	position: relative;
714
	width:565px;
729
	width:545px;
715
}
730
}
Line 716... Line 731...
716
 
731
 
717
.contenu_onglet {
732
.contenu_onglet {
718
	padding: 20px;
733
	padding: 20px;
Line 760... Line 775...
760
	padding-left: 7px;
775
	padding-left: 7px;
761
	padding-right: 7px;
776
	padding-right: 7px;
762
	outline: none;
777
	outline: none;
763
}
778
}
Line -... Line 779...
-
 
779
 
-
 
780
.conteneur_onglets tbody {
-
 
781
    border-top: none;
Line 764... Line 782...
764
 
782
}
765
 
783
 
766
/* We ensure the sidebars are still clickable using z-index */
784
/* We ensure the sidebars are still clickable using z-index */
767
#wrapper #container .sidebar {
785
#wrapper #container .sidebar {
Line 1241... Line 1259...
1241
  margin: 0 -25px;
1259
  margin: 0 -25px;
1242
  padding: 1.5em 25px 1.5em;
1260
  padding: 1.5em 25px 1.5em;
1243
  border-top: 1px solid #e9eff3;
1261
  border-top: 1px solid #e9eff3;
1244
}
1262
}
Line -... Line 1263...
-
 
1263
 
-
 
1264
/* bouton ajout de commentaires */
-
 
1265
#center li.comment_add a {
-
 
1266
	-moz-border-radius: 5px 5px 5px 5px;
-
 
1267
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
-
 
1268
	cursor: pointer;
-
 
1269
	display: inline-block;
-
 
1270
	font-weight: bold;
-
 
1271
	overflow: visible;
-
 
1272
	position: relative;
-
 
1273
	text-decoration: none !important;
-
 
1274
	width: auto;
-
 
1275
	font-size: 12px;
-
 
1276
	background-color: #9AC343;
-
 
1277
	border: 1px solid #7bb401;
-
 
1278
	padding-top: 10px;
-
 
1279
	padding-top: 10px;
-
 
1280
}
-
 
1281
 
-
 
1282
#center li.comment_add a:before {
-
 
1283
	content:" >> ";
-
 
1284
}
-
 
1285
 
-
 
1286
#center li.comment_add a, #center .comment_add a:hover {
-
 
1287
	border: 1px solid #7bb401;
-
 
1288
}
-
 
1289
 
-
 
1290
#center .comment_add a:hover {
-
 
1291
	color: #FFFFFF;
-
 
1292
}
-
 
1293
 
-
 
1294
#center li.comment_add a {
-
 
1295
	padding: 6px 14px;
-
 
1296
}
1245
 
1297
 
1246
.indented {
1298
.indented {
1247
  margin-left: 25px; /* LTR */
1299
  margin-left: 25px; /* LTR */
Line 1248... Line 1300...
1248
}
1300
}