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

EDI, CMS, Outils, Scripts et API PHP Discussion :

Position top [Joomla!]


Sujet :

EDI, CMS, Outils, Scripts et API PHP

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé Avatar de Imp rusg
    Profil pro
    Inscrit en
    Décembre 2008
    Messages
    72
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Décembre 2008
    Messages : 72
    Par défaut Position top
    Bonjour ,
    J'ai téléchargé un thème sur siteground et apparement la position top ne serait pas définit dans ce thème ...

    Ma question : Ou dois-je bricoler pour définir cette position ?

    Merci

  2. #2
    Expert confirmé

    Avatar de Siguillaume
    Homme Profil pro
    Conseil - Consultant en systèmes d'information
    Inscrit en
    Août 2007
    Messages
    6 180
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Côte d'Ivoire

    Informations professionnelles :
    Activité : Conseil - Consultant en systèmes d'information
    Secteur : High Tech - Produits et services télécom et Internet

    Informations forums :
    Inscription : Août 2007
    Messages : 6 180
    Par défaut
    Bonjour, généralement la plupart des templates viennent avec leurs propriétés qu'il est difficile de modifier. Toutefois, si tu t'y connais en php, html et css, tu peux y arriver.
    La modification du template se fait à la base dans le fichier template.css.
    Il y a d'autres fichiers à modifier après. Mais avec une petite recherche sur google, tu y arrives. Cliques ici.

    Bon courage pour la suite!

  3. #3
    Membre confirmé Avatar de Imp rusg
    Profil pro
    Inscrit en
    Décembre 2008
    Messages
    72
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Décembre 2008
    Messages : 72
    Par défaut
    Ok merci

    Apparemment Ca se trouverait ici :
    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
    /*****************************************/
    /*** Template specific layout elements ***/
    /*****************************************/
    #page_bg {
    	padding: 0;
    	background: #fff url(../images/bg.jpg) top left repeat-x;
    	margin:0;
    }
     
    div.center {
      text-align: center;
      margin:20px 40px 20px 40px;
    }
     
    div#wrapper {
    	margin-left: auto;
    	margin-right: auto;
    	width:980px;
     
    }
     
     
    #logo {
    	padding:46px 40px;
    	text-align: left;
    }
     
    #logo a, #logo a:link, #logo a:hover {
    	font-weight: bold;
    	font-family: Helvetica,Arial,sans-serif;
    	font-size: 3em;
    	padding:0;
    	margin:0;
    	line-height:1.4em;
    	color:#fefefe;
    	text-decoration:none;
    }
     
    div#newsflash {
    	width: auto;
    	margin-left: 350px;
    	margin-right: 30px;
    	border: 1px solid #00f;
    }
     
    div#tabarea {
    	background: url(../images/top_menu_m_bg.jpg) top left repeat-x;
    }
     
    div#tabarea_r {
    	background: url(../images/top_menu_r_bg.jpg) top right no-repeat;
    }
     
    div#tabarea_l {
    	background: url(../images/top_menu_l_bg.jpg) top left no-repeat;
    	height:33px;
    }
     
     
    div#footer_r {
    	height: 52px;
    	overflow: hidden;
    }
     
    div#footer_r div {
    	text-align: center;
    	font-size: .90em;
    	color: #aaa;
    }
     
    div#footer_r a:link, div#footer_r a:visited  {
    	color: #fff;
    }
     
    #pathway {
    	padding: 0px 10px 8px;
    	width: auto;
    	text-align: left;
    }
     
    #search {
    	float: right;
    	width:320px;
    	margin-top: -20px;
    	margin-right: 20px;
    	height: 40px;
    	overflow: hidden;
    	text-align:right;
    }
     
    #area {
    	padding: 0;
    	width:100%;
    	background: transparent url(../images/leftcolumn_bg.jpg) top left repeat;
    }
     
    #whitebox {
    	margin: 0;
    	width: auto;
    }
     
    #whitebox div {
    	text-align: left;
    }
     
    #whitebox_t {
    	background: #ebebeb url(../images/header_top_middle.jpg) 0 0 repeat-x;
    }
     
    #whitebox_tl {
    	background: url(../images/header_top_left.jpg) 0 0 no-repeat;
    }
     
    #whitebox_tr {
    	height: 17px;
    	padding:12px 0 0 0;
    	overflow: hidden;
    	background: url(../images/header_top_right.jpg) 100% 0 no-repeat;
    }
     
    #whitebox_m {
    	width: auto;
    	padding: 0;
    	margin:0 8px;
    }
     
     
    #whitebox_br {
    	height: 13px;
    	background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
    }
    Et la position ne serait pas défini ...

  4. #4
    Expert confirmé

    Avatar de Siguillaume
    Homme Profil pro
    Conseil - Consultant en systèmes d'information
    Inscrit en
    Août 2007
    Messages
    6 180
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Côte d'Ivoire

    Informations professionnelles :
    Activité : Conseil - Consultant en systèmes d'information
    Secteur : High Tech - Produits et services télécom et Internet

    Informations forums :
    Inscription : Août 2007
    Messages : 6 180
    Par défaut
    Est ce le contenu du template.css?

  5. #5
    Membre confirmé Avatar de Imp rusg
    Profil pro
    Inscrit en
    Décembre 2008
    Messages
    72
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Décembre 2008
    Messages : 72
    Par défaut
    Non j'ai juste mis la où je pensais qu'il définissais les "zones"

    Voici le contenu entier
    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
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
    571
    572
    573
    574
    575
    576
    577
    578
    579
    580
    581
    582
    583
    584
    585
    586
    587
    588
    589
    590
    591
    592
    593
    594
    595
    596
    597
    598
    599
    600
    601
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    612
    613
    614
    615
    616
    617
    618
    619
    620
    621
    622
    623
    624
    625
    626
    627
    628
    629
    630
    631
    632
    633
    634
    635
    636
    637
    638
    639
    640
    641
    642
    643
    644
    645
    646
    647
    648
    649
    650
    651
    652
    653
    654
    655
    656
    657
    658
    659
    660
    661
    662
    663
    664
    665
    666
    667
    668
    669
    670
    671
    672
    673
    674
    675
    676
    677
    678
    679
    680
    681
    682
    683
    684
    685
    686
    687
    688
    689
    690
    691
    692
    693
    694
    695
    696
    697
    698
    699
    700
    701
    702
    703
    704
    705
    706
    707
    708
    709
    710
    711
    712
    713
    714
    715
    716
    717
    718
    719
    720
    721
    722
    723
    724
    725
    726
    727
    728
    729
    730
    731
    732
    733
    734
    735
    736
    737
    738
    739
    740
    741
    742
    743
    744
    745
    746
    747
    748
    749
    750
    751
    752
    753
    754
    755
    756
    757
    758
    759
    760
    761
    762
    763
    764
    765
    766
    767
    768
    769
    770
    771
    772
    773
    774
    775
    776
    777
    778
    779
    780
    781
    782
    783
    784
    785
    786
    787
    788
    789
    790
    791
    792
    793
    794
    795
    796
    797
    798
    799
    800
    801
    802
    803
    804
    805
    806
    807
    808
    809
    810
    811
    812
    813
    814
    815
    816
    817
    818
    819
    820
    821
    822
    823
    824
    825
    826
    827
    828
    829
    830
    831
    832
    833
    834
    835
    836
    837
    838
    839
    840
    841
    842
    843
    844
    845
    846
    847
    848
    849
    850
    851
    852
    853
    854
    855
    856
    857
    858
    859
    860
    861
    862
    863
    864
    865
    866
    867
    868
    869
    870
    871
    872
    873
    874
    875
    876
    877
    878
    879
    880
    881
    882
    883
    884
    885
    886
    887
    888
    889
    890
    891
    892
    893
    894
    895
    896
    897
    898
    899
    900
    901
    902
    903
    904
    905
    906
    907
    908
    909
    910
    911
    912
    913
    914
    915
    916
    917
    918
    919
    920
    921
    922
    923
    924
    925
    926
    927
    928
    929
    930
    931
    932
    933
    934
    935
    936
    937
    938
    939
    html {
      height: 100%;
      margin-bottom: 0px;
    }
     
    form {
      margin: 0;
      padding: 0;
    }
     
    img,table {
    	border:none;
    }
     
    body {
    	font-family: Helvetica,Arial,sans-serif;
    	line-height: 1.3em;
    	margin: 0px 0px 0px 0px;
    	font-size: 12px;
    	color: #333;
    }
     
    a:link, a:visited {
    	text-decoration: none;
    	font-weight: normal;
    }
     
    a:hover {
    	text-decoration: underline;
    	font-weight: normal;
    }
     
    input.button {
     cursor: pointer;
     background:none;
    }
     
    p {
      margin-top: 0;
      margin-bottom: 5px;
      text-align:justify;
    }
     
    /*****************************************/
    /*** Template specific layout elements ***/
    /*****************************************/
    #page_bg {
    	padding: 0;
    	background: #fff url(../images/bg.jpg) top left repeat-x;
    	margin:0;
    }
     
    div.center {
      text-align: center;
      margin:20px 40px 20px 40px;
    }
     
    div#wrapper {
    	margin-left: auto;
    	margin-right: auto;
    	width:980px;
     
    }
     
     
    #logo {
    	padding:46px 40px;
    	text-align: left;
    }
     
    #logo a, #logo a:link, #logo a:hover {
    	font-weight: bold;
    	font-family: Helvetica,Arial,sans-serif;
    	font-size: 3em;
    	padding:0;
    	margin:0;
    	line-height:1.4em;
    	color:#fefefe;
    	text-decoration:none;
    }
     
    div#newsflash {
    	width: auto;
    	margin-left: 350px;
    	margin-right: 30px;
    	border: 1px solid #00f;
    }
     
    div#tabarea {
    	background: url(../images/top_menu_m_bg.jpg) top left repeat-x;
    }
     
    div#tabarea_r {
    	background: url(../images/top_menu_r_bg.jpg) top right no-repeat;
    }
     
    div#tabarea_l {
    	background: url(../images/top_menu_l_bg.jpg) top left no-repeat;
    	height:33px;
    }
     
     
    div#footer_r {
    	height: 52px;
    	overflow: hidden;
    }
     
    div#footer_r div {
    	text-align: center;
    	font-size: .90em;
    	color: #aaa;
    }
     
    div#footer_r a:link, div#footer_r a:visited  {
    	color: #fff;
    }
     
    #pathway {
    	padding: 0px 10px 8px;
    	width: auto;
    	text-align: left;
    }
     
    #search {
    	float: right;
    	width:320px;
    	margin-top: -20px;
    	margin-right: 20px;
    	height: 40px;
    	overflow: hidden;
    	text-align:right;
    }
     
    #area {
    	padding: 0;
    	width:100%;
    	background: transparent url(../images/leftcolumn_bg.jpg) top left repeat;
    }
     
    #whitebox {
    	margin: 0;
    	width: auto;
    }
     
    #whitebox div {
    	text-align: left;
    }
     
    #whitebox_t {
    	background: #ebebeb url(../images/header_top_middle.jpg) 0 0 repeat-x;
    }
     
    #whitebox_tl {
    	background: url(../images/header_top_left.jpg) 0 0 no-repeat;
    }
     
    #whitebox_tr {
    	height: 17px;
    	padding:12px 0 0 0;
    	overflow: hidden;
    	background: url(../images/header_top_right.jpg) 100% 0 no-repeat;
    }
     
    #whitebox_m {
    	width: auto;
    	padding: 0;
    	margin:0 8px;
    }
     
     
    #whitebox_br {
    	height: 13px;
    	background: url(../images/mw_content_b_r.png) 100% 100% no-repeat;
    }
     
    /* horizontal pill menu */
    table.pill {
      margin-left: auto;
      margin-right: auto;
      padding: 0;
    }
     
    td.pill_m {
      padding: 0;
      margin: 0;
      width: auto;
    }
     
     
    #pillmenu {
      white-space: nowrap;
      float: left;
    }
     
    #pillmenu ul {
      margin: 0;
      padding: 0;
      list-style:none;
    }
     
    #pillmenu li {
    	float: left;
    	margin: 0;
    	padding: 0;
    }
     
    #pillmenu a {
      font-family: Tahoma, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: bold;
      float:left;
      display:block;
      line-height: 32px;
      padding: 0px 15px;
      color: #fefefe;
      text-decoration: none;
    }
     
    #pillmenu a:hover {
      color: #fff;
      background: transparent url(../images/top_menu_arrow.gif) top center no-repeat;
    }
     
    #pillmenu a#active_menu-nav {
    }
     
    #leftcolumn ,#rightcolumn {
    	margin: 0;
    	width: 200px;
    	padding:10px;
    	float:left;
    }
     
    div#maincolumn {
    padding:10px 0;
    float:left;
    width: 524px;
    }
     
    div#maincolumn_full {
    padding:10px 0;
    width: 734px;
    float:left;
    }
     
    div.nopad {
    	padding: 0;
    }
     
    td.middle_pad {
    	width: 20px;
    }
     
    /*****************************************/
    /*** Joomla! specific content elements ***/
    /*****************************************/
     
    div.offline {
    	background: #fffebb;
    	width: 100%;
    	position: absolute;
    	top: 0;
    	left: 0;
    	font-size: 1.2em;
    	padding: 5px;
    }
     
    span.pathway {
      display: block;
      margin: 0 20px;
      height: 16px;
      line-height: 16px;
      font-size:12px;
      overflow: hidden;
    }
     
    /* headers */
    div.componentheading {
      padding-left: 0px;
    }
     
    h1 {
    	padding: 0;
    	font-family:Helvetica ,Arial,sans-serif;
    	font-size: 1.3em;
    	font-weight: bold;
    	vertical-align: bottom;
    	color: #666;
    	text-align: left;
    	width: 100%;
    }
     
    h2, .contentheading {
    	padding: 0;
    	font-family: Tahoma, Helvetica,sans-serif;
    	font-size: 12px;
    	font-weight: bold;
    	vertical-align: bottom;
    	color: #569d00;
    	text-align: left;
    	width: 100%;
    }
     
    table.contentpaneopen h3 {
    	margin-top: 25px;
    }
     
    h4 {
    	font-family: Arial, Helvetica, sans-serif;
    	color: #333;
    }
     
    h3, .componentheading, table.moduletable th, legend {
      margin: 0;
      font-weight: bold;
      font-family: Tahoma,Helvetica,Arial,sans-serif;
      color:#569d00;
      font-size: 1.4em;
      padding-left: 0px;
    	margin-bottom: 10px;
    	text-align: left;
    }
     
    /* small text */
    .small {
    	font-size: .90em;
    	color: #999;
    	font-weight: normal;
    	text-align: left;
    }
     
    .modifydate {
      height: 20px;
      vertical-align: bottom;
    	font-size: .90em;
    	color: #999;
    	font-weight: normal;
    	text-align: left;
    }
     
    .createdate {
    	height: 20px;
    	vertical-align: top;
    	font-size: .90em;
    	color: #999;
    	font-weight: normal;
    	vertical-align: top;
    	padding-bottom: 5px;
    	padding-top: 0px;
     
    }
     
    a.readon {
    	margin-top: 10px;
    	display: block;
    	float: left;
    	background: url(../images/mw_readon.png) top right no-repeat;
    	padding-right: 20px;
    	line-height: 14px;
    	height: 16px;
    }
     
    /* form validation */
    .invalid { border-color: #ff0000; }
    label.invalid { color: #ff0000; }
     
     
    /** overlib **/
     
    .ol-foreground {
    	background-color: #f6f6f6;
    }
     
    .ol-background {
    	background-color: #666;
    }
     
    .ol-textfont {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 10px;
    }
     
    .ol-captionfont {
    	font-family: Arial, Helvetica, sans-serif;
    	font-size: 12px;
    	color: #f6f6f6;
    	font-weight: bold;
    }
    .ol-captionfont a {
    	color: #0B55C4;
    	text-decoration: none;
    	font-size: 12px;
    }
     
    .ol-closefont {}
     
    /* menu links */
    a.mainlevel:link, a.mainlevel:visited {
    	padding-left: 5px;
    }
     
    a.mainlevel:hover {
     
    }
     
    /* spacers */
    span.article_separator {
    	display: block;
    	height: 20px;
    }
     
    .article_column {
    	padding-right: 5px;
    }
     
    .column_separator {
    	border-left: 1px dashed #e0e0e0;
    	padding-left: 10px;
    }
     
    td.buttonheading {
     
    }
     
    .clr {
    	clear: both;
    }
     
     
    div#maindivider {
      border-top: 1px solid #ddd;
      margin-bottom: 10px;
      overflow: hidden;
      height: 1px;
    }
     
    table.blog span.article_separator {
    	display: block;
    	height: 20px;
    }
     
    /* table of contents */
    table.contenttoc {
      margin: 5px;
      border: 1px solid #ccc;
      padding: 5px;
    }
     
    table.contenttoc td {
      padding: 0 5px;
    }
     
     
    /* content tables */
    td.sectiontableheader {
      background: #efefef;
      color: #333;
      font-weight: bold;
      padding: 4px;
      border-right: 1px solid #fff;
    }
     
    tr.sectiontableentry0 td,
    tr.sectiontableentry1 td,
    tr.sectiontableentry2 td {
      padding: 4px;
    }
     
    td.sectiontableentry0,
    td.sectiontableentry1,
    td.sectiontableentry2 {
      padding: 3px;
    }
     
     
    /* content styles */
    table.contentpaneopen, table.contentpane {
    	margin: 0;
    	padding: 0;
    	width: auto;
    }
     
    table.contentpaneopen li {
    	margin-bottom: 5px;
    }
     
    table.contentpaneopen fieldset {
    	border: 0;
    	border-top: 1px solid #ddd;
    }
     
    table.contentpaneopen h3 {
    	margin-top: 25px;
    }
     
    table.contentpaneopen h4 {
    	font-family: Arial, Helvetica, sans-serif;
    	color: #333;
    }
     
    .highlight {
    	background-color: #fffebb;
    }
     
    /* module control elements */
    table.user1user2 div.moduletable {
    	margin-bottom: 0px;
    }
     
    div.moduletable, div.module {
      margin-bottom: 25px;
    }
     
    div.module_menu {
    	margin: 0;
    	padding: 0;
    	margin-bottom: 15px;
    }
     
    div.module_menu div div div {
    	padding: 0px;
    	padding-top: 30px;
    	padding-bottom: 10px;
    	width: auto;
    }
     
    div.module_menu div div div div {
    	background: none;
    	padding: 0;
    }
     
    div.module_menu ul {
    	margin: 10px 0;
    	padding-left: 10px;
    	list-style:none;
    }
     
    div.module_menu ul li {
    	margin: 0;
    	padding: 0;
    }
     
    div.module_menu ul li a:link, div.module_menu ul li a:visited {
    	font-weight: bold;
    	background:transparent url(../images/blue/bullet2.jpg) top left no-repeat;
    	padding:2px 0 2px 25px;
    	line-height:24px;
     
    }
     
    #leftcolumn div.module table ,#rightcolumn div.module table {
    	width: auto;
    }
     
    #leftcolumn h3, #rightcolumn h3 {
    	margin: 0;
    	color:#fefefe;
    	font-weight: bold;
    	font-family: Helvetica,Arial,sans-serif;
    	font-size: 1.1em;
    	background:#eeeeee;
    	padding:2px 0 2px 10px;
    	line-height:20px;
    	text-align: left;
    	background:transparent url(../images/menu_t.jpg) top left repeat-x;
     
    }
     
     
    #leftcolumn .moduletable_menu, #leftcolumn .moduletable, #leftcolumn .moduletable_text, #leftcolumn .c, 
    #rightcolumn .moduletable_menu, #rightcolumn .moduletable, #rightcolumn .moduletable_text, #rightcolumn .c {
    	margin:0 0 20px 0;
    	padding: 3px;
    	border:1px solid #ccc;
    	background:#fefefe;	
    }
     
    #leftcolumn ul.menu, #rightcolumn ul.menu {
    	margin:0;
    	padding:0;
    	list-style:none;
    	border:1px solid #ccc;
    	border-top:none;
    }
     
    #leftcolumn ul.menu li, #rightcolumn ul.menu li {
    	margin:0;
    	padding:0;
    	background: #f5f5f5;
    }
     
    #leftcolumn ul.menu li a, #leftcolumn ul.menu li a:link,
    #rightcolumn ul.menu li a, #rightcolumn ul.menu li a:link {
    	display:block;
    	line-height:20px;
    	background:#f5f5f5 url(../images/menu_link_bg.gif) left no-repeat;
    	padding:2px 20px;
    	border-top:1px solid #dddddd;
    	text-decoration:none;
    	color:#569d00;
    }
     
    #leftcolumn ul.menu li a:hover, #rightcolumn ul.menu li a:hover {
    	background:#eeeeee url(../images/menu_link_bg.gif) left no-repeat;
    	color:#666666;
    }
     
    /* ****** left col current menu ****** */
    #leftcolumn ul.menu li#current a, #leftcolumn ul.menu li#current a:link, 
    #rightcolumn ul.menu li#current a, #rightcolumn ul.menu li#current a:link {
    	display:block;
    	line-height:20px;
    	background:#f5f5f5 url(../images/menu_curren_link_bg.gif) left no-repeat;
    	padding:2px 20px;
    	border-top:1px solid #dddddd;
    	text-decoration:none;
    	color:#ff8800;
    }
     
    #leftcolumn ul.menu li#current a:hover, #rightcolumn ul.menu li#current a:hover {
    	background:#eeeeee url(../images/menu_curren_link_bg.gif) left no-repeat;
    	color:#666666;
    }
     
    /* ****** left col sub menu ****** */
    #leftcolumn ul.menu li ul, #rightcolumn ul.menu li ul {
    	margin:0;
    	padding:0 0 0 0px;
    	list-style:none;
    }
     
    #leftcolumn ul.menu li#current ul li a, #leftcolumn ul.menu li#current ul li a:link,
    #rightcolumn ul.menu li#current ul li a, #rightcolumn ul.menu li#current ul li a:link {
    	background:#f5f5f5 url(../images/menu_sub_link_bg.gif) left no-repeat;
    	text-decoration:none;
    	color:#569d00;
    	padding:2px 25px;
    }
     
    #leftcolumn ul.menu li#current ul li a:hover, #rightcolumn ul.menu li#current ul li a:hover {
    	background:#f5f5f5 url(../images/menu_sub_link_bg.gif) left no-repeat;
    	color:#666666;
    }
     
    /* forms */
    #leftcolumn .moduletable ul, #rightcolumn .moduletable ul {
    	margin:6px 0;
    	padding:0;
    	list-style:none;
    }
     
    #leftcolumn .moduletable ul li, #rightcolumn .moduletable ul li {
    	margin:0;
    	padding:0 2px;
    }
     
    table.adminform textarea {
      width: 540px;
      height: 400px;
      font-size: 1em;
      color: #000099;
    }
     
    div.search input {
    	width: 145px;
    	border: 1px solid #ccc;
    	margin: 15px 0 10px 0;
    }
     
    form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
    form#form-login ul { padding-left: 20px; }
     
    /* thumbnails */
    div.mosimage         {  margin: 5px; }
    div.mosimage_caption {  font-size: .90em; color: #666; }
     
    div.caption       { padding: 0 10px 0 10px; }
    div.caption img   { border: 1px solid #CCC; }
    div.caption p     { font-size: .90em; color: #666; text-align: center; }
     
    /* Parameter Table */
    table.paramlist {
    	margin-top: 5px;
    }
     
    table.paramlist td.paramlist_key {
    	width: 128px;
    	text-align: left;
    	height: 30px;
    }
     
    table.paramlist td.paramlist_value {
    }
     
    div.message {
    	font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
    	font-weight: bold;
    	font-size : 14px;
    	color : #c30;
    	text-align: center;
    	width: auto;
    	background-color: #f9f9f9;
    	border: solid 1px #d5d5d5;
    	margin: 3px 0px 10px;
    	padding: 3px 20px;
    }
     
    /* Banners module */
     
    /* Default skyscraper style */
    .bannergroup {
    }
     
    .banneritem {
    }
     
    /* Text advert style */
     
    .banneritem_text {
    	padding: 4px;
    	font-size: 11px;
    }
     
    .bannerfooter_text {
    	padding: 4px;
    	font-size: 11px;
    	background-color: #F7F7F7;
    	text-align: right;
    }
     
    /* System Messages */
    /* see system general.css */
     
    .pagination span { padding: 2px; }
    .pagination a    { padding: 2px; }
     
    /* Polls */
    .pollstableborder td {
    	text-align: left;
    }
     
    /* Frontend Editing*/
    fieldset {
    	border: 1px solid #ccc;
    	margin-top: 15px;
    	padding: 15px;
    }
     
    legend {
    	margin: 0;
    	padding: 0 10px;
    }
     
    td.key {
    	border-bottom:1px solid #eee;
    	color: #666;
    }
     
    /* Tooltips */
    .tool-tip {
    	float: left;
    	background: #ffc;
    	border: 1px solid #D4D5AA;
    	padding: 5px;
    	max-width: 200px;
    }
     
    .tool-title {
    	padding: 0;
    	margin: 0;
    	font-size: 100%;
    	font-weight: bold;
    	margin-top: -15px;
    	padding-top: 15px;
    	padding-bottom: 5px;
    	background: url(../../system/images/selector-arrow.png) no-repeat;
    }
     
    .tool-text {
    	font-size: 100%;
    	margin: 0;
    }
     
    /* System Standard Messages */
     
    #system-message dd.message ul { background: #C3D2E5 url(../../images/notice-info.png) 4px center no-repeat;}
     
    /* System Error Messages */
    #system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B;}
     
    /* System Notice Messages */
    #system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E;}
     
     
     
    /* ****************************************************************************** */
    /* blue */
    input,button {
    	border:1px solid #dcdcdc;
    	background:transparent;
    }
     
     
    /* blue */
    a:link, a:visited {
    	color: #569d00;
    }
     
    a:hover {
    	color: #0b3768;
    }
     
    #pillmenu a#active_menu-nav {
      color: #fff;
      background: transparent url(../images/top_menu_arrow.jpg) top center no-repeat;
    }
     
    #pillmenu a#active_menu-nav:hover {
      color: #fff;
      background: transparent url(../images/top_menu_arrow.gif) top center no-repeat;
    }
     
    h3, .componentheading, table.moduletable th {
      color: #569d00;
    }
     
    div.module_menu {
    	background: url(../images/blue/module_mright_bg.jpg) 100% 100% no-repeat;
    }
     
    div.module_menu div {
    	background: url(../images/blue/module_mleft_bg.jpg) 0 100% no-repeat;
    }
     
    div.module_menu div div {
    	background: url(../images/blue/module_right_bg.jpg) 100% 0 no-repeat;
    }
     
    div.module_menu div div div {
    	background: url(../images/blue/module_left_bg.jpg) 0 0 no-repeat;
    }
     
    /* ********************************************************************************* */
    /* blue */
     
    div#wrapper {
    	background: url(../images/left_shadow.jpg) 0 0 repeat-y;
    }
     
    div#wrapper_r {
    	background: url(../images/right_shadow.jpg) 100% 0 repeat-y;
    }
     
    div#header {
    	background: transparent;
    	height:260px;
    }
     
    div#header_r {
    	background: transparent ;
    	height:260px;
    }
    div#header_l {
    	background: transparent ;
    	height:260px;
    }
    div#logo_bg {
    	background: transparent url(../images/logo.png) top center no-repeat;
    	height:260px;	/*164*/
     
    }
     
    div#logo_bg div {
    	text-align: right;
    }
     
    div#footer {
    	background: url(../images/footer_m_bg.jpg) 0 100% repeat-x;
    }
     
    div#footer_l {
    	background: url(../images/footer_l_bg.jpg) 0 0 no-repeat;
    }
     
    div#footer_r {
    	background: url(../images/footer_r_bg.jpg) 100% 0 no-repeat;
    }
     
    /* ********************************************************************** */
     
    input[type="checkbox"], input[type="radio"]{
       background: transparent;
       border: none;
    }
     
    /* -------------------------- */
    a.sgfooter:link, a.sgfooter:visited {
    	color			: #549701;
    	font-family: Arial,sans-serif;
    	text-decoration:none;
    }
    a.sgfooter:hover {
    	color: #549701;
    	font-family: Arial,sans-serif;
    	text-decoration:none;
    }
    #sgf {
    font-size: 11px;
    text-align:center;
    width:100%;
    margin:0px auto;
    color: #549701;
    font-family: Arial,sans-serif;
    }
    .sgf {
    text-align:right;
    font-size: 11px;
    font-family: Arial,sans-serif;
    color: #549701;
    text-decoration:none;
    }
    .sgf1 {
    font-size: 11px;
    font-family: Arial,sans-serif;
    color: #549701;
    text-align:left;
    }
     
    a.sglink:link, a.sglink:visited {
    	color			: #549701;
    	font-size		: 11px;
    	font-family: Arial,sans-serif;
    	text-decoration:none;
    }
    a.sglink:hover {
    	color			: #549701;
    	font-family: Arial,sans-serif;
    	text-decoration:none;
    }

  6. #6
    Expert confirmé

    Avatar de Siguillaume
    Homme Profil pro
    Conseil - Consultant en systèmes d'information
    Inscrit en
    Août 2007
    Messages
    6 180
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Côte d'Ivoire

    Informations professionnelles :
    Activité : Conseil - Consultant en systèmes d'information
    Secteur : High Tech - Produits et services télécom et Internet

    Informations forums :
    Inscription : Août 2007
    Messages : 6 180
    Par défaut
    Bof, je ne demandais pas tout le contenu du fichier,
    mais enfin pas grave. Au moins on est sûr qu'il ne définit pas la position top

    Je te suggèrerais de regarder dans le lien de la recherche que je t'ai donnée. Tu vas y trouver des exemples de codes de personnalisation de template. Et même des tutos qui en parlent.

    Tu pourras aussi regarder le contenu du fichier template.css, dans les templates qui définissent cette position et l'harmoniser avec le tien.

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Positionnement relatif et position top
    Par Rafapouf dans le forum Mise en page CSS
    Réponses: 9
    Dernier message: 19/08/2012, 18h46
  2. Réponses: 1
    Dernier message: 01/12/2010, 16h07
  3. Réponses: 0
    Dernier message: 26/10/2010, 11h52
  4. Récupérer le top d'un élément en position: fixed
    Par Maximil ian dans le forum Général JavaScript
    Réponses: 4
    Dernier message: 26/10/2007, 09h54

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