card_style.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. .card_v-1{
  2. width:98%;
  3. font-family: 'PT Serif', serif;
  4. background-color: #ebebeb;
  5. padding-bottom: 40px;
  6. }
  7. .card_v-1-1{
  8. width:98%;
  9. font-family: 'PT Serif', serif;
  10. background-color: #ebebeb;
  11. padding-bottom: 40px;
  12. }
  13. .card_v-1-1 .tbl{
  14. display: inline-table;
  15. width:100%;
  16. }
  17. .card_v-1-1 .tbr{
  18. display: inline-table;
  19. width:100%;
  20. }
  21. .card_v-1-2{
  22. width:98%;
  23. font-family: 'PT Serif', serif;
  24. background-color: #ebebeb;
  25. padding-bottom: 40px;
  26. }
  27. .card_v-1-2 .titleCard{display:none}
  28. .card_v-1-2 .dateCard {display:none}
  29. .card_v-1-2 .titleTextCard{display:block;font-size: 3.1em;height: 65px;}
  30. .textCard{
  31. margin-right: 25px;
  32. font-size: 28px;
  33. line-height: 140%;
  34. }
  35. .v3 .textCard{
  36. font-size: 30px;
  37. }
  38. .v31 .textCard{
  39. margin-right: 25px;
  40. margin-left: 25px;
  41. text-align: center;
  42. }
  43. .v31 .dateCard{
  44. margin-left: 25px;
  45. }
  46. .whiteBack{
  47. background-color: #fff;
  48. }
  49. .topLineCard{
  50. width:100%;
  51. }
  52. .intCard{
  53. width:97%;
  54. /* max-width:500px; */
  55. position: relative;
  56. margin:0 auto;
  57. }
  58. .topLineCard{
  59. height:39px;
  60. background:
  61. url("/design/card/amic.png") 10px 4px no-repeat,
  62. url("/design/card/topLine.png") repeat-x;
  63. }
  64. .labelCard{
  65. position: relative;
  66. margin:0 auto;
  67. width:142px;
  68. height:30px;
  69. background: url("/design/card/lablepng.png") repeat-x;
  70. top:-6px;
  71. display: none;
  72. }
  73. .card_v-2 .labelCard{
  74. display: block;
  75. }
  76. .labelCard span{
  77. color:#fff;
  78. text-transform: uppercase;
  79. display: block;
  80. /* padding-left: 8px; */
  81. padding-top: 3px;
  82. font-size: 0.9em;
  83. font-family: 'Roboto Condensed', sans-serif;
  84. font-weight: 600;
  85. text-align: center;
  86. z-index:21;
  87. }
  88. .lineUnderImg{
  89. position: relative;
  90. }
  91. .lineUnderImg span{
  92. padding-top: 3px;
  93. padding-left: 10px;
  94. font-family: 'Roboto Condensed', sans-serif;
  95. }
  96. .card_v-1 .tbl{
  97. display: inline-table;
  98. width: 180px;
  99. }
  100. .card_v-1 .tbr{
  101. display: inline-table;
  102. width: 65%;
  103. }
  104. .blockCard{
  105. font-family: 'Fira Sans', sans-serif, Helvetica, Arial, sans-serif;
  106. /* max-width:500px;
  107. min-height:320px;*/
  108. margin:0 auto;
  109. position: relative;
  110. -webkit-box-shadow: 7px 7px 15px 0px rgba(50, 50, 50, 0.25);
  111. -moz-box-shadow: 7px 7px 15px 0px rgba(50, 50, 50, 0.25);
  112. box-shadow: 7px 7px 15px 0px rgba(50, 50, 50, 0.25);
  113. padding-bottom:15px;
  114. }
  115. .greyBack{
  116. background-color: #ebebeb;
  117. }
  118. .titleCard{
  119. /* width: 340px;
  120. height: 23px;*/
  121. color: #2f4564;
  122. /* font-family: 'Roboto Condensed', sans-serif; */
  123. font-family: 'Fira Sans', sans-serif, Helvetica, Arial, sans-serif;
  124. font-size: 1.435em;
  125. margin:0 auto;
  126. margin-top: 10px;
  127. text-align: center;
  128. margin-bottom: 15px;
  129. font-weight: 600;
  130. }
  131. .leftSideCard{
  132. margin-top: 18px;
  133. margin-left: 18px;
  134. }
  135. .leftSideCard span{
  136. padding-top: 3px;
  137. padding-left: 28px;
  138. display: block;
  139. }
  140. .lineUnderImg{
  141. width: 171px;
  142. height: 24px;
  143. background-color:#2e4564;
  144. color:#fff;
  145. font-size: 0.940em;
  146. text-transform: uppercase;
  147. margin-bottom: 10px;
  148. }
  149. .titleTextCard{
  150. /* width: 248px; */
  151. height: 15px;
  152. color: #2e4564;
  153. font-size: 1.1em;
  154. font-weight: 700;
  155. font-family: 'Roboto Condensed', sans-serif;
  156. text-align: center;
  157. display: none;
  158. }
  159. .dateCard{
  160. width: 90%;
  161. height: 43px;
  162. color: #b1b1b1;
  163. font-size: 1.2em;
  164. /* font-weight:900; */
  165. /* margin-top: 19px; */
  166. font-family: 'Fira Sans', sans-serif, Helvetica, Arial, sans-serif;
  167. }
  168. .imgCard{
  169. max-width: 170px;
  170. }
  171. #triangle{
  172. width: 0;
  173. height: 0;
  174. border-top: 42px solid #ff6e02;
  175. border-right: 42px solid transparent;
  176. position: absolute;
  177. z-index: 20;
  178. }
  179. #triangle2{
  180. width: 0;
  181. height: 0;
  182. border-top: 62px solid #ebebeb;
  183. border-right: 62px solid transparent;
  184. position: absolute;
  185. z-index: 10;
  186. }
  187. #borderTop{
  188. border-top:3px solid #ff6e02;
  189. position: absolute;
  190. width:100%;
  191. height: 2px;
  192. z-index: 5;
  193. }
  194. #borderLeft{
  195. border-left:3px solid #ff6e02;
  196. position: absolute;
  197. width:5px;
  198. height: 100%;
  199. z-index: 5;
  200. }
  201. #topSquare,#rightSquare,#rightSquareMini{
  202. width: 15px;
  203. height: 15px;
  204. background: #ff6e02;
  205. position: absolute;
  206. z-index: 20;
  207. }
  208. #rightSquare{
  209. top:0;
  210. right:0;
  211. }
  212. #topSquare{
  213. bottom:0;
  214. left:0;
  215. }
  216. #rightSquareMini{
  217. bottom: 0;
  218. right: 0;
  219. width: 7px;
  220. height: 7px;
  221. }
  222. /*2*/
  223. #rightLine{
  224. border-right: 17px solid #d17520;
  225. height: 100%;
  226. position: absolute;
  227. right: 0;
  228. top:0;
  229. }
  230. .back{
  231. background-color: #ebebeb;
  232. }
  233. .backN{
  234. background-color: #fff;
  235. }
  236. .lineUnderImg .leftPadd{
  237. padding-left: 20px;
  238. }
  239. .back #rightSquareMini{
  240. background-color: #d17520;
  241. }
  242. /*3*/
  243. .v3, .v31{
  244. background-color: #415d8a;
  245. }
  246. .color, .color .titleTextCard, .color .dateCard{
  247. color:#fff;
  248. }
  249. .color .lineUnderImg{
  250. background-color:#d17520 ;
  251. }
  252. .color #rightSquareMini{
  253. background-color: #fff;
  254. }
  255. .color .lineUnderImg{
  256. width:189px;
  257. margin-left: -18px;
  258. }
  259. .color .leftPadd{
  260. padding-left: 45px;
  261. }
  262. .color .blockCard{
  263. -webkit-box-shadow: 7px 7px 15px 0px rgba(50, 50, 50, 0.55);
  264. -moz-box-shadow: 7px 7px 15px 0px rgba(50, 50, 50, 0.55);
  265. box-shadow: 7px 7px 15px 0px rgba(50, 50, 50, 0.55);
  266. }
  267. /*4*/
  268. .textCardBig{
  269. font-style: italic;
  270. }
  271. .bigImgCard img{
  272. box-shadow: 3.5px 6.1px 7.8px 1.2px rgba(86, 82, 79, 0.6);
  273. width:100%;
  274. }
  275. .card_v-2{
  276. width: 98%;
  277. font-family: 'PT Serif', serif;
  278. }
  279. .intCard .bigWidth{
  280. margin-top: 10px;
  281. }
  282. .intCard.bigWidth, .bigWidth{
  283. max-width:720px;
  284. width: 100%;
  285. margin:0 auto;
  286. text-align: center;
  287. /* height: 45px; */
  288. }
  289. .textCardBig{
  290. margin-bottom: 25px;
  291. }
  292. .vmin{
  293. height: 39px;
  294. }
  295. .Card-text p{
  296. padding-left: 0px;
  297. padding-bottom: 0px;
  298. }
  299. .post .text .Card-fon ul{
  300. padding-left: 55px;
  301. margin-top: 0px;
  302. }
  303. .Card-fon ul li{
  304. padding-bottom: 10px;
  305. padding-left: 20px;
  306. overflow: unset;
  307. }
  308. @media screen and (max-width: 720px){
  309. .bigWidth{margin-bottom: 10px;}
  310. .textCardBig{text-align: left;}
  311. }
  312. @media screen and (max-width: 550px) {
  313. .titleTextCard{width:90%;}
  314. .rightSideCard{
  315. width: 45%;
  316. margin-left: 3px;
  317. }
  318. .dateCard{
  319. margin-top:30px;
  320. }
  321. }
  322. @media screen and (max-width: 415px) {
  323. .labelCard{
  324. width:110px;
  325. padding-right: 4px;
  326. font-size: 13px;
  327. }
  328. .rightSideCard{
  329. width: 30%;
  330. }
  331. .labelCard span{padding-top: 5px;}
  332. .dateCard{
  333. margin-top:50px;
  334. }
  335. .titleCard{
  336. font-size:1.09em;
  337. text-align: left;
  338. width: 90%;
  339. margin-left:3px;
  340. font-family: 'Roboto Condensed', sans-serif;
  341. }
  342. .bigWidth{font-size: 1.09em; margin-bottom: 35px;}
  343. }
  344. @media screen and (max-width: 350px) {
  345. .rightSideCard{
  346. width: 90%;
  347. margin-left: 18px;
  348. }
  349. .dateCard{
  350. margin-top:30px;
  351. }
  352. .textCard{
  353. margin-bottom: 30px;
  354. }
  355. }
  356. @media screen and (max-width: 240px) {
  357. .titleCard{
  358. font-family: 'Roboto Condensed', sans-serif;
  359. text-align: left;
  360. }
  361. .bigWidth{font-size: 1.01em; margin-bottom: 35px;}
  362. .textCardBig{font-size:0.9em;}
  363. }