pen-widgets.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560
  1. #content .sidebar ul,
  2. #content .sidebar ol {
  3. float: left;
  4. margin: 0;
  5. padding: 0 0 0 2em;
  6. width: 100%;
  7. }
  8. #content .sidebar .widget {
  9. float: left;
  10. font-size: 0.857em;
  11. margin: 0 0 1em;
  12. width: 100%;
  13. }
  14. #content .sidebar .widget a:focus,
  15. #content .sidebar .widget a:hover,
  16. #content .sidebar .widget a:active {
  17. text-decoration: none;
  18. }
  19. #content .sidebar .widget:last-child {
  20. margin-bottom: 0;
  21. }
  22. #page .widget-area .widget {
  23. position: relative;
  24. }
  25. #page .widget-area .widget > div {
  26. float: left;
  27. width: 100%;
  28. }
  29. #page .widget-title {
  30. -ms-word-break: break-all;
  31. word-break: break-all;
  32. word-break: break-word;
  33. -webkit-hyphens: auto;
  34. -moz-hyphens: auto;
  35. hyphens: auto;
  36. transition: color .5s;
  37. }
  38. #pen_top .widget-area .widget-title,
  39. #pen_left .widget-area .widget-title,
  40. #pen_right .widget-area .widget-title,
  41. #pen_bottom .widget-area .widget-title {
  42. color: #fff;
  43. }
  44. #page .widget-area .widget.pen_widget_not_transparent {
  45. padding: 20px;
  46. text-shadow: none;
  47. }
  48. #page .widget-area .widget.widget_calendar.pen_widget_not_transparent {
  49. padding: 10px;
  50. }
  51. body.pen_drop_shadow #page .widget-area .widget.pen_widget_not_transparent {
  52. box-shadow: 0 5px 10px rgba(0,0,0,0.4), 0 0 5px rgba(0,0,0,0.4);
  53. }
  54. body.pen_round_corners #page .widget-area .widget.pen_widget_not_transparent {
  55. border-radius: 5px;
  56. }
  57. #page .widget-area .widget.pen_widget_not_transparent .widget-title {
  58. border-bottom: 1px solid rgba(0,0,0,0.2);
  59. -webkit-box-sizing: content-box;
  60. -moz-box-sizing: content-box;
  61. box-sizing: content-box;
  62. cursor: default;
  63. margin: -20px -20px 1em;
  64. padding: 14px 1em;
  65. }
  66. body.pen_round_corners #page .widget-area .widget.pen_widget_not_transparent .widget-title {
  67. border-radius: 5px 5px 0 0;
  68. }
  69. #page .widget-area .widget.pen_widget_blue {
  70. background: #2b8fd2;
  71. color: #ddf1ff;
  72. }
  73. #page .widget-area .widget.pen_widget_blue .widget-title {
  74. background: -ms-linear-gradient(325deg, #1a7dbd 0%, #2b8fd2 100%);
  75. background: linear-gradient(125deg, #1a7dbd 0%, #2b8fd2 100%);
  76. box-shadow: 0 0 5px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.01) inset;
  77. color: #fff;
  78. text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
  79. }
  80. #page .widget-area .widget.pen_widget_blue input,
  81. #page .widget-area .widget.pen_widget_blue option,
  82. #page .widget-area .widget.pen_widget_blue select,
  83. #page .widget-area .widget.pen_widget_blue textarea {
  84. background: #1a7dbd;
  85. border: 1px solid rgba(155,155,155,0.2);
  86. color: #fff;
  87. }
  88. #page .widget-area .widget.pen_widget_blue a {
  89. color: #bfeeff;
  90. }
  91. #page .widget-area .widget.pen_widget_blue a:focus,
  92. #page .widget-area .widget.pen_widget_blue a:hover,
  93. #page .widget-area .widget.pen_widget_blue a:active {
  94. color: #fff;
  95. }
  96. #page .widget-area .widget.pen_widget_dark {
  97. background: rgba(0,0,0,0.95);
  98. color: #fefefe;
  99. }
  100. #page .widget-area .widget.pen_widget_dark .widget-title {
  101. background: -ms-linear-gradient(325deg, #0f0f0f 0%, #202020 100%);
  102. background: linear-gradient(125deg, #0f0f0f 0%, #202020 100%);
  103. border-bottom: 1px solid rgba(255,255,255,0.1);
  104. box-shadow: 0 0 5px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.01) inset;
  105. color: #fff;
  106. text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
  107. }
  108. #page .widget-area .widget.pen_widget_dark input,
  109. #page .widget-area .widget.pen_widget_dark option,
  110. #page .widget-area .widget.pen_widget_dark select,
  111. #page .widget-area .widget.pen_widget_dark textarea {
  112. background: #333;
  113. border: 1px solid rgba(155,155,155,0.2);
  114. color: #fff;
  115. }
  116. #page .widget-area .widget.pen_widget_dark a {
  117. color: #eee;
  118. }
  119. #page .widget-area .widget.pen_widget_dark a:focus,
  120. #page .widget-area .widget.pen_widget_dark a:hover,
  121. #page .widget-area .widget.pen_widget_dark a:active {
  122. color: #fff;
  123. }
  124. #page .widget-area .widget.pen_widget_light {
  125. background: rgba(255,255,255,0.95);
  126. color: #333;
  127. }
  128. #page .widget-area .widget.pen_widget_light .widget-title {
  129. background: -ms-linear-gradient(325deg, rgba(255,255,255,1) 0%, rgba(240,240,240,0.75) 100%);
  130. background: linear-gradient(125deg, rgba(255,255,255,1) 0%, rgba(240,240,240,0.75) 100%);
  131. border-bottom: 1px solid rgba(200,200,200,0.5);
  132. color: #333;
  133. text-shadow: 1px 1px 0 rgba(255,255,255,0.75);
  134. }
  135. #page .widget-area .widget.pen_widget_light input,
  136. #page .widget-area .widget.pen_widget_light option,
  137. #page .widget-area .widget.pen_widget_light select,
  138. #page .widget-area .widget.pen_widget_light textarea {
  139. background: #fff;
  140. border: 1px solid rgba(155,155,155,0.5);
  141. color: #333;
  142. }
  143. #page .widget-area .widget.pen_widget_light a {
  144. color: #0087cc;
  145. }
  146. #page .widget-area .widget.pen_widget_light a:focus,
  147. #page .widget-area .widget.pen_widget_light a:hover,
  148. #page .widget-area .widget.pen_widget_light a:active {
  149. color: #18b1e7;
  150. }
  151. #page .widget-area .widget.pen_widget_orange {
  152. background: #ff7500;
  153. color: #333;
  154. }
  155. #page .widget-area .widget.pen_widget_orange .widget-title {
  156. background: -ms-linear-gradient(325deg, #ff5a00 0%, #ffa50f 100%);
  157. background: linear-gradient(125deg, #ff5a00 0%, #ffa50f 100%);
  158. box-shadow: 0 0 5px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.01) inset;
  159. color: #fff;
  160. text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
  161. }
  162. #page .widget-area .widget.pen_widget_orange input,
  163. #page .widget-area .widget.pen_widget_orange option,
  164. #page .widget-area .widget.pen_widget_orange select,
  165. #page .widget-area .widget.pen_widget_orange textarea {
  166. background: #ffa50f;
  167. border: 1px solid rgba(155,155,155,0.2);
  168. color: #fff;
  169. }
  170. #page .widget-area .widget.pen_widget_orange a {
  171. color: #ffeee4;
  172. }
  173. #page .widget-area .widget.pen_widget_orange a:focus,
  174. #page .widget-area .widget.pen_widget_orange a:hover,
  175. #page .widget-area .widget.pen_widget_orange a:active {
  176. color: #fff;
  177. }
  178. #page .widget-area .widget.pen_widget_purple {
  179. background: #7200cf;
  180. color: #fff;
  181. }
  182. #page .widget-area .widget.pen_widget_purple .widget-title {
  183. background: -ms-linear-gradient(325deg, #43008c 0%, #6700d7 100%);
  184. background: linear-gradient(125deg, #43008c 0%, #6700d7 100%);
  185. box-shadow: 0 0 5px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.01) inset;
  186. color: #fff;
  187. text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
  188. }
  189. #page .widget-area .widget.pen_widget_purple input,
  190. #page .widget-area .widget.pen_widget_purple option,
  191. #page .widget-area .widget.pen_widget_purple select,
  192. #page .widget-area .widget.pen_widget_purple textarea {
  193. background: #4c0a93;
  194. border: 1px solid rgba(155,155,155,0.2);
  195. color: #fff;
  196. }
  197. #page .widget-area .widget.pen_widget_purple a {
  198. color: #f5ecfc;
  199. }
  200. #page .widget-area .widget.pen_widget_purple a:focus,
  201. #page .widget-area .widget.pen_widget_purple a:hover,
  202. #page .widget-area .widget.pen_widget_purple a:active {
  203. color: #fff;
  204. }
  205. #page .widget-area .widget.pen_widget_red {
  206. background: #e74c3c;
  207. color: #ffecea;
  208. }
  209. #page .widget-area .widget.pen_widget_red .widget-title {
  210. background: -ms-linear-gradient(325deg, #c0392b 0%, #e74c3c 100%);
  211. background: linear-gradient(125deg, #c0392b 0%, #e74c3c 100%);
  212. box-shadow: 0 0 5px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.01) inset;
  213. color: #fff;
  214. text-shadow: 1px 1px 0 rgba(0,0,0,0.75);
  215. }
  216. #page .widget-area .widget.pen_widget_red input,
  217. #page .widget-area .widget.pen_widget_red option,
  218. #page .widget-area .widget.pen_widget_red select,
  219. #page .widget-area .widget.pen_widget_red textarea {
  220. background: #c0392b;
  221. border: 1px solid rgba(155,155,155,0.2);
  222. color: #fff;
  223. }
  224. #page .widget-area .widget.pen_widget_red a {
  225. color: #ffeaea;
  226. }
  227. #page .widget-area .widget.pen_widget_red a:focus,
  228. #page .widget-area .widget.pen_widget_red a:hover,
  229. #page .widget-area .widget.pen_widget_red a:active {
  230. color: #fff;
  231. }
  232. #page .widget-area .widget.pen_widget_yellow {
  233. background: #ffd800;
  234. color: #333;
  235. }
  236. #page .widget-area .widget.pen_widget_yellow .widget-title {
  237. background: -ms-linear-gradient(325deg, #ffbd00 0%, #ffea00 100%);
  238. background: linear-gradient(125deg, #ffbd00 0%, #ffea00 100%);
  239. box-shadow: 0 0 5px rgba(0,0,0,0.15), 0 1px 0 rgba(255,255,255,0.01) inset;
  240. color: #333;
  241. text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
  242. }
  243. #page .widget-area .widget.pen_widget_yellow input,
  244. #page .widget-area .widget.pen_widget_yellow option,
  245. #page .widget-area .widget.pen_widget_yellow select,
  246. #page .widget-area .widget.pen_widget_yellow textarea {
  247. background: #ffea00;
  248. border: 1px solid rgba(155,155,155,0.2);
  249. color: #333;
  250. }
  251. #page .widget-area .widget.pen_widget_yellow a {
  252. color: #555;
  253. }
  254. #page .widget-area .widget.pen_widget_yellow a:focus,
  255. #page .widget-area .widget.pen_widget_yellow a:hover,
  256. #page .widget-area .widget.pen_widget_yellow a:active {
  257. color: #000;
  258. }
  259. #page .widget-area .widget_tag_cloud .tagcloud a {
  260. display: inline-block;
  261. margin: 0 5px 0 0;
  262. position: relative;
  263. transition: transform .3s;
  264. transform: scale(0.9,0.9);
  265. -webkit-transform-style: preserve-3d;
  266. -webkit-backface-visibility: hidden;
  267. }
  268. #page .widget-area .widget_tag_cloud .tagcloud a:focus,
  269. #page .widget-area .widget_tag_cloud .tagcloud a:hover {
  270. transform: scale(1.1,1.1);
  271. }
  272. #page .widget-area .calendar_wrap {
  273. width: 100%;
  274. }
  275. body.pen_round_corners #page .widget-area .calendar_wrap {
  276. border-radius: 5px;
  277. overflow: hidden;
  278. position: relative;
  279. }
  280. #page .widget-area .calendar_wrap a {
  281. border: 1px solid rgba(255,255,255,0.1);
  282. display: block;
  283. text-shadow: none;
  284. transition: background-color .3s, border-color .3s;
  285. }
  286. #page .widget-area .calendar_wrap a:focus,
  287. #page .widget-area .calendar_wrap a:hover,
  288. #page .widget-area .calendar_wrap a:active {
  289. background: rgba(120,120,120,0.3);
  290. border: 1px solid rgba(255,255,255,0.2);
  291. color: rgba(255,255,255,0.75);
  292. text-decoration: none;
  293. }
  294. #page .widget-area .calendar_wrap table {
  295. background: rgba(0,0,0,0.1);
  296. border-collapse: collapse;
  297. margin: 0;
  298. }
  299. #page .widget-area .calendar_wrap caption {
  300. background: rgba(0,0,0,0.2);
  301. font-size: 1.286em;
  302. margin: 0;
  303. padding: 1em 0;
  304. text-transform: uppercase;
  305. }
  306. #page .widget-area .calendar_wrap th,
  307. #page .widget-area .calendar_wrap td {
  308. padding: 0.4em;
  309. line-height: 2;
  310. text-align: center;
  311. }
  312. #page .widget-area .calendar_wrap th {
  313. padding: 5px;
  314. }
  315. #page .widget-area .calendar_wrap tbody td {
  316. font-size: smaller;
  317. padding: 0;
  318. }
  319. #page .widget-area .calendar_wrap tfoot #next,
  320. #page .widget-area .calendar_wrap tfoot #prev {
  321. text-align: center;
  322. text-transform: uppercase;
  323. }
  324. #pen_left #page .widget-area .calendar_wrap caption,
  325. #pen_right #page .widget-area .calendar_wrap caption,
  326. #pen_bottom #page .widget-area .calendar_wrap caption {
  327. border-bottom: 1px solid #eee;
  328. border-bottom-color: rgba(255,255,255,0.2);
  329. }
  330. #pen_section .widget-area .widget_search .search-field,
  331. #pen_section .widget-area .widget_search .search-submit {
  332. font-size: 1em;
  333. font-weight: normal;
  334. line-height: 1.5;
  335. transition: background-color .2s, border-color .2s, color .2s;
  336. }
  337. #pen_section .widget-area .widget_search .search-field {
  338. background: transparent;
  339. border: 1px solid rgba(255,255,255,0.5);
  340. color: #eee;
  341. margin: 0 0 0.25em 0;
  342. max-width: 400px;
  343. padding: 0.5em 1em;
  344. width: 65%;
  345. }
  346. body.pen_drop_shadow #pen_section .widget-area .widget_search.pen_widget_transparent .search-field {
  347. box-shadow: 2px 2px 5px rgba(0,0,0,0.25), 2px 2px 5px rgba(0,0,0,0.25) inset;
  348. text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  349. }
  350. #pen_section .widget-area .widget_search .search-field:focus,
  351. #pen_section .widget-area .widget_search .search-field:hover,
  352. #pen_section .widget-area .widget_search .search-field:active {
  353. color: #fff;
  354. text-decoration: none;
  355. }
  356. #pen_section .widget-area .widget_search .search-submit {
  357. background: #fff;
  358. border: 1px solid #fff;
  359. color: #0087cc;
  360. margin: 0;
  361. max-width: 200px;
  362. padding: 0.5em 1em;
  363. text-decoration: none;
  364. width: 33%;
  365. }
  366. body.pen_drop_shadow #pen_section .widget-area .widget_search.pen_widget_transparent .search-submit {
  367. box-shadow: 2px 2px 5px rgba(0,0,0,0.25);
  368. }
  369. #pen_section .widget-area .widget_search .search-submit:focus,
  370. #pen_section .widget-area .widget_search .search-submit:hover,
  371. #pen_section .widget-area .widget_search .search-submit:active {
  372. background: #0087cc;
  373. border-color: #0087cc;
  374. color: #fff;
  375. text-decoration: none;
  376. }
  377. #pen_section .widget-area .widget_search.pen_widget_blue .search-submit:focus,
  378. #pen_section .widget-area .widget_search.pen_widget_blue .search-submit:hover,
  379. #pen_section .widget-area .widget_search.pen_widget_blue .search-submit:active {
  380. background: #0073ae;
  381. border-color: #0073ae;
  382. }
  383. #pen_section .widget-area .widget_search.pen_widget_dark .search-submit:focus,
  384. #pen_section .widget-area .widget_search.pen_widget_dark .search-submit:hover,
  385. #pen_section .widget-area .widget_search.pen_widget_dark .search-submit:active {
  386. background: #555;
  387. border-color: #555;
  388. }
  389. #pen_section .widget-area .widget_search.pen_widget_light .search-submit:focus,
  390. #pen_section .widget-area .widget_search.pen_widget_light .search-submit:hover,
  391. #pen_section .widget-area .widget_search.pen_widget_light .search-submit:active {
  392. background: #fff;
  393. border-color: #aaa;
  394. color: #555;
  395. }
  396. #pen_section .widget-area .widget_search.pen_widget_orange .search-submit:focus,
  397. #pen_section .widget-area .widget_search.pen_widget_orange .search-submit:hover,
  398. #pen_section .widget-area .widget_search.pen_widget_orange .search-submit:active {
  399. background: #ffc22f;
  400. border-color: #e1a23b;
  401. }
  402. #pen_section .widget-area .widget_search.pen_widget_purple .search-submit:focus,
  403. #pen_section .widget-area .widget_search.pen_widget_purple .search-submit:hover,
  404. #pen_section .widget-area .widget_search.pen_widget_purple .search-submit:active {
  405. background: #8e38ef;
  406. border-color: #8e38ef;
  407. }
  408. #pen_section .widget-area .widget_search.pen_widget_red .search-submit:focus,
  409. #pen_section .widget-area .widget_search.pen_widget_red .search-submit:hover,
  410. #pen_section .widget-area .widget_search.pen_widget_red .search-submit:active {
  411. background: #a81f11;
  412. border-color: #a81f11;
  413. }
  414. #pen_section .widget-area .widget_search.pen_widget_yellow .search-submit:focus,
  415. #pen_section .widget-area .widget_search.pen_widget_yellow .search-submit:hover,
  416. #pen_section .widget-area .widget_search.pen_widget_yellow .search-submit:active {
  417. background: #fff47c;
  418. color: #333;
  419. }
  420. body.pen_round_corners #pen_section .widget-area .widget_search .search-field {
  421. border-radius: 5px 0 0 5px;
  422. }
  423. body.pen_round_corners #pen_section .widget-area .widget_search .search-submit {
  424. border-radius: 0 5px 5px 0;
  425. }
  426. #page .widget.widget_archive li,
  427. #page .widget.widget_nav_menu li,
  428. #page .widget.widget_pages li,
  429. #page .widget.widget_meta li,
  430. #page .widget.widget_recent_entries li,
  431. #page .widget.widget_recent_comments li {
  432. float: left;
  433. width: 100%;
  434. -webkit-transform-style: preserve-3d;
  435. -webkit-backface-visibility: hidden;
  436. }
  437. #page .widget.widget_archive ul,
  438. #page .widget.widget_archive ul li,
  439. #page .widget.widget_nav_menu ul,
  440. #page .widget.widget_nav_menu ul li,
  441. #page .widget.widget_pages ul,
  442. #page .widget.widget_pages ul li,
  443. #page .widget.widget_meta ul,
  444. #page .widget.widget_meta ul li,
  445. #page .widget.widget_recent_entries ul,
  446. #page .widget.widget_recent_entries ul li,
  447. #page .widget.widget_categories ul,
  448. #page .widget.widget_categories ul li,
  449. #page .widget.widget_recent_comments ul,
  450. #page .widget.widget_recent_comments ul li {
  451. list-style: none;
  452. list-style-image: none;
  453. list-style-type: none;
  454. margin: 0;
  455. padding: 0;
  456. }
  457. #page .widget.widget_recent_entries ul li:before,
  458. #page .widget.widget_archive ul li:before,
  459. #page .widget.widget_nav_menu ul li:before,
  460. #page .widget.widget_pages ul li:before,
  461. #page .widget.widget_meta ul li:before,
  462. #page .widget.widget_categories ul li:before {
  463. content: "\f101";
  464. font-family: "FontAwesome";
  465. font-weight: normal;
  466. margin: 0 1em 0 0;
  467. opacity: 0.75;
  468. }
  469. #page .widget.widget_recent_entries ul li {
  470. padding: 0 0 0.5em 2em;
  471. text-indent: -2em;
  472. }
  473. #page .widget.widget_recent_entries ul li:last-child {
  474. padding-bottom: 0;
  475. }
  476. #page .widget.widget_recent_entries ul li .post-date {
  477. display: block;
  478. font-size: 0.857em;
  479. margin: 0 0 0 2em;
  480. }
  481. #page .widget.widget_archive ul li,
  482. #page .widget.widget_nav_menu ul li,
  483. #page .widget.widget_pages ul li,
  484. #page .widget.widget_meta ul li,
  485. #page .widget.widget_categories ul li {
  486. font-size: 1em;
  487. }
  488. #page .widget.widget_archive ul li li,
  489. #page .widget.widget_nav_menu ul li li,
  490. #page .widget.widget_pages ul li li,
  491. #page .widget.widget_meta ul li li,
  492. #page .widget.widget_categories ul li li {
  493. margin-left: 0.5em;
  494. }
  495. #page .widget.widget_recent_comments ul li {
  496. padding: 1em 1em 1em 3.5em;
  497. position: relative;
  498. -webkit-transform-style: preserve-3d;
  499. -webkit-backface-visibility: hidden;
  500. }
  501. #page .widget.widget_recent_comments ul li:first-child {
  502. padding-top: 0;
  503. }
  504. #page .widget.widget_recent_comments ul li:last-child {
  505. padding-bottom: 0;
  506. }
  507. #page .widget.widget_recent_comments ul li:before {
  508. color: rgba(170,170,170,0.2);
  509. content: "\f075";
  510. font-family: "FontAwesome";
  511. font-size: 2em;
  512. left: 0.25em;
  513. position: absolute;
  514. text-shadow: none !important;
  515. top: 50%;
  516. transform: translateY(-50%);
  517. transition: color .3s;
  518. }
  519. #page .widget.widget_recent_comments ul li:hover:before {
  520. color: rgba(170,170,170,0.5);
  521. }
  522. #pen_bottom .widget.widget_recent_comments ul li:before,
  523. #page .widget.widget_recent_comments.pen_widget_dark ul li:before {
  524. color: rgba(120,120,120,0.2);
  525. }
  526. #pen_bottom .widget.widget_recent_comments ul li:hover:before,
  527. #page .widget.widget_recent_comments.pen_widget_dark ul li:hover:before {
  528. color: rgba(120,120,120,0.5);
  529. }
  530. #page .widget.widget_recent_comments.pen_widget_blue ul li:before,
  531. #page .widget.widget_recent_comments.pen_widget_orange ul li:before,
  532. #page .widget.widget_recent_comments.pen_widget_purple ul li:before,
  533. #page .widget.widget_recent_comments.pen_widget_red ul li:before,
  534. #page .widget.widget_recent_comments.pen_widget_yellow ul li:before {
  535. color: rgba(0,0,0,0.3);
  536. }
  537. #page .widget.widget_recent_comments.pen_widget_blue ul li:hover:before,
  538. #page .widget.widget_recent_comments.pen_widget_orange ul li:hover:before,
  539. #page .widget.widget_recent_comments.pen_widget_purple ul li:hover:before,
  540. #page .widget.widget_recent_comments.pen_widget_red ul li:hover:before,
  541. #page .widget.widget_recent_comments.pen_widget_yellow ul li:hover:before {
  542. color: rgba(0,0,0,0.5);
  543. }
  544. #page .widget.widget_recent_comments ul li:after {
  545. background: -ms-linear-gradient(0deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 100%);
  546. background: linear-gradient(90deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 100%);
  547. bottom: 0;
  548. content: "";
  549. height: 1px;
  550. left: 0;
  551. position: absolute;
  552. width: 100%;
  553. }
  554. #page .widget.widget_recent_comments.pen_widget_dark ul li:after {
  555. background: -ms-linear-gradient(0deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
  556. background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
  557. }
  558. #page .widget.widget_recent_comments ul li:last-child:after {
  559. display: none;
  560. }