| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259 |
- /*
- Design by Free Responsive Templates
- http://www.free-responsive-templates.com
- Released for free under a Creative Commons Attribution 3.0 Unported License (CC BY 3.0)
- */
- * {
- margin:0;
- padding:0;
- }
- body {
- font-family: verdana, serif;
- font-size:14px;
- background: url(../images/siteBackground.jpg);
- margin: 0;
- padding: 0;
- color: rgb(50, 60, 70);
- }
- a img {
- border: none;
- }
- a:link {
- color: #0484c0;
- text-decoration: underline;
- }
- a:visited {
- color: #0484c0;
- text-decoration: underline;
- }
- a:hover, a:active, a:focus {
- color: #0484c0;
- text-decoration: none;
- }
- h1 {
- font-size:30px;
- color:#8dc35a;
- font-family: verdana, sans-serif;
- padding: 0 0 10px 0;
- }
- h2 {
- font-size:24px;
- color:#ffffff;
- font-family: verdana, sans-serif;
- padding: 0 0 10px 0;
- text-shadow: 0px 0px, 1px 3px #b8bec0;
- }
- h3 {
- font-size:30px;
- color:#677a83;
- font-family: verdana, sans-serif;
- padding: 0 0 10px 0;
- }
- p {
- line-height:140%;
- }
- .wrapper {
- width:960px;
- margin:40px auto;
- background: #ffffff;
- box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
- padding-bottom:50px;
- }
- header {
- padding:50px 50px 10px 50px;
- }
- .logo {
- float: left;
- /*background: url(../images/logoBackground.png) no-repeat;*/
- background: url(../images/huawei-u8150-ideos.jpg) no-repeat;
- width: 150px;
- height: 123px;
- }
- .logo h1 a {
- text-shadow: 0px 0px, 1px 2px #5b9e11;
- font-size:60px;
- color: #ffffff;
- text-decoration:none;
- padding:10px;
- line-height:110px;
- }
- footer {
- text-align:center;
- padding-bottom:40px
- }
- .horSeparator {
- background:url(../images/horSeparator.png) repeat-x;
- height:13px;
- margin:20px 0;
- }
- section {
- padding:0 50px;
- }
- .post {
- border-bottom:1px solid rgba(200, 207, 210, 1);
- padding:50px 0;
- margin:0 50px;
- }
- .post header {
- float:right;
- width:519px;
- padding:0;
- }
- .post p {
- float:right;
- width:519px;
- }
- .post aside img {
- border:1px solid #c8cfd2;
- margin:10px 0 0 0;
- }
- .sectionFooter {
- background: #d6d9da;
- padding:40px 0;
- margin:0 50px;
- border-top:1px solid #ffffff;
- }
- .footerBox {
- width:40%;
- float:left;
- padding:0 40px;
- }
- .footerBox p {
- font-style:italic;
- padding:0 0px 10px 0px;
- }
- .clearfloat {
- clear:both;
- height:0;
- font-size: 1px;
- line-height: 0px;
- }
-
- /**************************/
- /*********************************Begin main menu****************************************/
- /**************************/
- nav {
- float:right;
- padding:40px 0 0 0;
- }
- ul#navlist {
- margin-left: 0;
- padding-left: 0;
- white-space: nowrap;
- }
- #navlist li {
- display: inline;
- list-style-type: none;
- }
- #navlist a {
- padding: 3px 10px;
- font-family: 'Lobster', sans-serif;
- font-size: 36px;
- color: #677a83;
- }
- #navlist a:link, #navlist a:visited {
- color: #677a83;
- text-decoration: none;
- }
- #navlist a:hover {
- color: #8dc35a;
- text-decoration: none;
- }
- #navlist #active a {
- color: #8dc35a;
- text-decoration: none;
- }
- /**************************/
- /*********************************End main menu****************************************/
- /**************************/
- /*********************************Begin Media Queries****************************************/
- /**************************/
- /* for 980px or less */
- @media screen and (max-width: 980px) {
- .wrapper {
- width: 95%;
- }
- }
- /* for 768px or less */
- @media screen and (max-width: 768px) {
- h1, h2, h3 {
- font-size:24px;
- }
- header {
- padding:20px 50px 0px 50px;
- }
- .post {
- padding:20px 0;
- }
- .post header, .post p {
- width:400px;
- }
- article aside {
- width: 170px;
- }
- .footerBox {
- padding:0 20px;
- }
- .footerBox p {
- padding:0 0 10px 0;
- }
- #navlist a {
- padding: 3px 10px;
- font-size: 24px;
- }
- }
- /* for 480px or less */
- @media screen and (max-width: 480px) {
- .wrapper {
- margin-top:10px;
- }
- header {
- padding:10px 10px 0px 10px;
- }
- .logo {
- float:none;
- margin:0 auto;
- }
- nav {
- float:none;
- padding:5px 0 0 0;
- }
- #navlist a {
- padding: 7px 2px;
- font-family: 'Lobster', sans-serif;
- font-size: 16px;
- color: #677a83;
- }
- section {
- padding:0 10px;
- }
- article aside {
- display:none;
- }
- .post {
- padding:10px 0;
- margin:0 10px;
- }
- .post header, .post p {
- width:auto;
- float:none;
- }
- .sectionFooter {
- padding:10px 0;
- margin:0 10px;
- }
- .footerBox {
- width:auto;
- float:none;
- padding:10px;
- }
- }
- img {
- max-width: 100%;
- height: auto;
- width: auto;
- }
- /**************************/
- /*********************************End Media Queries****************************************/
- /**************************/
|