tarteaucitron.css 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400
  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 .tarteaucitronName {
  174. margin-top: 2px;
  175. }
  176. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName b {
  177. color: #fff;
  178. }
  179. #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  180. margin-top: 0px !important;
  181. }
  182. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  183. display: inline-block;
  184. float: left;
  185. margin-left: 15px;
  186. text-align: left;
  187. width: 50%;
  188. }
  189. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  190. text-decoration: underline;
  191. }
  192. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  193. display: inline-block;
  194. float: right;
  195. margin: 7px 15px 0;
  196. text-align: right;
  197. }
  198. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
  199. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
  200. .tac_activate .tarteaucitronAllow {
  201. background: gray;
  202. border-radius: 4px;
  203. color: #fff;
  204. cursor: pointer;
  205. display: inline-block;
  206. padding: 6px 10px;
  207. text-align: center;
  208. text-decoration: none;
  209. width: auto;
  210. }
  211. #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  212. color: #333;
  213. font-size: 12px;
  214. }
  215. #tarteaucitron #tarteaucitronFooter {
  216. background: rgba(51, 51, 51, 0.1);
  217. border-top: 1px solid #eee;
  218. margin: 20px auto 0px;
  219. padding: 15px 0 15px;
  220. text-align: center;
  221. }
  222. #tarteaucitron #tarteaucitronFooter a {
  223. color: #666;
  224. font-style: normal;
  225. text-decoration: underline;
  226. }
  227. /***
  228. * Big alert
  229. */
  230. .tarteaucitronAlertBigTop {
  231. top: 0;
  232. }
  233. .tarteaucitronAlertBigBottom {
  234. bottom: 0;
  235. }
  236. #tarteaucitronAlertBig {
  237. background: #333;
  238. color: #fff;
  239. display: none;
  240. font-size: 15px !important;
  241. left: 0;
  242. padding: 5px 5%;
  243. position: fixed;
  244. text-align: center;
  245. width: 90%;
  246. box-sizing: content-box;
  247. z-index: 2147483645;
  248. }
  249. #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  250. font: 15px verdana;
  251. color: #fff;
  252. }
  253. #tarteaucitronAlertBig #tarteaucitronCloseAlert, #tarteaucitronAlertBig #tarteaucitronPersonalize {
  254. background: #008300;
  255. color: #fff;
  256. cursor: pointer;
  257. display: inline-block;
  258. font-size: 16px;
  259. padding: 5px 10px;
  260. text-decoration: none;
  261. margin-left: 7px;
  262. }
  263. #tarteaucitronAlertBig #tarteaucitronCloseAlert {
  264. background: #fff;
  265. color: #333;
  266. font-size: 13px;
  267. margin-left: 7px;
  268. padding: 4px 10px;
  269. }
  270. /***
  271. * Small alert
  272. */
  273. #tarteaucitronAlertSmall {
  274. background: #333;
  275. bottom: 0;
  276. color: #fff;
  277. cursor: pointer;
  278. display: none;
  279. font-size: 11px !important;
  280. padding: 5px;
  281. position: fixed;
  282. right: 0;
  283. text-align: center;
  284. width: 120px;
  285. z-index: 2147483645;
  286. }
  287. #tarteaucitronAlertSmall #tarteaucitronDot {
  288. background-color: gray;
  289. border-radius: 5px;
  290. display: inline-block;
  291. height: 8px;
  292. margin-top: 5px;
  293. overflow: hidden;
  294. width: 100%;
  295. }
  296. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotGreen,
  297. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotYellow,
  298. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotRed {
  299. display: block;
  300. float: left;
  301. height: 100%;
  302. width: 0%;
  303. }
  304. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotGreen {
  305. background-color: #1B870B;
  306. }
  307. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotYellow {
  308. background-color: #FBDA26;
  309. }
  310. #tarteaucitronAlertSmall #tarteaucitronDot #tarteaucitronDotRed {
  311. background-color: #9C1A1A;
  312. }
  313. /***
  314. * Fallback activate link
  315. */
  316. .tac_activate {
  317. background: #333;
  318. color: #fff;
  319. display: table;
  320. font-size: 12px;
  321. height: 100%;
  322. line-height: initial;
  323. margin: auto;
  324. text-align: center;
  325. width: 100%;
  326. }
  327. .tac_float {
  328. display: table-cell;
  329. text-align: center;
  330. vertical-align: middle;
  331. }
  332. .tac_activate .tac_float b {
  333. color: #fff;
  334. }
  335. .tac_activate .tac_float .tarteaucitronAllow {
  336. background-color: #1B870B;
  337. display: inline-block;
  338. }
  339. /***
  340. * CSS for services
  341. */
  342. ins.ferank-publicite, ins.adsbygoogle {
  343. text-decoration: none;
  344. }
  345. div.amazon_product {
  346. height:240px;
  347. width:120px;
  348. }