⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 style.css

📁 It is program for chat using Server and client chat :]
💻 CSS
📖 第 1 页 / 共 2 页
字号:
    border-left-width: 1px;    border-top-width: 1px;    border-right-width: 1px;    border-bottom-width: 1px; */    border: 2px dotted;    border-color:#999;}.menuitem {    font-weight: bold;    background: #999999;    font-size: 13px;     margin-left: 5px;     line-height: 15px;     /*menu: #0000CC*/}.selectedmenuitem {    font-weight: bold;     font-size: 14px;     margin-left: 5px;     cursor: default;     color: #ff6600;     text-decoration: none}.childmenuitem {    font-weight: bold;     font-size: 14px;    margin-left: 15px;     color: #0000cc;    border: 2px dotted;    background-color: #EEE;    border-color:#999;}.selectedchildmenuitem {    font-weight: bold;     font-size: 12px;     margin-left: 15px;     cursor: default;     color: #ff6600;     text-decoration: none}/* Vote Module*/.headervote{    font-family: Arial,Helvetica,sans-serif;    color: #FFFFFF;    background: #4fa3e4;    font-size: 12px;    font-weight: bold;    line-height: 20px;    text-decoration: none;}.bodyvote{    font-family: Arial, Helvetica, sans-serif;    background: #ffffff;    font-size: 10px;    line-height: 20px;}.bordervote {    border:1px solid #4fa3e4;    background-color:#eaf4fe;}.textvote{    font-family:Verdana, Arial, Helvetica, sans-serif;    font-weight:bold;    font-size:12px;}.footervote{    background: #cee1f0;    line-height: 20px;}.buttonvote{    background-color: #519dc5;    color:#FFFFFF;    border-left:1px solid #abd2e9;    border-top:1px solid #abd2e9;    border-right:1px solid #2e7292;    border-bottom:1px solid #2e7292;    font-family:Arial, Helvetica, sans-serif;    font-size:10px;}.body_album_left {    font-family: Arial, Helvetica, sans-serif;    background: #FFFFFF;    font-size: 12px;    line-height: 20px;    text-indent:10px;}img{  border:0;}.col {  padding-right:15px;  font-size:11px;  font-family:Arial, Helvetica, sans-serif;  color:#000;}ul.news {  margin: 8px 0 0 0;  padding: 0;}.news li {  margin: 0 0 2px 0;  padding: 0;  clear: both;  list-style-type: none;}a.newstitle:link, a.newstitle:visited, a.newstitle:active{  color:#000000;  font-size:16px;  font-weight:bold;  text-decoration:none;}a.newstitle:hover{  color:#DB4400;}.itemlink, a.itemlink:link, a.itemlink:visited, a.itemlink:active{  text-decoration:none;  color:#000000;  font-size:11px;}a.itemlink:hover{  color:#C74B07;}.newstbl{  background-color:#E8EEFA;  border:1px solid #C9D7F1;  padding:5px;}.line{  border-bottom:1px solid #C1C8D6;}hr.hrfooter {  color: #C9D7F1;  background: #C9D7F1;  border: 0;  height: 1px;  width:95%;}.divcode{  border:1px solid #888;  padding:2px;}div.quote {  font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 11px;  color: #444444;  line-height: 125%;  background-color: #EEE;  border: 2px dotted #999;   padding:5px;  margin:10px;}/*****************************************************************************************PLT.C.2 FontsThe font style definitions affect the font attributes only (font face, size, color, style, etc).******************************************************************************************//* Font attributes for the "normal" fragment font. Used for the display of non-accentuated information. Example: Normal Text *//*messageText*/.portlet-font {    color: #000000;    font-family:Tahoma, Arial, Helvetica, sans-serif;    font-size: 12px;    font-weight: normal;    line-height: 20px;    text-decoration: none;}/* Font attributes similar to the portlet-font but the color is lighter. Example: Dim Text *//* not used */.portlet-font-dim {    font-family:Tahoma, Arial, Helvetica, sans-serif;    font-size: 12px;    font-weight: normal;    line-height: 20px;    text-decoration: none;    color:#d3d3d3;}/*****************************************************************************************PLT.C.3 MessagesMessage style definitions affect the rendering of a paragraph (alignment, borders,background color, etc) as well as text attributes.******************************************************************************************//* Status of the current operation. Example: Progress: 80% *//* not used*/.portlet-msg-status {    color: blue;    font-family:Tahoma, Arial, Helvetica, sans-serif;    font-size: 12px;    font-style: italic;    font-weight: bold;    line-height: 20px;    text-decoration: none;}/* Help messages, general additional information, etc. Example: Info about *//*temporarily, not used*/.portlet-msg-info {    font-family: Arial,Helvetica,sans-serif;    font-style: normal;    font-weight: bold;    font-size:10pt;    color:blue;}/* Error messages. Example: Portlet not available- mvnforum: pagedesc: in error page*/.portlet-msg-error {    color: #FF0000;}/* Warning messages.Example: Timeout occurred, try again later - mvnforum: warning*/.portlet-msg-alert {    font-family: Arial,Helvetica,sans-serif;    font-style: normal;    font-weight: bold;    font-size:10pt;    color:yellow;}/* Verification of the successful completion of a task. Example: Operation completed successfully *//*temporarily, not used*/.portlet-msg-success {    font-family: Arial,Helvetica,sans-serif;    font-style: normal;    font-weight: bold;    font-size:10pt;    color:green;}/*****************************************************************************************PLT.C.4 SectionsSection style definitions affect the rendering of markup sections such as table, div and  span (alignment, borders, background color, etc) as well as their text attributes.******************************************************************************************//* Table or section header    - mvnforum: theader*/.portlet-section-header {    font-family: Arial,Helvetica,sans-serif;    color: #0000CC;    background: #C3D9FF;    font-size: 12px;    font-weight: bold;    line-height: 20px;    text-decoration: none;}a.portlet-section-header:link, a.portlet-section-header:visited, a.portlet-section-header:active {    text-decoration: underline;}a.portlet-section-header:hover {    color: #BD1913;    text-decoration: none;}/* Normal text in a table cell    - mvnforum: trow1*/.portlet-section-body {    font-family: Arial, Helvetica, sans-serif;    background: #FFFFFF;    font-size: 12px;    line-height: 20px;}/* Text in every other row in the cell    -mvnforum: trow2*/.portlet-section-alternate {    font-family: Arial, Helvetica, sans-serif;    background: #EDF4FF;    font-size: 12px;    line-height: 20px;}/* Text in a selected cell range */.portlet-section-selected {    background: #EDEEEE;    font-size: 12px;    line-height: 20px;}/* Text of a subheading    -mvnforum: tcat, trow0*/.portlet-section-subheader {    background: #D9E6FB;    font-size: 12px;    font-weight: normal;    line-height: 20px;}/* Table or section footnote    -mvnforum trowfinal*/.portlet-section-footer {    background: #E0ECFF;    font-size: 12px;    line-height: 20px;}/* Text that belongs to the table but does not fall in one ofthe other categories (e.g. explanatory or help text that isassociated with the section). */.portlet-section-text {}/*****************************************************************************************PLT.C.5 FormsForm styles define the look-and-feel of the elements in an HTML form.******************************************************************************************//* Text used for the descriptive label of the whole form (not the labels for fields). - mvnforum: not used*/.portlet-form-label {    font-family: Arial,Helvetica,sans-serif;    font-style: normal;    font-weight: bold;    font-size: 12pt;    color: black;}/* Text of the user-input in an input field. */.portlet-form-input-field {    font-family: Arial,Helvetica,sans-serif;    font-style: normal;    font-weight: normal;    font-size: 10pt;    color: black;}/* Text on a button */.portlet-form-button {    background-color: #9CB7E7;    font-weight: bold;}/* Text that appears beside a context dependent action icon. */.portlet-icon-label {}/* Text that appears beside a "standard" icon (e.g. Ok, or Cancel) */.portlet-dlg-icon-label {}/* Text for a separator of fields (e.g. checkboxes, etc.) */.portlet-form-field-label {    font-family: Arial,Helvetica,sans-serif;    font-style: normal;    font-weight: bold;    font-size: 10pt;    color: black;}/* Text for a field (not input field, e.g. checkboxes, etc) */.portlet-form-field {}/*****************************************************************************************PLT.C.6 MenusMenu styles define the look-and-feel of the text and background of a menu structure. Thisstructure may be embedded in the aggregated page or may appear as a context sensitivepopup menu.******************************************************************************************//* General menu settings such as background color, margins, etc - mvnforum: not used*/.portlet-menu {    color: #000000;    background: #F5F5F5;    font-family:Tahoma, Arial, Helvetica, sans-serif;    font-size: 12px;    font-weight: bold;    line-height: 20px;    text-decoration: none;}/* Normal, unselected menu item. */.portlet-menu-item {}/* Selected menu item. */.portlet-menu-item-selected {}/* Normal, unselected menu item when the mouse hovers over it. */.portlet-menu-item-hover {}/* Selected menu item when the mouse hovers over it. */.portlet-menu-item-hover-selected {}/* Normal, unselected menu item that has submenus. */.portlet-menu-cascade-item {}/* Selected sub-menu item that has sub-menus. */.portlet-menu-cascade-item-selected {}/* Descriptive text for the menu (e.g. in a help context below the menu) */.portlet-menu-description {}/* Menu caption - mvnforum not used*/.portlet-menu-caption {}.searchword, .searchmatch {  background-color:#f93;  color:black;  text-decoration:inherit;}

⌨️ 快捷键说明

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