File tree Expand file tree Collapse file tree 7 files changed +46
-0
lines changed Expand file tree Collapse file tree 7 files changed +46
-0
lines changed Original file line number Diff line number Diff line change 77
77
padding : 2px 25px 6px 10px ;
78
78
text-shadow : 1px 1px 3px # 222 ;
79
79
border-radius : 0px 8px 8px 0px ;
80
+ margin-right : 16px ;
80
81
cursor : pointer;
81
82
}
82
83
@@ -86,6 +87,41 @@ body {
86
87
transform : translateY (4px );
87
88
}
88
89
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
+
89
125
.time {
90
126
height : 100% ;
91
127
float : right;
Original file line number Diff line number Diff line change 30
30
</ div >
31
31
</ div >
32
32
< div class ="taskbar ">
33
+ <!-- Start Button -->
33
34
< 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 -->
34
44
< div class ="time "> 11:20 PM</ div >
35
45
</ div >
36
46
You can’t perform that action at this time.
0 commit comments