andrei59 | Bonjour,
Je suis propriétaire d'un site web et je voudrais un peu d'aide pour modifier mon CSS actuel.
Ca fait déjà un bon moment que je tourne en rond et je n'avance plus. J'aimerai modifier la page suivante (www.alidade.eu/italie/j3.php) en intégrant deux barres verticales de couleur sombres (une de chaque côté) pour pouvoir en quelque sorte encadrer mon travail actuel. Mais j'ai beau tester, je n'y arrive pas, sans doute que j'ai trop de div dans mon code.
Peut-être aussi que je n'ai pas les bons outils pour pouvoir facilement visualiser et modifier.
Si une âme charitable pouvait m'aider, j'en serais très reconnaissant.
Merci
Code :
- * {
- margin: 0;
- padding: 0;
- margin-left: auto;
- margin-right: auto;
- }
- body {
- background: #EAC99A url(images/img01.jpg);
- font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
- color: #A38560;
- }
- h1, h2, h3 {
- font-weight: normal;
- color: #B27217;
- }
- h1 {
- }
- h2 {
- font-size: 2em;
- }
- h3 {
- font-size: 1.2em;
- font-weight: bold;
- }
- p, blockquote, ul, ol {
- margin-bottom: 2em;
- line-height: 180%;
- }
- p {
- }
- blockquote {
- }
- ul {
- list-style: none;
- }
- ul li {
- padding-left: 1em;
- background: url(images/img06.gif) no-repeat left center;
- }
- ol {
- margin-left: 3em;
- }
- ol li {
- }
- pre, code {
- }
- pre {
- }
- code {
- }
- a {
- color: #D65601;
- }
- a:hover {
- color: #D65601;
- }
- a:visited {
- }
- img {
- border:0;
- }
- input, textarea, select {
- }
- input {
- }
- textarea {
- }
- select {
- }
- .bg {
- background: url(images/img02.jpg) repeat-x;
- }
- /* Header */
- #header {
- width: 960px;
- height: 70px;
- margin: 0 auto;
- padding-top: 40px;
- }
- /* Logo */
- #logo {
- float: left;
- }
- #logo h1 {
- margin: 0;
- font-size: 2em;
- }
- #logo h2 {
- margin: 0;
- padding-left: .1em;
- font-size: 1em;
- font-weight: bold;
- }
- #logo a {
- text-transform: uppercase;
- text-decoration: none;
- color: #FFFFFF;
- }
- /* Menu */
- #menu {
- float: right;
- font-size: large;
- }
- #menu h2 {
- display: none;
- }
- #menu ul {
- margin: 0;
- padding-top: 2.35em;
- list-style: none;
- }
- #menu li {
- display: inline;
- padding-left: 2em;
- background: none;
- }
- #menu a {
- text-decoration: none;
- letter-spacing: -1px;
- color: #FFFFFF;
- }
- #menu a:hover {
- }
- /* Wrapper */
- #wrapper {
- width: 960px;
- margin: 0 auto;
- }
- #wrapperb {
- width: 650px;
- margin: 1 auto;
- }
- /* Sidebar */
- #sidebar {
- float: left;
- width: 230px;
- background: url(images/img04.jpg) repeat-y;
- }
- #sidebar .title {
- margin: 0;
- padding: 20px 20px 0 20px;
- background: url(images/img03.jpg) no-repeat;
- }
- #sidebar .content {
- padding: 20px;
- }
- #sidebar .bottom {
- height: 33px;
- background: url(images/img05.jpg) repeat-x left bottom;
- }
- /* Content */
- #content {
- float: right;
- width: 700px;
- }
- /* Splash */
- #splash {
- text-align: center;
- background: url(images/img09.jpg) repeat-y;
- }
- #splash .top {
- padding: 20px 20px 16px 20px;
- background: url(images/img08.jpg) no-repeat;
- }
- #splash .bottom {
- height: 33px;
- background: url(images/img05.jpg) repeat-x left bottom;
- }
- /* Welcome */
- #welcome {
- padding: 0 20px;
- }
- /* Samples */
- #samples {
- padding: 20px;
- background: url(images/img05.jpg) repeat-x;
- }
- /* Footer */
- #footer {
- width: 400px;
- margin: 0 auto;
- }
- #footer p {
- font-size: 10px;
- text-align: center;
- }
- .truc1 {
- background: #f00;
- float: left;
- }
- .truc2 {
- background: #00f;
- float: right;
- text-align: right;
- }
- .truc1, .truc2 {
- display: block;
- width: 50%;
- }
-
-
-
- #statsWrap {
- font-family: Arial, Helvetica, sans-serif;
- font-size: 10px;
- vertical-align: middle;
- }
- #statsDetailsWrap {
- background: #333333;
- float: left;
- padding: 1px 3px 1px 1px;
- border: #666666 1px inset;
- vertical-align: middle;
- }
- #statsCount {
- float: left;
- padding: 1px 3px;
- background: #999999;
- color: #FFFFFF;
- border: #666666 1px inset;
- width: 40px;
- height: 12px;
- vertical-align: middle;
- }
- #statsMetric {
- float: left;
- padding: 3px;
- color: #FFFFFF;
- width: 50px;
- height: 12px;
- vertical-align: middle;
- }
- #pied_de_page
- {
- background: url(images/img02_.jpg) repeat-x;
- padding: 5px;
- clear: both;
- text-align: center;
- }
- #pied_de_page p {
- font-size: 10px;
- text-align: center;
- }
- #link
- {
- padding: 5px;
- clear: both;
- text-align: center;
- }
- #link p {
- font-size: 10px;
- text-align: center;
- }
- table.map1 {
- font-family: Book Antiqua;
- font-size:100%;
- border:0px solid #A38560;
- padding:5px;
- text-align:left;
- background-color: #CEE5F3;
- width: 956px;
- }
- td.pre1 {
- font-family: Book Antiqua;
- font-size:100%;
- border:0px solid #A38560;
- padding:5px;
- text-align:left;
- background-color: #CEE5F3;
- width: 0px;
- height: 556px;
- }
- td.pre2 {
- font-family: Book Antiqua;
- font-size:100%;
- border:0px solid #A38560;
- padding:5px;
- text-align:left;
- background-color: #9DD3F5;
- width: 0px;
- height: 444px;
- }
- td.pre3 {
- font-family: Book Antiqua;
- font-size:100%;
- border:0px solid #A38560;
- padding:5px;
- text-align:left;
- background-color: #CEE5F3;
- width: 500px;
- height: 0px;
- vertical-align: middle;
- }
- td.pre4 {
- font-family: Book Antiqua;
- font-size:100%;
- border:0px solid #A38560;
- padding:5px;
- text-align:left;
- background-color: #CEE5F3;
- width: 440px;
- vertical-align: top;
- }
- table.voy1 {
- font-family: Book Antiqua;
- font-size:100%;
- border:0px solid #A38560;
- padding:5px;
- text-align:left;
- background-color: #CEE5F3;
- width: 882px;
- }
- td.voy2 {
- font-family: Segoe Print;
- color:#330066;
- font-size:100%;
- border:0px solid #A38560;
- padding:5px;
- text-align:left;
- background-color: #9DD3F5;
- height: 42px;
- }
- td.voy3 {
- font-family: Segoe Print;
- color:#330066;
- font-size:100%;
- border:0px solid #A38560;
- padding:5px;
- text-align:left;
- background-color: #9DD3F5;
- height: 5px;
- }
|
|