IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Mise en page CSS Discussion :

Style.css web-site code


Sujet :

CSS

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre habitué
    Homme Profil pro
    Chargé d'étude énergie
    Inscrit en
    Décembre 2013
    Messages
    11
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Chargé d'étude énergie
    Secteur : Bâtiment

    Informations forums :
    Inscription : Décembre 2013
    Messages : 11
    Par défaut Style.css web-site code
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section, summary {
        margin: 0;
    	padding: 0;
    	border: 0;
    	outline: 0;
    	font-weight: inherit;
    	font-style: inherit;
    	font-size: 100%;
    	font-family: inherit;
    	vertical-align: baseline;
     
    }
     
    .blue {color:#369;}
    .or {color:rgb(204, 153, 0);
    		font-size: 1.5em;}
    .black { color:#333;}
    .white { color:#fff;
    	 font-weight:bold;}
     
    #conteneur
    {
    	display: flex;
    		flex-direction: row;
    		justify-content: space-between;
    		align-items: center;
    	/*background-image:linear-gradient(to right, rgb(113,158,209), rgb(21,62,110));*/
    	background: url("headBackground.jpg") right;
    		box-shadow: 1px 1px 5px #000;
    		border: 0.5px rgb(20,25,35) groove;
    		border-radius: 7px;
    	margin: 1% 2% 1% 2%;
     
    }
    .horseIcon
    {
    	order:1;
    	margin: 1% 1% 1% 1%;
    	}
    .ULLogo
    {
    	order:3;
    	width: 170px;
    		height: 110px;
    		margin: 0.5% 0.5% 0.5% 0.5%;
     
    	border:2px rgb(20,25,35) solid;
    		border-radius: 1px;
    		opacity: 0.7;
    }
    .titrePage
    {
    	order:2;
    	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    	font-weight: bold;
    		font-size: 2em;
     
    }
    body
    {
    	background: url("background.jpg") right;
    	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
     
    }
    nav
    {
    	background: url("headBackground.jpg") repeat center;
    		border: 0.5px rgb(20,25,35) groove;
    		border-radius: 8px;
    		box-shadow: 1px 1px 5px #000;
    	width: 15%;
    		height: 75%;
    		align: left;
    		margin-left: 2%;
    		margin-top: 0%;
    		padding-bottom: 30%;
    	float:left; 
    	color:#369;
     
    }
    ul
    {
    	margin-left:15%;
    	margin-top:7%;
    }
    .tittleAlertNotif
    {
    	display: flex;
    		flex-direction: column;
    		justify-content: flex-start;
     
     
    	display: inline-block;
     
    	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    	font-weight: bold;
    		font-size: x-large;
     
     
     
    	padding-left: 3%;
    		margin-top:3%;
     
    }
    section
    {
    	display: flex;
     
     
     
    	width: 78%;
    		height: 50%;
    		margin:auto;
     
    }
    .goodNotif
    {
    	/*background-color: rgba(239, 239, 239, 0.5);*/
    	display: inline-block;
    	background: url("background.jpg") right;
    		border-radius: 8px;
    		border: 2px rgb(20,25,35) solid;
     
        	/* background: url("BlueBackground.jpg") fixed center; */
        text-align: center;
        	overflow: auto;
       	padding: 10px 400px 10px 400px;
    } 
    .badNotif
    {
    	display: inline-block;
    	background: url("background.jpg") right;
    		border-radius: 8px;
    		border: 4px rgb(237,0,40) solid;
        	/* background: url("BlueBackground.jpg") fixed center; */
        text-align: center;
       	padding: 10px 400px 10px 400px;
    } 
    .noNotif
    {
    	display: inline-block;
    	background: url("background.jpg") right;
    		border-radius: 8px;
    		border: 2px rgb(20,25,35) solid;
     
        	/* background: url("BlueBackground.jpg") fixed center; */
        text-align: center;
        	overflow: auto;
       	padding: 10px 400px 10px 400px;
    }
     
    .textAlertNotif
    {
    	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    		font-weight: bold;
    		color:black;
     
    }
    .noNotifImage
    {
    	height: 80px;
    	width: 100px;
     
    }
    .info
    {
    	display: flex;
    	margin-bottom: 0%;
    	height: 30px;
    	width: 30px;
    }
     
    aside
    {
    	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    		font-size: small;
     
     
    	text-align:center;
    		padding:0px;
    		width:30%;
    		margin-left:41.5%;
     
    	background-color: rgb(61, 106, 161);
    		box-shadow: 3px 3px 5px #000;
    		border:none;
     
    }
    .triangle
    {
    	display: block;
    	margin:0% 0% 0% 66.5%;
    	border: none;
    	height: 30px;
    	width: 30px;
    }
    footer
    {
    	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    	font-size: x-small;
    		text-align: left;
    	margin-bottom: 8px;
    		margin-left: 38%;
    		position: fixed;
    			bottom:0%;
    			height: 12px;
     
    }

  2. #2
    Invité
    Invité(e)
    Par défaut
    ???

    Bonjour, merci, au revoir.

  3. #3
    Membre émérite
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Novembre 2015
    Messages
    644
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 31
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Novembre 2015
    Messages : 644
    Par défaut
    Si tu peux au moins passer le sujet en résolu...

  4. #4
    Membre Expert
    Profil pro
    Inscrit en
    Mars 2002
    Messages
    1 132
    Détails du profil
    Informations personnelles :
    Âge : 53
    Localisation : France

    Informations forums :
    Inscription : Mars 2002
    Messages : 1 132
    Par défaut
    Des fois on oublie les pièces jointes...
    ... des fois on oublie la question

Discussions similaires

  1. 2 styles CSS pour un site web
    Par mimosas26 dans le forum Mise en page CSS
    Réponses: 1
    Dernier message: 07/03/2011, 15h22
  2. Réponses: 10
    Dernier message: 15/10/2009, 09h43
  3. [CSS 2] Comment appliquer un style CSS dans du code php
    Par akiniva dans le forum Mise en page CSS
    Réponses: 15
    Dernier message: 26/08/2009, 18h49

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo