Movez LanG ....huhu.... | bonjour tout le monde,
alors avant toute chose j'y connais vraiment rien de rien en css alors j'ose espérer un peu compréhension de votre part
ce vous file le code css ainsi que l'adresse du site : http://conj0ncture.free.fr/www/index.php
et ce que j'aimerais savoir c'est s'il est possible d'élargir les colonnes
je suppose que c est extrement simple comme réponse pour ceux qui s'y connaissent mais perso et ce même si j'adore fouiller ds du code hmtl, php .... la j'suis perdu
d'avance merci
Code :
- body {
- font-family: "trebuchet MS";
- font-size: 12px;
- }
- form {
- margin: 0px;
- }
- body.mceContentBody{
- background-color: #FFFFFF;
- }
- ul{
- margin: 0px;
- padding: 0px;
- list-style-position: inside;
- }
- #wrap {
- }
- #wrap1 {
- background-image: url(../images/wrap1-bg.gif);
- background-repeat: repeat-y;
- float: left;
- width: 739px;
- }
- .clr {
- font-size: 0px;
- clear: left;
- }
- #mod {
- float: left;
- width: 402px;
- }
- #mod-L {
- float: left;
- width: 188px;
- padding-right: 7px;
- padding-left: 7px;
- color: #FFFFFF;
- }
- #mod-R {
- width: 183px;
- padding-right: 7px;
- padding-left: 8px;
- float: left;
- display: block;
- }
- #mainpage {
- float: left;
- width: 337px;
- color: #FFFFFF;
- }
- a.logo:link,a.logo:visited{
- background-image: url(../images/logo.gif);
- background-repeat: no-repeat;
- background-position: left center;
- height: 70px;
- width: 337px;
- display: block;
- border-bottom-width: 1px;
- border-bottom-style: solid;
- border-bottom-color: #FFFFFF;
- }
- #footer {
- width: 337px;
- border-top-width: 3px;
- border-top-style: double;
- border-top-color: #FFFFFF;
- margin-top: 20px;
- }
- #research {
- background-image: url(../images/search-label.gif);
- background-repeat: no-repeat;
- background-position: left center;
- background-color: #E70000;
- height: 40px ;
- padding-top: 13px ;
- border-bottom-width: 1px;
- border-bottom-style: solid;
- border-bottom-color: #FFFFFF;
- }
- #research .inputbox {
- background-image: url(../images/search-form.gif);
- background-repeat: no-repeat;
- height: 19px;
- width: 160px;
- background-color: #E70000;
- border: 1px solid #E70000;
- margin-left: 95px;
- font-size: 12px;
- color: #666666;
- padding-left: 15px;
- padding-top: 3px;
- background-position: left top;
- }
- #research .submitbox {
- background-color: #E70000;
- background-image: url(../images/search-form.gif);
- height: 26px;
- border: 1px solid #E70000;
- background-position: -190px 4px !important;
- background-position: -190px 0px;
- width: 33px;
- background-repeat: no-repeat;
- }
- #content {
- padding-right: 7px;
- padding-left: 7px;
- text-align: justify;
- min-height:600px;
- height:auto !important;
- height:600px;
- }
- .contentheading {
- font-size: 20px;
- color: #CCCCCC;
- }
- a.contentpagetitle:link,a.contentpagetitle:visited {
- font-size: 20px;
- color: #0099FF;
- text-decoration: none;
- }
- a.contentpagetitle:hover {
- color: #FF9900;
- }
- .small {
- font-size: 10px;
- color: #CCCCCC;
- }
- .createdate {
- font-size: 10px;
- color: #FFFFFF;
- background-color: #E70000;
- padding-left: 3px;
- }
- .module {
- margin-top: 6px;
- }
- #mod-R .module h3 {
- background-color: #B4B4B4;
- font-size: 14px;
- text-align: center;
- margin: 0px;
- padding-top: 3px;
- padding-bottom: 3px;
- }
- #mod-L .module h3{
- font-size: 14px;
- color: #CCCCCC;
- background-color: #252525;
- text-align: center;
- padding-top: 3px;
- padding-bottom: 3px;
- margin: 0px;
- }
- #slide1 {
- background-color: #0010E7;
- border-bottom-width: 1px;
- border-bottom-style: solid;
- border-bottom-color: #FFFFFF;
- padding-right: 7px;
- padding-left: 7px;
- }
- #slide2 {
- background-color: #63BE18;
- border-bottom-width: 1px;
- border-bottom-style: solid;
- border-bottom-color: #FFFFFF;
- padding-right: 7px;
- padding-left: 7px;
- }
- a.mainlevel:link,a.mainlevel:visited {
- color: #00CCFF;
- text-decoration: none;
- display: list-item;
- list-style-type: circle;
- padding-left: 4px;
- list-style-position: inside;
- }
- a.mainlevel:hover {
- list-style-type: square;
- }
- a.mainlevel#active_menu{
- color: #FF9900;
- }
- #ress {
- border-top-width: 2px;
- border-top-style: dotted;
- border-top-color: #F1EFF1;
- margin-top: 4px;
- }
- a:link,a:visited {
- color: #0099FF;
- text-decoration: none;
- }
- a:hover {
- text-decoration: underline;
- }
- #control {
- background-image: url(../images/control-bg.gif);
- background-repeat: no-repeat;
- float: left;
- height: 153px;
- width: 18px;
- margin-top: 30px;
- padding-left: 9px;
- padding-top: 45px;
- font-size: 5px;
- }
- #control a:link,#control a:visited {
- display: block;
- width: 13px;
- height: 13px;
- }
- #cb1,#cb2,#cb3,#cb4,#cb5 {
- background-image: url(../images/control-button.gif);
- background-repeat: no-repeat;
- height: 13px;
- width: 13px;
- margin-top: 3px;
- cursor:pointer;
- }
- #cb1{}
- #cb2{
- background-position: left -13px;
- }
- #cb3{
- background-position: left -26px;
- }
- #cb4{
- background-position: left -39px;
- }
- #cb5{
- background-position: left -52px;
- }
- #slider .module h3 {
- margin: 0px;
- font-size: 14px;
- border-bottom-width: 1px;
- border-bottom-style: dashed;
- border-bottom-color: #FFFFFF;
- }
- #slider .module{
- margin: 0px;
- color: #FFFFFF;
- }#slider a:link,#slider a:visited {
- color: #CCCCCC;
- text-decoration: none;
- }
- #slider a:hover {
- text-decoration: underline;
- }
|
Message édité par Movez LanG le 02-02-2007 à 22:58:04
|