Search results for '%239'

  • Abersade
    Abersade

    This is indeed possible. I prefer not to use inline styling, so my recommended method is to set the CSS in the Settings > Advanced > Custom CSS section as detailed in the example below:

    To change the campaign background image for only a specific page
    This requires you to get the slug class for the page in question, which is most easily done via inspecting the page. The slug class is added at the top of the code block in the first line of the body code, and will read something like .wiki-page-slug-main-page. The example below would set the main wiki page of the campaign site to the background I use here for my test bed.

    .wiki-page-slug-main-page.campaign-public-layout .page-background {
    background-image: url(https://db4sgowjqfwig.cloudfront.net/campaigns/116239/backgrounds/523138/SMPTE_Color_Bars.jpg?1446494700);}

  • Abersade
    Abersade

    Try the following:


    .campaign-landing-show.campaign-public-layout .page-background {
    background-image: url('https://db4sgowjqfwig.cloudfront.net/campaigns/116239/banners/523140/Please-Stand-By2.jpg?1446494937');}

    You'll likely want to swap out the bit between the apostrophes for your image of choice.

  • Abersade
    Abersade

    To give you an example which targets the main campaign background image and only changes it for a single page, this code sets the background image on my roleplaying points page on my Stream of Kairos game to use the testcard background that I use for my test site/css hub. This uses the method I detailed above.


    .wiki-page-slug-roleplaying-points.campaign-public-layout .page-background {
    background-image: url(https://db4sgowjqfwig.cloudfront.net/campaigns/116239/backgrounds/523138/SMPTE_Color_Bars.jpg?1446494700);
    }
    For some silly reason the code block is adding a carat URL tag in the address, that part is an artifact of the forum code block acting weird and is not part of the required code for the CSS.
  • Abersade
    Abersade

    For best results use this updated image file, it scales and repeats a bit better than the one you are using currently (though it isn't perfect by a long shot). Should be an improvement, though stitching together images is not in my particular skill set so there is still a hard seam visible. Once you've downloaded the file to your own computer please let me know so that I can pull it from my test site media library.

    https://db4sgowjqfwig.cloudfront.net/campaigns/116239/assets/1252826/HopefullyImprovedScrollRepeat.png?1651698393

  • Abersade
    Abersade

    This issue is, to me anyways, pretty intriguing. Try the following code and tell me what you think:


    body.wiki-page-slug-main-page main.main-content div.post-section {
    background-color: transparent !important;
    background-image: url("https://db4sgowjqfwig.cloudfront.net/campaigns/116239/assets/1252826/HopefullyImprovedScrollRepeat.png?1651698393";);
    background-repeat: repeat-y;
    background-size: contain;
    background-position: bottom;
    }

     

  • Vanillabean
    Vanillabean

    Congratulations to The winning campaign:
    HEROES AS A SERVICE - GM: Nuadaria. FEB 2021

    Congratulations to the runner up:
    GAXIM PLAGUE- GM: Frak_Lou_Elmo. JAN 2021

    image

    FIRST PRIZE includes:

    - Digital copies of both Kobold Guide to Worldbuilding and Kobold Guide to Plots and Campaigns from *Kobold Press*,
    - Digital copies of both Starfinder and Pathfinder Second Edition Beginner Boxes and/or Core Rulebooks from *Paizo*,
    - Physical Copies of Traveller Core Rulebook Update 2022, and Paranoia Starter Set from *Mongoose Publishing*,
    - 1 Year Ascendant Membership from *Obsidian Portal*

    RUNNER UP PRIZE includes:

    - Physical Copy of Seas of Thieves Starter Set from *Mongoose Publishing*,
    - 1 Year Ascendant Membership from *Obsidian Portal*.

    ENTRY PRIZES

    - Congratulations to all other campaigns entered into the draw. Each GM will receive free Ascendancy time from Obsidian Portal and will be contacted separately.

     

    A special thanks to our Prize Sponsors for our COTY contest 2021: 
    image

  • SublimeBW
    SublimeBW

    Not sure if this will work or not
    /* Adventure Log & Wiki Customization */.adventure-log-show .post-header-container h2{color: #551111;font-family: Papyrus;font-weight: bold;text-shadow: .5px .5px 0 #373737;border-bottom: none;margin-bottom: 0}.adventure-log-show .post-header-container h3{font-family: Courgette}.adventure-log-show .post-header-container .icon-edit{text-shadow: 1px 1px 0 #373737;transition: all .2s ease-in-out}.adventure-log-show .post-header-container .small-2.columns{transition: all .3s ease-in-out}.adventure-log-show .post-header-container .small-2.columns .post-date{background:none;background-image: url(https://db4sgowjqfwig.cloudfront.net/campaigns/213584/assets/951918/BG-red-wax-seal.png?1552243005);background-size: 70px 70px;background-repeat: no-repeat;background-position: 55% 5%;height: 70px}.adventure-log-show .post-header-container .small-2.columns .post-date .day,.adventure-log-show .post-header-container .small-2.columns .post-date .month-year{color: #551111;text-shadow: 1px 1px 0 #eeaaaa}.adventure-log-show .post-header-container{background-color: transparent;background-repeat: no-repeat;background-size: 100% 100%;background-image: url(https://db4sgowjqfwig.cloudfront.net/campaigns/213584/assets/952013/BG-Character-GM-Only.png);padding-top: 14px;padding-bottom: 25px;padding-left: 0px;padding-right: 14px;margin-bottom: .25em;transition: all .3s ease-in-out}.adventure-log-show .comments-header .header-icon{display: none}.adventure-log-show .comment-reply .title, .adventure-log-show .comments-header .title, .adventure-log-show .gm-only-header.title, .adventure-log-show .post-player-secret .title{border-bottom: none !important;border-bottom: none!important;text-align: center;font-weight: bold;font-family: Courgette;color: #551111 !important;text-shadow: 1px 1px 0 #373737, 2px 2px 1em #494949;transform: scale(1.2);pointer-events: none}.adventure-log-show .comment-reply .title:before, .adventure-log-show .comments-header .title:after, .adventure-log-show .gm-only-header.title:after, .adventure-log-show .post-player-secret .title:after{background-size: auto 8px;background-repeat:no-repeat;background-position: center top;height: 15px;content:"";display: block;opacity: 0.8;background-image: url(https://db4sgowjqfwig.cloudfront.net/campaigns/213584/assets/952335/BG-divider-thin.png)}.adventure-log-show .sidebar-last-updated .who img{width: 40px;border-radius:50%;box-shadow:0 2px 2px 1px rgba(0,0,0,0.3);filter: sepia(60%);transition: all .3s ease-in-out}.adventure-log-show .sidebar-last-updated:hover .who img{filter: sepia(0%)}.adventure-log-show .sidebar-last-updated .who,.adventure-log-show .sidebar-last-updated .who a,.adventure-log-show .sidebar-last-updated .when,.adventure-log-show .neighbor-post .post-date .month-year,.adventure-log-show .neighbor-post .post-date .day,.adventure-log-show .neighbor-post .adventure-log-post-title{color: #dddddd;font-weight: 900;font-family: Papyrus;text-shadow: 2px 2px #000000}.adventure-log-show .neighbor-post h6{border-bottom: none}.adventure-log-show .neighbor-post .post-date .day{font-size: 250%}.adventure-log-show .neighbor-post .adventure-log-post-title{padding-top: 45px;font-size: 110%;height: auto}.adventure-log-show .view-text{display: none}.adventure-log-show .sidebar-last-updated{border-top: none;margin-bottom: 0px;width: 270px;height: 115px;background-repeat:no-repeat;background-size: 100% 100%;background-image:url(https://db4sgowjqfwig.cloudfront.net/campaigns/213584/assets/952399/BG-Adventure_Log-Last-Updated.png);padding-top: 30px;padding-left: 10%;padding-right: 10%;transition: all .2s ease-in-out}.adventure-log-show .small-8.columns.post-column, .adventure-log-show .small-4.columns.date-column.post-date{background: none}.adventure-log-show .sidebar-adventure-log-neighbors a{background-repeat:no-repeat;background-size: 100% 100%;background-image:url(https://db4sgowjqfwig.cloudfront.net/campaigns/213584/assets/952398/BG-Adventure-Log-Previous-Next.png);height: 135px;width: 270px}.adventure-log-show .neighbor-post.current-post .current-post-placeholder{display: none}.adventure-log-show .sidebar-adventure-log-neighbors .neighbor-post.current-post{margin-top: 0px;margin: 0px}.adventure-log-show .neighbor-post.current-post{background-repeat:no-repeat;background-size: 100% 100%;height: 73px;width: 270px;background-image:url(https://db4sgowjqfwig.cloudfront.net/campaigns/213584/assets/952330/BG-Adventure_Log_Current.png);margin: none !important}.adventure-log-show .sidebar .post-date{padding-top: 38px}.adventure-log-show .when .time{padding-top: 0!important}.adventure-log-show .revisions-link-container{background: none}.adventure-log-show .who{background-color: transparent !important;margin-top: 0px !important}.adventure-log-show .background{display: none}.adventure-log-show .sidebar-adventure-log-neighbors a{padding: 0 !important}.wiki-page-show .title{border-bottom: none!important;text-align: center;font-weight: bold;font-family: Courgette;color: #551111 !important;text-shadow: 1px 1px 0 #373737, 2px 2px 1em #494949;transform: scale(1.2);pointer-events: none}.wiki-page-show .title:after{background-size: auto 20px;background-repeat:no-repeat;background-position: center top;background-image: url(https://db4sgowjqfwig.cloudfront.net/campaigns/213584/assets/952334/BG-divider-thick.png);height: 20px;content:"";display: block;opacity: 0.6}.wiki-page-show .gm-only-header.title, .wiki-page-show .post-player-secret .title{border-bottom: none !important}.wiki-page-show .gm-only-header.title:after, .wiki-page-show .post-player-secret .title:after{background-size: auto 8px;background-repeat:no-repeat;background-position: center top;background-image: url(https://db4sgowjqfwig.cloudfront.net/campaigns/213584/assets/952335/BG-divider-thin.png);height: 15px;content:"";display: block;opacity: 0.8}.wiki-page-show .sidebar .sidebar-last-updated{border-top: none;background-repeat: no-repeat;background-size: 100% 100%;background-color: transparent;padding: 7px;padding-top: 10px;padding-bottom: 10px;background-image: url(https://db4sgowjqfwig.cloudfront.net/campaigns/213584/assets/952021/BG-Character-Player.png)}.wiki-page-show .sidebar .who{background-color: transparent;margin-top: 0px}.wiki-page-show .sidebar .when .time{padding-top: 0px}.wiki-page-show .sidebar, .wiki-page-show .sidebar .revisions-link-container a{color: #551111 !important;text-shadow: .25px .25px #aa0000}.wiki-page-show .sidebar img{filter: sepia(50%);border-radius: 20%;box-shadow: 2px 2px #aa0000}.wiki-page-show .sidebar .revisions-link-container{background-color: transparent}.wiki-page-show .sidebar .sidebar-see-all-wiki-pages a{background-color: transparent;content: url(https://db4sgowjqfwig.cloudfront.net/campaigns/213584/assets/952338/BG-See-All-Pages.png);width: 100%;padding: 0px}
     

  • thaen
    thaen

    I think this will work:

    <div class='oembed'><a href='https://db4sgowjqfwig.cloudfront.net/campaigns/239568/assets/1119854/your_world.pdf?1602245017'></a></div>;
     

    (The forums don't handle HTML well, and sometimes add unnecessary characters, so you can delete the ";" at the end.)

    If you need it to be taller, you can adjust the height with css.  (Feel free to ask if you're not sure how to do that.)

  • Abersade
    Abersade

    For the Last Updated section change the bit below that says 0.75. On your Ptolus game it is set to 0.1, increasing it makes it less transparent.


    .sidebar-last-updated .updated-by-container .who {background-color: rgba(239,239,239,0.75);}

     

    For your Table of Contents section:


    .sidebar-table-of-contents {background-color: rgba(239,239,239,0.1);}

     

    Left Nav Bar:


    .campaign-public-layout #campaign-nav {background-color: rgba(125,125,125,0.3);}

     

    Adventure Log Month-Year-Order


    .adventure-log-index-filter ul .active {background-color: rgba(125,125,125,0.3);}

     

  • Bortas
    Bortas

    There are a bunch, and honestly, mine was inspired by Thorvaldr's Tyellador. You are welcome to steal my code and modify as you wish, but if you also want to steal my graphics, perhaps something nice in your acknowledgements? ;-)  I think I'm only proud of them because I really struggle with graphics.

    -bort


    /* BEGIN - CSS only parchment background on content */
    /* Transparent backgrounds so parchment shows */
    .post-player-secret.post-section.player-secret,
    .campaign-landing-page-container,
    .wiki-page .post-section.post-main,
    .wiki-page .post-gm-only.post-section
    { background-color: transparent!important; }
    /* Parchment body */
    .adventure-log-post-container.full .post-comments.post-section,
    .adventure-log-post-container.full .post-gm-only.post-section,
    .adventure-log-post-container.full .post-player-secret.post-section,
    .adventure-log-show .post-main,
    .campaign-public-layout #character-details,
    .character-show .post-player-secret.post-section.player-secret,
    .wiki-page,
    .character-show .main-content section,
    .item-show .main-content section {
    background-image: url('https://db4sgowjqfwig.cloudfront.net/campaigns/154555/assets/712393/BG-Content-Center.png');
    background-position:center; background-size:100%; background-color : transparent!important;
    position:relative; margin-top: 30px; margin-bottom: 100px!important;
    }
    /* Parchment header */
    .adventure-log-post-container.full .post-comments.post-section:before,
    .adventure-log-post-container.full .post-gm-only.post-section:before,
    .adventure-log-post-container.full .post-player-secret.post-section:before,
    .character-show .post-player-secret.post-section.player-secret:before,
    .adventure-log-show .post-main:before,
    .wiki-page:before,
    .character-show .main-content section:before,
    .item-show .main-content section:before { top:-33px; height:46px;
    background-image: url('https://db4sgowjqfwig.cloudfront.net/campaigns/154555/assets/712453/BG-Content-Top.png');
    background-color : transparent; background-repeat:no-repeat; background-position: center center; background-size:100%;
    position:absolute; z-index:1; width:100%; left:-4px; content:"";
    }
    /* Parchment footer */
    .adventure-log-post-container.full .post-comments.post-section:after,
    .adventure-log-post-container.full .post-gm-only.post-section:after,
    .adventure-log-post-container.full .post-player-secret.post-section:after,
    .adventure-log-show .post-main:after,
    .post-player-secret.post-section.player-secret:after,
    .wiki-page:after,
    .character-show .main-content section:after,
    .item-show .main-content section:after { bottom:-75px; height:106px;
    background-image: url('https://db4sgowjqfwig.cloudfront.net/campaigns/154555/assets/712412/BG-Content-Bottom.png');
    background-color : transparent; background-repeat:no-repeat; background-position: center center; background-size:100%;
    position:absolute; z-index:1; width:100%; left:-5px; content:"";
    }
    /* Positioning content on parchment */
    .adventure-log-post-container.full .post-comments.post-section, .character-show .main-content section, .item-show .main-content section{ padding-left: 6.5%; }
    .wiki-page { padding-left: 1.5%; }
    /* END - CSS only parchment background on content */

     

  • Bortas
    Bortas

    show us your link, so we can see in what way it's broken?

    I'm working on mine as well, still just in build phase: https://morwindl-2.obsidianportal.com/wikis/main-page


    /* BEGIN - CSS only parchment background on content */
    /* Transparent backgrounds so parchment shows */
    .post-player-secret.post-section.player-secret,
    .campaign-landing-page-container,
    .wiki-page .post-section.post-main,
    .wiki-page .post-gm-only.post-section
    { background-color: transparent!important; }
    /* Parchment body */
    .adventure-log-post-container.full .post-comments.post-section,
    .adventure-log-post-container.full .post-gm-only.post-section,
    .adventure-log-post-container.full .post-player-secret.post-section,
    .adventure-log-show .post-main,
    .campaign-public-layout #character-details,
    .character-show .post-player-secret.post-section.player-secret,
    .wiki-page,
    .character-show .main-content section,
    .item-show .main-content section {
    background-image: url('https://db4sgowjqfwig.cloudfront.net/campaigns/154555/assets/712393/BG-Content-Center.png');
    background-position:center; background-size:100%; background-color : transparent!important;
    position:relative; margin-top: 30px; margin-bottom: 100px!important;
    }
    /* Parchment header */
    .adventure-log-post-container.full .post-comments.post-section:before,
    .adventure-log-post-container.full .post-gm-only.post-section:before,
    .adventure-log-post-container.full .post-player-secret.post-section:before,
    .character-show .post-player-secret.post-section.player-secret:before,
    .adventure-log-show .post-main:before,
    .wiki-page:before,
    .character-show .main-content section:before,
    .item-show .main-content section:before { top:-33px; height:46px;
    background-image: url('https://db4sgowjqfwig.cloudfront.net/campaigns/154555/assets/712453/BG-Content-Top.png');
    background-color : transparent; background-repeat:no-repeat; background-position: center center; background-size:100%;
    position:absolute; z-index:1; width:100%; left:-4px; content:"";
    }
    /* Parchment footer */
    .adventure-log-post-container.full .post-comments.post-section:after,
    .adventure-log-post-container.full .post-gm-only.post-section:after,
    .adventure-log-post-container.full .post-player-secret.post-section:after,
    .adventure-log-show .post-main:after,
    .post-player-secret.post-section.player-secret:after,
    .wiki-page:after,
    .character-show .main-content section:after,
    .item-show .main-content section:after { bottom:-75px; height:106px;
    background-image: url('https://db4sgowjqfwig.cloudfront.net/campaigns/154555/assets/712412/BG-Content-Bottom.png');
    background-color : transparent; background-repeat:no-repeat; background-position: center center; background-size:100%;
    position:absolute; z-index:1; width:100%; left:-5px; content:"";
    }
    /* Positioning content on parchment */
    .adventure-log-post-container.full .post-comments.post-section, .character-show .main-content section, .item-show .main-content section{ padding-left: 6.5%; }
    .wiki-page { padding-left: 1.5%; }
    /* END - CSS only parchment background on content */

    GL to you,

    -bort

  • Ozasuke
    Ozasuke

    Hmm, actually... I shared this on Discord with my group. I hope the direct link works! 

  • cgregory
    cgregory

    DST are Dynamic Stylesheet Templates. You choose them from a drop down list titled Dynamic Style Sheets in the character section. There aren't really any built in character features, all those character sheets that you might pick from the drop down aren't made by Obsidian Portal, rather they are made by users and some of them were created without including a player field or author field.

    For example:

    This is a character made using a Dynaminc Stylesheet Template, but it doesn't contain visible author or player field.

    Other Dynamic Style Sheets do contain that those fields.

    While this is one that was made just using HTML rather than DST.

    As you can see with the HTML one their is an author field right under the character picture that tells you the owner.

    Regardless of whether they use DST or not you can view the owner of player characters on the main campaign page.

    image

  • UselessTriviaMan
    UselessTriviaMan
    HAVE YOU SEEN MY STAPLER?
    !http://media.urbandictionary.com/image/page/ibelieveyouhavemystapler-37239.jpg!
  • NikMak
    NikMak
    I like the colonised asteroid belt (check out a book called 'Heavy time' if you haven't already)
    How about self assembling factories on asteroids. Fire them off now, by the time humans get there ten year later, you find a fully stocked hab with biomes and everything. Then earth expects the fully independent asteroid miner AI and their human handlers to repay the initial investment...
    edit
    "here is the book":http://www.amazon.com/Heavy-Time-C-J-Cherryh/dp/0446362239 :) must read some more of his (her?) stuff one day
  • UselessTriviaMan
    UselessTriviaMan
    Oh, VERY nice.
    I once built a set piece out of a styrofoam disc. That was when I learned the hard way that you don't use spray paint on styrofoam...
    !http://img.photobucket.com/albums/v310/UselessTriviaMan/Campaign%202009-2011/188599_210734345606616_100000101555523_917129_788239_n.jpg!
  • Teak_Dhara
    Teak_Dhara
    "link to Clarke's Third Law Forum":https://clarkes-third-law.obsidianportal.com/forum/adventure-log-current You will likely need to actually click the link to see a forum post.
    LordMisha (one of my players and another GM on this site that is frustrated with the site) gave me some code that made the forum posts themselves readable by adding a semi-black ground with white text (thanks!).
    That leaves my wish list as follows:
    1. White text for the forum heading row (the row that contains the links to the forum and subforum that appears as a horizontial line across the top of the page (below the banner).
    2. Moving the banner to center and not flush right (and small) on the forums
    3. Forum posts on dashboard also need a semi-black back ground and white text)
    Here is the code that I am using now
    /* Removes the white background on the forum title bar */
    .campaign-forum-index .forum-page-header { background:#9FB6CD;
    opacity:0.7
    }
    /* Removes the white background on the forum topics bar */
    .campaign-forum-index .topics-section { background:none;
    opacity:0.7
    }
    /* Removes the white background on the footer */
    .campaign-dashboard-layout #main-footer { background:none; }
    /* dashbord module white background removal */
    .campaign-dashboard-layout .forum-module-container { background:none; }
    /* upcoming events white background remover */
    .campaign-dashboard-layout .calendar-module-container { background:none; }
    /* main dashboard white background remover */
    .campaign-dashboard-layout .content-row { background:none; }
    /* player bars on dashboard */
    .campaign-dashboard-layout .player-group-module .dashboard-player { background:none; }
    .campaign-dashboard-layout .player-group-module .game-master.dashboard-player .player-info { background:none; }
    .campaign-dashboard-layout .player-group-module .game-master.dashboard-player { background:none; }
    /* event right bar*/
    .campaign-calendar-index .sidebar { background:none; }
    /* event right bar and calander */
    .campaign-dashboard-layout .content-row { background:none; }
    body { background-image:url('//db4sgowjqfwig.cloudfront.net/assets/263239/planet1.jpg?1384657762')}
    .posts-section, .campaign-forum-index li {
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
    background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    }
    .posts-section p, .posts-section label, .posts-section h4, .posts-section span, .timeago-weekonly-reformat, .campaign-forum-index li.topic a, .campaign-forum-index li.topic .post-count {
    color:#fff;
    }
  • Teak_Dhara
    Teak_Dhara
    So I googled semi-transparent CSS colors and found how to change colors and make them transparent so my forums are ALMOST there
    My remaining wish list for forum tweaks:
    1. The actual content of a forum post has no background. While cool, it does make it hard to read. I would like to either (1) be able to change the font color so its white FONT or find the code to color the background color of the forum post itself (and then I will put opacity setting to make it readable).
    2. Move my banner from the far right of the screen to center on the forums (like it appears on the frontpage).
    So far the code I am using (again huge thanks to Saethone!) is as follows (you can see my forum at
    "https://clarkes-third-law.obsidianportal.com/forum" [SORRY STILL CAN'T seem to get HTML code to link in this forum]
    /* Removes the white background on the forum title bar */
    .campaign-forum-index .forum-page-header { background:#9FB6CD;
    opacity:0.7
    }
    /* Removes the white background on the forum topics bar */
    .campaign-forum-index .topics-section { background:none;
    opacity:0.7
    }
    /* Removes the white background on the footer */
    .campaign-dashboard-layout #main-footer { background:none; }
    /* dashbord module white background removal */
    .campaign-dashboard-layout .forum-module-container { background:none; }
    /* upcoming events white background remover */
    .campaign-dashboard-layout .calendar-module-container { background:none; }
    /* main dashboard white background remover */
    .campaign-dashboard-layout .content-row { background:none; }
    /* player bars on dashboard */
    .campaign-dashboard-layout .player-group-module .dashboard-player { background:none; }
    .campaign-dashboard-layout .player-group-module .game-master.dashboard-player .player-info { background:none; }
    .campaign-dashboard-layout .player-group-module .game-master.dashboard-player { background:none; }
    /* event right bar*/
    .campaign-calendar-index .sidebar { background:none; }
    /* event right bar and calander */
    .campaign-dashboard-layout .content-row { background:none; }
    body { background-image:url('//db4sgowjqfwig.cloudfront.net/assets/263239/planet1.jpg?1384657762')}
  • robertkety
    robertkety
    Once upon a time, I stumbled across an ad-banner for Obsidian Portal. With only a passing interest, I created my account using the third-party login through Facebook. Years later, I have a minor obsession at tinkering with my campaign website, but I still have to login using the Third-Party Facebook login.
    Sometime in the last year, I noticed that the image links for third-party login were broken. All four images linked to the same rpxnow site, so I never bothered reporting it until earlier in May. What I discovered is that the problem is well-known and will be corrected in the reforge of OP. Until then, those of us with CSS-OCD might want an alternative to broken image links appearing to guests looking at our sites.
    I applied a variant of CSS code credited to Madartiste in the CSS Tidbit Compilation discussion to remove the broken image links and supersede the link with a custom button. Keep in mind that this code modifies CSS in the sidebar so it will likely require some tweaks to get it correct. It is part of "red" section noted in the "Knowledge Base":http://help.obsidianportal.com/kb/advanced/custom-css-for-your-campaign
    For my site, I had to modify other elements in the sidebar to get the appearance correct.
    The code itself is rather simple:
    @ #openid-authentication-toggle a.rpxnow img, #openid-authentication-toggle a.rpxnow:active img {display:none;} @
    ^ This removes the broken images
    @ #openid-authentication-toggle a.rpxnow:before, #openid-authentication-toggle a:before {
    content: "Third Party Login";
    font-family:"Morpheus";
    font-size:14px;
    color:#B40404;
    font-weight:bold;
    background-image:url("http://www.obsidianportal.com/assets/bg_table_header-efa160205251cdc0c1e3dc702239413a.gif");
    border-style:solid;
    border-color:#DAA520;
    border-width:1px;
    padding-top:2px;
    padding-right:10px;
    padding-bottom:2px;
    padding-left:10px;
    float:right;
    margin-right:10px;
    text-decoration:none;
    } @
    ^ I used a custom font here, I don't recommend it. I've had compatibility issues in different browsers. The main code here is the "content" field, the rest is formatting for whatever you prefer. I chose to go with a text box that resembles a button (and matches the formatting in the rest of my site).
    That's pretty much it. Let me know if you have any issues with the code.
  • wolfhound
    wolfhound
    in Poser Campaign Portal Building
    I used Poser "back in the day" but have been using DAZ Studio of late for my 3D humanoid needs.
    On Renderosity I'm "WolfhoundJack":http://www.renderosity.com/mod/freestuff/index.php?user_id=695239 (you'll have to create a free account to download) I created some Star Wars props and stuff earlier this year that may be useful to your project.
    Ping me via IM and I'll see what I can do to help.

April 2024
Season of Strife

Read the feature post on the blog
Return to Obsidian Portal

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Discussions