PageRenderTime 21ms CodeModel.GetById 10ms RepoModel.GetById 1ms app.codeStats 0ms

/wheels/styles/header.cfm

http://cfwheels.googlecode.com/
ColdFusion | 162 lines | 142 code | 20 blank | 0 comment | 0 complexity | 39cc01b5d35a04359f2f9bbffc331307 MD5 | raw file
Possible License(s): Apache-2.0, CPL-1.0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>ColdFusion on Wheels</title>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <meta name="robots" content="noindex,nofollow" />
  7. <style>
  8. body
  9. {
  10. padding: 0;
  11. margin: 0;
  12. background: #ddd;
  13. }
  14. #wrapper
  15. {
  16. margin: auto;
  17. text-align: left;
  18. width: 960px;
  19. background: #fff;
  20. border-left: 3px solid #999;
  21. border-right: 3px solid #999;
  22. border-bottom: 3px solid #999;
  23. }
  24. #content
  25. {
  26. background: #fff;
  27. padding: 15px;
  28. font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  29. line-height: 1.5em;
  30. font-size: 14px;
  31. color: #333;
  32. }
  33. #content h1
  34. {
  35. font-size: 24px;
  36. font-weight: bold;
  37. color: #B00701;
  38. margin: 10px 0 5px 0;
  39. }
  40. #content h2
  41. {
  42. font-size: 16px;
  43. font-weight: bold;
  44. color: #B00701;
  45. }
  46. #content p
  47. {
  48. margin-bottom: 15px;
  49. }
  50. #content p.small
  51. {
  52. font-size: 11px;
  53. }
  54. #content a
  55. {
  56. color: #B00701;
  57. text-decoration: underline;
  58. padding: 0 1px;
  59. }
  60. #content a:hover
  61. {
  62. color: #fff;
  63. background: #B00701;
  64. text-decoration: none;
  65. }
  66. #content ul, #content ol
  67. {
  68. margin: 10px 0 15px 25px;
  69. padding: 0;
  70. }
  71. #content ul li, #content ol li
  72. {
  73. padding-bottom: 0;
  74. }
  75. #content img
  76. {
  77. border: none;
  78. }
  79. #content pre
  80. {
  81. border: 1px solid #a6a2a2;
  82. overflow-x: auto;
  83. width: 95%;
  84. padding: 15px;
  85. margin-bottom: 15px;
  86. background: #ffffe0;
  87. }
  88. #content code
  89. {
  90. color: #000;
  91. font-family: Courier;
  92. }
  93. #content tt
  94. {
  95. font-family: Courier;
  96. font-size: 12px;
  97. color: #666;
  98. background: #f7f7f7;
  99. padding: 1px 3px;
  100. border: 1px solid #ededed;
  101. }
  102. #logo
  103. {
  104. float: right;
  105. font-weight: bold;
  106. margin: 0 0 20px 20px;
  107. text-transform: uppercase;
  108. width: 75px;
  109. }
  110. #logo a
  111. {
  112. color: #fff;
  113. display: block;
  114. text-decoration: none;
  115. }
  116. #logo #cf a:first-letter, #logo #wheels a:first-letter
  117. {
  118. font-size: 125%;
  119. }
  120. #logo #cf a
  121. {
  122. background: #900;
  123. font-size: 35px;
  124. line-height: 35px;
  125. padding: 18px 0 16px 0;
  126. text-align: center;
  127. }
  128. #logo #wheels a
  129. {
  130. background: #333;
  131. padding: 3px 0;
  132. text-align: center;
  133. }
  134. </style>
  135. </head>
  136. <body>
  137. <div id="wrapper">
  138. <div id="content">
  139. <div id="logo">
  140. <div id="cf"><a href="http://cfwheels.org/">CF</a></div>
  141. <div id="wheels"><a href="http://cfwheels.org/">Wheels</a></div>
  142. </div>