global.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529
  1. .error {
  2. color: #a00000;
  3. background-color: inherit;
  4. }
  5. .index-link {
  6. text-transform: uppercase;
  7. }
  8. .read-only {
  9. padding-top: 4px ! important;
  10. }
  11. /* START recipe index */
  12. table.recipe-index {
  13. border: 2px solid #ccc;
  14. }
  15. table.recipe-index td {
  16. padding-left: 2px;
  17. padding-right: 2px;
  18. text-transform: uppercase;
  19. }
  20. table.recipe-index td.selected {
  21. background-color: #9cf;
  22. }
  23. ol.recipe-index {
  24. margin-top: 1em;
  25. margin-bottom: 1em;
  26. }
  27. ol.recipe-index .recipe-title {
  28. font-weight: bold;
  29. }
  30. /* END recipe index */
  31. a {
  32. color: #E85616;
  33. text-decoration: none;
  34. font-weight: normal ! important;
  35. }
  36. a:visited {
  37. color: #C09C20;
  38. }
  39. a:link {
  40. color: #E85616;
  41. }
  42. a:hover {
  43. color: #C09C20;
  44. text-decoration: underline;
  45. }
  46. a.back {
  47. background: url(../img/link-left.png) center left no-repeat;
  48. padding-left: 16px;
  49. color: #E85616;
  50. text-decoration: none;
  51. font-weight: normal ! important;
  52. }
  53. a.back:visited {
  54. color: #C09C20;
  55. }
  56. a.back:link {
  57. color: #E85616;
  58. }
  59. a.back:hover {
  60. color: #C09C20;
  61. text-decoration: underline;
  62. }
  63. a.go {
  64. background: url(../img/link.png) center right no-repeat;
  65. padding-right: 16px;
  66. color: #E85616;
  67. text-decoration: none;
  68. font-weight: normal ! important;
  69. }
  70. a.go:visited {
  71. color: #C09C20;
  72. }
  73. a.go:link {
  74. color: #E85616;
  75. }
  76. a.go:hover {
  77. color: #C09C20;
  78. text-decoration: underline;
  79. }
  80. a.help {
  81. font-size: 9pt;
  82. margin-right: 5pt;
  83. margin-left: -1pt;
  84. }
  85. a.minus {
  86. display: block;
  87. position: relative;
  88. top: 0px;
  89. left: 0px;
  90. background-image: url(../img/minus.png);
  91. width: 19px;
  92. height: 20px;
  93. background-position: 0px 0px;
  94. margin: 3px 0px 0px 0px;
  95. }
  96. a.minus:hover {
  97. background-position: 0px -21px;
  98. }
  99. a.minus:active {
  100. background-position: 0px -42px;
  101. }
  102. a.plus {
  103. display: block;
  104. position: relative;
  105. top: 0px;
  106. left: 0px;
  107. background-image: url(../img/plus.png);
  108. width: 19px;
  109. height: 20px;
  110. background-position: 0px 0px;
  111. margin: 0px;
  112. }
  113. a.plus:hover {
  114. background-position: 0px -21px;
  115. }
  116. a.plus:active {
  117. background-position: 0px -42px;
  118. }
  119. body {
  120. background-color: #fff;
  121. margin: 18px 15px 15px 15px;
  122. padding: 0px;
  123. border: 0px;
  124. font-family: Tahoma, Verdana, sans-serif;
  125. font-size: 10pt;
  126. }
  127. div.caption {
  128. font-size: 9pt;
  129. font-style: italic;
  130. margin-bottom: 3pt;
  131. max-width: 300pt;
  132. }
  133. div.comment-body {
  134. max-width: 350pt;
  135. }
  136. div.comment-credits {
  137. font-size: 9pt;
  138. font-style: italic;
  139. margin-bottom: 3pt;
  140. color: #999;
  141. }
  142. div.comment-credits-self {
  143. font-size: 9pt;
  144. font-style: italic;
  145. margin-bottom: 3pt;
  146. color: #2A8FF3;
  147. }
  148. div.edit-banner {
  149. position: absolute;
  150. background-color: #fff;
  151. top: 18px;
  152. right: 15px;
  153. width: auto;
  154. height: auto;
  155. font-size: 9pt;
  156. margin-top: 19pt;
  157. z-index: 99;
  158. }
  159. div.edit-banner-2 {
  160. position: absolute;
  161. background-color: #fff;
  162. top: 18px;
  163. right: 15px;
  164. width: auto;
  165. height: auto;
  166. font-size: 9pt;
  167. margin-top: 30pt;
  168. z-index: 99;
  169. }
  170. div.error-intro {
  171. border: thin solid #2A8FF3;
  172. background-color: #ffc;
  173. padding: 4pt;
  174. color: #a00000;
  175. width: auto;
  176. max-width: 350pt;
  177. margin-bottom: 1em;
  178. }
  179. div.formLabel {
  180. float: left;
  181. font-weight: bold;
  182. font-family: Tahoma, Verdana, sans-serif;
  183. font-size: 10pt;
  184. text-align: left;
  185. padding: 4px 8px 2px 2px;
  186. }
  187. div.intro {
  188. font-size: 11pt;
  189. max-width: 450pt;
  190. margin-bottom: 1.5em;
  191. }
  192. div.nav-banner {
  193. position: absolute;
  194. background-color: #fff;
  195. top: 18px;
  196. right: 15px;
  197. width: auto;
  198. height: auto;
  199. font-size: 9pt;
  200. margin-top: 5pt;
  201. z-index: 99;
  202. }
  203. div.pagination {
  204. position: absolute;
  205. top: 18px;
  206. right: 15px;
  207. width: auto;
  208. height: auto;
  209. margin-top: 20pt;
  210. z-index: 99;
  211. }
  212. div.recipe-footer {
  213. font-size: 9pt;
  214. color: #999;
  215. border-top: 1px solid #ccc;
  216. margin-top: 9pt;
  217. margin-bottom: 9pt;
  218. }
  219. div.recipe-view {
  220. max-width: 40em;
  221. margin: 0px;
  222. padding: 0px;
  223. }
  224. div.return-nav {
  225. margin-bottom: 10pt;
  226. }
  227. div.section {
  228. margin-top: 4px;
  229. margin-bottom: 4px;
  230. margin-left: 2px;
  231. }
  232. div.subsection {
  233. margin-left: 15px;
  234. font-size: 11px;
  235. margin-bottom: 2px;
  236. }
  237. div.section-selected {
  238. font-weight: bold;
  239. margin-bottom: 2px;
  240. margin-left: 2px;
  241. }
  242. div.viewBox {
  243. float: left;
  244. font-family: Tahoma, Verdana, sans-serif;
  245. font-size: 10pt;
  246. text-align: left;
  247. padding: 2px 0px 0px 0px;
  248. }
  249. div.viewLabel {
  250. float: left;
  251. font-weight: bold;
  252. font-family: Tahoma, Verdana, sans-serif;
  253. font-size: 10pt;
  254. text-align: left;
  255. padding: 2px 8px 2px 2px;
  256. }
  257. dd {
  258. font-size: 10pt;
  259. margin-bottom: 1em;
  260. }
  261. dl {
  262. margin-left: 20px;
  263. }
  264. dl.menu dd {
  265. max-width: 300pt;
  266. }
  267. dt {
  268. font-size: 10pt;
  269. font-weight: bold;
  270. margin-bottom: 0.5em;
  271. color: #666;
  272. }
  273. h1 {
  274. color: #2A8FF3;
  275. font-size: 14pt;
  276. font-weight: bold;
  277. border-bottom: 1px solid #ccc;
  278. margin-bottom: 0.5em;
  279. margin-top: 0em;
  280. }
  281. h2 {
  282. color: #666;
  283. font-size: 1em;
  284. border-bottom: 1px solid #ccc;
  285. margin-bottom: 0.5em;
  286. margin-top: 0em;
  287. }
  288. hr.sep {
  289. border-style: dotted;
  290. border-width: 0px 0px 1px 0px;
  291. color: #ccc;
  292. width: 100%;
  293. margin: 12pt 0px 12pt 0px;
  294. padding: 0px;
  295. }
  296. img {
  297. border: 0px;
  298. }
  299. img.quicklink {
  300. /*margin-bottom: 2pt;*/
  301. }
  302. img.recipe {
  303. margin-bottom: 2pt;
  304. }
  305. img.star-rating {
  306. margin: 0px;
  307. padding: 0px;
  308. cursor: pointer;
  309. vertical-align: bottom;
  310. }
  311. input[type=text], input[type=password], input[type=file], input[type=checkbox], select {
  312. background: #EEEEEE;
  313. border: 1px solid #666666;
  314. color: #000066;
  315. font-family: Tahoma, Verdana, sans-serif;
  316. font-size: 10pt;
  317. margin-right: 4px;
  318. text-decoration: none;
  319. }
  320. input[type=text], input[type=password] {
  321. width: 15em;
  322. }
  323. input.excerpt, textarea.excerpt {
  324. width: 25em;
  325. }
  326. input.filepath {
  327. width: 30em;
  328. }
  329. input.smallnum {
  330. width: 4em;
  331. }
  332. input.vsmallnum {
  333. width: 2em;
  334. }
  335. li {
  336. margin-bottom: 6pt;
  337. }
  338. ol {
  339. margin-top: 0em;
  340. }
  341. p {
  342. margin-top: 0em;
  343. margin-bottom: 1em;
  344. }
  345. span.alt {
  346. display: none;
  347. }
  348. span.caption {
  349. font-size: 9pt;
  350. font-style: italic;
  351. }
  352. span.hilite {
  353. background-color: #ff0;
  354. color: #006;
  355. }
  356. span.rating-overall {
  357. color: #999;
  358. }
  359. span.rating-stars {
  360. visibility: hidden;
  361. }
  362. table.form {
  363. border-collapse: collapse;
  364. border-spacing: 0px;
  365. border: none;
  366. }
  367. table.form tr.error {
  368. background-color: #a00000;
  369. color: inherit;
  370. }
  371. table.form td {
  372. border: none;
  373. padding: 2px 2px 4px 2px;
  374. vertical-align: top;
  375. }
  376. table.form th {
  377. background-color: inherit;
  378. border: none;
  379. padding: 4px 8px 2px 2px;
  380. }
  381. table.form td + th {
  382. padding-left: 50pt ! important;
  383. }
  384. table.view {
  385. border-collapse: collapse;
  386. border-spacing: 0px;
  387. border: none;
  388. }
  389. table.view td {
  390. border: none;
  391. padding: 2px 2px 4px 2px;
  392. vertical-align: top;
  393. }
  394. table.view th {
  395. background-color: inherit;
  396. border: none;
  397. padding: 2px 2px 4px 2px;
  398. }
  399. table.view td + th {
  400. padding-left: 50pt ! important;
  401. }
  402. textarea {
  403. background: #eee;
  404. border: 1px solid #666;
  405. color: #006;
  406. font-family: Tahoma, Verdana, sans-serif;
  407. font-size: 10pt;
  408. padding-left: 2px;
  409. text-decoration: none;
  410. width: 15em;
  411. height: 5em;
  412. }
  413. textarea.big {
  414. width: 40em;
  415. }
  416. textarea.recipeStep {
  417. width: 40em;
  418. height: 4em;
  419. }
  420. td {
  421. font-family: Tahoma, Verdana, sans-serif;
  422. font-size: 10pt;
  423. text-align: left;
  424. }
  425. td.readonly {
  426. vertical-align: middle;
  427. padding: 4px 2px 2px 2px ! important;
  428. }
  429. th {
  430. font-family: Tahoma, Verdana, sans-serif;
  431. font-size: 10pt;
  432. text-align: left;
  433. }
  434. tr {
  435. padding-bottom: 20px;
  436. vertical-align: top;
  437. }
  438. tr.even {
  439. background-color: #CCDFF0;
  440. }