style.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035
  1. /* @override http://macs.local/david/wp-content/themes/dw/style.css */
  2. /*!
  3. Theme Name: dw
  4. Theme URI: http://davidawindham.com/
  5. Author: windhamdavid
  6. Version: 2.0
  7. Thanks:
  8. normalize.css v3.0.1 * MIT License | git.io/normalize
  9. bootstrap v3.2.0 * Licensed under MIT | github.com/twbs/bootstrap
  10. Automattic | _s github.com/Automattic/_s
  11. */
  12. /*===== Body =====*/
  13. body {
  14. background: rgba(242,242,242,.7)
  15. }
  16. body,input,textarea {
  17. color: #666;
  18. font-size: 12px;
  19. line-height: 18px;
  20. }
  21. /*====== Type ======*/
  22. body {
  23. font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  24. font-size: 14px;
  25. line-height: 1.42857143;
  26. text-rendering: optimizeLegibility;
  27. -webkit-font-smoothing: antialiased;
  28. }
  29. input,button,select,textarea {
  30. font-family: inherit;font-size: inherit;line-height: inherit;
  31. }
  32. .glyphicon {
  33. font-size: 20px;
  34. }
  35. /*===== Structure =====*/
  36. .wrap {
  37. margin: 0 auto;
  38. width: 100%;
  39. background: #fff;
  40. }
  41. /*===== Layouts =====*/
  42. p {
  43. margin-bottom: 18px;
  44. text-indent : 35px;
  45. }
  46. p.noindent {
  47. margin-bottom: 10px;
  48. text-indent : 0px;
  49. }
  50. input[type="text"],
  51. textarea {
  52. background: #f9f9f9;
  53. border: 1px solid #ccc;
  54. box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  55. -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  56. -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
  57. padding: 2px;
  58. }
  59. a:link {
  60. color: #251a86;
  61. text-decoration: none;
  62. }
  63. a:visited {
  64. color: #251a86;
  65. text-decoration: none;
  66. }
  67. a:active, a:hover { color: #757576; text-decoration: none;}
  68. /*===== Header =====*/
  69. #header {
  70. padding: 50px 0 0 0;
  71. }
  72. .site-title {
  73. font-size: 27px;
  74. font-family:"Courier New", Courier, mono;
  75. padding: 15px 15px;
  76. }
  77. .site-title a {
  78. color: #333E52;
  79. text-decoration: none;
  80. }
  81. img.dw {
  82. float: right;
  83. margin: 15px 0;
  84. }
  85. #site-description {
  86. clear: right;
  87. float: right;
  88. font-style: italic;
  89. margin: 14px 0 18px 0;
  90. width: 160px;
  91. }
  92. /*==== Nav =====*/
  93. .navbar {
  94. background-color: rgba(237, 237, 237, 0.7);
  95. }
  96. .navbar {
  97. -webkit-transition: background-color 0.3s;
  98. -moz-transition: background-color 0.3s;
  99. transition: background-color 0.3s;
  100. -webkit-transform: translate3d(0, 0, 0);
  101. -moz-transform: translate3d(0, 0, 0);
  102. -ms-transform: translate3d(0, 0, 0);
  103. -o-transform: translate3d(0, 0, 0);
  104. transform: translate3d(0, 0, 0);
  105. -webkit-backface-visibility: hidden;
  106. backface-visibility: hidden;
  107. }
  108. .navbar.fixed {
  109. position: fixed;
  110. top: -80px;
  111. background-color: rgba(237, 237, 237, 0.7);
  112. border-bottom: 1px solid #f2f2f2;
  113. -webkit-transition: -webkit-transform 0.3s;
  114. -moz-transition: -moz-transform 0.3s;
  115. transition: transform 0.3s;
  116. }
  117. .navbar.visible {
  118. -webkit-transform: translate3d(0, 100%, 0);
  119. -moz-transform: translate3d(0, 100%, 0);
  120. -ms-transform: translate3d(0, 100%, 0);
  121. -o-transform: translate3d(0, 100%, 0);
  122. transform: translate3d(0, 100%, 0);
  123. }
  124. .navmenu,
  125. .navbar-offcanvas {
  126. width: 200px;
  127. height: auto;
  128. border-style: solid;
  129. border-width: 1px;
  130. border-radius: 4px;
  131. background-color: rgba(237, 237, 237, 0.7);
  132. }
  133. .navmenu-fixed-right,
  134. .navbar-offcanvas {
  135. position: fixed;
  136. top: 0;
  137. bottom: 0;
  138. z-index: 1030;
  139. overflow-y: auto;
  140. border-radius: 0;
  141. background-color: rgba(237, 237, 237, 0.7);
  142. border-width: 0 0 0 .5px;
  143. border-color: ;
  144. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  145. box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  146. left: 0;
  147. right: auto;
  148. }
  149. .nav-toggle {
  150. padding: 15px 0;
  151. padding: 10px 35px 16px 0px;
  152. float: right;
  153. left: 10px;
  154. top: 20px;
  155. cursor: pointer;
  156. position: absolute;
  157. }
  158. .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  159. cursor: pointer;
  160. border-radius: 1px;
  161. height: 5px;
  162. width: 35px;
  163. background: #333E52;
  164. position: absolute;
  165. display: block;
  166. content: '';
  167. }
  168. .nav-toggle span:before {
  169. top: -10px;
  170. }
  171. .nav-toggle span:after {
  172. bottom: -10px;
  173. }
  174. .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  175. transition: all 500ms ease-in-out;
  176. }
  177. .nav-toggle.active span {
  178. background-color: transparent;
  179. }
  180. .nav-toggle.active span:before, .nav-toggle.active span:after {
  181. top: 0;
  182. }
  183. .nav-toggle.active span:before {
  184. transform: rotate(45deg);
  185. -webkit-transform: rotate(45deg);
  186. -o-transform: rotate(45deg);
  187. }
  188. .nav-toggle.active span:after {
  189. transform: rotate(-45deg);
  190. -webkit-transform: rotate(-45deg);
  191. -o-transform: rotate(-45deg);
  192. }
  193. /*===== Content =====*/
  194. #content {
  195. margin: 40px 0;
  196. }
  197. #content,
  198. #content input,
  199. #content textarea {
  200. color: #333;
  201. font-size: 16px;
  202. line-height: 24px;
  203. }
  204. #content p,
  205. #content ul,
  206. #content ol,
  207. #content dd,
  208. #content pre,
  209. #content hr {
  210. margin-bottom: 24px;
  211. font-family: "Courier New", Courier, mono;
  212. }
  213. #content ul ul,
  214. #content ol ol,
  215. #content ul ol,
  216. #content ol ul {
  217. margin-bottom: 0;
  218. }
  219. #content pre,
  220. #content kbd,
  221. #content tt,
  222. #content var {
  223. font-size: 15px;
  224. line-height: 21px;
  225. }
  226. #content code {
  227. font-size: 13px;
  228. }
  229. #content dt,
  230. #content th {
  231. color: #000;
  232. }
  233. #content h1,
  234. #content h2,
  235. #content h3,
  236. #content h4,
  237. #content h5,
  238. #content h6 {
  239. color: #000;
  240. line-height: 1.5em;
  241. margin: 0 0 20px 0;
  242. }
  243. #content table {
  244. border: 1px solid #e7e7e7;
  245. margin: 0 -1px 24px 0;
  246. text-align: left;
  247. width: 100%;
  248. }
  249. #content tr th,
  250. #content thead th {
  251. color: #888;
  252. font-size: 12px;
  253. font-weight: bold;
  254. line-height: 18px;
  255. padding: 9px 24px;
  256. }
  257. #content tr td {
  258. border-top: 1px solid #e7e7e7;
  259. padding: 6px 24px;
  260. }
  261. #content tr.odd td {
  262. background: #f2f7fc;
  263. }
  264. .hentry {
  265. margin: 0 0 20px 0;
  266. }
  267. .reserved-gallery {
  268. float: left;
  269. padding: 5px;
  270. }
  271. .home .sticky {
  272. background: #f2f7fc;
  273. border-top: 4px solid #000;
  274. margin-left: -20px;
  275. margin-right: -20px;
  276. padding: 18px 20px;
  277. }
  278. .single .hentry {
  279. margin: 0 0 36px 0;
  280. }
  281. .page-title {
  282. color: #000;
  283. font-size: 14px;
  284. font-weight: bold;
  285. margin: 0 0 36px 0;
  286. }
  287. .page-title span {
  288. color: #333;
  289. font-size: 16px;
  290. font-style: italic;
  291. font-weight: normal;
  292. }
  293. .entry-caption-parent .page-title span {
  294. color: #777;
  295. font-size: 12px;
  296. font-style: italic;
  297. font-weight: normal;
  298. }
  299. .nav-previous span.meta-nav {
  300. color: #888;
  301. font-size: 12px;
  302. font-style: italic;
  303. font-weight: normal;
  304. }
  305. .nav-next span.meta-nav {
  306. color: #888;
  307. font-size: 12px;
  308. font-style: italic;
  309. font-weight: normal;
  310. }
  311. .page-title a:link,
  312. .page-title a:visited {
  313. color: #888;
  314. text-decoration: none;
  315. }
  316. .page-title a:active,
  317. .page-title a:hover {
  318. color: #373339;
  319. }
  320. #content .entry-title {
  321. color: #000;
  322. font-size: 18px;
  323. line-height: 1.3em;
  324. margin-bottom: 20px;
  325. }
  326. h2.entry-title {
  327. color: #999;
  328. }
  329. .entry-title a:link,
  330. .entry-title a:visited {
  331. color: #000;
  332. text-decoration: none;
  333. }
  334. .entry-title a:active,
  335. .entry-title a:hover {
  336. color: #a0aec4;
  337. }
  338. .entry-meta {
  339. color: #888;
  340. font-size: 12px;
  341. }
  342. .entry-meta-attachment {
  343. float: right;
  344. color: #888;
  345. font: 11px "Courier New", Courier, mono;
  346. }
  347. .entry-meta abbr,
  348. .entry-utility abbr {
  349. border: none;
  350. }
  351. .entry-meta abbr:hover,
  352. .entry-utility abbr:hover {
  353. border-bottom: 1px dotted #666;
  354. }
  355. .entry-content,
  356. .entry-summary {
  357. clear: both;
  358. padding: 30px 0 20px;
  359. }
  360. .entry-guestbook {
  361. clear: both;
  362. padding: 3px 0 10px 0;
  363. }
  364. .entry-content h5 {
  365. font: 14px "Courier New", Courier, mono;
  366. }
  367. .signature {
  368. font: 16px "Courier New", Courier, mono;
  369. float: right;
  370. margin: 10px 150px 40px 0px;
  371. }
  372. #inside h3 {
  373. font: 16px "Courier New", Courier, mono;
  374. line-height: 10px;
  375. margin: 0 0 10px 0;
  376. }
  377. #inside p {
  378. margin: 0 0 10px 0;
  379. line-height: 20px;
  380. }
  381. #content .entry-summary p:last-child {
  382. margin-bottom: 12px;
  383. }
  384. .entry-content fieldset {
  385. border: 1px solid #e7e7e7;
  386. margin: 0 0 24px 0;
  387. padding: 24px;
  388. }
  389. .entry-content fieldset legend {
  390. background: #fff;
  391. color: #000;
  392. font-weight: bold;
  393. padding: 0 24px;
  394. }
  395. .entry-content input {
  396. margin: 0 0 24px 0;
  397. }
  398. .entry-content input.file,
  399. .entry-content input.button {
  400. margin-right: 24px;
  401. }
  402. .entry-content label {
  403. color: #888;
  404. font-size: 12px;
  405. }
  406. .entry-content select {
  407. margin: 0 0 24px 0;
  408. }
  409. .entry-content sup,
  410. .entry-content sub {
  411. font-size: 10px;
  412. }
  413. .entry-content blockquote.left {
  414. float: left;
  415. margin-left: 0;
  416. margin-right: 24px;
  417. text-align: right;
  418. width: 33%;
  419. }
  420. .entry-content blockquote.right {
  421. float: right;
  422. margin-left: 24px;
  423. margin-right: 0;
  424. text-align: left;
  425. width: 33%;
  426. }
  427. .page-link {
  428. color: #000;
  429. font-weight: bold;
  430. margin: 0 0 22px 0;
  431. word-spacing: 0.5em;
  432. }
  433. .page-link a:link,
  434. .page-link a:visited {
  435. background: #f1f1f1;
  436. color: #333;
  437. font-weight: normal;
  438. padding: 0.5em 0.75em;
  439. text-decoration: none;
  440. }
  441. .home .sticky .page-link a {
  442. background: #d9e8f7;
  443. }
  444. .page-link a:active,
  445. .page-link a:hover {
  446. color: #ff4b33;
  447. }
  448. body.page .edit-link {
  449. clear: both;
  450. display: block;
  451. }
  452. #entry-author-info {
  453. background: #f2f7fc;
  454. border-top: 4px solid #000;
  455. clear: both;
  456. font-size: 14px;
  457. line-height: 20px;
  458. margin: 24px 0;
  459. overflow: hidden;
  460. padding: 18px 20px;
  461. }
  462. #entry-author-info #author-avatar {
  463. background: #fff;
  464. border: 1px solid #e7e7e7;
  465. float: left;
  466. height: 60px;
  467. margin: 0 -104px 0 0;
  468. padding: 11px;
  469. }
  470. #entry-author-info #author-description {
  471. float: left;
  472. margin: 0 0 0 104px;
  473. }
  474. #entry-author-info h2 {
  475. color: #000;
  476. font-size: 100%;
  477. font-weight: bold;
  478. margin-bottom: 0;
  479. }
  480. .entry-utility {
  481. clear: both;
  482. color: #888;
  483. font-size: 12px;
  484. line-height: 18px;
  485. }
  486. .entry-meta a,
  487. .entry-utility a {
  488. color: #888;
  489. }
  490. .entry-meta a:hover,
  491. .entry-utility a:hover {
  492. color: #ff4b33;
  493. }
  494. #content .video-player {
  495. padding: 0;
  496. }
  497. .date {
  498. float: right;
  499. margin: -20px 0 20px 50px;
  500. color: #777;
  501. font: 14px/18px "Courier New", Courier, mono;
  502. }
  503. /*===== Meta ===== */
  504. .meta {
  505. font-size: 11px;
  506. }
  507. .categories-fb {
  508. text-align: right;
  509. }
  510. span.fb {
  511. width: 16px;
  512. height: 16px;
  513. margin-left: 5px;
  514. padding: 3px 4px 2px 5px;
  515. background-image: url(img/fb1.png) ;
  516. background-position: 0 16px;
  517. position: relative;
  518. -webkit-transition: all ease 0.3s;
  519. -moz-transition: all ease 0.3s;
  520. -o-transition: all ease 0.3s;
  521. -ms-transition: all ease 0.3s;
  522. transition: all ease 0.3s;
  523. }
  524. span.fb:hover {
  525. background-position: 0 0;
  526. }
  527. /*===== Comments =====*/
  528. .commentbubble {
  529. font-size: 12px;
  530. color: #777;
  531. float: right;
  532. margin: 0 55px 0 0;
  533. }
  534. .comment {
  535. padding: 10px;
  536. }
  537. .commentbubble a.toogle-comments {
  538. float: right;
  539. text-align: right;
  540. }
  541. .comments-area {
  542. background: #ebebeb;
  543. padding: 15px;
  544. }
  545. #content .comments-area p {
  546. margin: 0 0 8px;
  547. font-size: 13px;
  548. }
  549. #content .comments-area .reply {
  550. margin: 5px 8px 0px;
  551. padding: 2px 9px;
  552. background: #ebeaea;
  553. font-size: 11px;
  554. }
  555. .comments-title {
  556. margin-bottom: 48px;
  557. margin-bottom: 3.428571429rem;
  558. font-size: 16px;
  559. font-size: 1.142857143rem;
  560. line-height: 1.5;
  561. font-weight: normal;
  562. }
  563. .comments-area {
  564. margin: 0px 50px;
  565. }
  566. .comments-area ul {
  567. margin: 0px 0px;
  568. list-style: none;
  569. }
  570. .comments-area h3 {
  571. margin: 0 0 0;
  572. }
  573. .comments-meta {
  574. font-size: 10px;
  575. }
  576. .comments-area article {
  577. margin: 24px 0;
  578. }
  579. .comments-area article header {
  580. margin: 0 0 48px;
  581. overflow: hidden;
  582. position: relative;
  583. }
  584. .comments-area article header img {
  585. float: left;
  586. padding: 0;
  587. line-height: 0;
  588. }
  589. .comments-area article header cite,
  590. .comments-area article header time {
  591. display: block;
  592. margin-left: 85px;
  593. }
  594. .comments-area article header cite {
  595. font-style: normal;
  596. font-size: 15px;
  597. }
  598. .comments-area cite b {
  599. font-weight: normal;
  600. }
  601. .comments-area article header time {
  602. text-decoration: none;
  603. font-size: 12px;
  604. color: #5e5e5e;
  605. }
  606. .comments-area article header a {
  607. text-decoration: none;
  608. color: #5e5e5e;
  609. }
  610. .comments-area article header a:hover {
  611. color: #21759b;
  612. }
  613. .comments-area article header cite a {
  614. color: #444;
  615. }
  616. .comments-area article header cite a:hover {
  617. text-decoration: underline;
  618. }
  619. a.comment-reply-link,
  620. a.comment-edit-link {
  621. color: #686868;
  622. font-size: 13px;
  623. }
  624. a.comment-reply-link:hover,
  625. a.comment-edit-link:hover {
  626. color: #21759b;
  627. }
  628. .commentlist .pingback {
  629. line-height: 1.714285714;
  630. margin-bottom: 24px;
  631. }
  632. li.comment.even {
  633. background: #fff;
  634. }
  635. li.comment.odd {
  636. background: #f3f3f3;
  637. }
  638. li.comment.thread-even {
  639. background: #f5f5f5;
  640. }
  641. li.comment.thread-odd {
  642. background: #fff;
  643. }
  644. .comment-meta {
  645. font-size: 11px;
  646. line-height: 12px;
  647. }
  648. .comment-meta a {
  649. color: #777;
  650. float: right;
  651. }
  652. /* Comment form */
  653. #respond {
  654. margin-top: 10px;
  655. }
  656. #respond h3#reply-title {
  657. margin: 0px 8px 0px;
  658. padding: 2px 9px;
  659. background: #ebeaea;
  660. font-size: 11px;
  661. margin: 0;
  662. }
  663. #respond h3#reply-title #cancel-comment-reply-link {
  664. margin-left: 10px;
  665. font-weight: normal;
  666. font-size: 12px;
  667. font-size: 0.857142857rem;
  668. }
  669. #respond form {
  670. margin: 24px 0;
  671. margin: 1.714285714rem 0;
  672. }
  673. #respond form p {
  674. margin: 11px 0;
  675. margin: 0.785714286rem 0;
  676. }
  677. #respond form p.logged-in-as {
  678. margin-bottom: 24px;
  679. margin-bottom: 1.714285714rem;
  680. }
  681. #respond form label {
  682. display: block;
  683. line-height: 1.714285714;
  684. }
  685. #respond form input[type="text"],
  686. #respond form textarea {
  687. -moz-box-sizing: border-box;
  688. box-sizing: border-box;
  689. font: 0.857142857rem "Courier New", Courier, mono;
  690. line-height: 1.714285714;
  691. padding: 10px;
  692. padding: 0.714285714rem;
  693. width: 100%;
  694. }
  695. #respond form p.form-allowed-tags {
  696. margin: 0;
  697. font-size: 12px;
  698. font-size: 0.857142857rem;
  699. line-height: 2;
  700. color: #5e5e5e;
  701. }
  702. .required {
  703. color: red;
  704. }
  705. img.avatar {
  706. width: 20px;
  707. height: 20px;
  708. margin: 0 0 -5px;
  709. }
  710. /* =Gallery listing
  711. -------------------------------------------------------------- */
  712. .category-gallery .size-thumbnail img {
  713. border: 10px solid #f1f1f1;
  714. margin-bottom: 0;
  715. }
  716. .category-gallery .gallery-thumb {
  717. float: left;
  718. margin-right: 20px;
  719. margin-top: -4px;
  720. }
  721. .home #content .category-gallery .entry-utility {
  722. padding-top: 4px;
  723. }
  724. /* =Attachment pages
  725. -------------------------------------------------------------- */
  726. .single-attachment .hentry {
  727. margin: 0px;
  728. }
  729. .attachment .entry-content .entry-caption {
  730. font-size: 140%;
  731. margin-top: 24px;
  732. }
  733. .entry-caption-attachment {
  734. margin: 0px auto 0;
  735. text-align: center;
  736. }
  737. #content .entry-caption-attachment h2.entry-title {
  738. margin: 0 0 5px;
  739. font-weight: normal;
  740. }
  741. #content .entry-caption-parent p.page-title {
  742. margin: -30px 0 0 0;
  743. font: normal 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  744. }
  745. #content .entry-caption-parent p.page-title a {
  746. color: #555;
  747. }
  748. #content .entry-caption-attachment p {
  749. font-size: 14px;
  750. text-indent: 0px;
  751. line-height: 15px;
  752. margin-bottom: 0px;
  753. }
  754. .entry-caption-attachment h2 {
  755. font: bold 27px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  756. }
  757. .attachment .entry-content .nav-previous a:before {
  758. content: '\2190\00a0';
  759. }
  760. .attachment .entry-content .nav-next a:after {
  761. content: '\00a0\2192';
  762. }
  763. /* =Images
  764. -------------------------------------------------------------- */
  765. .img-responsive {
  766. display: block;
  767. width: 100% \9;
  768. max-width: 100%;
  769. height: auto;
  770. }
  771. .img-rounded {
  772. border-radius: 6px;
  773. }
  774. .img-thumbnail {
  775. padding: 4px;
  776. line-height: 1.42857143;
  777. background-color: #ffffff;
  778. border: 1px solid #dddddd;
  779. border-radius: 4px;
  780. -webkit-transition: all 0.2s ease-in-out;
  781. -o-transition: all 0.2s ease-in-out;
  782. transition: all 0.2s ease-in-out;
  783. display: inline-block;
  784. width: 100% \9;
  785. max-width: 100%;
  786. height: auto;
  787. }
  788. .img-circle {
  789. border-radius: 50%;
  790. }
  791. #content img {
  792. max-width: 880px;
  793. }
  794. #content .home img {
  795. border: 15px solid #000;
  796. }
  797. #content .attachment img {
  798. max-width: 900px;
  799. }
  800. #content .alignleft,
  801. #content img.alignleft {
  802. display: inline;
  803. float: left;
  804. margin-right: 24px;
  805. margin-top: 4px;
  806. }
  807. #content .alignright,
  808. #content img.alignright {
  809. display: inline;
  810. float: right;
  811. margin-left: 24px;
  812. margin-top: 4px;
  813. }
  814. #content .aligncenter,
  815. #content img.aligncenter {
  816. clear: both;
  817. display: block;
  818. margin-left: auto;
  819. margin-right: auto;
  820. }
  821. #content img.alignleft,
  822. #content img.alignright,
  823. #content img.aligncenter {
  824. margin-bottom: 12px;
  825. }
  826. #content .wp-caption {
  827. background: #f1f1f1;
  828. line-height: 18px;
  829. margin-bottom: 20px;
  830. padding: 4px;
  831. text-align: center;
  832. }
  833. #content .wp-caption img {
  834. margin: 5px 5px 0;
  835. }
  836. #content .wp-caption p.wp-caption-text {
  837. color: #888;
  838. font-size: 12px;
  839. margin: 5px;
  840. }
  841. #content .gallery {
  842. margin: 0 auto 18px;
  843. }
  844. #content .gallery .gallery-item {
  845. float: left;
  846. margin-top: 0;
  847. text-align: center;
  848. width: 33%;
  849. }
  850. #content .gallery img {
  851. border: 2px solid #cfcfcf;
  852. }
  853. #content .gallery .gallery-caption {
  854. color: #888;
  855. font-size: 12px;
  856. margin: 0 0 12px;
  857. }
  858. #content .gallery dl {
  859. margin: 0;
  860. }
  861. #content .gallery img {
  862. border: 10px solid #f1f1f1;
  863. }
  864. #content .gallery br+br {
  865. display: none;
  866. }
  867. #content .attachment img { /* single attachment images should be centered */
  868. display: block;
  869. margin: 0 auto;
  870. }
  871. /* =Navigation
  872. -------------------------------------------------------------- */
  873. .navigation {
  874. color: #888;
  875. font-size: 12px;
  876. line-height: 18px;
  877. overflow: hidden;
  878. clear: both;
  879. }
  880. .navigation a:link,
  881. .navigation a:visited {
  882. color: #888;
  883. text-decoration: none;
  884. }
  885. .navigation a:active,
  886. .navigation a:hover {
  887. color: #ff4b33;
  888. }
  889. .nav-previous {
  890. float: left;
  891. width: 50%;
  892. margin: 0 0 15px 0;
  893. }
  894. .nav-next {
  895. float: right;
  896. text-align: right;
  897. width: 50%;
  898. }
  899. #nav-above {
  900. margin: 0 0 18px 0;
  901. }
  902. #nav-above {
  903. display: none;
  904. }
  905. .paged #nav-above,
  906. .single #nav-above {
  907. display: block;
  908. }
  909. #nav-below {
  910. margin: 50px 0 0px;
  911. padding: 20px 10px 0;
  912. border-top: 1px solid #cecece;
  913. }
  914. .pagination {
  915. margin-top: 40px;
  916. border-top: 1px solid #cecece;
  917. padding: 20px 0 0;
  918. }
  919. .pagination a {
  920. padding: 4px 5px;
  921. color: #fff;
  922. font-weight: bold;
  923. font-size: 16px;
  924. }
  925. .pagination a:active {
  926. padding: 4px 5px;
  927. background: #707071;
  928. color:#fff;
  929. }
  930. .pagination a:hover {
  931. padding: 4px 5px;
  932. background: #fff;
  933. color: #ec0000;
  934. }
  935. .pagination a.next,
  936. .pagination a.prev {
  937. padding: 4px 7px;
  938. color: #ec0000;
  939. font-weight: bold;
  940. font-size: 27px;
  941. }
  942. .pagination .current {
  943. padding: 4px 5px;
  944. background: #fff;
  945. color: #ec0000;
  946. font-weight: bold;
  947. font-size: 16px;
  948. }
  949. /*====== Footer =====*/
  950. p.cc {
  951. float: right;
  952. font-size: 14px;
  953. margin: 2px 20px 30px 10px;
  954. }
  955. span.quiet {
  956. display: none;
  957. }
  958. /*====== Grid =====*/
  959. /* Containers {768|750 992|970 1200|1170}*/
  960. @media (min-width: 768px) {
  961. .site-title {
  962. font-size: 25px;
  963. font-family:"Courier New", Courier, mono;
  964. padding: 15px 15px;
  965. }
  966. }
  967. @media (min-width: 992px) {
  968. }
  969. @media (min-width: 1200px) {
  970. }