home *** CD-ROM | disk | FTP | other *** search
/ LG Super CD / LG Super CD.iso / bitpim / bitpim-1.0.1-setup.exe / {app} / resources / bitpim.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-08-06  |  4.2 KB  |  261 lines

  1. /* BitPim style sheet.
  2.  
  3.    This has two parts.  The first part is courtesy of Yahoo and
  4.    normalises a whole bunch of layout across all browsers -
  5.    essentially removing differences in the default browser style
  6.    sheet. The second lump normalises fonts, which are notoriously
  7.    different by default across browsers.
  8.  
  9.    The second part is authored by David Smith and provides the BitPim
  10.    specific styles.
  11.  
  12. */
  13.  
  14.  
  15.  
  16. /* INITIAL SETUP
  17. Copyright (c) 2006, Yahoo! Inc. All rights reserved.
  18. Code licensed under the BSD License:
  19. http://developer.yahoo.net/yui/license.txt
  20. version: 0.12.0
  21. */
  22.  
  23. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
  24. table{border-collapse:collapse;border-spacing:0;}
  25. fieldset,img{border:0;}
  26. address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
  27. ol,ul {list-style:none;}
  28. caption,th {text-align:left;}
  29. h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
  30. q:before,q:after{content:'';}
  31. abbr,acronym {border:0;}
  32.  
  33. body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}
  34. table {font-size:inherit;font:100%;}
  35. select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}
  36. pre, code {font:115% monospace;*font-size:100%;}
  37. body * {line-height:1.22em;}
  38.  
  39. /* Simple two-col flexi layout derived from Yahoo! grids.css, 
  40.    with renames for clarity */
  41.  
  42. body {
  43.   margin: auto 30px;
  44. }
  45.  
  46. #col-right {
  47.   float: right;
  48.   width: 18.4608em;
  49.   *width: 18.016em;
  50. }
  51.  
  52. #col-main {
  53.   width: 100%;
  54.   float: left;
  55.   margin-right: -25em;
  56. }
  57.  
  58. #main-content {
  59.   margin-right: 19.4608em;
  60.   *margin-right: 19.016em;
  61. }
  62.  
  63. #ft, #col-main {
  64.   clear: both;
  65. }
  66.  
  67.  
  68. /* BITPIM */
  69.  
  70. body { 
  71.   font-family: georgia, verdana;
  72.   font-size: 10pt;
  73. }
  74.  
  75. body * {
  76.   line-height: 1.33em;
  77. }
  78.  
  79. #col-right { 
  80.   border-left: 3px solid #db8992;
  81.   padding-left: 1ex;
  82. }
  83.  
  84. /* WEB SITE only */
  85. h1.banner { 
  86.   font-family: verdana;
  87.   font-weight: bold;
  88.   font-size: 500%;
  89.   letter-spacing: -0.1ex;
  90.   margin: 0 -20px 0 -20px;
  91.   padding: 0.5em 10px 0 10px;
  92.   background-color: #b6424e;
  93.   border-bottom: 10px solid #db8992;
  94.   color: #db8992;
  95. }
  96.  
  97. p.strap { 
  98.   position: relative;
  99.   text-align: right;
  100.   font-family: georgia;
  101.   font-size: 122%;
  102.   font-style: italic;
  103.   color: #fdd;
  104.   padding: 0.25ex 2em;
  105.   margin-top: -2.5em;
  106.   margin-bottom: 2.5em;
  107. }
  108. /* WEB SITE only end */
  109.  
  110. /* SPECIALS */
  111.  
  112. p.callout {
  113.   float: right;
  114.   font-size: 92%;
  115.   margin-left: 1em;
  116.   padding: 0.5em;
  117.   border: 1px solid #b6424e;
  118.   width: 50%; 
  119.   background-color: #eacfd2;
  120. }
  121.  
  122. div.help-banner {
  123.   margin: 0 -30px;
  124.   font-family: verdana;
  125.   text-align: center;
  126.   font-weight: bold;
  127.   font-size: 174%;
  128.   background-color: #b6424e;
  129.   border-bottom: 5px solid #db8992;
  130.   color: #db8992;
  131. }
  132.  
  133. p.nav-line {
  134.   margin-top: 2em;
  135.   border-top: 2px solid #db8992;
  136.   padding: 0.25em 0;
  137.   text-align: center;
  138. }
  139. p.nav-line a { 
  140.   margin-right: 3em;
  141. }
  142.  
  143. p.build-line {
  144.   font-size: 92%;
  145.   text-align: center;
  146. }
  147. p.build-line b { 
  148.   color: #b6424e;
  149.   margin-right: 5em;
  150. }
  151.  
  152. p.screenshot {
  153.   text-align: center;
  154.   margin: 0.67em 0;
  155. }
  156.  
  157. /* SPECIALS end */
  158.  
  159. p, dt, dd { 
  160.   font-size: 114%;
  161.   margin-bottom: 0.67em;
  162. }
  163.  
  164. pre { 
  165.   margin-bottom: 0.67em;
  166. }
  167.  
  168. blockquote { 
  169.   margin: 0.67em 2em;
  170. }
  171.  
  172.  
  173. h1, h2, h3, h4, h5, h6 { 
  174.   font-family: verdana;
  175.   font-weight: bold;
  176.   color: #b6424e;
  177.   margin-top: 1.5em;
  178. }
  179.  
  180. h1 { 
  181.   font-size: 174%;
  182.   margin-top: 0.5em;
  183.   margin: 0 -20px 0.5em -20px;
  184.   padding: 0.5em 10px 0 10px;
  185. }
  186.  
  187. h2 { 
  188.   font-size: 129%;
  189. }
  190.  
  191. #col-right h2 { 
  192.   margin-top: 0;
  193. }
  194.  
  195.  
  196. ol, ul, dl { 
  197.   margin: 0 0 1em 2em;
  198. }
  199.  
  200. li { 
  201.   font-size: 114%;
  202.   margin-bottom: 0.33em;
  203.   display: list-item;
  204. }
  205.  
  206. ul li {
  207.   list-style-type: square;
  208. }
  209.  
  210. ul ul li { 
  211.   list-style-type: circle;
  212. }
  213.  
  214. ol li { 
  215.   list-style-type: decimal;
  216. }
  217.  
  218. ol ol li { 
  219.   list-style-type: lower-alpha;
  220. }
  221.  
  222. li li, dd dt, dd dd,
  223. li p, li pre,
  224. dt p, dd p, dd pre, dd li { 
  225.   font-size: 100%;
  226. }
  227.  
  228. dt, dt p {
  229.   color: #b6424e;
  230.   font-weight: bold;
  231.   margin-bottom: 0;
  232. }
  233.  
  234. dd {
  235.   margin-left: 1em;
  236. }
  237.  
  238. table { 
  239.   margin: 0.67em 0 0 0;
  240. }
  241.  
  242. table.grid td, table.grid th { 
  243.   border: 1px solid #eacfd2;
  244. }
  245.  
  246. table.center td { 
  247.   text-align: center;
  248. }
  249.  
  250. th { 
  251.   font-family: verdana;
  252.   font-weight: bold;
  253.   color: #b6424e;
  254.   border-bottom: 1px solid #eacfd2;
  255. }
  256.  
  257. th, td { 
  258.   vertical-align: top;
  259.   padding: 0.25ex 0.5em;
  260. }
  261.