惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
K
Kaspersky official blog
L
Lohrmann on Cybersecurity
T
Tenable Blog
Latest news
Latest news
C
CXSECURITY Database RSS Feed - CXSecurity.com
Security Latest
Security Latest
V
Vulnerabilities – Threatpost
The Hacker News
The Hacker News
P
Palo Alto Networks Blog
I
Intezer
T
Threatpost
C
Cisco Blogs
A
Arctic Wolf
C
Cyber Attacks, Cyber Crime and Cyber Security
WordPress大学
WordPress大学
月光博客
月光博客
博客园 - 聂微东
Last Week in AI
Last Week in AI
V
V2EX
小众软件
小众软件
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Simon Willison's Weblog
Simon Willison's Weblog
T
The Exploit Database - CXSecurity.com
宝玉的分享
宝玉的分享
酷 壳 – CoolShell
酷 壳 – CoolShell
Spread Privacy
Spread Privacy
博客园 - 三生石上(FineUI控件)
博客园 - 叶小钗
T
Threat Research - Cisco Blogs
博客园 - Franky
S
Schneier on Security
Know Your Adversary
Know Your Adversary
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
aimingoo的专栏
aimingoo的专栏
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
美团技术团队
T
Tor Project blog
C
Cybersecurity and Infrastructure Security Agency CISA
腾讯CDC
Project Zero
Project Zero
V
Visual Studio Blog
人人都是产品经理
人人都是产品经理
量子位
The GitHub Blog
The GitHub Blog
I
InfoQ
P
Proofpoint News Feed
Cyberwarzone
Cyberwarzone
P
Privacy & Cybersecurity Law Blog
B
Blog RSS Feed

博客园 - yier

ZZ:修改sharepoint文档库文件类型显示图标(PDF,WinRAR) ZZ: How to remove 'Open in Windows Explorer' from the 'Actions Menu' zz: 如何查询SQL Server数据库的版本 zz: 关闭WIN2003关机事件跟踪程序 zz:MOSS內容資料庫的分配與管理 zz:CAML簡介 zz:全局化定制MOSS樣式 ZZ:SharePoint常用目录介绍 ZZ:如何修改默认的site template大小 ZZ:JMeter使用指南 ZZ: Moving or Renaming the WSS Central Administration Content Database zz: 如何移動已存在的SQL Server 2005中的user database Search settings - Authentication failed because the remote party has closed the transport stream - yier zz: Calculated Columns - Displaying Images from oscar zz:如何更改列表项前的New标记的天数设置(days-to-show-new-icon ) from Jianyi ZZ: Uploads with SharePoint 2007 - Antivirus From Eric Cherng zz: SharePoint 2007 Folders from Eric Cherng [原创] 在dos命令行里面取当天是“星期几" ZZ: 如何禁止掉SharePoint页面个性化?(续) from kaneboy
zz:貼幾個常用的MOSS樣式選擇器
yier · 2009-10-14 · via 博客园 - yier

貼幾個常用的MOSS樣式選擇器
/*
說明 :
 1. moss界頁框加有由一個主Table組成,這個主Table有四行
  1.1 第一行為放歡迎等工具欄
  1.2 第二行為Banner欄
  1.3 第三行為菜單欄
  1.4 第四行為下框架
 2. 下框架也是由一個Table組成,這個Table分為三行四列
  2.1 一行一列為存放一般頁面的圖標
  2.2 一行二列為空格
  2.3 一行三列存放頁面導行與頁面標題
  2.4 一行四列為空格
  2.5 二行一列為存放左邊菜單(快速導行與樹形目錄)
  2.6 二行二列為空格
  2.7 二行三列為主要內容
  2.8 二行四列為空格
  2.9 第三行都為空格
 3. 左邊菜單(快速導行與樹形目錄)是由一個Table組成,這個Table分為二列
  3.1 一列為內容
  3.2 二列為空格
 4. 左邊菜單中Table中的一列內容由同由一個Table組成,這個Table分為二行二列
  4.1 一行一列為內容
  4.2 其它都是空格

*/
.ms-main
{ /* 整個頁面(主Table) */
 background:none;
}
/* 第一行(begin) */
.ms-globalbreadcrumb
{ /* 第一行容器 */
 background-color: #015198;
 padding: 0px;
 padding-left: 9px;
 padding-right: 9px;
 height: 23px;
}
.ms-SpLinkButtonInActive
{ /* 歡迎選單 */
 background:none;
}
.ms-SpLinkButtonInActive a:link
{ /* 歡迎選單字體  */
 color:white;
}
.ms-SpLinkButtonActive
{ /* 鼠標放到歡迎選單上時 */
 background:none;
}
.ms-SpLinkButtonActive  a:hover
{ /* 鼠標放到歡迎選單上時的字體 */
 color:red;
}
.ms-globallinks a.ms-sitemapdirectional
{ /* 第一行的網站目錄 */
 color:white;
}
.ms-globallinks,.ms-globallinks a
{ /* 我的網站 */
color:white;
text-decoration:none;
font-family:宋体;
}
.ms-SPLink A:link,.ms-SPLink A:visited
{ /* 我的連接 */
 color:white;
 text-decoration:none;
}
/* 第一行(end)  */

/* 第二行(begin) */
.ms-globalTitleArea
{ /* 第二行容器 */
 background:none;
 height:80px;
}
.ms-titleimagearea
{ /* 網站圖標容器 */
 background:none;
}
.ms-sitetitle
{ /* 網站標題容器 */
 background:none;
}
.ms-sitetitle a
{ /* 網站標題字體 */
 color: #000000;
 font-family:微軟正黑體;
 font-size: 25px;
 font-weight:bold;
}
.ms-sbcell
{ /* 搜索框容器 */
 display:none;
}
/* 第二行(end) */

/* 第三行(begin) */

/* 菜單(begin) */
.ms-bannerContainer
{ /* 菜單容器 */
 height: 36px;
 background: #015198;
 padding-left: 17px;
}

.ms-topnavContainer 
{ /* 菜單項的容器 */
 background:none;
 border:none;
 font-family: Arial;
 font-size: 14px;
 font-weight: normal;
 color: #FFFFFF;
 height: 36px;
}
.ms-topnav
{ /* 菜單項 */
 background:none;
 border:none;
 font-family: Arial;
 font-size: 14px;
 font-weight: normal;
 color: #FFFFFF;
}
.ms-topnav td
{ /* 用於控制菜單項的高度 */
 height: 31px;
}
.ms-topnavselected
{ /* 當前菜單項 */
 background:none;
 border:none;
 font-family: Arial;
 font-size: 14px;
 font-weight: normal;
 color: #FFFFFF;
 background: url(_layouts/1033/IMAGES/CONSTRUC/menu_bg.jpg) top left repeat-x;
}
.ms-topnavselected tr td a
{ /* 當前菜單項 */
 color:#ffffff;
}
.ms-topNavHover, .ms-topnav:hover
{ /* 鼠標放到菜單項上時 */
 color:white;
 background: url(_layouts/1033/IMAGES/CONSTRUC/menu_bg.jpg) top left repeat-x;
}
.ms-topNavFlyOuts
{ /* 子菜單項 */
 background-color:#3BB9C5 !important;
 padding-top:3px;
}
.ms-topNavFlyOuts a
{ /* 子菜單項文字 */
 color: white;
 font-family: arial;
 display: block;
}
a.ms-topNavFlyOutsHover
{ /* 鼠標放到子菜單項上時 */
 color:white;
 background: #015198 !important;
}
/* 菜單(end) */

/* 網站動作(begin) */
.ms-siteactionsmenu div div div
{ /* 網站動作 */
 background:none;
 border:none;
 margin-bottom: 9px;
}
.ms-siteactionsmenu div div div.ms-siteactionsmenuhover
{ /* 鼠標放到網站動作上時 */
 color:white;
 background: url(_layouts/1033/IMAGES/CONSTRUC/menu_bg.jpg) top left repeat-x;
}
/* 網站動作(end) */

/* 第三行(end) */

/* 第四行(begin) */
 
 /* 第四行中的第一行(begin) */
 td.ms-titlearealeft
 { /* 頁面圖標容器 */
  display:block;
  background:none;
 }
 td.ms-pagetitleareaframe
 { /* 頁面標題容器 */
  display:block;
  background:none;
 }
 td.ms-titleareaframe
 { /* 第四行中的第一行中的空格行容器 */
  display:block;
  background:none;
 }
 .ms-pagetitleareaframe table
 { /* 去掉第三行中的圖片*/
  background:none;
 }
 div.ms-titleareaframe
 { /* 去掉第三行中的圖片*/
  background:none;
 }

 /* 第四行中的第一行(end) */
 
 /* 第四行中的第二行(begin) */
 
 /* 左邊欄(begin) */
 td.ms-leftareacell
 { /* 左邊框容器 */
  background:none;
 }
 .ms-quicklaunchouter
 { /* 左邊框容器(一) */
  background:none;
 }
 .ms-quickLaunch
 { /* 左邊框容器(二) */
  background:none;
 }
 .ms-nav
 { /* 左邊框容器(三) */
  background:none;
 }
 .ms-quicklaunchheader
 { /* 檢視所有網站內容項 */
  background:none;
  border: none;
  padding: 0;
  height:25px;
  background-color:#3880C6;
  text-align: center;
  padding-top:3px;
 }
 div.ms-quicklaunchheader a
 { /* 檢視所有網站內容項文字 */
  color:white;
  font: arial 12px;
 }
 table.ms-recyclebin td
 { /* 回收站 */
  background:none;
  border: none;
  padding: 0;
  text-align: center;
  font: arial 12px;
  background-color:#3880C6;
  height:25px;
  
 }
 table.ms-recyclebin td  a
 { /* 回收站文字 */
  color:white;
 }
 .ms-navSubMenu1
 {  /* 快速啟動內容一級區塊容器 */
   margin:0px; 
   padding:0px;
 }
 .ms-quicklaunch table.ms-navheader td,.ms-navheader2 td
 { /* 快速導行項 */
  background-color:#3880C6;
  border-top:solid 1px #f2f8ff;
  border-left:solid 1px #f2f8ff;
  padding-top:3px;
  padding-left:5px;
  height:24px;
 }
 .ms-navheader a
 {
  font-weight:bold;
  color:#FFFFFF;
  text-decoration:none;
 }
 /* 左邊欄(end) */
 
 div.ms-pagemargin
 { /* 第四行中的第二行第二列 */
  background:none;
 }
 td.ms-rightareacell div.ms-pagemargin
 { /* 第四行中的第二行第四列 */
  background:none;
 }
 /* 第四行中的第二行(end) */

 /* 第四行中的第三行(begin) */
 td.ms-pagebottommarginleft
 {
  background:none;
 }
 td.ms-pagebottommargin
 {
  background:none;
 }
 td.ms-bodyareapagemargin
 {
  background:none;
 }
 td.ms-pagebottommarginright
 {
  background:none;
 }
 /* 第四行中的第四行(end) */

/* 第四行(end) */

/* Webpart樣式(begin) */
.ms-WPHeader
{ /* webpart頭部  */
 background:none;
 border:none;
}
.ms-WPHeader td
{
 border:none;
}
.ms-WPTitle
{ /* webpart標題 */
 background:none;
 background-color:#3880C6;
 color:white;
 font-weight:bold;
 height:25px;
}
div.ms-HoverCellInActive
{ /* webpart標題邊上的箭頭 */
 background-color:#3880C6;
 height:23px;
}
div.ms-HoverCellActiveDark
{ /* 鼠標放到webpart標題邊上的箭頭上時 */
 background-color:#3880C6;
 height:23px;
}
.ms-WPBody
{
 border:solid 1px #ebebeb;
}
/* Webpart樣式(end) */

 列表文件樣式說明

.ms-listdescription
{ /* 列表說明 */
 background-color:green;
}
.ms-menutoolbar
{ /* 視圖控件工具欄 */
 background-image:none;
 background-color:red;
 border:solid 1px red;
}
.ms-toolbar
{ /* 視圖控件工具欄 上的欄 */
 border:solid 1px blue;
 background-image:none;
 background-color:maroon;
}
.ms-separator
{ /* 視圖控件工具欄上的欄與欄之間的分割符 */
 border:solid 1px blue;
 background-image:none;
 background-color:gray;
}
div.ms-viewselector
{ /* 視圖控件工具欄上視圖下拉控件 */
 background-image:none;
 background-color:red;
 border:solid 1px red;
}
div.ms-viewselectorhover
{ /* 視圖控件工具欄上視圖下拉控件-鼠標放上去時 */
 background-image:none;
 background-color:blue;
 border:solid 1px blue;
}
.ms-listviewtable
{ /* 視圖控件(標題+內容)的框架 */
 border:solid 3px fuchsia;
}
.ms-vh,.ms-vh2,.ms-vh-icon,.ms-vh2-nofilter,.ms-vh2-nofilter-icon,.ms-viewheadertr .ms-vh-group,.ms-vh2-nograd,.ms-vh3-nograd,.ms-vh2-nograd-icon,.ms-ph,.ms-pickerresultheadertr
{ /* 視圖控件的標題 */
 background-image:none;
 background-color:green;
 
}
.ms-vh table.ms-selectedtitle,.ms-vh2 table.ms-selectedtitle,.ms-vh-icon table.ms-selectedtitle
{ /* 視圖控件的標題-鼠標放上去時 */
 background-color:blue;
 border:none;
}
.ms-viewheadertr th div a:link, .ms-viewheadertr th
{ /* 視圖控件的標題的字體 */
 color:red;
 font-size:9pt;
 font-family:新細明體, 細明體, PMingLiu, MingLiu, tahoma, sans-serif;
}
.ms-alternating
{ /* 視圖控件中的基數列 */
 background-image:none;
 background-color:teal;

原贴URL:http://blog.163.com/szmax_limin/blog/static/581828612008611102014916/