Subversion Repositories Sites.obs-saisons.fr

Rev

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

Rev 124 Rev 125
Line 615... Line 615...
615
}
615
}
Line 616... Line 616...
616
 
616
 
617
 
617
 
618
/** Bloc de description en haut de la page d'accueil **/
618
/** Bloc de description en haut de la page d'accueil **/
619
#block-block-6 {
619
#block-block-6 {
620
	border: 1px dashed black;
620
	border: 2px dashed #D2C7AA;
621
	text-align: center;
621
	text-align: center;
Line 622... Line 622...
622
	margin-left: 0.6em;
622
	margin-left: 0.6em;
Line 642... Line 642...
642
}
642
}
Line 643... Line 643...
643
 
643
 
644
.views-row .views-field-field-image-fid {
644
.views-row .views-field-field-image-fid {
645
	display: inline;
645
	display: inline;
-
 
646
	float: left;
646
	float: left;
647
	padding-top: 8px;
Line 647... Line 648...
647
}
648
}
648
 
649
 
649
.views-row .views-field-title{
650
.views-row .views-field-title {
650
	display: inline;
651
	display: inline;
651
	float: left;
652
	float: left;
-
 
653
	padding-left: 10px;
-
 
654
	padding-right: 10px;
-
 
655
	font-size: 1.2em;
-
 
656
}
-
 
657
 
652
	padding-left: 10px;
658
.views-row .views-field-title a {
Line 653... Line 659...
653
	padding-right: 10px;
659
	color: #51401D;
654
}
660
}
655
 
661
 
Line 671... Line 677...
671
.separation_invisible {
677
.separation_invisible {
672
	visibility: hidden;
678
	visibility: hidden;
673
	clear: both;	
679
	clear: both;	
674
}
680
}
Line -... Line 681...
-
 
681
 
-
 
682
/** Styles des onglets des dernières actualités **/
-
 
683
#onglets  {
-
 
684
	margin-right: auto;
-
 
685
	position: relative;
-
 
686
	bottom: -2px;
-
 
687
	z-index: 1;
-
 
688
	clear:left;
-
 
689
}
-
 
690
 
-
 
691
.conteneur_onglets {
-
 
692
	overflow: hidden;
-
 
693
	float: left;
-
 
694
	background: #D1C6AB;
-
 
695
	position: relative;
-
 
696
	width:565px;
-
 
697
}
-
 
698
 
-
 
699
.contenu_onglet {
-
 
700
	padding: 20px;
-
 
701
	font-size: 1.2em;
-
 
702
}
-
 
703
 
-
 
704
ul.liste_onglets {
-
 
705
	margin: 0;
-
 
706
	padding: 0;
-
 
707
	float: left;
-
 
708
	list-style: none;
-
 
709
	height: 32px; /*--Set height of tabs--*/
-
 
710
}
-
 
711
 
-
 
712
#onglets ul.liste_onglets li {
-
 
713
	float: left;
-
 
714
	margin: 0;
-
 
715
	padding: 0;
-
 
716
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
-
 
717
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
-
 
718
	border-left: none;
-
 
719
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
-
 
720
	margin-right: 3px;
-
 
721
	overflow: hidden;
-
 
722
	position: relative;
-
 
723
	background: #DFDBD1;
-
 
724
	list-style-type: none;
-
 
725
	-webkit-border-radius-topleft: 10px 10px;
-
 
726
	-webkit-border-radius-topright: 10px 10px;
-
 
727
	-moz-border-radius-topleft: 10px 10px;
-
 
728
	-moz-border-radius-topright: 10px 10px;
-
 
729
	border-top-left-radius: 10px 10px;
-
 
730
	border-top-right-radius: 10px 10px;
-
 
731
}
-
 
732
 
-
 
733
#onglets ul.liste_onglets li.active {
-
 
734
	background: #D1C6AB;
-
 
735
}
-
 
736
 
-
 
737
#onglets ul.liste_onglets li a {
-
 
738
	text-decoration: none;
-
 
739
	color: #000;
-
 
740
	display: block;
-
 
741
	font-size: 1.2em;
-
 
742
	padding-left: 5px;
-
 
743
	padding-right: 5px;
-
 
744
	outline: none;
-
 
745
}
-
 
746
 
675
 
747
 
676
/* We ensure the sidebars are still clickable using z-index */
748
/* We ensure the sidebars are still clickable using z-index */
677
#wrapper #container .sidebar {
749
#wrapper #container .sidebar {
678
  margin: 60px 0 5em;
750
  margin: 60px 0 5em;
679
  width: 210px;
751
  width: 210px;