Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

384 righe
12 KiB

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