Skip to content

Commit

Permalink
Remove old nowbar code, add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
howar31 committed Apr 18, 2014
1 parent 04fd5d6 commit 273211c
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 28 deletions.
42 changes: 42 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# GW2 Timer #
*2014 Feature Pack updated world bosses time table.*

-

[GW2 Timer](http://howar31.github.io/GW2Timer/)

> Feature:
> * Official World Boss time table sorted by uptime.
> * Current active World Boss stay on top.
> * Timezone conversion, showing local time and server time.
> * Auto refresh page. (1 minute interval)
> * Highlight World Boss name with color accroding to World Boss scale.
> * Waypoint chatlink with one-click selection.
Due to 2014 Feature Pack update on April 15, 2014, most of the World Bosses now show up in specific time. I want a neat and clean and simple time table to track the World Boss event so I created this webpage. Hope you like it. :D

> Coming feature:
> * Mark the World Boss event already done.
> * Event map name.
> * Event countdown.
> * Traditional Chinese translation.
-

[GW2 Timer](http://howar31.github.io/GW2Timer/)

> 特色功能:
> * 官方世界王時間表,依時間排序
> * 目前世界王置頂
> * 依照使用者當前時區自動轉換時間
> * 自動刷新頁面,目前設定是一分鐘刷新一次
> * 依照官方公告世界王等級區分標記顏色
> * 世界王傳送點代碼,可直接複製貼在遊戲聊天頻道使用
2014 Feature Pack更新後,大部分世界王都改成打卡排班制,我想要一個簡單方便的時間表可以參考,所以自己做了這個網頁,希望大家會喜歡 :D

> 預計功能:
> * 標記已打過的世界王
> * 世界王事件地圖名稱
> * 世界王時間倒數
> * 中文翻譯切換
27 changes: 0 additions & 27 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,33 +51,6 @@ body {
color: red;
}

.nowbar::before {
content: "Now";
position: absolute;
top: 7px;
left: -35px;
font-size: 0.5em;
color: red;
}

#nowbar {
position: absolute;
background: url(splash.png) no-repeat;
opacity: 0.3;
height: 40px;
width: 100%;
top: 66px;
left: -15px;
z-index: -1;
}

#nowtext {
position: relative;
left: -40px;
color: red;
font-size: 0.8em;
}

.waypoint {
font-family: monospace;
cursor: pointer;
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ <h1 id="header-title">Guild Wars 2 Timer</h1>
<div class="col-sm-3" id="psttime-title">US Pacific Time (Server Time)</div>
<div class="col-sm-2" id="waypoint-title">Waypoint</div>
</div>
<!-- <div id="nowbar"><span id="nowtext">Now</span></div>-->
</div>

<div id="footer">
Expand Down

0 comments on commit 273211c

Please sign in to comment.