You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

103 lines
4.7 KiB

7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
  1. /* GLOBAL STYLES
  2. -------------------------------------------------- */
  3. /* Padding below the footer and lighter body text */
  4. body {color: #5a5a5a;}
  5. .lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4;}
  6. .bs-docs-featurette-title{margin-bottom:10px;font-size:30px;font-weight:400;color:#333;}
  7. .half-rule{width:100px;margin:40px auto;}
  8. .bs-docs-featurette{padding-top:40px;padding-bottom:40px;font-size:16px;line-height:1.5;color:#555;text-align:center;}
  9. .projects-header{width:60%;text-align:center;margin:60px 0 10px;font-weight:200;margin-bottom:40px;display:block;margin-left:auto;margin-right:auto}
  10. .projects-header h2{font-size:30px;letter-spacing:1px}
  11. @media screen and (min-width:768px){
  12. .projects-header h2{font-size:36px}
  13. }
  14. /* CUSTOMIZE THE NAVBAR
  15. -------------------------------------------------- */
  16. /* Special class on .container surrounding .navbar, used for positioning it into place. */
  17. .navbar-wrapper {position: absolute;top: 0;right: 0;left: 0;z-index: 20;}
  18. /* Flip around the padding for proper display in narrow viewports */
  19. .navbar-wrapper > .container {padding-right: 0;padding-left: 0;}
  20. .navbar-wrapper .navbar {padding-right: 15px;padding-left: 15px;}
  21. .navbar-wrapper .navbar .container {width: auto;}
  22. /* CUSTOMIZE THE CAROUSEL
  23. -------------------------------------------------- */
  24. /* Carousel base class */
  25. .carousel {height: 500px;margin-bottom: 60px;}
  26. /* Since positioning the image, we need to help out the caption */
  27. .carousel-caption {z-index: 10;}
  28. /* Declare heights because of positioning of img element */
  29. .carousel .item {height: 500px;background-color: #777;}
  30. .carousel-inner > .item > img {position: absolute;top: 0;left: 0;min-width: 100%;height: 500px;}
  31. /* MARKETING CONTENT
  32. -------------------------------------------------- */
  33. /* Center align the text within the three columns below the carousel */
  34. .marketing .col-lg-4 {margin-bottom: 20px;text-align: center;}
  35. .marketing h2 {font-weight: normal;}
  36. .marketing .col-lg-4 p {margin-right: 10px;margin-left: 10px;}
  37. /* Featurettes
  38. ------------------------- */
  39. .featurette-divider {margin: 80px 0; /* Space out the Bootstrap <hr> more */}
  40. /* Thin out the marketing headings */
  41. .featurette-heading {font-weight: 300;line-height: 1;letter-spacing: -1px;}
  42. /* RESPONSIVE CSS
  43. -------------------------------------------------- */
  44. @media (min-width: 768px) {
  45. /* Navbar positioning foo */
  46. .navbar-wrapper {margin-top: 20px;}
  47. .navbar-wrapper .container {padding-right: 15px;padding-left: 15px;}
  48. .navbar-wrapper .navbar {padding-right: 0;padding-left: 0;}
  49. /* The navbar becomes detached from the top, so we round the corners */
  50. .navbar-wrapper .navbar {border-radius: 4px;}
  51. /* Bump up size of carousel content */
  52. .carousel-caption p {margin-bottom: 20px;font-size: 21px;line-height: 1.4;}
  53. .featurette-heading {font-size: 50px;}
  54. .bs-docs-featurette-title{font-size:36px;}
  55. .bs-docs-featurette .lead{max-width:80%;margin-right:auto;margin-left:auto;}
  56. .lead{font-size:21px;}
  57. .bs-docs-featurette{padding-top:80px;padding-bottom:80px;}
  58. }
  59. @media (min-width: 992px) {
  60. .featurette-heading {margin-top: 120px;}
  61. }
  62. img:hover{filter:alpha(opacity=90);opacity:0.9;}
  63. .cl{clear:both;}.fl,.mfl{float:left;}.fr,.mfr{float:right;}.m-auto{margin:0 auto;}
  64. .list{padding:20px 0;border-bottom:1px solid #e5e5e5;}
  65. .tit{display:block;font-weight:normal;font-size:24px;line-height:1.3;}
  66. .list p{margin-top:10px;word-break:break-all;color:#999;font-size:14px;line-height:1.5;}.list p a{color:#e74c3c;}.list p:after{content:"..";}
  67. .info{margin-top:8px;color:#bbb;font-size:12px;}.info a{color:#ea5a3d;margin-right:8px;}.info .fr{color:#444;}
  68. .list .limg{width:169px;height:119px;float:left;margin-right:20px;}.list .limg img{width:169px;height:119px;vertical-align:top;}
  69. .page,.pages{text-align:center;padding:15px 0px;}.page a:hover{background:#FF5E52;color:#fff;}
  70. .page a{display:inline-block;height:32px;line-height:32px;padding:0 45px;font-size:14px;color:#fff;background:#ea5a3d;margin-right:8px;border-radius:3px;box-shadow:1px 1px 2px #eee;}
  71. .pages li a{color:#808080;}.pages li{display:inline-block;height:35px;line-height:35px;text-align:center;font-size:14px;color:#808080;background-color:#f4f4f4;padding-right:15px;padding-left:15px;margin-right:1px;}
  72. .pages .thisclass{background-color:#ea5a3d;}.pages .thisclass a{color:#fff;}
  73. .pages li:hover,.pages li:hover a{background-color:#ea5a3d;color:#fff;}
  74. .content{margin-bottom:15px;font-size:16px;}
  75. .content p{margin-bottom:0;}.content u{color:red;text-decoration:none;}
  76. .content img{max-width:100%;height:auto;}
  77. .content blockquote{padding:.6em 1em;border-left:.4em solid #cad4f2;background:#f0f0f0;}
  78. .banner{text-align:center;padding-top:100px;color: #fff;background:url(../images/banner.jpg);}
  79. .imgzsy{width:100%;/* height:14vw; */}
  80. footer{margin-top:40px;}
  81. footer p{text-align:center;}