Comments & WishesUpper navigation bar

General comments, feature, category or forum wishes for this LaTeX community
Post Reply
Montag
Posts: 340
Joined: Wed Jul 15, 2009 9:25 am

Upper navigation bar

Post by Montag »

Hello to the admins,

is it possible and if yes, are you willing to, to change the upper navigation bar for the forum?
So that
Image
becomes
Image
? Please please please. :) :)
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Upper navigation bar

Post by frabjous »

I doubt the admins are going to take kindly to individual requests for changing the layout.

However, you can take matters into your own hands. If you're using Firefox or Chrome/Chromium, for example, you achieve something similar by, e.g., installing the Stylish plugin (Firefox version) or Chrome version, and then creating a style containng the following:

Code: Select all

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("latex-community.org") {

#bottom-menu {
position: absolute !important; 
right: 0px !important;
top: 114px !important;
}
}
That should move the bottom menu to (more or less) where you want it. (Tweak the right: and top: numbers to put it just where you want it.)

You can do the same for most other browsers, but it's harder to explain how.
Post Reply