--=REKLAMA=--

Beez/CSS/general.css

Z Joomla!WikiPL

  1. /* -- form validation */
  2. .invalid { border-color: #ff0000; }
  3. label.invalid { color: #ff0000; }
  4.  
  5. /* -- buttons */
  6. #editor-xtd-buttons {
  7. 	padding: 5px;
  8. }
  9.  
  10. .button2-left,
  11. .button2-right,
  12. .button2-left div,
  13. .button2-right div {
  14. 	float: left;
  15. }
  16.  
  17. .button2-left a,
  18. .button2-right a,
  19. .button2-left span,
  20. .button2-right span {
  21. 	display: block;
  22. 	height: 22px;
  23. 	float: left;
  24. 	line-height: 22px;
  25. 	font-size: 11px;
  26. 	color: #666;
  27. 	cursor: pointer;
  28. }
  29.  
  30. .button2-left span,
  31. .button2-right span {
  32. 	cursor: default;
  33. 	color: #999;
  34. }
  35.  
  36. .button2-left .page a,
  37. .button2-right .page a,
  38. .button2-left .page span,
  39. .button2-right .page span {
  40. 	padding: 0 6px;
  41. }
  42.  
  43. .page span {
  44. 	color: #000;
  45. 	font-weight: bold;
  46. }
  47.  
  48. .button2-left a:hover,
  49. .button2-right a:hover {
  50. 	text-decoration: none;
  51. 	color: #0B55C4;
  52. }
  53.  
  54. .button2-left a,
  55. .button2-left span {
  56. 	padding: 0 24px 0 6px;
  57. }
  58.  
  59. .button2-right a,
  60. .button2-right span {
  61. 	padding: 0 6px 0 24px;
  62. }
  63.  
  64. .button2-left {
  65. 	background: url(../images_general/j_button2_left.png) no-repeat;
  66. 	float: left;
  67. 	margin-left: 5px;
  68. }
  69.  
  70. .button2-right {
  71. 	background: url(../images_general/j_button2_right.png) 100% 0 no-repeat;
  72. 	float: left;
  73. 	margin-left: 5px;
  74. }
  75.  
  76. .button2-left .image {
  77. 	background: url(../images_general/j_button2_image.png) 100% 0 no-repeat;
  78. }
  79.  
  80. .button2-left .readmore {
  81. 	background: url(../images_general/j_button2_readmore.png) 100% 0 no-repeat;
  82. }
  83.  
  84. .button2-left .pagebreak {
  85. 	background: url(../images_general/j_button2_pagebreak.png) 100% 0 no-repeat;
  86. }
  87.  
  88. /* Tooltips */
  89. div.tooltip {
  90. 	float: left;
  91. 	background: #ffc;
  92. 	border: 1px solid #D4D5AA;
  93. 	padding: 5px;
  94. 	max-width: 200px;
  95. }
  96.  
  97. div.tooltip h4 {
  98. 	padding: 0;
  99. 	margin: 0;
  100. 	font-size: 95%;
  101. 	font-weight: bold;
  102. 	margin-top: -15px;
  103. 	padding-top: 15px;
  104. 	padding-bottom: 5px;
  105. 	background: url(../images_general/selector-arrow.png) no-repeat;
  106. }
  107.  
  108. div.tooltip p {
  109. 	font-size: 90%;
  110. 	margin: 0;
  111. }
  112.  
  113. /* Caption fixes */
  114. .img_caption.left {
  115. 	float: left;
  116. 	margin-right: 1em;
  117. }
  118.  
  119. .img_caption.right {
  120. 	float: right;
  121. 	margin-left: 1em;
  122. }
  123.  
  124. .img_caption.left p {
  125. 	clear: left;
  126. 	text-align: center;
  127. }
  128.  
  129. .img_caption.right p {
  130. 	clear: right;
  131. 	text-align: center;
  132. }
  133.  
  134. /* Calendar */
  135. a img.calendar {
  136. 	width: 16px;
  137. 	height: 16px;
  138. 	margin-left: 3px;
  139. 	background: url(../images_general/calendar.png) no-repeat;
  140. 	cursor: pointer;
  141. 	vertical-align: middle;
  142. }
  143.  
  144. /* System Messages */
  145. #system-message
  146. {
  147. margin:10px 0 20px 0;
  148. padding: 0 !important;
  149. background:#fff;
  150. border:solid 0px;
  151. }
  152. #system-message dt { font-weight: bold; }
  153. #system-message dd { margin: 0;  font-weight: bold; text-indent: 0px;background:#fff;padding:0 }
  154. #system-message dd ul { color: #93246F; margin-bottom: 10px; list-style: none; padding: 0px; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}
  155.  
  156. /* System Standard Messages */
  157. #system-message dt.message { display: none; }
  158. #system-message dd.message {  }
  159. #system-message dd.message ul { background: #F2E3ED}
  160.  
  161. /* System Error Messages */
  162. #system-message dt.error { display: none; }
  163. #system-message dd.error {  }
  164. #system-message dd.error ul { color: #93246F; background: #F2E3ED ; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;margin:0}
  165.  
  166. /* System Notice Messages */
  167. #system-message dt.notice { display: none; }
  168. #system-message dd.notice {  }
  169. #system-message dd.notice ul { color: #93246F; background: #F2E3ED; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}



Dziękujemy za wkład

» Stefan Wajda [zwiastun],