Ubuntu Pastebin

Paste from plasma-5.css at Mon, 4 May 2015 20:15:57 +0000

Download as text
 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
 /*
  *  Created by Aaron Honeycutt <aaronhoneycutt@kubuntu.org>
  * 
  */
  
 body {
     background-color: #eff0f1;
     padding: 3em;
     
 }
 
 div {
    background-color: #f8f8f9;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3px;
    padding-left: 3px;
    width: 1200px;

 }
 
 dt {
     margin-left: 100px;
     text-align: left;
     
 }
 
 title {
     margin-left: 75px;
     text-align: left;
     
 }
 
 p {
     margin-left: 50px;
     text-align: left;
     
 }
 
 #footer_text {
    margin-left: 75px;
    
 }
 
 a:link {
     color: #1e92ff;
 }
 
 a:visited {
     color: #404245;
 }
Download as text