29
30
Fork 85

- Renamed /styles/ar.css to /rtl.css, seeing as we won't need to duplicate for any more rtl-languages.

- Updated the corresponding filenames in the fsfeurope.xsl stylessheet.
- Removed floating for #languages p.
- Removed outdated styles in the main CSS stylesheet.
- Cleaned up separating lines.

svn path=/trunk/; revision=12708
Esse commit está contido em:
att 2009-06-04 22:42:27 +00:00
commit 0fa43a5054
3 arquivos alterados com 26 adições e 9 exclusões

Ver arquivo

@ -10,6 +10,7 @@
* #D0F400 - green (the top star)
* */
/* ------------------------------------------------------------------------- */
/* General definitions */
/* ------------------------------------------------------------------------- */
@ -96,6 +97,7 @@ dl dd {
margin-bottom: .5em;
}
/* ------------------------------------------------------------------------- */
/* Logo */
/* ------------------------------------------------------------------------- */
@ -155,6 +157,7 @@ dl dd {
font-weight: bold;
}
/* ------------------------------------------------------------------------- */
/* Language List */
/* ------------------------------------------------------------------------- */
@ -165,12 +168,6 @@ dl dd {
font-size: 90%;
}
/* FIXME: Move out of #language */
#language img {
float: right;
margin: 0 0 0.3em 0; /* make sure image doesn't touch outdated note below */
}
#language ul {
margin: 0;
padding: 0;
@ -183,13 +180,13 @@ dl dd {
}
#language p { /* used for outdated/missing note */
clear: right;
margin: 1em 0 0 0;
border: 1px #ccc solid;
padding: 0.3em;
background-color: #f4f8fa;
}
/* ------------------------------------------------------------------------- */
/* Content */
/* ------------------------------------------------------------------------- */
@ -298,7 +295,6 @@ table td.negative {
}
/* ------------------------------------------------------------------------- */
/* Footer */
/* ------------------------------------------------------------------------- */
@ -311,6 +307,7 @@ table td.negative {
font-size: 90%;
}
/* ------------------------------------------------------------------------- */
/* Styles used only on some pages */
/* ------------------------------------------------------------------------- */

Ver arquivo

@ -31,7 +31,7 @@
<link rel="stylesheet" media="all" href="/fsfeurope.css" type="text/css" />
<link rel="stylesheet" media="print" href="/print.css" type="text/css" />
<xsl:if test="/buildinfo/@language='ar'">
<link rel="stylesheet" media="all" href="/styles/ar.css" type="text/css" />
<link rel="stylesheet" media="all" href="/rtl.css" type="text/css" />
</xsl:if>
<link rel="icon" href="/graphics/fsfeurope.ico" type="image/x-icon" />
<link rel="shortcut icon" href="/graphics/fsfeurope.ico" type="image/x-icon" />

20
rtl.css Normal file
Ver arquivo

@ -0,0 +1,20 @@
#menu {
float: right;
}
#content {
margin-right: 220px;
margin-left: 0;
}
#menu ul {
background-image: url("/graphics/corner-rtl.png");
background-position: top right;
padding-right: 1.4em;
padding-left: 0;
}
#language {
margin-right: 220px;
margin-left: 0;
}