@charset "utf-8"; /* ------------------------------------------------------------------ * File: RplFunc.css. * Edit: Phil, 3-17-2014 * Mockup for Predefined RPL Function HTML doc import into RiverWare. * ------------------------------------------------------------------ */ /* Semantic Classes */ .RplFunc_Name {} /* function name*/ .RplFunc_RetType {} /* return type */ .RplFunc_ArgType {} /* argument type (attribute: argInx [1..]) */ .RplFunc_ArgName {} /* argument name (attribute: argInx [1..]) */ .RplFunc_Evaluation {} /* evalution description */ .RplFunc_Comments {} /* other comments */ /* .RplFunc_Syntax_Examp -- syntax example; defined below. */ /* .RplFunc_Return_Examp -- return example; defined below. */ .RplFunc_FunctionHdr { font-family: Arial, Helvetica, sans-serif; font-size: larger; margin-top: 0px; margin-bottom: 8px; } .RplFunc_CellRowHdr { font-family: Verdana, Geneva, sans-serif; color: #FFF; background-color: #cd7345; vertical-align: top; font-size: small; font-weight: bold; } .RplFunc_CellRowHdr:first-child { text-align: center; } .RplFunc_CellText { font-family: Verdana, Geneva, sans-serif; vertical-align: top; font-size: small; margin-left: 4px; } .RplFunc_CellText p { margin-top: 10px; margin-right: 5px; margin-bottom: 2px; margin-left: 5px; } .RplFunc_CellText p:first-child { margin-top: 2px; } .RplFunc_GUItext { font-weight: bold; font-family: Verdana, Geneva, sans-serif; font-size: small; } .RplFunc_ExampleTitle { font-family: Verdana, Geneva, sans-serif; font-size: small; margin-top: 6px; margin-bottom: 6px; } .RplFunc_Syntax_Examp, .RplFunc_Return_Examp, .RplFunc_RuleCodeIndent { font-family: "Courier New", Courier, monospace; margin-left: 20px; font-size: small; margin-top: 6px; margin-bottom: 6px; } .RplFunc_BlueLink { color: #03F; text-decoration: none; } /* --- (end RplFunc.css) --- */