~ubuntu-it-wiki/wiki-ubuntu-it/wiki-repo

« back to all changes in this revision

Viewing changes to htdocs/light/css/common.css

  • Committer: Jeremie Tamburini
  • Date: 2015-11-19 16:09:52 UTC
  • Revision ID: jeremie.tamburini@gmail.com-20151119160952-tn80rx2s9os1j2fp
Scrollbar for the text-box if too long

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
Copyright (c) 2001, 2002, 2003 by Juergen Hermann
4
4
Copyright © 2008 Ubuntu-it - Created by Milo Casagrande <milo@ubuntu.com>,
5
 
Leo Iannacone <l3on@ubuntu.com>, Alessio Treglia <quadrispro@ubuntu.com>. 
 
5
Leo Iannacone <l3on@ubuntu.com>, Alessio Treglia <quadrispro@ubuntu.com>.
6
6
 
7
7
Copyright © 2011 Ubuntu-it - Giuseppe Terrasi <peppe84@ubuntu-it.org>:
8
8
in order to fix some problem after upgrade to Moin 1.9.x and to add processor #!wiki,
51
51
{
52
52
        margin: 1.5em 0 0 0;
53
53
        padding: 2px 0;
54
 
        font-weight: normal; 
 
54
        font-weight: normal;
55
55
        line-height: 1.2em;
56
 
              text-shadow:0 1px 3px rgba(0, 0, 0, 0.25);        
 
56
              text-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
57
57
}
58
58
 
59
59
h1
94
94
dd p {
95
95
    margin: 0.25em 0;
96
96
}
97
 
   
 
97
 
98
98
a, img, img.drawing {
99
99
        border: 0;
100
100
}
101
101
 
102
 
pre 
 
102
pre
103
103
{
104
104
    background-color: #FAFAFA;
105
105
    border: 1px dotted #DDDDDD;
114
114
    white-space: -moz-pre-wrap;
115
115
    white-space: -pre-wrap;
116
116
    white-space: -o-pre-wrap;
 
117
    max-height: 250px;
 
118
    overflow: auto;
117
119
    /* end css 3 or browser specific rules */
118
120
}
119
121
 
188
190
.u {text-decoration: underline;}
189
191
 
190
192
/* eye catchers */
191
 
.warning 
192
 
{
193
 
        color: red;
194
 
}
195
 
 
196
 
.error 
197
 
{
198
 
        color: red;
199
 
}
200
 
 
201
 
strong.highlight 
 
193
.warning
 
194
{
 
195
        color: red;
 
196
}
 
197
 
 
198
.error
 
199
{
 
200
        color: red;
 
201
}
 
202
 
 
203
strong.highlight
202
204
{
203
205
        background-color: #edddba; /* ubuntu pale orange */
204
206
        padding: 1pt;
568
570
/* Apt-urls */
569
571
 
570
572
a.apt {
571
 
/*      
 
573
/*
572
574
        padding-right:18px;
573
575
        background: url("../img/package.png") no-repeat right;
574
576
*/
588
590
        font-size: 1.5em;
589
591
        text-decoration: none;
590
592
        font-size: 1.8em;
591
 
        font-weight: bold; 
 
593
        font-weight: bold;
592
594
        line-height: 1.2em;
593
595
        border-bottom:1px solid #ECECEC;
594
596
        text-shadow:0 1px 3px rgba(0, 0, 0, 0.15);