--=REKLAMA=--

Beez/CSS/position.css

Z Joomla!WikiPL

(Przekierowano z Beez - dostosowanie szablonu/CSS/position.css)
  1. /**
  2.  * @version $Id: position.css 10387 2008-06-03 10:59:16Z pasamio $
  3.  * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
  4.  * @package Joomla
  5.  * @subpackage Accessible-Template-Beez
  6.  * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
  7.  * @license GNU/GPL, see LICENSE.php
  8.  * Joomla! is free software. This version may have been modified pursuant to the
  9.  * GNU General Public License, and as distributed it includes or is derivative
  10.  * of works licensed under the GNU General Public License or other free or open
  11.  * source software licenses. See COPYRIGHT.php for copyright notices and
  12.  * details.
  13.  */
  14.  
  15. *
  16. {
  17. 	margin: 0;
  18. 	padding: 0;
  19. }
  20.  
  21. body
  22. {
  23. 	background: #F2E3ED;
  24. 	color: #000000;
  25. 	font-family: arial, helvetica, sans-serif;
  26. 	font-size: 100.1%;
  27. 	padding: 0px;
  28. 	text-align: center;
  29. }
  30.  
  31. /* ################   Position ################  */
  32. #all
  33. {
  34. 	background: #FFFFFF;
  35. 	border: solid 1px #DBB0CD;
  36. 	color: #000000;
  37. 	font-size: 0.8em;
  38. 	margin: 0 auto;
  39. 	max-width: 1000px;
  40. 	padding: 0 3px 3px 3px;
  41. 	text-align: left;
  42. }
  43.  
  44. #page { }
  45.  
  46. #header
  47. {
  48. 	background: #fff;
  49. 	color: #000000;
  50. 	margin: 0;
  51. 	position: relative;
  52. 	text-align: right;
  53. 	border-bottom: solid 4px #ccc;
  54. }
  55.  
  56. #contentarea,#contentarea2
  57. {
  58. 	border: solid 0px #000;
  59. 	margin: 0;
  60. 	padding: 0px 0px 0px 0px;
  61. 	position: relative;
  62. 	overflow: hidden;
  63. }
  64. #wrapper { margin: 0 0 0 21%}
  65. #left
  66. {
  67. 	background: #FFFFFF;
  68. 	border-right: solid 0px #EEEEEE;
  69. 	float: left;
  70. 	margin: 20px 0 0 0;
  71. 	width: 21%;
  72. }
  73.  
  74. #right
  75. {
  76. 	color: #000;
  77. 	float:left;
  78. 	width: 28%;
  79. 	padding-top:10px
  80.  
  81. }
  82.  
  83. #main2
  84. {
  85. 	background: #fff;
  86. 	width:64%;
  87. 	padding: 25px 20px 20px 20px;
  88. 	position: relative;
  89. 	min-height:520px;
  90. 	float:left;
  91.  
  92.  
  93. }
  94.  
  95. #main
  96. {
  97. 	background: #fff;
  98. 	margin: 0 0px 0 0;
  99. 	padding: 25px 20px 20px 20px;
  100. 	position: relative;
  101. }
  102.  
  103. /* ###################### generell ###################### */
  104. .unsichtbar,.u2,.invisible , .unseen
  105. {
  106. 	display: inline;
  107. 	height: 0px;
  108. 	left: -3000px;
  109. 	position: absolute;
  110. 	top: -2000px;
  111. 	width: 0px;
  112. 	z-index: 200;
  113. }
  114.  
  115. .wrap
  116. {
  117. 	border: 0;
  118. 	clear: both;
  119. 	float: none;
  120. 	font-size: 1px;
  121. 	height: 0;
  122. 	line-height: 1px;
  123. 	margin: 0;
  124. 	padding: 0;
  125. 	visibility: hidden;
  126. }
  127.  
  128. #logo
  129. {
  130. 	font-size: 1em !important;
  131. 	font-weight: bold !important;
  132. 	position: relative;
  133. 	text-align: left;
  134. 	text-transform: none !important;
  135. 	z-index: 0;
  136. 	margin-top: 1em;
  137. }
  138.  
  139. #logo  img { display: block; }
  140.  
  141. #logo span
  142. {
  143. 	display: block;
  144. 	margin: 0px 0 0 100px !important;
  145. 	border-bottom: solid 1px #666;
  146. }
  147.  
  148. /* ###############  main * ########################### */
  149. /* position */
  150. .leading
  151. {
  152. 	background: #EFDEEA url(../images/biene.gif) no-repeat top left;
  153. 	border: solid 1px #CCCCCC;
  154. 	color: #000000;
  155. 	margin: 30px 0px 10px 0px;
  156. 	padding: 20px 20px 40px 120px;
  157. 	position: relative;
  158. }
  159.  
  160. .leading_separator
  161. {
  162. 	border-bottom: solid 0px #333333;
  163. 	display: block;
  164. 	height: 10px;
  165. 	margin: 0 0 0px 0;
  166. }
  167.  
  168. .article_separator
  169. {
  170. 	border: solid 1px #333333;
  171. 	display: none;
  172. 	margin: 0px 0 0px 0;
  173. }
  174.  
  175. .blog { padding: 0; }
  176.  
  177. .cols1
  178. {
  179. 	display: block;
  180. 	float: none !important;
  181. 	margin: 0 !important;
  182. }
  183.  
  184. .cols2 { width: 45%; }
  185. .cols3 { width: 30%; }
  186.  
  187. .column1 , .column2
  188. {
  189. 	border: solid 0px #D4A7C5;
  190. 	margin: 0 5px 0 0;
  191. 	position: relative;
  192. }
  193.  
  194. .column2 , .column1
  195. {
  196. 	float: left;
  197. 	margin: 0;
  198. }
  199.  
  200. .column2
  201. {
  202. 	float: right;
  203. 	margin: 0;
  204. 	width: 45%;
  205. }
  206.  
  207. .article_row
  208. {
  209. 	margin: 0px 0 0px 0;
  210. 	padding: 0;
  211. 	overflow: hidden;
  212. }
  213.  
  214. .article_column
  215. {
  216. 	border: solid 0px #ccc;
  217. 	padding: 10px 10px 10px 0;
  218. }
  219.  
  220. .row_separator2
  221. {
  222. 	display: block;
  223. 	clear: both;
  224. 	margin: 0;
  225. 	border: solid 0px;
  226. }


Dziękujemy za wkład

» Stefan Wajda [zwiastun],