Jump to content

How to change my header formats?


SteveMann

Recommended Posts

I hope this is the right question.

I first set up MediaWiki on my local server (Ubuntu in an Intel NUC) and have created hundreds of pages as my notebook.  I want to share some pages with others, so I installed MediaWiki on my personal website on GoDaddy.

My question is, in my original MediaWiki I did something to put the [edit] on the right side of the page, and not next to the header.  I forgot how I did this....

Current appearance:

mw1.thumb.jpg.105a4943948b76aedadd98e3b656af23.jpg

How I want it:

mw2.thumb.jpg.720bf559674eacf994aeb90af8020829.jpg

Any ideas would be appreciated.

 

Link to comment
Share on other sites

Never mind. I found my problem.  But for others who may stumble here...

From the latest release notes:

Quote

A new "Interface administrators" group was added, which has the ability to edit sitewide CSS/JS and the CSS/JS of other users. By default, no other group (not even "Administrators") has this capability anymore.<br>


To add this group to a user, including the administrator, go to 
  Special Pages
  User Rights
Enter the user name, then Load Groups.
Now select "interface administrator" and click on "Save user groups"

In your browser, open MediaWiki:Common.css

;Here is my Common.css file:

/* CSS placed here will be applied to all skins */
/* color was a dark green: #5a7425 */
/* #004377 is a dark blue */

body { color: #004377; font-size: 20px; font-family: "times new roman"; }

/* Reduce the line height slightly. Was 1.6 */
.mw-body-content{
  line-height: 1.2;
}


/* Move the [edit] links to the right column */
.mw-editsection {
  position: absolute;
  right: 0px;
}

 

 

Edited by SteveMann (see edit history)
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.