﻿
/*  ************************************************************************  *
 *                                 msvc.css                                   *
 *  ************************************************************************  */

/*  This style sheet is for all document pages in the Visual C++ subweb. 
    Include after MASTER.CSS and DOCUMENT.CSS.  */

/*  Familiarity with both those stylesheets and their comments is assumed!  */

/*  ************************************************************************  */
/*  Character Styles  */

.argument, .attribute, .class, .command, .constant, .def, .directive, .env, 
.function, .identifier, .iid, .interface, .keyword, .macro, .member, 
.method, .operator, .placeholder, .section, .specifier, .statement, .struct, 
.switch, .symbol, .type, .undocumented, .value, .variable {
}

/*  For (small) programming and usage elements in text  */

span.argument, 
span.placeholder {
    font-style:italic;
}

span.attribute, 
span.class, 
span.command, 
span.constant, 
span.def, 
span.directive, 
span.env, 
span.function, 
span.identifier, 
span.iid, 
span.interface, 
span.keyword, 
span.macro, 
span.member, 
span.method, 
span.operator, 
span.section, 
span.specifier, 
span.statement, 
span.struct, 
span.switch, 
span.symbol, 
span.type, 
span.value, 
span.variable {
    font-weight:bold;
}

/*  For colour-coded documentation status  */

span.undocumented {
    background-color:#FFFF00;
}

/*  ************************************************************************  */
/*  Tables  */

/*  The house style for tables is defined in DOCUMENT.CSS. Here, we decorate 
    for particular purposes, especially for right-alignment of text in some 
    columns. 

    CLEAN SLATE! Sort out everything else, then come back to the ridiculous 
    mess that CSS makes of table styling.  */

/*  ************************************************************************  *
 *        Copyright © 2007-2021. Geoff Chappell. All rights reserved.         *
 *  ************************************************************************  */
