File: index.css

package info (click to toggle)
gui-ufw 24.04.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,676 kB
  • sloc: python: 2,407; xml: 27; makefile: 12; sh: 3
file content (25 lines) | stat: -rw-r--r-- 800 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
body
{
    background-image:url('/usr/share/gufw/media/tutorial/images/background.jpg');
    background-repeat:repeat;
    font-family: Ubuntu, "Helvetica", Sans-Serif;
    font-size: 14px;
} 
/* FAQ */
#faq { width:315px; }
#faq ol { font-style:italic; font-family:Ubuntu, Times, serif; font-size:20px; color:#1a2db8;  }
#faq ol li { }
#faq ol li p { padding:8px; font-style:normal; font-family:Ubuntu; font-size:14px; color:#000000; border-left: 1px solid #999; }
#faq ol li p span { padding:8px; font-style:normal; font-family:Ubuntu; font-size:14px; color:#000000;}
#faq ol li p em { display:block; color:#1a2db8;}
img {
    display: block; 
    margin-left: auto; 
    margin-right: auto;
    margin-bottom: 35px;
}
.centered {
    margin-left: auto;
    margin-right: auto;
    width: 315px;
}