tarteaucitron.css 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404
  1. /***
  2. * Responsive layout for the control panel
  3. */
  4. @media screen and (max-width:479px) {
  5. #tarteaucitron #tarteaucitronInfo {
  6. background-image: none;
  7. font-size: 16px !important;
  8. padding-right: 0;
  9. text-align: center;
  10. }
  11. #tarteaucitron .tarteaucitronLine .tarteaucitronName {
  12. width: 90% !important;
  13. }
  14. #tarteaucitron .tarteaucitronLine .tarteaucitronAsk {
  15. float: left !important;
  16. margin: 10px 15px 5px;
  17. }
  18. }
  19. @media screen and (max-width:767px) {
  20. #tarteaucitron {
  21. border: 0 !important;
  22. bottom: 0 !important;
  23. height: 100% !important;
  24. left: 0 !important;
  25. margin: 0 !important;
  26. max-height: 100% !important;
  27. max-width: 100% !important;
  28. top: 0 !important;
  29. width: 100% !important;
  30. }
  31. #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
  32. text-align: left !important;
  33. }
  34. }
  35. @media screen and (min-width:768px) and (max-width:991px) {
  36. #tarteaucitron {
  37. border: 0 !important;
  38. left: 0 !important;
  39. margin: 0 5% !important;
  40. max-height: 80% !important;
  41. width: 90% !important;
  42. }
  43. }
  44. /***
  45. * Common value
  46. */
  47. #tarteaucitron * {
  48. zoom: 1;
  49. }
  50. #tarteaucitron .clear {
  51. clear: both;
  52. }
  53. #tarteaucitron a {
  54. color: rgb(66, 66, 66);
  55. font-size: 11px;
  56. font-weight: 700;
  57. text-decoration: none;
  58. }
  59. #tarteaucitronAlertBig a, #tarteaucitronAlertSmall a {
  60. color: #fff;
  61. }
  62. #tarteaucitron b {
  63. font-size: 22px;
  64. font-weight: 500;
  65. }
  66. /***
  67. * Root div added just before </body>
  68. */
  69. #tarteaucitronRoot {
  70. left: 0;
  71. position: absolute;
  72. right: 0;
  73. top: 0;
  74. width: 100%;
  75. }
  76. #tarteaucitronRoot * {
  77. box-sizing: initial;
  78. color: #333;
  79. font-family: sans-serif;
  80. font-size: 14px;
  81. vertical-align: initial;
  82. }
  83. /***
  84. * Control panel
  85. */
  86. #tarteaucitronBack {
  87. background: #fff;
  88. display: none;
  89. height: 100%;
  90. left: 0;
  91. opacity: 0.7;
  92. position: fixed;
  93. top: 0;
  94. width: 100%;
  95. z-index: 2147483646;
  96. }
  97. #tarteaucitron {
  98. background: #fff;
  99. box-shadow: 0 0 15px #4a4a4a;
  100. display: none;
  101. left: 50%;
  102. margin: 0 auto 0 -430px;
  103. max-height: 80%;
  104. overflow: auto;
  105. padding: 0;
  106. position: fixed;
  107. top: 10%;
  108. width: 860px;
  109. z-index: 2147483647;
  110. }
  111. #tarteaucitron #tarteaucitronClosePanel {
  112. background: #333333;
  113. color: #fff;
  114. cursor: pointer;
  115. font-size: 12px;
  116. font-weight: 700;
  117. text-decoration: none;
  118. padding: 4px 0;
  119. position: absolute;
  120. right: 0;
  121. text-align: center;
  122. width: 70px;
  123. }
  124. #tarteaucitron #tarteaucitronInfo {
  125. background: rgba(51, 51, 51, 0.1);
  126. border-bottom: 4px solid #fff;
  127. clear: both;
  128. color: #333;
  129. font-size: 24px;
  130. padding: 20px 20px 18px 20px;
  131. text-align: center;
  132. }
  133. #tarteaucitron #tarteaucitronDisclaimer {
  134. color: #555;
  135. font-size: 12px;
  136. margin: 15px auto 0;
  137. width: 80%;
  138. }
  139. #tarteaucitron #tarteaucitronServices {
  140. background: #fff;
  141. border-bottom: 4px solid #fff;
  142. min-height: 250px;
  143. }
  144. #tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  145. display: none;
  146. }
  147. #tarteaucitron #tarteaucitronServices .tarteaucitronTitle {
  148. background: rgba(51, 51, 51, 0.2);
  149. color: #333;
  150. font-size: 20px;
  151. padding: 18px 22px;
  152. text-align: center;
  153. }
  154. #tarteaucitron #tarteaucitronServices .tarteaucitronTitle .tarteaucitronDetails {
  155. color: #555;
  156. font-size: 12px;
  157. }
  158. #tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  159. background: #f5f5f5;
  160. }
  161. #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  162. background: #fafafa;
  163. border-left: 5px solid #f5f5f5;
  164. margin: 1px 0;
  165. overflow: hidden;
  166. padding: 15px 5px;
  167. }
  168. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  169. background: #444;
  170. border: 0;
  171. margin-bottom: 5px;
  172. }
  173. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  174. background: #444;
  175. }
  176. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  177. margin-top: 2px;
  178. }
  179. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName b {
  180. color: #fff;
  181. }
  182. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  183. margin-top: 0px !important;
  184. }
  185. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  186. display: inline-block;
  187. float: left;
  188. margin-left: 15px;
  189. text-align: left;
  190. width: 50%;
  191. }
  192. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  193. text-decoration: underline;
  194. }
  195. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  196. display: inline-block;
  197. float: right;
  198. margin: 7px 15px 0;
  199. text-align: right;
  200. }
  201. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
  202. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
  203. .tac_activate .tarteaucitronAllow {
  204. background: gray;
  205. border-radius: 4px;
  206. color: #fff;
  207. cursor: pointer;
  208. display: inline-block;
  209. padding: 6px 10px;
  210. text-align: center;
  211. text-decoration: none;
  212. width: auto;
  213. }
  214. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  215. color: #333;
  216. font-size: 12px;
  217. }
  218. #tarteaucitron #tarteaucitronFooter {
  219. background: rgba(51, 51, 51, 0.1);
  220. border-top: 1px solid #eee;
  221. margin: 20px auto 0px;
  222. padding: 15px 0 15px;
  223. text-align: center;
  224. }
  225. #tarteaucitron #tarteaucitronFooter a {
  226. color: #666;
  227. font-style: normal;
  228. text-decoration: underline;
  229. }
  230. /***
  231. * Big alert
  232. */
  233. .tarteaucitronAlertBigTop {
  234. top: 0;
  235. }
  236. .tarteaucitronAlertBigBottom {
  237. bottom: 0;
  238. }
  239. #tarteaucitronAlertBig {
  240. background: #333;
  241. color: #fff;
  242. display: none;
  243. font-size: 15px !important;
  244. left: 0;
  245. padding: 5px 5%;
  246. position: fixed;
  247. text-align: center;
  248. width: 90%;
  249. box-sizing: content-box;
  250. z-index: 2147483645;
  251. }
  252. #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  253. font: 15px verdana;
  254. color: #fff;
  255. }
  256. #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize {
  257. background: #008300;
  258. color: #fff;
  259. cursor: pointer;
  260. display: inline-block;
  261. font-size: 16px;
  262. padding: 5px 10px;
  263. text-decoration: none;
  264. margin-left: 7px;
  265. }
  266. #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  267. background: #fff;
  268. color: #333;
  269. font-size: 13px;
  270. margin-left: 7px;
  271. padding: 4px 10px;
  272. }
  273. /***
  274. * Small alert
  275. */
  276. #tarteaucitronAlertSmall {
  277. background: #333;
  278. bottom: 0;
  279. color: #fff;
  280. cursor: pointer;
  281. display: none;
  282. font-size: 11px !important;
  283. padding: 5px;
  284. position: fixed;
  285. right: 0;
  286. text-align: center;
  287. width: 120px;
  288. z-index: 2147483645;
  289. }
  290. #tarteaucitronAlertSmall #tarteaucitronDot {
  291. background-color: gray;
  292. border-radius: 5px;
  293. display: inline-block;
  294. height: 8px;
  295. margin-top: 5px;
  296. overflow: hidden;
  297. width: 100%;
  298. }
  299. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotGreen,
  300. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotYellow,
  301. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotRed {
  302. display: block;
  303. float: left;
  304. height: 100%;
  305. width: 0%;
  306. }
  307. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotGreen {
  308. background-color: #1B870B;
  309. }
  310. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotYellow {
  311. background-color: #FBDA26;
  312. }
  313. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotRed {
  314. background-color: #9C1A1A;
  315. }
  316. /***
  317. * Fallback activate link
  318. */
  319. .tac_activate {
  320. background: #333;
  321. color: #fff;
  322. display: table;
  323. font-size: 12px;
  324. height: 100%;
  325. line-height: initial;
  326. margin: auto;
  327. text-align: center;
  328. width: 100%;
  329. }
  330. .tac_float {
  331. display: table-cell;
  332. text-align: center;
  333. vertical-align: middle;
  334. }
  335. .tac_activate .tac_float b {
  336. color: #fff;
  337. }
  338. .tac_activate .tac_float .tarteaucitronAllow {
  339. background-color: #1B870B;
  340. display: inline-block;
  341. }
  342. /***
  343. * CSS for services
  344. */
  345. ins.ferank-publicite, ins.adsbygoogle {
  346. text-decoration: none;
  347. }
  348. div.amazon_product {
  349. height:240px;
  350. width:120px;
  351. }