Changeset 1954

Show
Ignore:
Timestamp:
2008-05-06 17:26:20 (2 months ago)
Author:
th-schwarz
Message:

adjust copyright notice -> introduced velocity template, adapted css

Location:
FCKeditor.Java/branches/2.4
Files:
3 added
2 modified

Legend:

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

    r1949 r1954  
    9898                                <artifactId>maven-site-plugin</artifactId> 
    9999                                <version>2.0-beta-5</version> 
     100                                <configuration> 
     101                                        <templateFile>${basedir}/src/site/site.vm</templateFile>         
     102                                        <outputEncoding>utf-8</outputEncoding> 
     103                                </configuration> 
    100104                        </plugin> 
    101105                        <plugin> 
     
    113117                                                                        flatten="true"> 
    114118                                                                        <fileset dir=".."> 
    115                                                                                 <include 
    116                                                                                         name="src/site/site.xml" /> 
     119                                                                                <include name="src/site/site.vm" /> 
     120                                                                                <include name="src/site/site.xml" /> 
    117121                                                                        </fileset> 
    118122                                                                </copy> 
    119123                                                                <replace value="&lt;src&gt;../" 
    120124                                                                        token="&lt;src&gt;/" dir=".."> 
    121                                                                         <include 
    122                                                                                 name="${pom.artifactId}/src/site/site.xml" /> 
    123                                                                         <exclude 
    124                                                                                 name="fckeditor-java/src/site/site.xml" /> 
     125                                                                        <include name="${pom.artifactId}/src/site/site.xml" /> 
     126                                                                        <exclude name="fckeditor-java/src/site/site.xml" /> 
    125127                                                                </replace> 
    126128                                                                <replace value="href=&quot;../" 
    127129                                                                        token="href=&quot;/" dir=".."> 
    128                                                                         <include 
    129                                                                                 name="${pom.artifactId}/src/site/site.xml" /> 
    130                                                                         <exclude 
    131                                                                                 name="fckeditor-java/src/site/site.xml" /> 
     130                                                                        <include name="${pom.artifactId}/src/site/site.xml" /> 
     131                                                                        <exclude name="fckeditor-java/src/site/site.xml" /> 
    132132                                                                </replace> 
    133133                                                                <replace value="href=&quot;" 
    134134                                                                        token="href=&quot;../${pom.artifactId}/" dir=".."> 
    135                                                                         <include 
    136                                                                                 name="${pom.artifactId}/src/site/site.xml" /> 
    137                                                                         <exclude 
    138                                                                                 name="fckeditor-java/src/site/site.xml" /> 
     135                                                                        <include name="${pom.artifactId}/src/site/site.xml" /> 
     136                                                                        <exclude name="fckeditor-java/src/site/site.xml" /> 
    139137                                                                </replace> 
    140138                                                                <replace value="href=&quot;../images" 
    141139                                                                        token="href=&quot;images" dir=".."> 
    142                                                                         <include 
    143                                                                                 name="${pom.artifactId}/src/site/site.xml" /> 
    144                                                                         <exclude 
    145                                                                                 name="fckeditor-java/src/site/site.xml" /> 
     140                                                                        <include name="${pom.artifactId}/src/site/site.xml" /> 
     141                                                                        <exclude name="fckeditor-java/src/site/site.xml" /> 
    146142                                                                </replace> 
    147143                                                        </tasks> 
     
    346342                        </url> 
    347343                </site> 
     344                <!-- 
     345                <site> 
     346                        <id>local</id> 
     347                        <url> 
     348                                file:///tmp/fckeditor-web 
     349                        </url> 
     350                </site> 
     351                 --> 
    348352        </distributionManagement> 
    349353</project> 
  • FCKeditor.Java/branches/2.4/src/site/resources/css/site.css

    r1858 r1954  
    2525body { 
    2626        background-color: #F9F2DE; 
     27        padding: 2px 0; 
     28        margin: 0; 
    2729} 
    2830 
     
    9193} 
    9294 
     95div.clear hr { 
     96        clear: both; 
     97        display: none; 
     98} 
     99 
     100img.poweredBy { 
     101        border:1px solid black; 
     102        display:block; 
     103        height:30px; 
     104        margin:20px 0pt 20px 17px; 
     105        width:90px; 
     106} 
     107 
     108table { 
     109        margin-left: -2px; 
     110        margin-right: -2px; 
     111        padding: 0; 
     112        width: 100%; 
     113} 
     114table.bodyTable th, 
     115table.bodyTable td { 
     116        font-size: 1em; 
     117        padding: 2px 4px; 
     118        vertical-align: top; 
     119} 
    93120/* @group banner */ 
    94121#banner { 
     
    98125#banner a#bannerLeft img { 
    99126        margin: 15px 0 0 30px !important; 
     127        border: 0; 
    100128} 
    101129/* @end */ 
     
    103131/* @group breadcrumbs */ 
    104132#breadcrumbs { 
     133        margin: 0; 
     134        padding: 3px 10px; 
    105135        background-color: white; 
    106136        color: black; 
     137        font-size: x-small; 
     138        border-bottom:1px solid #AAAAAA; 
     139        border-top:1px solid #AAAAAA; 
    107140} 
    108141 
     
    115148#footer .xright { 
    116149        text-shadow: none; 
     150        font-size: x-small; 
     151        text-align: right; 
    117152} 
    118153/* @end */ 
     
    159194        border: 2px solid #E2D8C0; 
    160195} 
    161  
    162 /* @end */ 
     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} 
     222/* @end */