- Timestamp:
- 28 Nov 2014, 05:45:31 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/ngren.theme/trunk/ngren/theme/ngren_theme/css/style.css
r10444 r12074 133 133 134 134 #logo-container { 135 height: 90px;136 margin: 20px;135 height:140px; 136 margin:0px; 137 137 text-align:center; 138 138 float:left; … … 146 146 } 147 147 148 #logo-container #logo { 149 float: left; 150 margin: 5px; 151 margin-top: -10px; 152 width: 150px; 148 .header-logo { 149 display:block; 150 width:500px; 151 height:125px; 152 background:url(../img/ngren_logo.png) no-repeat; 153 text-indent: 100%; 154 white-space: nowrap; 155 overflow: hidden; 156 margin:0 auto; 157 background-size: 500px; 153 158 } 154 159 … … 159 164 top: 0px; 160 165 text-align:left; 161 margin-left: 10px;166 margin-left: 20px; 162 167 } 163 168 … … 214 219 215 220 .navbar-form input[type="text"] { 216 width: 200px;221 width:150px; 217 222 } 218 223 … … 786 791 787 792 @media (max-width: 1200px) { 793 788 794 .left-col, .right-col { 789 795 width:100%; … … 800 806 801 807 @media (max-width: 981px) { 808 809 #logo-container h1 { 810 margin: 15px; 811 } 812 802 813 .slider-container .slider-image { 803 814 top:0px; … … 827 838 828 839 @media (max-width: 767px) { 840 829 841 830 842 /** Base **/ … … 909 921 /** Header **/ 910 922 911 912 923 #logo-container { 913 margin: 10px;924 margin:0px; 914 925 text-align:none; 915 float: none;926 float:center; 916 927 position:relative; 917 } 928 height:90px; 929 } 930 918 931 919 932 #header-head { … … 927 940 } 928 941 929 #logo-container #logo{ 930 float:none; 931 display: block; 932 margin-left: auto; 933 margin-right: auto; 934 margin-bottom: 0px; 935 margin-bottom: -15px; 936 937 } 938 939 #logo-container h1 { 940 visibility:hidden; 941 height: 0px; 942 943 .header-logo { 944 display:block; 945 width:300px; 946 height:120px; 947 background:url(../img/ngren_logo.png) no-repeat; 948 text-indent: 100%; 949 white-space: nowrap; 950 overflow: hidden; 951 margin:0 auto; 952 background-size: 300px; 942 953 } 943 954 }
Note: See TracChangeset for help on using the changeset viewer.