pdm_ab_notes.css

来自「FTP Services for Visual Foxpro」· CSS 代码 · 共 64 行

CSS
64
字号
/* CSS Classes used for the default note id's of Agnes plug-ins*/

/*Default note or ID not found*/
div.PDM_AB_Note,
div.PDM_AB_nStop,
div.PDM_AB_nQuestion,
div.PDM_AB_nExclamation,
div.PDM_AB_nInformation
{
 margin: 0px 0px 0px 0px;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 padding-right: 5px;
 border-width:0px;
 width: auto;
 position: relative;
}
div.PDM_AB_Note div.Block_Picture,
/*first section of note "Note"*/
{
 font-weight:bold;
 margin-right: 10px;
 width: auto;
 float: left;
}

div.PDM_AB_nStop div.Block_Picture,
div.PDM_AB_nQuestion div.Block_Picture,
div.PDM_AB_nExclamation div.Block_Picture,
div.PDM_AB_nInformation div.Block_Picture
/*Part that holds the image*/
{
 width: auto;
 float: left;
}

div.PDM_AB_Note div.Block_Text,
/*Text of Note*/
{
 margin-right: 10px;
 width: auto;
 float: left;
}
div.PDM_AB_nStop div.Block_Text,
div.PDM_AB_nQuestion div.Block_Text,
div.PDM_AB_nExclamation div.Block_Text,
div.PDM_AB_nInformation div.Block_Text
/*Text of Note*/
{
 width: auto;
 float: left;
}

div.PDM_AB_nStop div.Block_Picture img.NotePicture,
div.PDM_AB_nQuestion div.Block_Picture img.NotePicture,
div.PDM_AB_nExclamation div.Block_Picture img.NotePicture,
div.PDM_AB_nInformation div.Block_Picture img.NotePicture
/*Note image*/
{
 float: left;
 margin-right:1em;
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?