Skip to content

Commit f875635

Browse files
committed
1 parent ac55eaf commit f875635

File tree

7 files changed

+46
-0
lines changed

7 files changed

+46
-0
lines changed

assets/btn1.png

822 Bytes
Loading

assets/btn2.png

949 Bytes
Loading

assets/btn3.png

1.24 KB
Loading

assets/chrome.png

4.59 KB
Loading

assets/desktop.css

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ body {
7777
padding: 2px 25px 6px 10px;
7878
text-shadow: 1px 1px 3px #222;
7979
border-radius: 0px 8px 8px 0px;
80+
margin-right: 16px;
8081
cursor: pointer;
8182
}
8283

@@ -86,6 +87,41 @@ body {
8687
transform: translateY(4px);
8788
}
8889

90+
.open-tab {
91+
width: 150px;
92+
height: 26px;
93+
margin: 3px 0;
94+
float: left;
95+
background-color: #4892F7;
96+
background: url(btn1.png) no-repeat 0 0;
97+
border: 1px solid #306FD9;
98+
border-radius: 2px;
99+
font-family: calibri, monospace;
100+
font-size: 14px;
101+
line-height: 14px;
102+
padding: 8px;
103+
overflow: hidden;
104+
white-space: nowrap;
105+
text-overflow: ellipsis;
106+
word-wrap: break-word;
107+
cursor: pointer;
108+
}
109+
110+
.open-tab:hover {
111+
background: url(btn2.png) no-repeat 0 0;
112+
}
113+
114+
.open-tab.active {
115+
background: url(btn3.png) no-repeat 0 0;
116+
}
117+
118+
.open-tab img {
119+
height: 18px;
120+
float: left;
121+
transform: translateY(-3px);
122+
margin-right: 5px;
123+
}
124+
89125
.time {
90126
height: 100%;
91127
float: right;

assets/ie.png

5.83 KB
Loading

desktop.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,17 @@
3030
</div>
3131
</div>
3232
<div class="taskbar">
33+
<!-- Start Button -->
3334
<div class="start-button"><img src="assets/logo.svg"> start</div>
35+
36+
<!-- Open Tabs -->
37+
<div class="open-tab"><img src="assets/documents.png"> Faisal Akhtar opened</div>
38+
<div class="open-tab"><img src="assets/computer.png"> My Computer</div>
39+
<div class="open-tab"><img src="assets/network.png"> My Network</div>
40+
<div class="open-tab active"><img src="assets/notepad.png"> ReadME.txt</div>
41+
<div class="open-tab"><img src="assets/recycle.png"> Recycle Bin</div>
42+
43+
<!-- System Tray -->
3444
<div class="time">11:20 PM</div>
3545
</div>
3646

0 commit comments

Comments
 (0)