Great Militaria - Top
Display your banner here
Page 2 of 6 FirstFirst 1 2 3 4 5 6 LastLast
Results 11 to 20 of 55

Update to the latest version is done

Article about: What you mean by ATM? I'am working on the mobile version ATM= At the moment. and its all good now.

  1. #11

    Default Re: Update to the latest version is done

    Quote by Dimas View Post
    Because all the css files programmed by the hands, not a by script
    Just for the example..... and this is the CSS for just the userprofile
    Code:
    @charset "UTF-8";
    /* CSS Document */
    
    .member_content a, .member_content a:hover
    {
        color: {vb:raw page_link_color};
    
    }
    
    .userprof_underline
    {
        border-color: {vb:raw module_border};
    }
    
    .userprof{
        font-family:{vb:raw font_family};
        font-size: {vb:raw fontsize};
    }
    
    .userprof_title{
        color: {vb:raw title_text_color};
    }
    
    .userprof_module{
        color: {vb:raw module_text_color};
        background-color: {vb:raw module_background_color};
        background-image: {vb:raw module_background_image};
        background-repeat: {vb:raw module_background_repeat};
    }
    .userprof_module_border{
        border-color: {vb:raw module_border};
    }
    
    .userprof_module a{
        color: {vb:raw module_text_color};
    }
    
    
    .userprof_module a:hover{
        color: {vb:raw module_text_color};
    
    }
    
    .userprof_moduleinactive{
        color: {vb:raw moduleinactive_text_color};
        background-color: {vb:raw moduleinactive_background_color};
        background-image: {vb:raw moduleinactive_background_image};
        background-repeat: {vb:raw moduleinactive_background_repeat};
    }
    .userprof_moduleinactive_border{
        border-color: {vb:raw moduleinactive_border};
    }
    
    .userprof_moduleinactive a{
        color: {vb:raw moduleinactive_link_color};
    }
    
    
    .userprof_moduleinactive a:hover{
        color: {vb:raw moduleinactive_link_color};
    
    }
    
    .userprof_headers{
        color: {vb:raw headers_text_color};
        background-color: {vb:raw headers_background_color};
        background-image: {vb:raw headers_background_image};
        background-repeat: {vb:raw headers_background_repeat};
    }
    .userprof_headers_border{
        border-color: {vb:raw headers_border};
    }
    
    .userprof_headers a{
        color: {vb:raw headers_link_color};
    }
    
    
    .userprof_headers a:hover{
        color: {vb:raw headers_link_color};
    
    }
    
    .userprof_content{
        color: {vb:raw content_text_color};
        background-color: {vb:raw content_background_color};
        background-image: {vb:raw content_background_image};
        background-repeat: {vb:raw content_background_repeat};
    }
    
    .userprof_content a{
        color: {vb:raw content_link_color};
        background-color: transparent;
    }
    
    .userprof_content a:hover{
        color: {vb:raw content_link_color};
    }
    
    .userprof_content .shade
    {
        color: {vb:raw content_text_color};
    
    }
    double decal.userprof_content {
        color: {vb:raw content_link_color};
        background-color: {vb:raw content_background_color};
        border-color: {vb:raw content_border};
    }
    
    double decal.userprof_module {
        color: {vb:raw module_link_color};
        background-color: {vb:raw module_background_color};
        border-color: {vb:raw module_border};
        background-image: {vb:raw module_background_image};
        background-repeat: {vb:raw module_background_repeat};
    }
    
    double decal.userprof_moduleinactive {
        color: {vb:raw moduleinactive_text_color};
        background-color: {vb:raw moduleinactive_background_color};
        border-color: {vb:raw moduleinactive_border};
        background-image: {vb:raw moduleinactive_background_image};
        background-repeat: {vb:raw moduleinactive_background_repeat};
    }
    
    
    dl.tabslight double decal.userprof_moduleinactive a, dl.tabslight double decal.userprof_moduleinactive a:hover":{"bc":"moduleinactive_border
    {
        color: {vb:raw moduleinactive_text_color};
    }
    
    /* I know these next few have the same settings. Since the class definition becomes an array key for a javascript array
    it's better to keep to one line. That requires three separate lines*/
    dl.tabslight double decal a, #sidebar_container.member_summary .blocksubhead.smaller, #sidebar_container.member_summary .blockrow{
        font-family:{vb:raw content_text_color};
        font-size: {vb:raw fontsize};
    }
    .textcontrols .textcontrols a, a.textcontrol, #sidebar_container.member_summary .mainblock .usertitle, #sidebar_container .userprof_content a{
        font-family:{vb:raw font_family};
        font-size: {vb:raw fontsize};
    }
    
    .profile_content .blog_stats, .profile_content .blogentrybit .blog_meta{
        font-family:{vb:raw font_family};
        font-size: {vb:raw fontsize};
    }
    
    
    dl.tabslight double decal.userprof_module a{
        color: {vb:raw module_text_color};
        background-color: {vb:raw module_background_color};
        border-color: {vb:raw module_border};
    }
    
    
    dl.tabslight double decal.userprof_module a:hover{
        color: {vb:raw module_text_color};
    }
    
    dl.tabslight double decal.userprof_moduleinactive a{
        color: {vb:raw moduleinactive_text_color};
        background-color: transparent;
        background-image: none;
        border-color: {vb:raw moduleinactive_border};
    }
    
    dl.tabslight double decal.userprof_content a{
        color: {vb:raw content_text_color};
        background-color: {vb:raw content_background_color};
        border-color: {vb:raw content_border};
    }
    
    li.userprof_content{
        color: {vb:raw content_text_color};
        background-color: {vb:raw content_background_color};
        background-image: {vb:raw content_background_image};
        background-repeat: {vb:raw content_background_repeat};
    }
    
    
    .userprof_content_border{
        border-color: {vb:raw content_border};
        border-style: solid;
        border-width: 1px;
    }
    
    
    .userprof_button{
        color: {vb:raw button_text_color};
        background-color: {vb:raw button_background_color};
        background-image: {vb:raw button_background_image};
        background-repeat: {vb:raw button_background_repeat};
        border-color: {vb:raw button_border};
    }
    
    .body_wrapper{
        background-color: {vb:raw page_background_color};
        background-image: {vb:raw page_background_image};
        background-repeat: {vb:raw page_background_repeat};
    }
    
    
    #colorbox_title_text_color{
        background-color: {vb:raw title_text_color};
    }
    
    #colorbox_page_background{
        background-color: {vb:raw page_background_color};
    }
    
    #colorbox_module_text_color{
        background-color: {vb:raw module_text_color};
    }
    
    #colorbox_module_link_color{
        background-color: {vb:raw module_link_color};
    }
    
    #colorbox_module_background{
        background-color: {vb:raw module_background_color};
    }
    
    #colorbox_module_border{
        background-color: {vb:raw module_border};
    }
    
    #colorbox_content_text_color{
        background-color: {vb:raw content_text_color};
    }
    
    #colorbox_content_link_color{
        background-color: {vb:raw content_link_color};
    }
    
    #colorbox_content_background{
        background-color: {vb:raw content_background_color};
    }
    
    #colorbox_content_border{
        background-color: {vb:raw content_border};
    }
    
    #colorbox_button_text_color{
        background-color: {vb:raw button_text_color};
    }
    
    #colorbox_button_background{
        background-color: {vb:raw button_background_color};
    }
    
    #colorbox_button_border{
        background-color: {vb:raw button_border};
    }
    
    #colorbox_moduleinactive_text_color{
        background-color: {vb:raw moduleinactive_text_color};
    }
    
    #colorbox_moduleinactive_link_color{
        background-color: {vb:raw moduleinactive_link_color};
    }
    
    #colorbox_moduleinactive_background{
        background-color: {vb:raw moduleinactive_background_color};
    }
    
    #colorbox_moduleinactive_border{
        background-color: {vb:raw moduleinactive_border};
    }
    
    #colorbox_headers_text_color{
        background-color: {vb:raw headers_text_color};
    }
    
    
    #colorbox_headers_link_color{
        background-color: {vb:raw headers_link_color};
    }
    
    #colorbox_headers_background{
        background-color: {vb:raw headers_background_color};
    }
    
    #colorbox_headers_border{
        background-color: {vb:raw headers_border};
    }
    
    #colorbox_page_link_color{
        background-color: {vb:raw page_link_color};
    }
    
    /**tabslight userprof_module a{
        background-image: none;
        background-color: {vb:raw module_background_color};
        color: {vb:raw module_color};
    }**/
    
    #sidebar_container .userprof_content .blockrow{
        color: {vb:raw content_text_color};
        background-color: {vb:raw content_background_color};
        <vb:if condition="$content_background_image != ''">
            background-image: {vb:raw content_background_image};
            background-repeat: {vb:raw content_background_repeat};
        </vb:if>
        border-color: {vb:raw content_border};
    }
    
    #sidebar_container .userprof_content a, #sidebar_container .userprof_content a:hover
    {
        color: {vb:raw content_link_color};
    }
    
    .memberprofiletabunder {
        background-color: {vb:raw module_background_color};
        background-image: {vb:raw module_background_image};
        background-repeat: {vb:raw module_background_repeat};
    }
    .pagination span a, .pagination span a.popupctrl {
        color: {vb:raw moduleinactive_link_color};
        background-color: {vb:raw moduleinactive_background_color};
        background-image: {vb:raw moduleinactive_background_image};
        background-repeat: {vb:raw moduleinactive_background_repeat};
        border-color: {vb:raw moduleinactive_border};
    }
    
    .pagination span a:hover
    {
        border-color: {vb:raw moduleinactive_border};
        color: {vb:raw moduleinactive_link_color};
    }
    
    .pagination span.selected a, .pagination span.selected a.popupctrl {
        color: {vb:raw module_text_color};
        background-color: {vb:raw module_background_color};
        background-image: {vb:raw module_background_image};
        background-repeat: {vb:raw module_background_repeat};
        border-color: {vb:raw module_border};
    }
    
    
    #sidebar_container.member_summary 
    {
        color: {vb:raw content_text_color};
        background-color: {vb:raw moduleinactive_background_color};
        background-image: {vb:raw moduleinactive_background_image};
        background-repeat: {vb:raw moduleinactive_background_repeat};
        border-color: {vb:raw moduleinactive_border};
    }
    #sidebar_container .blocksubhead 
    {
        color: {vb:raw content_text_color};
        border-color: {vb:raw moduleinactive_border};
    }
    
    .tabslight double decal.userprof_moduleinactive:hover {
        border-color: {vb:raw module_border};
    }
    
    dl.stats dt, #sidebar_container dl.stats, #sidebar_container .blockbody.userprof_content, #sidebar_container .userprof_content .time, .userprof_content .time  {
        color: {vb:raw content_text_color};
        background-color: transparent;
        background-image: none;
    }
    
    #sidebar_container a
    {
        color: {vb:raw content_text_color};
    }
    
    #sidebar_container a:hover
    {
        color: {vb:raw moduleinactive_link_color};
    }
    .profile_editor_border, .profile_content .actionbuttons
    {
        border-color: {vb:raw headers_border};
    
    }
    
    .profile_editor_border {
        border-top:none;
    }
    .userprof_editor {
        border-width: 1px 0px 0px 0px;
        border-style: solid;
        border-color: {vb:raw headers_border};
    }
    .tabbackground {
        width:100%;
    }
    
    <vb:comment>This has to be at the bottom of this sheet, because there are some interesting background conflicts</vb:comment>
    .moduleinactive_bg{
        color: {vb:raw moduleinactive_text_color};
        background-color: {vb:raw moduleinactive_background_color};
        background-image: {vb:raw moduleinactive_background_image};
        background-repeat: {vb:raw moduleinactive_background_repeat};
        border-color: {vb:raw moduleinactive_border};
    }
    
    #sidebar_container.member_summary .textcontrol
    {
        color: {vb:raw content_text_color};
    }
    
    #sidebar_container.member_summary .textcontrol a
    {
        color: {vb:raw content_text_color};
    }
    
    #sidebar_container.member_summary .textcontrol a:hover
    {
        color: {vb:raw moduleinactive_link_color};
    }
    
    .userprof .postbit .postdate .time {
        color: {vb:raw headers_text_color};
    }
    
    .userprof .postbit .postdate .time a {
        color: {vb:raw headers_link_color};
    }
    Is that all.....?
    'I do not think we can hope for any better thing now.
    We shall stick it out to the end, but we are getting weaker of course, and the end cannot be far.
    It seems a pity, but I do not think I can write more. R. SCOTT.
    Last Entry - For God's sake look after our people.'

    In memory of Capt. Robert Falcon Scott, Edward Wilson, Henry Bowers, Lawrence Oates and Edgar Evans. South Pole Expedition, 30th March 1912.

  2. #12
    ?

    Default Re: Update to the latest version is done

    approx a 1 %
    Regards,
    Dimas

    my Skype: warrelics

  3. #13
    ?

    Default Re: Update to the latest version is done

    Updated user profiles, please let me know what you did not like- probably some colors etc
    Regards,
    Dimas

    my Skype: warrelics

  4. #14
    ?

    Default Re: Update to the latest version is done

    Also please let me know how works attachment manager- drag and drop system
    Regards,
    Dimas

    my Skype: warrelics

  5. #15

    Default Re: Update to the latest version is done

    Hello Dimas, attachment manager, drag and drop seems to work fine for me.
    Ralph.
    Searching for anything relating to, Anton Boos, 934 Stamm. Kp. Pz. Erz. Abt. 7, 3 Kompanie, Panzer-Regiment 2, 16th Panzer-Division (My father)

  6. #16

    Default Re: Update to the latest version is done

    Drag and drop still doesn't work

    Rob

  7. #17
    ?

    Default Re: Update to the latest version is done

    It is not work with safari
    Regards,
    Dimas

    my Skype: warrelics

  8. #18
    ?

    Default Re: Update to the latest version is done

    Must work with IE and Mozilla
    Regards,
    Dimas

    my Skype: warrelics

  9. #19

    Default Re: Update to the latest version is done

    I'm using Internet Explorer 9

    Rob

  10. #20

    Default Re: Update to the latest version is done

    Quote by Dimas View Post
    Updated user profiles, please let me know what you did not like- probably some colors etc
    Hello Dimas, when I go to my user profile it shows posts, some by me, some by others that I have not posted on these threads. Actually have to go to "About me" to see my profile. Also, likes received and given are still all on white background. Very hard to read.
    Ralph.
    Searching for anything relating to, Anton Boos, 934 Stamm. Kp. Pz. Erz. Abt. 7, 3 Kompanie, Panzer-Regiment 2, 16th Panzer-Division (My father)

Page 2 of 6 FirstFirst 1 2 3 4 5 6 LastLast

Similar Threads

  1. EK1 update

    In 1939 Eisernes Kreuz forum
    10-12-2011, 08:07 AM
  2. Need Help: Genuine early version of the "Medal for War Merits" (Type I, Version I, No 9214) or not?

    In Orders, Medals, Badges, Decorations, & Corresponding Documents
    06-19-2011, 08:36 PM
  3. Forum software updated to the latest version

    In Technical/Design - Questions, How-to, & Advice
    10-14-2009, 10:32 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Wardmilitaria - Down
Display your banner here