Résolu Cherche le contenu du template EXRTA.css pour le thème Krypton

Discussion dans 'Résolu' créé par Eyroz, 17 Mai 2016.

Tags:
  1. Eyroz

    Eyroz Membre

    Inscrit:
    11 Juillet 2015
    Messages:
    2
    J'aime reçus:
    0
    Points:
    1 271
    Bonsoir/Bonjour c'est Eyroz

    • Qui pourrait me redonne le extra.css du style Krypton je l'ai efface

    Merci
     

      L'auteur de la discussion a jugé qu'une réponse pertinente à répondu à l'interrogation de son topic. Cliquez ici pour la voir.

  2. Sι∂яα∂ι

    Sι∂яα∂ι Administrateur

    Inscrit:
    25 Juin 2014
    Messages:
    32 280
    J'aime reçus:
    121 187
    Points:
    13 043
    Voici le contenu de la template :

    Code:
    /** BEGIN PUBLIC **/
    
    input[type=checkbox]
    {
        position: relative;
        top: 2px;
    }
    
    .breadBoxTop .topCtrl a.callToAction
    {
        height: 30px;
        line-height: 30px;
        margin-left: 5px;
    }
    
    .button.smallButton
    {
        border-radius:10px;
        background-color: {xen:property primaryDarker};
        padding-left: 5px;
        padding-right: 5px;
    }
    
    #content .pageContent.BRMR_pageContent
    { 
        background: none;
        padding-left: 0;
        padding-right: 0;
    }
    
    .BRMR_pageContent .resourceListBlock .resourceListMain,
    #content:not(.forum_list):not(.member_notable):not(.online_list):not(.news_feed_page_global) .BRMR_pageContent .mainContainer > .mainContent
    {
        background-color: {xen:property content.background-color};
        border-radius: 3px;
        padding: 10px;
    }
    
    .PanelScroller .navControls a.current,
    .BRMR_pageContent .scrollContainer
    {
    }
    
    .posterAvatar .miniMe
    {
        display: none !important;
    }
    
    .titleBar + .pageNavLinkGroup,
    .titleNoMargin,
    .titleBar + .PageNav,
    .titleBar + .pageNavLinkGroup + .section,
    .titleBar + .PageNav + .section
    {
        margin: 0;
    }
    
    .forum_list .titleBar
    {
        display: none;
    }
    
    .titleBar.exitsDescription:before
    {
        content: url('{xen:property imagePath}/extra/flag-big.png');
    }
    
    .mainContainer .titleBar 
    {
        margin: -10px -10px 0;
    }
    
    .mainContainer .pageNavLinkGroup
    {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .mainContent .resourceInfo h1
    {
        color: {xen:property secondaryMedium};
    }
    
    .news_feed_page_global .titleBar,
    .titleNoMargin
    {   
        margin: 0;
        margin-top: 10px;
        background-image: url('{xen:property imagePath}/extra/cog-up.png');
    }
    
    .profilePage .mast > div:last-child
    {
        margin-bottom: 0;
    }
    
    .linkGroup .Popup
    {
        margin-right: 10px;
    }
    
    #pageDescription a
    {
        color: {xen:property pageDescription.color};
    }
    
    .xenOverlay #jumpMenu .jumpMenuColumn:first-child h3
    {
        color: {xen:property secondaryMedium};
    }
    
    .xenOverlay #jumpMenu .jumpMenuColumn:last-child h3
    {
        color: {xen:property primaryMedium};
    }
    
    .linkGroup a.callToAction
    {
        margin-top: 7px;
        margin-bottom: 7px;
        margin-right: 10px;   
    }
    
    .withTopCtrl
    {
        text-align:right;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .topCtrl
    {
        float: none;
    }
    
    /** END PUBLIC **/
    
    /** BEGIN MEDIA **/
    
    .xengallery_media_index .withTopCtrl a.callToAction span
    {
        background-color: {xen:property primaryMedium};
        margin-top: 0;
        margin-right: 0;
    }
    
    .xengallery_media_view .mainContent,
    body .xengalleryContainer .insideContainer
    {
        padding: 10px;
        border-radius: 3px;
        background-color: {xen:property content.background-color};
    }
    
    .xengallery_media_view .mediaAttribution h1
    {
        color: {xen:property secondaryMedium};
    }
    
    body .container .xengallerySideBar .categoryList li a
    {
        color: {xen:property textCtrlText};
    }
    
    body .container .xengallerySideBar .categoryList .selected
    {
        font-weight: 600;
    }
    
    .xengalleryContainer .mediaTabHeadings .tabs
    {
        margin-bottom: 0;
    }
    
    .mediaAttribution #pageDescription
    {
        color: {xen:property mutedTextColor};
    }
    
    .xengalleryContainer .short.pageNavLinkGroup
    {
        margin: initial;
    }
    
    .xengalleryContainer .mediaContainer
    {
        border: none;
    }
    
    .xengallery_media_index a.callToAction span
    {
        background-color: {xen:property secondaryMedium};
        margin-top: 7px;
        margin-right: 10px;
    }
    
    /** END MEDIA **/
    
    /** BEGIN MESSAGE, CONVERSATION **/
    
    .messageMeta .fa
    {
        margin: 0 5px;
    }
    
    .messageMeta .item
    {
        padding: 1px;
    }
    
    .item.control:before
    {
        content: "";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 14px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 5px;
    }
    
    .item.control.edit:before
    {
        content: "\f040";
    }
    
    .item.control.delete:before
    {
        content: "\f1f8";
    }
    
    .item.control.ip:before
    {
        content: "\f08d";
    }
    
    .item.control.report:before
    {
        content: "\f0c5";
    }
    
    .item.control.warn:before
    {
        content: "\f071";
    }
    
    .item.control.LikeLink:before
    {
        content: "\f087";
    }
    
    .item.control.reply:before
    {
        content: "\f0e6";
    }
    
    .privateControls .item.control
    {
        color: {xen:property secondaryMedium};
    }
    
    .messageSimple:last-child
    {
        border: none;
        padding-botom: 0;
    }
    
    .messageUserBlock .extraUserInfo dl dt,
    .messageUserBlock .extraUserInfo dl dd a
    {
        color: {xen:property textCtrlBackground};
    }
    
    .userBanner.bannerStaff:before
    {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        top: -5px;
        left: 0;
        background: url('{xen:property imagePath}/extra/cog-up.png') repeat-X;
    }
    
    .attachment .attachmentInfo .filename a
    {
        color: {xen:property textCtrlBackground};
    }
    
    .attachment .attachmentInfo dd,
    .attachment .attachmentInfo dt
    {
        color: {xen:property textCtrlBackground};
    }
    
    .pageNavLinkGroup:last-of-type
    {
        margin-bottom: 0;
    }
    
    #ProfilePanes .messageSimple
    {
        padding-left: 0;
        padding-right: 0;
    }
    
    .find_new_profile_posts .section + .pageNavLinkGroup
    {
        margin: 0;
    }
    
    .mainContainer .messageList .message
    {
        padding-left: 0;
        padding-right: 0;
    }
    
    /** END MESSAGE, CONVERSATION **/
    
    /** BEGIN NODE LIST **/
    
    .node .subForumList li .nodeTitle a:hover
    {
        text-decoration: none;
        color: {xen:property secondaryMedium};
    }
    
    .node .nodeLastPost .lastThreadTitle span
    {
        color: {xen:property primaryMedium};
    }
    
    .node .nodeLastPost .lastThreadTitle a
    {
        color: {xen:property contentText};
    }
    
    .node .nodeLastPost .lastThreadMeta .lastThreadUser .username
    {
        color: {xen:property mutedTextColor};
        margin-right: 20px;
    }
    
    .nodeList .node.level_1:first-child
    {
        margin-top: 20px;
    } 
    
    .titleBar:before,
    .nodeList .categoryStrip:before
    {
        content: url('{xen:property imagePath}/extra/flag.png');
        position:absolute;
        width: 70px;
        height: 90px;
        top: -10px;
        left: 10px;
        z-index: 99;
    }
    
    .nodeList .exitsDescription:before
    {
        content: url('{xen:property imagePath}/extra/flag-big.png');
    }
    
    /** END NODE LIST **/
    
    /** BEGIN SIDEBAR **/
    
    .sidebar .section
    {
        margin: 20px 0;
    }
    
    .container .xengallerySideBar .section:first-child,
    .sidebar .section:first-child
    {
        margin-top: 0;
    }
    
    .container .xengallerySideBar .section:last-child,
    .sidebar .section:last-child
    {
        margin-bottom: 0;
    }
    
    .container .xengallerySideBar .secondaryContent,
    .sidebar .section .secondaryContent,
    .resourceListBlock .resourceListSidebar .secondaryContent
    {
        border-radius: 3px;
        border: none;
    }
    
    .sidebar .section.loginButton .secondaryContent
    {
        background-color: {xen:property primaryMedium};
    }
    
    .sidebar .visitorPanel .secondaryContent
    {
        width: 100%;
        box-sizing: border-box;
        display: inline-block;
        background-color: {xen:property primaryMedium};
        color: {xen:property textCtrlBackground};
    }
    
    .sidebar .visitorPanel .pairsJustified dt
    {
        color: {xen:property visitorPanelStats.color};
    }
    
    .navigationSideBar .section
    {
        margin: 0;
    }
    
    .navigationSideBar .subHeading
    {
        border-radius: 0;
    }
    
    /** END SIDEBAR **/
    
    /** BEGIN OVERLAY **/
    
    .xenOverlay .formOverlay .textCtrl[type=file], 
    .xenOverlay .formOverlay .textCtrl[type=file]:focus 
    {
        background-color: transparent;
        color: rgb(20,20,20);
    }
    
    .chooserColumns li a:hover .title
    {
        color: {xen:property primaryMedium};
    }
    
    .xenOverlay .section > .sectionFooter
    {
        padding: 0;
    }
    
    .xenOverlay .section > .sectionFooter.opposedOptions
    {
        padding: 5px 10px;
    }
    
    .xenOverlay .sectionFooter .button
    {
        vertical-align: top;
    }
    
    .xenOverlay .sectionFooter > .button 
    {
        position: absolute;
        top: 0px;
        right: 5px;
        float: right;
        margin-left: 5px;
        visibility: visible;
        height: 35px;
        line-height: 35px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -khtml-border-radius: 0;
        border-radius: 0;
        color: {xen:property primaryMedium};
        max-width: 27px;
        text-indent: 9999px;
        overflow: hidden;
        background: none;
    }
    
    .xenOverlay .sectionFooter .buttonContainer
    {
        min-width: 75px;
        *min-width: 0;
        float: right;
        margin: 5px;
        line-height: 31px;
    }
    
    .xenOverlay .sectionFooter > .button:before
    {
        content: url('{xen:property imagePath}/extra/close.png');
        position: absolute;
        right: 0;
        font-size: 16px;
        top: 6px;
    }
    
    .xenOverlay.memberCard a.close
    {
        background-image: url('{xen:property imagePath}/extra/close.png');
    }
    
    /** END OVERLAY **/
    
     

      Cette réponse a aidé l'auteur de la discussion.

    SyTry apprécie ceci.

Partager cette page

  1. Ce site utilise des cookies. En continuant à utiliser ce site, vous acceptez l'utilisation des cookies.
    Rejeter la notice