Advertisement
JustinSchuoler

CSS

Apr 29th, 2013
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.63 KB | None | 0 0
  1. @import "http://www.justinschuoler.com/css/reset.css";
  2. @import "http://www.justinschuoler.com/css/widgets.css";
  3. @import "http://www.justinschuoler.com/css/social.css";
  4. @import "http://www.justinschuoler.com/css/elements.css";
  5. @import "http://www.justinschuoler.com/css/comments.css";
  6.  
  7. /*
  8. Welcome to Custom CSS!
  9.  
  10. CSS (Cascading Style Sheets) is a kind of code that tells the browser how
  11. to render a web page. You may delete these comments and get started with
  12. your customizations.
  13.  
  14. By default, your stylesheet will be loaded after the theme stylesheets,
  15. which means that your rules can take precedence and override the theme CSS
  16. rules. Just write here what you want to change, you don't need to copy all
  17. your theme's stylesheet content.
  18. */
  19. /*
  20. * Folder v1.0
  21. *
  22. */
  23. /* Vars ----------------------------------------------------*/
  24. /* Mixins ----------------------------------------------------*/
  25. /* IMPORT ------------------------------------------------------------*/
  26. /* GENERAL ------------------------------------------------------------*/
  27. .cf:after,
  28. .cf:before {
  29. content: "";
  30. display: table;
  31. }
  32.  
  33. .cf:after {
  34. clear: both;
  35. }
  36.  
  37. .cf {
  38. zoom: 1;
  39. }
  40.  
  41. .wrapper {
  42. margin: 0 auto;
  43. width: 940px;
  44. position: relative;
  45. }
  46.  
  47. body {
  48. font-family: Helvetica, Arial, sans-serif;
  49. font-size: 13px;
  50. }
  51.  
  52. body a {
  53. text-decoration: none;
  54. -webkit-transition: all .3s ease;
  55. -moz-transition: all .3s ease;
  56. -o-transition: all .3s ease;
  57. transition: all .3s ease;
  58. }
  59.  
  60. body p {
  61. margin-bottom: 21px;
  62. }
  63.  
  64. #main h1,
  65. #main h2,
  66. #main h3,
  67. #main h4,
  68. #main h5,
  69. #main h6 {
  70. text-shadow: 4px 4px 0 rgba(0,0,0,0.1);
  71. }
  72.  
  73. #main,
  74. footer {
  75. line-height: 1.5em;
  76. }
  77.  
  78. h1,
  79. h2,
  80. h3,
  81. h4,
  82. h5,
  83. h6 {
  84. font-family: 'Voltaire', sans-serif;
  85. text-transform: uppercase;
  86. }
  87.  
  88. h1 {
  89. font-size: 42px;
  90. }
  91.  
  92. h2 {
  93. font-size: 36px;
  94. }
  95.  
  96. h3 {
  97. font-size: 24px;
  98. }
  99.  
  100. h4 {
  101. font-size: 21px;
  102. }
  103.  
  104. h5 {
  105. font-size: 18px;
  106. }
  107.  
  108. h6 {
  109. font-size: 14px;
  110. }
  111.  
  112. .alignleft {
  113. float: left;
  114. margin: 5px 10px 5px 0;
  115. }
  116.  
  117. .alignright {
  118. float: right;
  119. margin: 5px 0 5px 10px;
  120. }
  121.  
  122. .section-div {
  123. height: 54px;
  124. border-top: 1px solid #ccc;
  125. }
  126.  
  127. #logo {
  128. margin-top: 10px;
  129. margin-bottom: 20px;
  130. float: left;
  131. }
  132.  
  133. #logo:hover {
  134. opacity: .8;
  135. }
  136.  
  137. /* ENTRY CONTENT ----------------------------------------------------*/
  138. .entry-content .heading {
  139. margin-bottom: 1.5em;
  140. }
  141.  
  142. /* COMBO NAVIGATION ------------------------------------------------------------*/
  143. #comboNav {
  144. width: 100%;
  145. margin-top: 40px;
  146. margin-bottom: 30px;
  147. float: left;
  148. }
  149.  
  150. /* NAVIGATION ------------------------------------------------------------*/
  151. #nav {
  152. float: right;
  153. text-decoration: none;
  154. }
  155.  
  156. #nav > li {
  157. margin: 0 10px;
  158. }
  159.  
  160. #nav > li:first-child {
  161. margin-left: 0;
  162. }
  163.  
  164. #nav > li:last-child {
  165. border-right: none;
  166. padding-right: 0;
  167. }
  168.  
  169. #nav > li > a {
  170. font-family: Arial, sans-serif;
  171. font-size: 12px;
  172. display: block;
  173. overflow: hidden;
  174. line-height: 80px;
  175. border-top: 3px solid transparent;
  176. }
  177.  
  178. /* sub navigation -----------------------------------------------------*/
  179. .sfHover ul {
  180. display: block;
  181. margin-top: 30px;
  182. margin-left: 0;
  183. text-shadow: none;
  184. -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  185. -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  186. -o-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  187. box-shadow: 0 0 2px rgba(0,0,0,0.2);
  188. }
  189.  
  190. .sfHover ul li a {
  191. display: block;
  192. padding: 20px;
  193. display: block;
  194. font-size: 11px;
  195. text-decoration: none;
  196. }
  197.  
  198. /* WIDGET COLS ------------------------------------------------------------*/
  199. .widget-cols {
  200. margin-top: 60px;
  201. margin-bottom: 30px;
  202. font-size: 11px;
  203. }
  204.  
  205. /* center second col ----------------
  206.  
  207. .widget-cols .second-col {
  208. text-align: center;
  209. }
  210.  
  211. */
  212. .widget-cols h4 {
  213. margin-bottom: 30px;
  214. font-weight: normal;
  215. text-align: center;
  216. }
  217.  
  218. .widget-cols > li {
  219. width: 300px;
  220. float: left;
  221. margin-right: 20px;
  222. }
  223.  
  224. .widget-cols > li.third-col {
  225. margin-right: 0;
  226. }
  227.  
  228. /* HEADER ------------------------------------------------------------*/
  229. header .wrapper {
  230. /* SLIDER ------------------------------------------------------------*/
  231. }
  232.  
  233. header .wrapper #home-slider {
  234. margin-bottom: -73px;
  235. -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  236. -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  237. -o-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  238. box-shadow: 0 0 2px rgba(0,0,0,0.2);
  239. }
  240.  
  241. /* MAIN ------------------------------------------------------------*/
  242. #main {
  243. min-height: 500px;
  244. padding-top: 40px;
  245. }
  246.  
  247. body.home #main {
  248. padding-top: 120px;
  249. }
  250.  
  251. /* HEADLINE ----------------------------------------------------*/
  252. #headline {
  253. margin-bottom: 20px;
  254. font-family: 'Voltaire', sans-serif;
  255. font-size: 48px;
  256. line-height: 1.1em;
  257. text-align: center;
  258. text-shadow: 4px 4px 0 rgba(0,0,0,0.1);
  259. text-indent: 0;
  260. border-bottom: 1px solid #ccc;
  261. padding-top: 22px;
  262. padding-bottom: 22px;
  263. }
  264.  
  265. /* MASTHEAD ----------------------------------------------------*/
  266. .masthead {
  267. margin-bottom: 35px;
  268. font-family: 'Voltaire', sans-serif;
  269. font-size: 48px;
  270. line-height: 1.1em;
  271. text-align: center;
  272. text-shadow: 4px 4px 0 rgba(0,0,0,0.1);
  273. border-bottom: 1px solid #ccc;
  274. padding-bottom: 22px;
  275. }
  276.  
  277. /* FILTERED ITEMS ----------------------------------------------------*/
  278. .isotope-item {
  279. z-index: 2;
  280. }
  281.  
  282. .isotope-hidden.isotope-item {
  283. z-index: 1;
  284. }
  285.  
  286. #filter-buttons {
  287. text-align: center;
  288. border-bottom: 1px solid #999;
  289. margin-bottom: 20px;
  290. }
  291.  
  292. #filter-buttons li {
  293. display: inline-block;
  294. margin-bottom: 0;
  295. }
  296.  
  297. #filter-buttons li a {
  298. display: block;
  299. text-decoration: none;
  300. padding: 5px 10px;
  301. margin-bottom: 0;
  302. }
  303.  
  304. #filter-container {
  305. width: 965px;
  306. margin-bottom: 60px;
  307. /* Fixes shadow and margin right */
  308. padding-left: 5px;
  309. padding-top: 5px;
  310. margin-left: -5px;
  311. }
  312.  
  313. #filter-container figure {
  314. width: 300px;
  315. float: left;
  316. margin-right: 20px;
  317. margin-bottom: 30px;
  318. -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  319. -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  320. -o-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  321. box-shadow: 0 0 2px rgba(0,0,0,0.2);
  322. }
  323.  
  324. #filter-container figure .thumb {
  325. display: block;
  326. width: 100%;
  327. line-height: 0;
  328. border-bottom: 2px solid #ccc;
  329. }
  330.  
  331. #filter-container figure .thumb img {
  332. max-width: 100%;
  333. -webkit-transition: all .3s ease;
  334. -moz-transition: all .3s ease;
  335. -o-transition: all .3s ease;
  336. transition: all .3s ease;
  337. }
  338.  
  339. #filter-container figure .thumb:hover img {
  340. opacity: .2;
  341. }
  342.  
  343. #filter-container figure figcaption {
  344. margin: 18px 10px 20px;
  345. text-align: center;
  346. }
  347.  
  348. #filter-container figure figcaption .heading {
  349. margin-bottom: 13px;
  350. font-size: 32px;
  351. line-height: 1.2em;
  352. text-transform: uppercase;
  353. display: block;
  354. -webkit-transition: all .3s ease;
  355. -moz-transition: all .3s ease;
  356. -o-transition: all .3s ease;
  357. transition: all .3s ease;
  358. }
  359.  
  360. #filter-container figure figcaption .readmore {
  361. display: block;
  362. margin: 10px 0;
  363. }
  364.  
  365. /* PAGE ----------------------------------------------------*/
  366. #page-content,
  367. #page-content-sb {
  368. position: relative;
  369. margin-top: 30px;
  370. margin-bottom: 30px;
  371. }
  372.  
  373. #page-content-sb {
  374. width: 640px;
  375. float: left;
  376. margin-right: 60px;
  377. }
  378.  
  379. /* COLUMNS LAYOUT----------------------------------------------------------*/
  380. .one-half,
  381. .one-third,
  382. .one-fourth {
  383. float: left;
  384. margin-bottom: 40px;
  385. margin-right: 2.1276%;
  386. position: relative;
  387. }
  388.  
  389. .one-half {
  390. width: 48.9361%;
  391. }
  392.  
  393. .one-third {
  394. width: 31.9148%;
  395. }
  396.  
  397. .one-fourth {
  398. width: 23.4042%;
  399. }
  400.  
  401. .last {
  402. clear: right;
  403. margin-right: 0!important;
  404. }
  405.  
  406. /* PORTFOLIO ----------------------------------------------------*/
  407. #portfolio-content {
  408. position: relative;
  409. margin-top: 30px;
  410. margin-bottom: 60px;
  411. }
  412.  
  413. #portfolio-content #filter-container {
  414. margin-bottom: 60px;
  415. }
  416.  
  417. #portfolio-content #filter-container .heading {
  418. border: none;
  419. margin-bottom: 10px;
  420. padding-bottom: 0;
  421. }
  422.  
  423. #portfolio-content #filter-container .portfolio-cat {
  424. font-style: italic;
  425. }
  426.  
  427. #portfolio-content .project-pager {
  428. text-align: center;
  429. margin-bottom: 20px;
  430. }
  431.  
  432. #portfolio-content .project-pager .previous-project {
  433. float: left;
  434. }
  435.  
  436. #portfolio-content .project-pager .next-project {
  437. float: right;
  438. }
  439.  
  440. #portfolio-content #project-box {
  441. -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  442. -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  443. -o-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  444. box-shadow: 0 0 2px rgba(0,0,0,0.2);
  445. margin-bottom: 60px;
  446. }
  447.  
  448. #portfolio-content #project-box .info {
  449. float: left;
  450. width: 164px;
  451. /* 184 - 20*/
  452. padding-left: 20px;
  453. margin-right: 68px;
  454. font-size: 11px;
  455. }
  456.  
  457. #portfolio-content #project-box .info strong {
  458. font-weight: bold;
  459. display: block;
  460. }
  461.  
  462. #portfolio-content #project-box .info p {
  463. margin-bottom: 12px;
  464. }
  465.  
  466. #portfolio-content #project-box .info .launch {
  467. display: inline-block;
  468. padding: 5px;
  469. margin-left: -5px;
  470. }
  471.  
  472. #portfolio-content #project-box .entry-content {
  473. float: left;
  474. width: 688px;
  475. /* 940 - (184 + 68) - 20*/
  476. margin-bottom: 40px;
  477. }
  478.  
  479. #portfolio-content #project-box .entry-content .multicolumn .column * {
  480. padding-right: 20px;
  481. }
  482.  
  483. /* RELATED PROJECTS ---------------------------------------------------*/
  484. .related-projects {
  485. display: block;
  486. padding: 0;
  487. }
  488.  
  489. .related-projects .related-heading {
  490. font-weight: bold;
  491. margin-bottom: 21px;
  492. }
  493.  
  494. .related-projects .related-list {
  495. display: block;
  496. }
  497.  
  498. .related-projects figure {
  499. display: block;
  500. float: left;
  501. margin-right: 20px;
  502. margin-bottom: 20px;
  503. width: 220px;
  504. }
  505.  
  506. .related-projects figure:last-child {
  507. margin-right: 0;
  508. }
  509.  
  510. .related-projects figure .heading {
  511. text-decoration: none;
  512. font-style: normal;
  513. text-align: center;
  514. display: block;
  515. margin-bottom: 10px;
  516. -webkit-transition: all .3s ease;
  517. -moz-transition: all .3s ease;
  518. -o-transition: all .3s ease;
  519. transition: all .3s ease;
  520. }
  521.  
  522. .related-projects figure .thumb {
  523. display: block;
  524. margin-bottom: 10px;
  525. line-height: 0;
  526. width: 220px;
  527. -webkit-transition: all .3s ease;
  528. -moz-transition: all .3s ease;
  529. -o-transition: all .3s ease;
  530. transition: all .3s ease;
  531. -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  532. -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  533. -o-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  534. box-shadow: 0 0 2px rgba(0,0,0,0.2);
  535. }
  536.  
  537. .related-projects figure .thumb img {
  538. max-width: 100%;
  539. -webkit-transition: all .3s ease;
  540. -moz-transition: all .3s ease;
  541. -o-transition: all .3s ease;
  542. transition: all .3s ease;
  543. }
  544.  
  545. .related-projects figure .thumb:hover img {
  546. opacity: .15;
  547. }
  548.  
  549. /* CONTACT ----------------------------------------------------*/
  550. #map-holder {
  551. margin-bottom: 80px;
  552. -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  553. -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  554. -o-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  555. box-shadow: 0 0 2px rgba(0,0,0,0.2);
  556. }
  557.  
  558. #map-holder #map_canvas {
  559. width: 100%;
  560. height: 300px;
  561. }
  562.  
  563. #map-holder #map-content {
  564. padding: 20px;
  565. border-top: 1px solid #ccc;
  566. }
  567.  
  568. /* BLOG ------------------------------------------------------------*/
  569. #posts-list {
  570. position: relative;
  571. width: 640px;
  572. float: left;
  573. margin-top: 30px;
  574. margin-right: 60px;
  575. }
  576.  
  577. #posts-list article {
  578. position: relative;
  579. margin-bottom: 55px;
  580. -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  581. -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  582. -o-box-shadow: 0 0 2px rgba(0,0,0,0.2);
  583. box-shadow: 0 0 2px rgba(0,0,0,0.2);
  584. }
  585.  
  586. #posts-list article .feature-image {
  587. width: 100%;
  588. line-height: 0;
  589. }
  590.  
  591. #posts-list article .feature-image img {
  592. max-width: 100%;
  593. border-bottom: 2px solid #ccc;
  594. -webkit-transition: all .3s ease;
  595. -moz-transition: all .3s ease;
  596. -o-transition: all .3s ease;
  597. transition: all .3s ease;
  598. }
  599.  
  600. #posts-list article .feature-image a img:hover {
  601. opacity: .1;
  602. }
  603.  
  604. #posts-list article .box {
  605. position: relative;
  606. padding-left: 40px;
  607. padding-top: 12px;
  608. padding-bottom: 18px;
  609. }
  610.  
  611. #posts-list article .box .entry-date {
  612. position: absolute;
  613. width: 50px;
  614. height: 37px;
  615. top: 15px;
  616. left: -23px;
  617. display: block;
  618. padding-top: 13px;
  619. font-family: 'Voltaire', Arial, sans-serif;
  620. line-height: 1em;
  621. -moz-border-radius: 60px;
  622. -webkit-border-radius: 60px 60px 60px 60px;
  623. border-radius: 60px 60px 60px 60px;
  624. box-shadow: 4px 4px 0 0 rgba(0,0,0,0.2);
  625. }
  626.  
  627. #posts-list article .box .entry-date .number {
  628. font-size: 16px;
  629. text-align: center;
  630. margin-bottom: 3px;
  631. }
  632.  
  633. #posts-list article .box .entry-date .month {
  634. font-size: 11px;
  635. text-align: center;
  636. }
  637.  
  638. #posts-list article .box .excerpt {
  639. float: left;
  640. width: 421px;
  641. }
  642.  
  643. #posts-list article .box .excerpt .post-heading {
  644. display: block;
  645. font-family: 'Voltaire', Arial, sans-serif;
  646. font-size: 32px;
  647. line-height: 1.1em;
  648. text-shadow: 4px 4px 0 rgba(0,0,0,0.1);
  649. margin-top: 14px;
  650. margin-bottom: 21px;
  651. }
  652.  
  653. #posts-list article .box .excerpt .learnmore {
  654. display: inline-block;
  655. padding: 7px;
  656. }
  657.  
  658. #posts-list article .box .meta {
  659. float: left;
  660. margin-left: 20px;
  661. font-size: 11px;
  662. padding-top: 15px;
  663. }
  664.  
  665. #posts-list article .box .meta span {
  666. display: block;
  667. margin-bottom: 10px;
  668. padding-left: 25px;
  669. }
  670.  
  671. #posts-list article .box .meta .user {
  672. background: url(../img/icon-user.png) no-repeat 0 0;
  673. }
  674.  
  675. #posts-list article .box .meta .comments {
  676. background: url(../img/icon-comments.png) no-repeat 0 0;
  677. }
  678.  
  679. #posts-list article .box .meta .tags {
  680. background: url(../img/icon-tags.png) no-repeat 0 0;
  681. }
  682.  
  683. #posts-list article.format-audio .format {
  684. background: url(../img/icon-format-audio.png) no-repeat 0 0;
  685. }
  686.  
  687. #posts-list article.format-video .format {
  688. background: url(../img/icon-format-video.png) no-repeat 0 0;
  689. }
  690.  
  691. #posts-list article.format-link .format {
  692. background: url(../img/icon-format-link.png) no-repeat 0 0;
  693. }
  694.  
  695. #posts-list article.format-quote .format {
  696. background: url(../img/icon-format-quote.png) no-repeat 0 0;
  697. }
  698.  
  699. #posts-list article.format-standard .format {
  700. background: url(../img/icon-format-post.png) no-repeat 0 0;
  701. }
  702.  
  703. #posts-list article.format-image .format {
  704. background: url(../img/icon-format-image.png) no-repeat 0 0;
  705. }
  706.  
  707. body.single #posts-list {
  708. width: 640px;
  709. }
  710.  
  711. body.single #posts-list article {
  712. margin-bottom: 55px;
  713. }
  714.  
  715. body.single #posts-list article .box {
  716. position: relative;
  717. padding-left: 40px;
  718. padding-top: 12px;
  719. padding-bottom: 18px;
  720. padding: 0;
  721. background: none;
  722. }
  723.  
  724. body.single #posts-list article .box .excerpt {
  725. float: left;
  726. width: 580px;
  727. margin-left: 40px;
  728. margin-bottom: 20px;
  729. margin-top: 10px;
  730. }
  731.  
  732. body.single #posts-list article .box .meta {
  733. width: 580px;
  734. margin-left: 0;
  735. padding: 20px 20px 20px 40px;
  736. }
  737.  
  738. /* PAGE NAVIGATION ------------------------------------------------------------*/
  739. #main .page-navigation {
  740. display: block;
  741. margin-bottom: 100px;
  742. }
  743.  
  744. #main .page-navigation a {
  745. display: block;
  746. -webkit-transition: all .3s ease;
  747. -moz-transition: all .3s ease;
  748. -o-transition: all .3s ease;
  749. transition: all .3s ease;
  750. }
  751.  
  752. #main .page-navigation .nav-next {
  753. float: left;
  754. }
  755.  
  756. #main .page-navigation .nav-previous {
  757. float: right;
  758. }
  759.  
  760. /* SIDEBAR ------------------------------------------------------------*/
  761. #sidebar {
  762. position: relative;
  763. width: 240px;
  764. float: left;
  765. margin-top: 30px;
  766. font-size: 11px;
  767. }
  768.  
  769. #sidebar .block {
  770. margin-bottom: 40px;
  771. padding-bottom: 5px;
  772. }
  773.  
  774. #sidebar h4 {
  775. border-bottom: 1px solid rgba(0,0,0,0.1);
  776. margin-bottom: 25px;
  777. padding-bottom: 15px;
  778. }
  779.  
  780. #sidebar li {
  781. margin-bottom: 7px;
  782. }
  783.  
  784. /* RESPONSIVE VIDEO ----------------------------------------------------*/
  785. .video-container {
  786. position: relative;
  787. padding-bottom: 56.25%;
  788. padding-top: 30px;
  789. height: 0;
  790. overflow: hidden;
  791. }
  792.  
  793. .video-container iframe,
  794. .video-container object,
  795. .video-container embed {
  796. position: absolute;
  797. top: 0;
  798. left: 0;
  799. width: 100%;
  800. height: 100%;
  801. }
  802.  
  803. /* SOCIAL BAR ----------------------------------------------------*/
  804. #social-bar {
  805. display: block;
  806. float: right;
  807. }
  808.  
  809. #social-bar li {
  810. display: block;
  811. float: left;
  812. margin-left: 6px;
  813. -webkit-transition: all .3s ease;
  814. -moz-transition: all .3s ease;
  815. -o-transition: all .3s ease;
  816. transition: all .3s ease;
  817. }
  818.  
  819. #social-bar li:hover {
  820. -webkit-transform: translate(0px,-5px);
  821. -moz-transform: translate(0px,-5px);
  822. -o-transform: translate(0px,-5px);
  823. transform: translate(0px,-5px);
  824. }
  825.  
  826. /* FOOTER ------------------------------------------------------------*/
  827. footer {
  828. font-size: 11px;
  829. }
  830.  
  831. footer h1,
  832. footer h2,
  833. footer h3,
  834. footer h4,
  835. footer h5,
  836. footer h6 {
  837. text-shadow: 4px 4px 0 rgba(255,255,255,0.1);
  838. }
  839.  
  840. /* FOOTER BOTTOM ------------------------------------------------------------*/
  841. .footer-bottom {
  842. padding-top: 20px;
  843. padding-bottom: 60px;
  844. overflow: hidden;
  845. border-top: 1px dashed rgba(255,255,255,0.1);
  846. }
  847.  
  848. .footer-bottom .left {
  849. width: 50%;
  850. padding-top: 10px;
  851. float: left;
  852. }
  853.  
  854. .footer-bottom .right {
  855. width: 50%;
  856. float: right;
  857. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement