/Disciples/Disciples/App_Themes/Other/forum.css
https://bitbucket.org/davcar/bvcms/ · CSS · 637 lines · 501 code · 102 blank · 34 comment · 0 complexity · 8e6e3645459b7dad1c50d3fa94ce35bd MD5 · raw file
- /*
- Forum Style Overrides
- */
-
- #Common
- {
- }
-
- /*
- Forum Styles
- */
-
-
- /*
- List Styles
- */
-
- .ForumListCellLeftMostImageOnly
- {
- padding: 4px;
- border: solid 1px #E1E1E1;
- border-top-width: 0px;
- border-right-width: 0px;
- }
-
- .ForumListCellImageOnly
- {
- padding: 4px;
- border: solid 0px #E1E1E1;
- border-bottom-width: 1px;
- }
-
- .ForumSubListCellLeftMost
- {
- padding: 2px;
- text-align: left;
- }
-
- .ForumLastPost
- {
- font-size: 80%;
- }
-
- .ForumSubListCell
- {
- padding: 2px;
- }
-
- .ForumSubListCellPager
- {
- padding: 2px;
- font-size: 90%;
- text-align: right;
- }
-
- /*
- Styles within Lists
- */
-
- A.ForumGroupNameRead, .ForumGroupNameRead:LINK, .ForumGroupNameRead:VISITED, A.ForumNameRead, .ForumNameRead:LINK, .ForumNameRead:VISITED
- {
- color: #666;
- font-weight: bold;
- }
-
- A.ForumGroupNameUnRead, .ForumGroupNameUnRead:LINK, .ForumGroupNameUnRead:VISITED, A.ForumNameUnRead, .ForumNameUnRead:LINK, .ForumNameUnRead:VISITED
- {
- color: #000;
- font-weight: bold;
- }
-
- /*
- Post Styles
- */
-
- UL.ForumPostList
- {
- margin: 0;
- padding: 0;
- list-style-type: none;
- }
-
- .ForumPostArea
- {
- margin: 12px 0;
- }
-
- .ForumPostHeader
- {
- padding: 6px 6px 6px 8px;
- border: solid 1px #E1E1E1;
- border-bottom-width: 0;
- background-color: #9AB5EC;
- font-size: 90%;
- font-weight: bold;
- margin: 0px;
- color: #000;
- background-image: url(../images/common/navigation-gradient.png);
- background-repeat: repeat-x;
- background-position: left -16px;
- }
-
- .ForumPostHeaderControlArea
- {
- }
-
- .ForumPostManagementArea
- {
- background-color: #f4f4f4;
- border: solid 0 #bbb;
- border-bottom-width: 1px;
- }
-
- .ForumPostTitleArea
- {
- background-color: #f4f4f4;
- border: solid 0 #E1E1E1;
- border-top-width: 1px;
- border-bottom-width: 1px;
- padding: 4px;
- }
-
- .ForumPostTitle
- {
- font-size: 120%;
- font-weight: bold;
- margin: 0;
- padding: 0;
- }
-
- .ForumPostBodyArea
- {
- }
-
- .ForumPostContentArea
- {
- border: solid 0 #E1E1E1;
- border-right-width: 1px;
- color: #000;
- }
-
- .ForumPostUserArea
- {
- background-color: #eee;
- padding: 4px;
- text-align: center;
- border: solid 1px #E1E1E1;
- }
-
- .ForumPostUserContent
- {
- }
-
- .ForumPostFooterArea
- {
- border: solid 1px #E1E1E1;
- border-top-width: 0;
- border-left-width: 0;
- padding: 4px;
- line-height: 20px;
- vertical-align: bottom;
- }
-
- .ForumPostContentText
- {
- font-size: 90%;
- text-align: left;
- padding: 8px;
- margin-bottom: 20px;
- }
-
- .ForumPostSignature
- {
- margin: 1em 8px 8px 8px;
- border: solid 0 #ddd;
- border-top-width: 1px;
- padding: 1em 0 20px 0;
- font-size: 90%;
- text-align: left;
- }
-
- .ForumPostUserName
- {
- margin: 4px 0 0 0;
- padding: 0 0 4px 4px;
- font-weight: bold;
- font-size: 150%;
- color: #666;
- }
-
- .ForumPostUserName a:link, .ForumPostUserName a:active, .ForumPostUserName a:visited, .ForumPostUserName a:hover
- {
- margin: 0;
- color: #666;
- text-decoration: none;
- }
-
- .ForumPostUserAvatar
- {
- padding: 4px 0 4px 4px;
- }
-
- .ForumPostRoleIcons
- {
- padding: 4px 0;
- }
-
- .ForumPostRoleIcons img
- {
- padding: 0 4px;
- }
-
- .ForumPostAttachment
- {
- font-size: 90%;
- font-weight: bold;
- color: #333;
- padding: 4px 4px 4px 8px;
- }
-
- .ForumPostThreadStatus
- {
- float: right;
- padding: 4px;
- color: #666;
- font-weight: bold;
- }
-
- .ForumPostButtons
- {
- margin: 4px 4px 4px 0;
- padding-left: 4px;
- text-align: right;
- }
-
- UL.ForumPostStatistics
- {
- text-align: right;
- font-size: 90%;
- list-style-type: none;
- margin: 4px 8px 0 0;
- padding: 0;
- }
-
- UL.ForumPostStatistics LI
- {
- display: inline;
- padding-left: 16px;
- font-size: 90%;
- }
-
- UL.ForumPostUserPropertyList
- {
- margin: 0;
- padding: 0 0 0 4px;
- list-style-type: none;
- }
-
- UL.ForumPostUserPropertyList LI
- {
- margin: 4px 10px 4px 2px;
- font-size: 90%;
- }
-
- /*
- Header Definitions
- */
-
- .ForumThreadImageAndNameHeader
- {
- text-align: center;
- }
-
- .ForumThreadLastPostHeader
- {
- text-align: center;
- }
-
- .ForumThreadTotalThreadsHeader
- {
- text-align: center;
- }
-
- .ForumThreadTotalPostsHeader
- {
- text-align: center;
- }
-
- .ForumThreadMoveHeader
- {
- text-align: center;
- }
-
- .ForumMyImageAndNameHeader
- {
- text-align: center;
- }
-
- .ForumMyRepliesHeader
- {
- text-align: center;
- }
-
- .FormMyMoveHeader
- {
- }
-
- .ForumGroupImageAndNameHeader
- {
- text-align: center;
- }
-
- .ForumGroupLastPostHeader
- {
- text-align: center;
- }
-
- .ForumGroupTotalThreadsHeader
- {
- text-align: center;
- }
-
- .ForumGroupTotalPostsHeader
- {
- text-align: center;
- }
-
- /*
- Column Defitions
- */
-
- .ForumThreadImageColumn
- {
- }
-
- .ForumThreadNameColumn
- {
- font-size: 90%;
- }
-
- .ForumThreadLastPostColumn
- {
- font-size: 70%;
- text-align: center;
- }
-
- .ForumThreadLastPostColumn a:link, .ForumThreadLastPostColumn a:
-
-
- .ForumThreadTotalThreadsColumn
- {
- text-align: center;
- }
-
- .ForumThreadTotalPostsColumn
- {
- text-align: center;
- }
-
- .ForumThreadMoveColumn
- {
- text-align: center;
- }
-
- .ForumMyImageColumn
- {
- }
-
- .ForumMyNameColumn
- {
- font-size: 90%;
- }
-
- .ForumMyRepliesColumn
- {
- text-align: center;
- }
-
- .ForumMyMoveColumn
- {
- text-align: center;
- }
-
- .ForumGroupImageColumn
- {
- }
-
- .ForumGroupNameColumn
- {
- font-size: 90%;
- }
-
- .ForumGroupLastPostColumn
- {
- font-size: 80%;
- text-align: left;
- }
-
- .ForumGroupTotalThreadsColumn
- {
- text-align: center;
- }
-
- .ForumGroupTotalPostsColumn
- {
- text-align: center;
- }
-
- /*
- Quoting
- */
-
- BLOCKQUOTE
- {
- border: dotted 1px #ccc;
- padding: 4px;
- margin: 16px;
- }
-
- .ForumReplyToPostArea
- {
- padding: 8px;
- border: dotted 1px #ccc;
- margin-bottom: 16px;
- background-color: #dddddd;
- }
-
- /*
- Sub Forums
- */
- .ForumSubArea
- {
- padding-bottom: 15px;
- margin-top: -10px;
- }
-
- /*
- Thread rating control in post flat view
- */
-
- .ForumThreadRateControlReadOnly
- {
- position: relative;
- top: 2px;
- display: inline-table;
- display: -moz-inline-box;
- display: inline-block;
- background-color: #ffffff;
- border: solid 1px #999;
- padding: 4px;
- margin: 1px;
- font-size: 80%;
- font-weight: bold;
- line-height: normal;
- }
-
- .ForumThreadRateControlReadOnly img
- {
- margin: auto 0;
- }
-
- .ForumThreadRateControl
- {
- position: relative;
- top: 2px;
- display: inline-table;
- display: -moz-inline-box;
- display: inline-block;
- background-color: #eeeeee;
- border: solid 1px #999;
- cursor: pointer;
- padding: 4px;
- margin: 1px;
- font-size: 80%;
- font-weight: bold;
- line-height: normal;
- }
-
- .ForumThreadRateControl img
- {
- margin: auto 0;
- }
-
- .ForumThreadRateControlActive
- {
- position: relative;
- top: 2px;
- display: inline-table;
- display: -moz-inline-box;
- display: inline-block;
- background-color: #ffcc66;
- border: solid 1px #c93;
- cursor: pointer;
- padding: 4px;
- margin: 1px;
- font-size: 80%;
- font-weight: bold;
- line-height: normal;
- }
-
- .ForumThreadRateControlActive img
- {
- margin: auto 0;
- }
-
- .ForumCollapsedReply, .ForumCollapsedReplyChild
- {
- }
-
- .ForumCollapsedReply span
- {
- cursor: pointer;
- color: #02469b;
- }
-
- .ForumCollapsedReplyChild
- {
- background-color: #eeeeee;
- border: solid 1px #ccc;
- margin-left: 15px;
- padding-left: 5px;
- }
-
- /*
- Collapse/Expand Group Styles
- */
-
- .ForumGroupToggleCollapsed
- {
- background-image: url(../images/forum/group_expand.gif);
- background-repeat: no-repeat;
- background-position: left center;
- width: 1px;
- padding: 0 7px;
- cursor: pointer;
- text-decoration: none;
- }
-
- .ForumGroupToggleCollapsed:link, .ForumGroupToggleCollapsed:visited, .ForumGroupToggleCollapsed:active, .ForumGroupToggleCollapsed:hover
- {
- text-decoration: none;
- }
-
- .ForumGroupToggleExpanded
- {
- background-image: url(../images/forum/group_collapse.gif);
- background-repeat: no-repeat;
- background-position: left center;
- width: 1px;
- padding: 0 7px;
- cursor: pointer;
- text-decoration: none;
- }
-
- .ForumGroupToggleExpanded:link, .ForumGroupToggleExpanded:visited, .ForumGroupToggleExpanded:active, .ForumGroupToggleExpanded:hover
- {
- text-decoration: none;
- }
-
- .ForumGroupTitleProcessing
- {
- background-color: #E1E1E1;
- }
-
- /* Threaded View Styles */
-
- .ForumTreeArea
- {
- border: solid 1px #E1E1E1;
- }
-
- .ForumThreadedPostArea
- {
- border: solid 1px #E1E1E1;
- border-left-width: 0;
- background-color: #999;
- }
-
- .ForumSplitterPane
- {
- }
-
- .ForumPostTree
- {
- padding: 0;
- }
-
- .ForumPostTreeNode
- {
- font-size: 11px;
- padding: 2px 2px 2px 3px;
- cursor: pointer;
- }
-
- .ForumPostTreeNodeSelected
- {
- font-size: 11px;
- padding: 1px;
- border: solid 1px #E1E1E1;
- cursor: pointer;
- background-color: #f4f4f4;
- }
-
- .ForumPostTreeNodeHover
- {
- font-size: 11px;
- padding: 2px 2px 2px 3px;
- cursor: pointer;
- background-color: #f4f4f4;
- }
-
- .ForumPostTreeHeading
- {
- border-bottom: solid 1px #E1E1E1;
- font-size: 11px;
- text-align: center;
- background-color: #f4f4f4;
- background-image: none;
- padding: 4px;
- font-weight: normal;
- font-size: 90%;
- margin: 0;
- }
-
- .ForumDisplayMessage
- {
- background-color: #fee;
- color: #900;
- font-weight: bold;
- font-size: 80%;
- padding: 4px;
- }
-
- .inlineLink
- {
- cursor: pointer;
- }