2012-03-01 10:26:18 +01:00
|
|
|
body {
|
2012-03-05 13:26:33 +01:00
|
|
|
font-family: sans-serif;
|
2012-03-01 10:26:18 +01:00
|
|
|
color:black;
|
|
|
|
background:white;
|
|
|
|
padding:0;
|
|
|
|
margin:0;
|
|
|
|
}
|
2012-03-05 15:17:43 +01:00
|
|
|
a {
|
|
|
|
color: #004276;
|
|
|
|
}
|
2012-03-01 10:26:18 +01:00
|
|
|
div.content {
|
|
|
|
margin: 0.5em;
|
|
|
|
}
|
2012-02-29 13:19:14 +01:00
|
|
|
td.right {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2012-02-29 13:20:40 +01:00
|
|
|
ul.footer{
|
|
|
|
padding:0;
|
|
|
|
margin:1em;
|
|
|
|
max-width:none;
|
|
|
|
clear:both;
|
|
|
|
}
|
|
|
|
ul.footer li{
|
|
|
|
font-size:smaller;
|
|
|
|
list-style:none;
|
|
|
|
float:left;
|
|
|
|
padding:1em;
|
|
|
|
color:gray;
|
|
|
|
border:none;
|
|
|
|
}
|
|
|
|
ul.footer a{
|
|
|
|
color:#333;
|
|
|
|
}
|
2012-03-01 10:26:18 +01:00
|
|
|
h1 {
|
|
|
|
padding: 0.5em;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2012-03-01 10:32:48 +01:00
|
|
|
ul.menu {
|
|
|
|
float: right;
|
|
|
|
padding: 1em;
|
|
|
|
margin: 0;
|
2012-03-01 10:40:39 +01:00
|
|
|
font-size: smaller;
|
2012-03-02 17:35:48 +01:00
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
ul.menu li {
|
|
|
|
display: inline-block;
|
2012-03-01 10:32:48 +01:00
|
|
|
}
|
|
|
|
ul.breadcums {
|
|
|
|
list-style: none;
|
|
|
|
padding: 1em;
|
|
|
|
margin: 0;
|
2012-03-01 10:40:39 +01:00
|
|
|
font-size: smaller;
|
2012-03-01 10:32:48 +01:00
|
|
|
}
|
|
|
|
ul.breadcums li {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2012-03-01 11:03:03 +01:00
|
|
|
.translatetext {
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
2012-03-01 11:23:56 +01:00
|
|
|
.hlspace {
|
|
|
|
border-bottom: 1px dotted red;
|
|
|
|
white-space: pre;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
2012-03-01 11:31:52 +01:00
|
|
|
.suggestionactions {
|
|
|
|
float: right;
|
|
|
|
}
|
2012-03-01 11:36:06 +01:00
|
|
|
.suggestionactions a {
|
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
2012-03-01 16:25:05 +01:00
|
|
|
td.translator {
|
|
|
|
width: 60em;
|
|
|
|
max-width: 50%;
|
|
|
|
}
|
|
|
|
td.translator textarea {
|
|
|
|
width: 100%
|
|
|
|
}
|
2012-03-01 16:28:17 +01:00
|
|
|
td.suggestions table {
|
|
|
|
width: 100%
|
|
|
|
}
|
2012-03-02 17:05:07 +01:00
|
|
|
#copy-text, .button-prev, .button-next, .button-first, .button-end {
|
2012-03-02 16:01:53 +01:00
|
|
|
width: 20px;
|
|
|
|
height: 20px;
|
|
|
|
}
|
2012-03-02 16:17:13 +01:00
|
|
|
.helptext {
|
|
|
|
font-size: smaller;
|
|
|
|
}
|
2012-03-05 13:43:33 +01:00
|
|
|
.percent {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
div.progress {
|
|
|
|
width: 20em;
|
2012-03-05 13:50:11 +01:00
|
|
|
height: 1em;
|
2012-03-05 13:43:33 +01:00
|
|
|
}
|