成人免费xxxxx在线视频软件_久久精品久久久_亚洲国产精品久久久_天天色天天色_亚洲人成一区_欧美一级欧美三级在线观看

高仿Windows 98主題的CSS樣式庫

開發 前端
windows_98.css是一個簡單的CSS腳本,它可以實現Windows 98主題風格的對話框和下拉菜單,與Windows 98主題的仿真度非常高。如果在現代的網頁上出現Windows 98的風格,是不是回給人一種懷念的感覺。

windows_98.css是一個簡單的CSS腳本,它可以實現Windows 98主題風格的對話框和下拉菜單,與Windows 98主題的仿真度非常高。如果在現代的網頁上出現Windows 98的風格,是不是回給人一種懷念的感覺。

演示地址:http://static.codeceo.com/demo/201507/windows-98-css/index.html

對話框

CSS代碼:

  1. .win98 .window { 
  2.   background#bfbfbf
  3.   border1px solid
  4.   border-top-color#dfdfdf
  5.   border-left-color#dfdfdf
  6.   border-right-color#808080
  7.   border-bottom-color#808080
  8.   box-shadow: 1px 1px 0 0 #000
  9.   width400px
  10. .win98 .window .content { 
  11.   padding7px 10px
  12. .win98 .window .header { 
  13.   margin2px 2px 0
  14.   padding1px 2px
  15.   color#fff
  16.   background: -webkit-linear-gradient(left#000080#1084d0); 
  17.   background: linear-gradient(to right#000080#1084d0); 
  18.   font-weightbold
  19.   font-size11px
  20.   line-height16px
  21. .win98 .window .header .icon { 
  22.   width16px
  23.   height16px
  24.   floatleft
  25.   margin-right2px
  26. .win98 .window .header .buttons { 
  27.   height14px
  28.   floatright
  29. .win98 .window .header .buttons button { 
  30.   vertical-aligntext-top
  31.   font-weightbold
  32.   line-height12px
  33.   padding0
  34.   height14px
  35.   width14px

下拉菜單

CSS代碼:

  1. .win98 .menu { 
  2.   background#bfbfbf
  3.   border1px solid
  4.   border-top-color#dfdfdf
  5.   border-left-color#dfdfdf
  6.   border-right-color#808080
  7.   border-bottom-color#808080
  8.   box-shadow: 1px 1px 0 0 #000
  9.   zoom: 1
  10.   width195px
  11.   font-size13px
  12.   padding1px
  13.   positionrelative
  14. .win98 .menu:before, 
  15. .win98 .menu:after { 
  16.   content""
  17.   display: table; 
  18. .win98 .menu:after { 
  19.   clearboth
  20. .win98 .menu >.menu-content { 
  21.   floatright
  22. .win98 .menu .menu-sidebar { 
  23.   background: -webkit-linear-gradient(top#000080#1084d0); 
  24.   background: linear-gradient(to bottom#000080#1084d0); 
  25.   positionabsolute
  26.   width25px
  27.   height100%
  28. .win98 .menu .menu-sidebar .headline { 
  29.   -webkit-transform: rotate(270deg); 
  30.   -ms-transform: rotate(270deg); 
  31.   transform: rotate(270deg); 
  32.   positionabsolute
  33.   bottom: 40px
  34.   left: -32px
  35.   width100px
  36.   height30px
  37.   font-size16px
  38.   color#fff
  39. .win98 .menu .menu-content { 
  40.   margin0
  41.   padding0
  42.   border0
  43.   outline0
  44.   color#000
  45.   list-stylenone
  46.   margin2px 0
  47.   width170px
  48. .win98 .menu .menu-content .divider { 
  49.   margin7px 6px
  50.   border-top1px solid #808080
  51.   border-bottom1px solid #dfdfdf
  52. .win98 .menu .menu-content .item { 
  53.   cursorpointer
  54.   padding10px
  55. .win98 .menu .menu-content .item:hover { 
  56.   color#fff
  57.   background#000080
  58. .win98 .menu .menu-content .item.folder { 
  59.   positionrelative
  60. .win98 .menu .menu-content .item.folder:after { 
  61.   content'\25B6'
  62.   floatright
  63.   font-size10px
  64. .win98 .menu .menu-content .item .icon { 
  65.   floatleft
  66.   margin-right7px
  67.   margin-top-4px
  68. .win98 .menu .menu-content .item:hover .menu-content, 
  69. .win98 .menu .menu-content .item:focus .menu-content { 
  70.   displayblock
  71. .win98 .menu .menu-content .menu-content { 
  72.   background#bfbfbf
  73.   border1px solid
  74.   border-top-color#dfdfdf
  75.   border-left-color#dfdfdf
  76.   border-right-color#808080
  77.   border-bottom-color#808080
  78.   box-shadow: 1px 1px 0 0 #000
  79.   displaynone
  80.   positionabsolute
  81.   left: 165px
  82.   top: -4px
  83. .win98 .menu .menu-content .menu-content .item { 
  84.   padding3px 10px
  85. .win98 .menu .menu-content .menu-content .icon { 
  86.   width18px
  87.   height18px
  88.   margin-top-2px

本文鏈接:http://www.codeceo.com/article/windows-98-css.htm

責任編輯:王雪燕 來源: 碼農網
相關推薦

2009-04-15 08:48:01

Windows 7微軟操作系統

2022-03-30 14:34:21

鴻蒙HarmonyOScss

2010-09-13 13:44:35

CSS表格CSS表單

2010-08-31 12:42:22

CSS a標簽

2017-07-20 11:11:39

前端CSS書寫規范

2012-08-13 10:20:30

Windowslinux桌面

2009-03-24 09:15:42

Windows 7使用技巧微軟

2009-05-26 09:11:58

Windows 7微軟操作系統

2010-08-13 08:57:20

Flex主題

2010-06-12 13:59:42

Eclipse 4.0CSS主題功能切換

2022-12-06 23:32:47

CSS語言LCH

2022-12-28 08:16:30

CSS新規范樣式

2015-10-28 13:40:28

高仿百度糯米源碼

2015-01-14 15:27:20

Androidsplash

2011-04-11 10:12:07

Windows 7主題

2009-12-04 13:34:52

Windows Aer

2009-07-01 16:36:40

CSS樣式工具Visual Stud

2013-05-06 09:56:57

Windows 98

2009-03-24 09:02:03

Windows 7主題微軟

2023-07-14 07:52:37

CSS優先級Design
點贊
收藏

51CTO技術棧公眾號

主站蜘蛛池模板: 日本一二三区高清 | 成人h片在线观看 | 国产91丝袜在线18 | 国产精品毛片一区二区在线看 | 日本不卡视频在线播放 | 久久久久久久网 | 亚洲视频一区 | 国产精品久久久久久久久久久久 | 欧美日韩国产一区二区 | 人妖av| 国产乱码精品1区2区3区 | 情侣酒店偷拍一区二区在线播放 | 国产日韩欧美精品一区二区 | 91看片免费版 | 亚洲精品久久久久久一区二区 | 欧美成人一区二区三区 | 欧美精品电影一区 | a级黄色毛片免费播放视频 国产精品视频在线观看 | 久久久久国色av免费观看性色 | 中文在线a在线 | 黄色一级片在线播放 | 极品的亚洲| 国产一区在线免费观看视频 | 欧美www在线 | 午夜久久久 | 福利视频亚洲 | 日韩欧美三级 | 成人做爰www免费看 午夜精品久久久久久久久久久久 | 精品欧美一区二区三区久久久小说 | 久久精品亚洲精品国产欧美 | 在线亚洲一区 | 99re66在线观看精品热 | 欧美精品v国产精品v日韩精品 | 欧美精品在线免费观看 | 性高朝久久久久久久3小时 av一区二区三区四区 | 亚洲欧美日韩在线 | 国产亚洲一区二区精品 | 成人在线一区二区三区 | 午夜精品一区二区三区在线播放 | av一区二区三区四区 | 日韩欧美大片在线观看 |