about.css (919B)
1 dialog 2 { 3 padding-top: 0px; 4 padding-left: 0px; 5 padding-right: 0px; 6 } 7 8 #aboutcontent 9 { 10 background: white; 11 padding: 10px; 12 } 13 14 #column1 { 15 width: 23em; 16 padding-right: 2em; 17 } 18 19 #column2 { 20 margin-right: 1em; 21 } 22 23 #name 24 { 25 font-size: large; 26 font-weight: bold; 27 } 28 29 #version 30 { 31 color: gray; 32 margin-bottom: 5px; 33 -moz-user-select: text; 34 -moz-user-focus: normal; 35 cursor: text; 36 } 37 38 #changelog { 39 border: 0; 40 } 41 42 .subhead 43 { 44 margin-top: 5px; 45 font-weight: bold; 46 } 47 48 .subcontent 49 { 50 margin-left: 10px; 51 margin-bottom: 5px; 52 } 53 54 #about-text { 55 margin-top: .7em; 56 margin-bottom: .7em; 57 } 58 59 #about-text > p { 60 margin-left: .5em; 61 line-height: 1.4em; 62 } 63 64 span.text-link { 65 cursor: pointer; 66 color: -moz-nativehyperlinktext; 67 } 68 69 span.text-link:hover { 70 text-decoration: underline; 71 } 72 73 /* Remove default underline from XUL links */ 74 label.zotero-text-link { 75 text-decoration: none; 76 } 77 78 label.zotero-text-link:hover { 79 text-decoration: underline; 80 }