Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 

383 Zeilen
12 KiB

  1. .close {
  2. float: right;
  3. font-size: 20px;
  4. font-weight: bold;
  5. line-height: 18px;
  6. color: #000000;
  7. text-shadow: 0 1px 0 #ffffff;
  8. opacity: 0.2;
  9. filter: alpha(opacity=20);
  10. }
  11. .close:hover {
  12. color: #000000;
  13. text-decoration: none;
  14. opacity: 0.4;
  15. filter: alpha(opacity=40);
  16. cursor: pointer;
  17. }
  18. .btn {
  19. display: inline-block;
  20. padding: 4px 10px 4px;
  21. font-size: 13px;
  22. line-height: 18px;
  23. color: #333333;
  24. text-align: center;
  25. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  26. background-color: #fafafa;
  27. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  28. background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  29. background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  30. background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  31. background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  32. background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  33. background-repeat: no-repeat;
  34. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  35. border: 1px solid #ccc;
  36. border-bottom-color: #bbb;
  37. -webkit-border-radius: 4px;
  38. -moz-border-radius: 4px;
  39. border-radius: 4px;
  40. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  41. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  42. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  43. cursor: pointer;
  44. *margin-left: .3em;
  45. }
  46. .btn:first-child {
  47. *margin-left: 0;
  48. }
  49. .btn:hover {
  50. color: #333333;
  51. text-decoration: none;
  52. background-color: #e6e6e6;
  53. background-position: 0 -15px;
  54. -webkit-transition: background-position 0.1s linear;
  55. -moz-transition: background-position 0.1s linear;
  56. -ms-transition: background-position 0.1s linear;
  57. -o-transition: background-position 0.1s linear;
  58. transition: background-position 0.1s linear;
  59. }
  60. .btn:focus {
  61. outline: thin dotted;
  62. outline: 5px auto -webkit-focus-ring-color;
  63. outline-offset: -2px;
  64. }
  65. .btn.active, .btn:active {
  66. background-image: none;
  67. -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  68. -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  69. box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  70. background-color: #e6e6e6;
  71. background-color: #d9d9d9 \9;
  72. color: rgba(0, 0, 0, 0.5);
  73. outline: 0;
  74. }
  75. .btn.disabled, .btn[disabled] {
  76. cursor: default;
  77. background-image: none;
  78. background-color: #e6e6e6;
  79. opacity: 0.65;
  80. filter: alpha(opacity=65);
  81. -webkit-box-shadow: none;
  82. -moz-box-shadow: none;
  83. box-shadow: none;
  84. }
  85. .btn-large {
  86. padding: 9px 14px;
  87. font-size: 15px;
  88. line-height: normal;
  89. -webkit-border-radius: 5px;
  90. -moz-border-radius: 5px;
  91. border-radius: 5px;
  92. }
  93. .btn-large .icon {
  94. margin-top: 1px;
  95. }
  96. .btn-small {
  97. padding: 5px 9px;
  98. font-size: 11px;
  99. line-height: 16px;
  100. }
  101. .btn-small .icon {
  102. margin-top: -1px;
  103. }
  104. .btn-primary,
  105. .btn-primary:hover,
  106. .btn-warning,
  107. .btn-warning:hover,
  108. .btn-danger,
  109. .btn-danger:hover,
  110. .btn-success,
  111. .btn-success:hover,
  112. .btn-info,
  113. .btn-info:hover {
  114. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  115. color: #ffffff;
  116. }
  117. .btn-primary.active,
  118. .btn-warning.active,
  119. .btn-danger.active,
  120. .btn-success.active,
  121. .btn-info.active {
  122. color: rgba(255, 255, 255, 0.75);
  123. }
  124. .btn-primary {
  125. background-color: #006dcc;
  126. background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  127. background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  128. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  129. background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  130. background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  131. background-image: linear-gradient(top, #0088cc, #0044cc);
  132. background-repeat: repeat-x;
  133. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  134. border-color: #0044cc #0044cc #002a80;
  135. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  136. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  137. }
  138. .btn-primary:hover,
  139. .btn-primary:active,
  140. .btn-primary.active,
  141. .btn-primary.disabled,
  142. .btn-primary[disabled] {
  143. background-color: #0044cc;
  144. }
  145. .btn-primary:active, .btn-primary.active {
  146. background-color: #003399 \9;
  147. }
  148. .btn-warning {
  149. background-color: #faa732;
  150. background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  151. background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  152. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  153. background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  154. background-image: -o-linear-gradient(top, #fbb450, #f89406);
  155. background-image: linear-gradient(top, #fbb450, #f89406);
  156. background-repeat: repeat-x;
  157. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  158. border-color: #f89406 #f89406 #ad6704;
  159. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  160. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  161. }
  162. .btn-warning:hover,
  163. .btn-warning:active,
  164. .btn-warning.active,
  165. .btn-warning.disabled,
  166. .btn-warning[disabled] {
  167. background-color: #f89406;
  168. }
  169. .btn-warning:active, .btn-warning.active {
  170. background-color: #c67605 \9;
  171. }
  172. .btn-danger {
  173. background-color: #da4f49;
  174. background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  175. background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  176. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  177. background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  178. background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  179. background-image: linear-gradient(top, #ee5f5b, #bd362f);
  180. background-repeat: repeat-x;
  181. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  182. border-color: #bd362f #bd362f #802420;
  183. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  184. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  185. }
  186. .btn-danger:hover,
  187. .btn-danger:active,
  188. .btn-danger.active,
  189. .btn-danger.disabled,
  190. .btn-danger[disabled] {
  191. background-color: #bd362f;
  192. }
  193. .btn-danger:active, .btn-danger.active {
  194. background-color: #942a25 \9;
  195. }
  196. .btn-success {
  197. background-color: #5bb75b;
  198. background-image: -moz-linear-gradient(top, #62c462, #51a351);
  199. background-image: -ms-linear-gradient(top, #62c462, #51a351);
  200. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  201. background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  202. background-image: -o-linear-gradient(top, #62c462, #51a351);
  203. background-image: linear-gradient(top, #62c462, #51a351);
  204. background-repeat: repeat-x;
  205. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  206. border-color: #51a351 #51a351 #387038;
  207. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  208. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  209. }
  210. .btn-success:hover,
  211. .btn-success:active,
  212. .btn-success.active,
  213. .btn-success.disabled,
  214. .btn-success[disabled] {
  215. background-color: #51a351;
  216. }
  217. .btn-success:active, .btn-success.active {
  218. background-color: #408140 \9;
  219. }
  220. .btn-info {
  221. background-color: #49afcd;
  222. background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  223. background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  224. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  225. background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  226. background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  227. background-image: linear-gradient(top, #5bc0de, #2f96b4);
  228. background-repeat: repeat-x;
  229. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  230. border-color: #2f96b4 #2f96b4 #1f6377;
  231. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  232. filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  233. }
  234. .btn-info:hover,
  235. .btn-info:active,
  236. .btn-info.active,
  237. .btn-info.disabled,
  238. .btn-info[disabled] {
  239. background-color: #2f96b4;
  240. }
  241. .btn-info:active, .btn-info.active {
  242. background-color: #24748c \9;
  243. }
  244. button.btn, input[type="submit"].btn {
  245. *padding-top: 2px;
  246. *padding-bottom: 2px;
  247. }
  248. button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  249. padding: 0;
  250. border: 0;
  251. }
  252. button.btn.large, input[type="submit"].btn.large {
  253. *padding-top: 7px;
  254. *padding-bottom: 7px;
  255. }
  256. button.btn.small, input[type="submit"].btn.small {
  257. *padding-top: 3px;
  258. *padding-bottom: 3px;
  259. }
  260. .btn-group {
  261. position: relative;
  262. *zoom: 1;
  263. *margin-left: .3em;
  264. }
  265. .btn-group:before, .btn-group:after {
  266. display: table;
  267. content: "";
  268. }
  269. .btn-group:after {
  270. clear: both;
  271. }
  272. .btn-group:first-child {
  273. *margin-left: 0;
  274. }
  275. .btn-group + .btn-group {
  276. margin-left: 5px;
  277. }
  278. .btn-toolbar {
  279. margin-top: 9px;
  280. margin-bottom: 9px;
  281. }
  282. .btn-toolbar .btn-group {
  283. display: inline-block;
  284. *display: inline;
  285. /* IE7 inline-block hack */
  286. *zoom: 1;
  287. }
  288. .btn-group .btn {
  289. position: relative;
  290. float: left;
  291. margin-left: -1px;
  292. -webkit-border-radius: 0;
  293. -moz-border-radius: 0;
  294. border-radius: 0;
  295. }
  296. .btn-group .btn:first-child {
  297. margin-left: 0;
  298. -webkit-border-top-left-radius: 4px;
  299. -moz-border-radius-topleft: 4px;
  300. border-top-left-radius: 4px;
  301. -webkit-border-bottom-left-radius: 4px;
  302. -moz-border-radius-bottomleft: 4px;
  303. border-bottom-left-radius: 4px;
  304. }
  305. .btn-group .btn:last-child, .btn-group .dropdown-toggle {
  306. -webkit-border-top-right-radius: 4px;
  307. -moz-border-radius-topright: 4px;
  308. border-top-right-radius: 4px;
  309. -webkit-border-bottom-right-radius: 4px;
  310. -moz-border-radius-bottomright: 4px;
  311. border-bottom-right-radius: 4px;
  312. }
  313. .btn-group .btn.large:first-child {
  314. margin-left: 0;
  315. -webkit-border-top-left-radius: 6px;
  316. -moz-border-radius-topleft: 6px;
  317. border-top-left-radius: 6px;
  318. -webkit-border-bottom-left-radius: 6px;
  319. -moz-border-radius-bottomleft: 6px;
  320. border-bottom-left-radius: 6px;
  321. }
  322. .btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
  323. -webkit-border-top-right-radius: 6px;
  324. -moz-border-radius-topright: 6px;
  325. border-top-right-radius: 6px;
  326. -webkit-border-bottom-right-radius: 6px;
  327. -moz-border-radius-bottomright: 6px;
  328. border-bottom-right-radius: 6px;
  329. }
  330. .btn-group .btn:hover,
  331. .btn-group .btn:focus,
  332. .btn-group .btn:active,
  333. .btn-group .btn.active {
  334. z-index: 2;
  335. }
  336. .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  337. outline: 0;
  338. }
  339. .btn-group .dropdown-toggle {
  340. padding-left: 8px;
  341. padding-right: 8px;
  342. -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  343. -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  344. box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  345. *padding-top: 5px;
  346. *padding-bottom: 5px;
  347. }
  348. .btn-group.open {
  349. *z-index: 1000;
  350. }
  351. .btn-group.open .dropdown-menu {
  352. display: block;
  353. margin-top: 1px;
  354. -webkit-border-radius: 5px;
  355. -moz-border-radius: 5px;
  356. border-radius: 5px;
  357. }
  358. .btn-group.open .dropdown-toggle {
  359. background-image: none;
  360. -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  361. -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  362. box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  363. }
  364. .btn .caret {
  365. margin-top: 7px;
  366. margin-left: 0;
  367. }
  368. .btn:hover .caret, .open.btn-group .caret {
  369. opacity: 1;
  370. filter: alpha(opacity=100);
  371. }
  372. .btn-primary .caret,
  373. .btn-danger .caret,
  374. .btn-info .caret,
  375. .btn-success .caret {
  376. border-top-color: #ffffff;
  377. opacity: 0.75;
  378. filter: alpha(opacity=75);
  379. }
  380. .btn-small .caret {
  381. margin-top: 4px;
  382. }