Skip to content

Instantly share code, notes, and snippets.

@unitycoder
Last active August 29, 2015 14:02
Show Gist options
  • Select an option

  • Save unitycoder/3c51d415332e162257cd to your computer and use it in GitHub Desktop.

Select an option

Save unitycoder/3c51d415332e162257cd to your computer and use it in GitHub Desktop.

Revisions

  1. unitycoder revised this gist Jul 18, 2014. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions gistfile1.css
    Original file line number Diff line number Diff line change
    @@ -127,7 +127,7 @@

    /* every 2nd row bg color */
    .discussionListItem:nth-of-type(2n) {
    background-color: #F4F4F4 !important;
    background-color: #f4F4F4 !important;
    }

    .titleText{
    @@ -290,14 +290,14 @@
    /* poster info */
    .messageUserBlock a.username{
    position:relative !important;
    top:-120px !important;
    left:-6px !important;
    font-size:15px !important;
    }

    /* move avatar image a bit */
    .messageUserBlock div.avatarHolder {
    position:relative !important;
    top:20px !important;

    left:-6px !important;
    }

  2. unitycoder revised this gist Jun 4, 2014. 1 changed file with 53 additions and 17 deletions.
    70 changes: 53 additions & 17 deletions gistfile1.css
    Original file line number Diff line number Diff line change
    @@ -12,21 +12,37 @@
    for example: http://forum.unity3d.com/forums/announcements.9/
    */

    /* topic titles */

    div.titleText h3.title {
    padding:0px !important;
    line-height:1em !important;
    margin:0px !important;
    }

    /* new post topic titles, unread */
    .discussionListItems .unread .title a {
    font-size:13px !important;
    margin: 0px !important;
    font-weight:normal !important; /* OPTIONAL..if dont want bold topics */
    color:#222222 !important;
    }

    /* user who last posted */
    .discussionListItem .lastPostInfo .username {
    font-size: 8pt !important;
    font-weight: normal !important;
    color: #888888 !important;
    position:relative;
    top:22px;
    position:relative !important;
    top:22px !important;
    }

    /* datetime under topic */
    html#XenForo.Public body div#headerMover div#content.find_new_posts div.pageWidth div.pageContent div.discussionList form.DiscussionList ol.discussionListItems li div.listBlock div.titleText div.secondRow div.posterDate span.startDate{
    display:none !important;
    /* topic area info */
    .discussionListItem .posterDate {
    /*margin:0px !important;
    padding:0px !important;*/
    }


    /* last posted time */
    .discussionListItem .lastPostInfo .dateTime {
    font-size: 9pt !important;
    @@ -37,25 +53,41 @@
    /* text-decoration:underline !important;*/
    }

    html#XenForo.Public body div#headerMover div#content.find_new_posts div.pageWidth div.pageContent div.discussionList form.DiscussionList ol.discussionListItems li div.listBlock div.titleText div.secondRow div.posterDate a.username
    /* posterdate area, hide time*/
    ol.discussionListItems li div.listBlock div.titleText div.secondRow div.posterDate span.startDate
    {
    display:none !important;
    }


    /* poster username */
    div.titleText div.secondRow div.posterDate a.username
    {
    color: #777777 !important;
    font-size: 12px !important;
    /* float:right !important;*/
    color: #666666 !important;
    /* TODO: fix this.. */
    /* position:relative !important;
    top:-7px !important;
    right: -650px !important;*/
    }

    /* post forum area name */
    div.listBlock div.titleText div.secondRow div.posterDate span.containerName{
    /* TODO: fix this..bit broken.. */
    /* position:relative !important;
    left: -40px !important; */
    }

    /* paging for topics */
    html#XenForo.Public body div#headerMover div#content.find_new_posts div.pageWidth div.pageContent div.discussionList form.DiscussionList ol.discussionListItems li div.listBlock div.titleText div.secondRow div.posterDate span.itemPageNav a{
    ol.discussionListItems li div.listBlock div.titleText div.secondRow div.posterDate span.itemPageNav a{
    background-color:inherit !important;
    border:none !important;
    font-size:10px !important;
    }


    /* new post topics titles */
    .discussionListItems .unread .title a {
    font-size:13px !important;
    margin: 0px !important;
    font-weight:normal !important; /* OPTIONAL..if dont want bold topics */
    }


    /* hide it, keep sfew pixels as margin..*/
    .posterAvatar{
    @@ -93,6 +125,11 @@

    }

    /* every 2nd row bg color */
    .discussionListItem:nth-of-type(2n) {
    background-color: #F4F4F4 !important;
    }

    .titleText{
    /* border-bottom: 1px solid #DDDDDD !important;*/
    }
    @@ -109,6 +146,7 @@
    font-weight:normal !important;
    }

    /* forum title, not really needed */
    .titleBar h1:before {
    content: "Search > ";
    }
    @@ -119,11 +157,9 @@
    }

    /* forums Members */

    .navTabs .navTab.selected .navLink {
    display:none !important;
    }

    .navTabs .publicTabs .navLink {
    display:none !important;
    }
  3. unitycoder revised this gist Jun 4, 2014. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions gistfile1.css
    Original file line number Diff line number Diff line change
    @@ -278,6 +278,15 @@
    content:" with quote" !important;
    }

    /* extra author name (Thanks : electroflame ) */
    .message span.authorEnd {
    display: none !important;
    }
    .message span.item.muted {
    padding-left: 30px !important;
    }



    /* single thread end */

  4. unitycoder revised this gist Jun 4, 2014. 1 changed file with 98 additions and 8 deletions.
    106 changes: 98 additions & 8 deletions gistfile1.css
    Original file line number Diff line number Diff line change
    @@ -46,17 +46,20 @@
    html#XenForo.Public body div#headerMover div#content.find_new_posts div.pageWidth div.pageContent div.discussionList form.DiscussionList ol.discussionListItems li div.listBlock div.titleText div.secondRow div.posterDate span.itemPageNav a{
    background-color:inherit !important;
    border:none !important;
    font-size:10px !important;
    }


    /* new posts title */
    .title{
    /* new post topics titles */
    .discussionListItems .unread .title a {
    font-size:13px !important;
    margin: 0px !important;
    font-weight:normal !important; /* OPTIONAL..if dont want bold topics */
    }

    /* hide it, keep sfew pixels as margin..*/
    .posterAvatar{
    /*display:none !important;*/
    width:2px !important;
    width:6px !important;
    }

    .avatarContainer{
    @@ -68,9 +71,26 @@
    .PreviewTooltip{
    font-size: 9pt !important;
    }


    /* paging numbers, count */
    .PageNav .pageNavHeader {
    color: #888888 !important;
    padding-right:10px !important;
    }

    .PageNav a {
    color: #000000 !important;
    background-color:inherit !important;
    border:none !important;
    font-size:12px !important;
    }

    .PageNav a.currentPage{

    background-color:#aaaaaa !important;
    color:white !important;
    font-weight:bold !important;

    }

    .titleText{
    @@ -82,6 +102,17 @@
    visibility: visible!important;
    }

    /* new posts title, also subboard title */
    .titleBar h1 {
    color:#777777 !important;
    font-size:12px !important;
    font-weight:normal !important;
    }

    .titleBar h1:before {
    content: "Search > ";
    }

    /* tablinks */
    .tabLinks{
    padding-left:110px !important;
    @@ -135,20 +166,22 @@


    .discussionListItem .posterAvatar, .discussionListItem .stats {
    background-color:white !important;
    background-color:inherit !important;
    }


    /* post stats */
    .discussionListItem .stats .major {
    color: #666666 !important;
    font-size:12px !important;
    border:none !important;
    }


    /* hide "replies" */
    .discussionListItem .stats .major dt:first-child {
    display:none !important;
    }

    /* hide view count */
    .discussionListItem .stats .minor {
    /*font-size:10px !important;
    color: #AAAAAA !important;*/
    @@ -177,6 +210,12 @@
    padding-left: 0px !important;
    }

    /* line between each topic */
    .discussionListItem {
    border-bottom:none !important;
    margin-bottom:1px !important;
    }

    footer div.footer-wrapper {
    display:none !important;
    }
    @@ -191,4 +230,55 @@

    /* threads list END */

    /* single thread START */

    /* message box*/
    .messageList .message {
    border: 1px solid #DDDDDD !important;
    margin-bottom:15px !important;
    padding: 15px 10px 5px !important;

    /* TODO: upload image somewhere else */
    background: url('https://web.archive.org/web/20131010083721/http://forum.unity3d.com/images/styles/influx/style/altBG.gif') repeat-x scroll left bottom #FEFEFE !important;
    }

    /* message box texx */
    .messageText {
    margin-left:30px !important;
    margin-right:30px !important;
    color: #111111 !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    }

    /* poster info */
    .messageUserBlock a.username{
    position:relative !important;
    top:-120px !important;
    font-size:15px !important;
    }

    /* move avatar image a bit */
    .messageUserBlock div.avatarHolder {
    position:relative !important;
    top:20px !important;
    left:-6px !important;
    }

    /* inside post: username, post time, report link*/
    .message .privateControls {
    /* TODO: move report button.., move post date */
    }

    /* reply button */
    div.publicControls a.ReplyQuote{
    font-size:13px !important;
    }
    div.publicControls a.ReplyQuote:after{
    content:" with quote" !important;
    }


    /* single thread end */

    }
  5. unitycoder revised this gist Jun 3, 2014. 1 changed file with 47 additions and 12 deletions.
    59 changes: 47 additions & 12 deletions gistfile1.css
    Original file line number Diff line number Diff line change
    @@ -12,23 +12,44 @@
    for example: http://forum.unity3d.com/forums/announcements.9/
    */

    .username{
    /* user who last posted */
    .discussionListItem .lastPostInfo .username {
    font-size: 8pt !important;
    font-weight: normal !important;
    color: #888888 !important;
    position:relative;
    top:22px;
    }

    .DateTime{
    /* datetime under topic */
    html#XenForo.Public body div#headerMover div#content.find_new_posts div.pageWidth div.pageContent div.discussionList form.DiscussionList ol.discussionListItems li div.listBlock div.titleText div.secondRow div.posterDate span.startDate{
    display:none !important;
    }


    /* last posted time */
    .discussionListItem .lastPostInfo .dateTime {
    font-size: 9pt !important;
    font-weight: normal !important;
    color: #000000 !important;
    text-decoration:underline !important;
    color: #555555 !important;
    position:relative;
    top:-22px;
    /* text-decoration:underline !important;*/
    }

    .secondRow{
    /*display:none !important;*/
    html#XenForo.Public body div#headerMover div#content.find_new_posts div.pageWidth div.pageContent div.discussionList form.DiscussionList ol.discussionListItems li div.listBlock div.titleText div.secondRow div.posterDate a.username
    {
    color: #777777 !important;
    }


    /* paging for topics */
    html#XenForo.Public body div#headerMover div#content.find_new_posts div.pageWidth div.pageContent div.discussionList form.DiscussionList ol.discussionListItems li div.listBlock div.titleText div.secondRow div.posterDate span.itemPageNav a{
    background-color:inherit !important;
    border:none !important;
    }


    /* new posts title */
    .title{
    margin: 0px !important;
    }
    @@ -119,13 +140,19 @@


    .discussionListItem .stats .major {
    color: #000000 !important;
    font-size:11px !important;
    }
    color: #666666 !important;
    font-size:12px !important;
    }


    .discussionListItem .stats .major dt:first-child {
    display:none !important;
    }

    .discussionListItem .stats .minor {
    font-size:10px !important;
    color: #AAAAAA !important;
    /*font-size:10px !important;
    color: #AAAAAA !important;*/
    display:none !important;
    }

    .discussionList .sectionHeaders {
    @@ -154,6 +181,14 @@
    display:none !important;
    }

    .discussionList .sectionHeaders a span {
    display:none !important;
    }

    .discussionList .stats {
    width:50px !important;
    }

    /* threads list END */

    }
  6. unitycoder revised this gist Jun 3, 2014. 1 changed file with 94 additions and 1 deletion.
    95 changes: 94 additions & 1 deletion gistfile1.css
    Original file line number Diff line number Diff line change
    @@ -53,13 +53,106 @@
    }

    .titleText{
    border-bottom: 1px solid #DDDDDD !important;
    /* border-bottom: 1px solid #DDDDDD !important;*/
    }

    /* thread page numbers */
    .itemPageNav{
    visibility: visible!important;
    }

    /* tablinks */
    .tabLinks{
    padding-left:110px !important;
    }

    /* forums Members */

    .navTabs .navTab.selected .navLink {
    display:none !important;
    }

    .navTabs .publicTabs .navLink {
    display:none !important;
    }

    /* new posts link */
    .tabLinks li:nth-child(5){
    position:absolute;
    left:0px;
    /*font-weight: bold !important;*/
    }

    /* hide extra tools button */
    .breadcrumb .jumpMenuTrigger
    {
    display:none !important;
    }

    /* top breadcrumb bar color */
    .breadcrumb {
    border:0px !important;
    background-color:white !important;
    }

    #content .pageContent {
    padding-top:0px !important;
    }

    .breadBoxTop, .breadBoxBottom{
    padding-top:0px !important;
    }


    nav.section-nav{
    display:none !important;
    }

    .titleBar{
    font-size:10px !important;
    }


    .discussionListItem .posterAvatar, .discussionListItem .stats {
    background-color:white !important;
    }


    .discussionListItem .stats .major {
    color: #000000 !important;
    font-size:11px !important;
    }

    .discussionListItem .stats .minor {
    font-size:10px !important;
    color: #AAAAAA !important;
    }

    .discussionList .sectionHeaders {
    background-color:white !important;
    border-top:0px !important;
    border-left:0px !important;
    border-right:0px !important;
    border-bottom:1px solid #EEEEEE !important;
    /*display:none !important;*/
    }

    .discussionList .sectionHeaders a{
    text-decoration:none !important;
    }

    .LoggedIn .discussionListItem .unreadLink, .LoggedIn .discussionListItem.unread .ReadToggle {
    display:none !important;
    }


    .LoggedIn .discussionListItem .titleText {
    padding-left: 0px !important;
    }

    footer div.footer-wrapper {
    display:none !important;
    }

    /* threads list END */

  7. unitycoder revised this gist Jun 2, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.css
    Original file line number Diff line number Diff line change
    @@ -5,6 +5,7 @@
    /*
    Unity3D Forums Style (to make the new forums bit more easier to read..)
    Stylish plugin for Firefox : https://addons.mozilla.org/en-US/firefox/addon/stylish/
    WORK-IN-PROGRESS (Feel Free To Fork/Suggest new css)
    */

    /* threads list START
  8. unitycoder created this gist Jun 2, 2014.
    65 changes: 65 additions & 0 deletions gistfile1.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,65 @@
    @namespace url(http://www.w3.org/1999/xhtml);

    @-moz-document domain("forum.unity3d.com") {

    /*
    Unity3D Forums Style (to make the new forums bit more easier to read..)
    Stylish plugin for Firefox : https://addons.mozilla.org/en-US/firefox/addon/stylish/
    */

    /* threads list START
    for example: http://forum.unity3d.com/forums/announcements.9/
    */

    .username{
    font-size: 8pt !important;
    font-weight: normal !important;
    color: #888888 !important;
    }

    .DateTime{
    font-size: 9pt !important;
    font-weight: normal !important;
    color: #000000 !important;
    text-decoration:underline !important;
    }

    .secondRow{
    /*display:none !important;*/
    }

    .title{
    margin: 0px !important;
    }

    .posterAvatar{
    /*display:none !important;*/
    width:2px !important;
    }

    .avatarContainer{
    /* TODO: this one could be displayed, IF user has posted in the thread */
    display:none !important;
    width:2px !important;
    }

    .PreviewTooltip{
    font-size: 9pt !important;
    }

    .PageNav a {
    color: #000000 !important;
    }

    .titleText{
    border-bottom: 1px solid #DDDDDD !important;
    }

    /* thread page numbers */
    .itemPageNav{
    visibility: visible!important;
    }

    /* threads list END */

    }