2 次程式碼提交

作者 SHA1 備註 提交日期
  kenn408k 87bf6a1460 Update to design 6 年之前
  kenn408k 200561c136 Update to eventlist 6 年之前
共有 2 個文件被更改,包括 11 次插入1 次删除
  1. 1
    1
      classes/design.class.php
  2. 10
    0
      css/style.css

+ 1
- 1
classes/design.class.php 查看文件

49
         <div class="contentwrapper"> <!-- Contentwrapper start -->
49
         <div class="contentwrapper"> <!-- Contentwrapper start -->
50
             <header> <!-- Header start -->
50
             <header> <!-- Header start -->
51
                 <div class="topnav">
51
                 <div class="topnav">
52
-                   ' . (User::userLevel() > 0 ? "<div class=\"pull_left\"><span class=\"white\">&nbsp;Velkommen tilbage $username!</span></div>" : "") . '<p>Support:</p> <a href="?page=order"><button>Bestil nu</button></a>
52
+                   ' . (User::userLevel() > 0 ? "<div class=\"pull_left\"><span class=\"white\">&nbsp;Velkommen tilbage $username!</span></div>" : "") . '<p>Support: <a href="?page=contact"><i class="fa fa-envelope"></i></a></p> <a href="?page=order"><button>Bestil nu</button></a>
53
                 </div>
53
                 </div>
54
 
54
 
55
                 <div class="header">
55
                 <div class="header">

+ 10
- 0
css/style.css 查看文件

100
     font-size:15px;
100
     font-size:15px;
101
     line-height:12px;
101
     line-height:12px;
102
     display:inline-block;
102
     display:inline-block;
103
+    margin-right:10px;
103
 }
104
 }
104
 
105
 
105
 .topnav button {
106
 .topnav button {
114
 
115
 
115
 }
116
 }
116
 
117
 
118
+.topnav a {
119
+    color:red;
120
+}
121
+
117
 .mainnav {
122
 .mainnav {
118
     border-top:1px solid #2e2e2e;
123
     border-top:1px solid #2e2e2e;
119
     height:50px;
124
     height:50px;
512
     display:block;
517
     display:block;
513
 }
518
 }
514
 
519
 
520
+.eventslice-top {
521
+    height:178px;
522
+    overflow:hidden;
523
+}
524
+
515
 .eventslice-top img {
525
 .eventslice-top img {
516
     padding-left:5px;
526
     padding-left:5px;
517
     padding-right:5px;
527
     padding-right:5px;

Loading…
取消
儲存