DNN 網站標準CSS 註解

來源:互聯網
上載者:User

/* 紅顏色的是我做的標註,該CSS來自 DNN 3.2.2,可在網站管理的 CSS編輯裡看到這個 CSS  */

/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/  

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
/* 頁面頂部標題的背景色及其它樣式 */
.HeadBg {
}

/* background color for the content part of the pages */
/* 頁面內容地區的背景色及其它樣式 */
Body
{
}

/* background/border colors for the selected tab */
/* 當前所在的頁面的背景色、邊框色及其它樣式 */
.TabBg {
}

/* 左側面板的樣式 */
.LeftPane  {
}

/* 中間主要內容面板的樣式 */
.ContentPane  {
}

/* 右側面板的樣式 */
.RightPane  {
}

/* text style for the selected tab */
/* 當前頁面的文字樣式及其它樣式 */
.SelectedTab {
}

/* hyperlink style for the selected tab */
/* 當前頁面連結的樣式 */
A.SelectedTab:link {
}
A.SelectedTab:visited  {
}
A.SelectedTab:active   {
}
A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
/* 非當前頁面連結的樣式 */
.OtherTabs {
}   
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}
A.OtherTabs:visited  {
}
A.OtherTabs:active   {
}
A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
/* 模組標題樣式 */
.Head   {
}

/* style of item titles on edit and admin pages */
/* 編輯和管理頁面,子項標題的樣式 */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
/* 模組標題的緊湊樣式 */
.SubSubHead {
}

/* text style used for most text rendered by modules */
/* 標準文字,這個用的最多 */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
/* 標準文字框樣式 */
.NormalTextBox
{
}

/* 標準文字的紅色形式,比如如果某個輸入項格式不正確,提示文本就用這個樣式 */
.NormalRed
{
}

/* 標準文字的粗體形式,用於重點問題,列表頭,等等位置 */
.NormalBold
{
}

/* 命令按鈕和連結按鈕的樣式 */
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}   
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}
A.CommandButton:visited  {
}
A.CommandButton:active   {
}
A.CommandButton:hover    {
}
   
/* GENERIC */
/* 一些標準 HTML 元素的樣式,一看就明白,不用多說了吧 */
H1  {
}
H2  {
}
H3  {
}
H4  {
}
H5, DT  {
}
H6  {
}
TFOOT, THEAD    {
}
TH  {
}
A:link  {
}
A:visited   {
}
A:active    {
}
A:hover {
}
SMALL   {
}
BIG {
}
BLOCKQUOTE, PRE {
}
UL LI   {
}
UL LI LI    {
}
UL LI LI LI {
}
OL LI   {
}
OL OL LI    {
}
OL OL OL LI {
}
HR {
}

/* MODULE-SPECIFIC */
/* 這些是針對特定模組所設定的樣式, 當然你的模組也可以用它們 */

/* text style for reading messages in Discussion */   
/* Discussion模組的訊息文本樣式 */
.Message    {

 
/* style of item titles by Announcements and events */
/* Announcements 和 events 模組子項標題的樣式 */
.ItemTitle    {
}

/* Menu-Styles */
/* 菜單樣式, 一看樣式名稱就知道是幹什麼用的,不多說了 */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}

/* Main Menu */
.MainMenu_MenuContainer {
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
}
.MainMenu_MenuIcon {
}
.MainMenu_SubMenu {
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
}
.MainMenu_MenuArrow {
}
.MainMenu_RootMenuArrow {
}

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.