Butinage
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
Archi-cadlink modifications css et js https://www.archi-cadlink.fr
Mon Jun 24 15:13:00 2019
QRCode
archive.org

Mes modifications sauvages du thème phpbb prolight pour https://www.archi-cadlink.fr :

prolight.css:

[...]
.site_logo {
[...]
width: 194px;
}
[...]

common.css:

[...]
.site_logo {
[...]
width: 388px;
}
[...]

/ModSP
----------------------------------------------------------
/

/*TopicSolved

  • couleur de l'icone
  • emphase du sujet résolu
  • désactiver l'icone sur le premier message*/

.post.solving_answer {
background-color: #dfefdf;
border: green dashed 5px;
}

a.button[href*="topicsolved"] {
border-color:green;
}

a.button[href*="topicsolved"]:hover {
background-color: #ded;
}

.button .icon.fa-check {
color: green;
}

.page-body > div:nth-of-type(2) a.button[href*="topicsolved"] {
display: none;
}

/*Code

  • réglage de la taille des tabulations comme dans Archicad*/

.codebox pre code {
tab-size:4;
-moz-tab-size: 4;
-o-tab-size: 4;
}


Modification JS – styles/prosilver/template/forum_fn.js – ligne 920

    $('div:has("span:contains(RÉSOLU)")').addClass('solving_answer');
css
834 links, including 66 private
Shaarli - The personal, minimalist, super fast, database-free, bookmarking service by the Shaarli community - Theme by kalvn