Changeset 1959

Show
Ignore:
Timestamp:
2008-05-07 20:08:18 (5 months ago)
Author:
mosipov
Message:

reverted site design

Location:
FCKeditor.Java/branches/2.4
Files:
2 removed
2 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Java/branches/2.4/pom.xml

    r1954 r1959  
    9999                                <version>2.0-beta-5</version> 
    100100                                <configuration> 
    101                                         <templateFile>${basedir}/src/site/site.vm</templateFile>         
    102101                                        <outputEncoding>utf-8</outputEncoding> 
    103102                                </configuration> 
     
    117116                                                                        flatten="true"> 
    118117                                                                        <fileset dir=".."> 
    119                                                                                 <include name="src/site/site.vm" /> 
    120118                                                                                <include name="src/site/site.xml" /> 
    121119                                                                        </fileset> 
     
    333331                        <id>uni-space</id> 
    334332                        <url> 
    335                                 scp://wuhan.mi.fu-berlin.de/home/bude/ossipov/web-home/m2repo 
     333                                scp://wuhan.mi.fu-berlin.de/home/bude/ossipov/web-home/m2repo-snapshots 
    336334                        </url> 
    337335                </snapshotRepository> 
  • FCKeditor.Java/branches/2.4/src/site/resources/css/site.css

    r1954 r1959  
    2525body { 
    2626        background-color: #F9F2DE; 
    27         padding: 2px 0; 
    28         margin: 0; 
    2927} 
    3028 
     
    9391} 
    9492 
    95 div.clear hr { 
    96         clear: both; 
    97         display: none; 
    98 } 
    99  
    100 img.poweredBy { 
    101         border:1px solid black; 
    102         display:block; 
    103         height:30px; 
    104         margin:20px 0pt 20px 17px; 
    105         width:90px; 
    106 } 
    107  
    108 table { 
    109         margin-left: -2px; 
    110         margin-right: -2px; 
    111         padding: 0; 
    112         width: 100%; 
    113 } 
    114 table.bodyTable th, 
    115 table.bodyTable td { 
    116         font-size: 1em; 
    117         padding: 2px 4px; 
    118         vertical-align: top; 
    119 } 
    12093/* @group banner */ 
    12194#banner { 
     
    12598#banner a#bannerLeft img { 
    12699        margin: 15px 0 0 30px !important; 
    127         border: 0; 
    128100} 
    129101/* @end */ 
     
    131103/* @group breadcrumbs */ 
    132104#breadcrumbs { 
    133         margin: 0; 
    134         padding: 3px 10px; 
    135105        background-color: white; 
    136106        color: black; 
    137         font-size: x-small; 
    138         border-bottom:1px solid #AAAAAA; 
    139         border-top:1px solid #AAAAAA; 
    140107} 
    141108 
     
    148115#footer .xright { 
    149116        text-shadow: none; 
    150         font-size: x-small; 
    151         text-align: right; 
    152117} 
    153118/* @end */ 
     
    194159        border: 2px solid #E2D8C0; 
    195160} 
    196 #navcolumn ul { 
    197         font-size: small; 
    198         margin: 0; 
    199         padding: 0; 
    200 } 
    201 #navcolumn li { 
    202         background-image:none; 
    203         background-position:0pt 0.4em; 
    204         background-repeat:no-repeat; 
    205         font-size:smaller; 
    206         line-height:1.2em; 
    207         list-style-position:outside; 
    208         list-style-type:none; 
    209         padding-left:16px; 
    210 } 
    211 #navcolumn li.expand { 
    212         background-image: url(../images/expanded.gif); 
    213 } 
    214 #navcolumn li.collapsed { 
    215         background-image: url(../images/collapsed.gif); 
    216 } 
    217 #navcolumn h5 { 
    218         margin: 0; 
    219         padding: 2px 0 0 0; 
    220         font-size: smaller; 
    221 } 
     161 
    222162/* @end */