Compare commits

...

5 Commits

Author SHA1 Message Date
Perttu Ahola 7a6897568f No, this is how you do nofollow 2019-11-03 18:21:45 +02:00
Perttu Ahola e285e2a81e template/bbcode.html: Add nofollow tag to [url]s 2019-10-31 11:06:25 +02:00
Perttu Ahola a2e3148d35 README.txt: Copying over prosilver shouldn't be needed anymore 2015-11-01 17:41:01 +02:00
Perttu Ahola e4a16d44a2 Include favicon.ico in this repository 2015-10-31 19:06:21 +02:00
Perttu Ahola eafcde3ad1 Include body_bg.png in this repository 2015-10-31 19:05:00 +02:00
6 changed files with 6 additions and 9 deletions

View File

@ -8,13 +8,10 @@ Installation
* You require phpBB in the 3.0._ series. Install it.
* Goto `styles` in the phpBB directory
* Copy `prosilver` to `mt_v1` (a new directory)
* Clone this repository to somewhere outside of the phpBB folder
* Copy the files and folders in this repository to `mt_v1` and
overwrite any existing files.
* Clone this repository as a new directory `mt_v1`
* Go to the admin control panel > styles.
* In templates, install Minetest Maintheme.
* In themes, install Minetest Maintheme and then click details on the
prosilver theme, and select `replace theme with Minetest Maintheme`.
* In imagesets, install Minetest Maintheme.
* Profit
* Profit

View File

@ -33,8 +33,8 @@
<!-- BEGIN img --><img src="{URL}" alt="{L_IMAGE}" /><!-- END img -->
<!-- BEGIN url --><a href="{URL}" class="postlink">{DESCRIPTION}</a><!-- END url -->
<!-- BEGIN url --><a href="{URL}" rel="nofollow" class="postlink">{DESCRIPTION}</a><!-- END url -->
<!-- BEGIN email --><a href="mailto:{EMAIL}">{DESCRIPTION}</a><!-- END email -->
<!-- BEGIN flash --><object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="{WIDTH}" height="{HEIGHT}"><param name="movie" value="{URL}" /><param name="play" value="false" /><param name="loop" value="false" /><param name="quality" value="high" /><param name="allowScriptAccess" value="never" /><param name="allowNetworking" value="internal" /><embed src="{URL}" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="{WIDTH}" height="{HEIGHT}" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></embed></object><!-- END flash -->
<!-- BEGIN flash --><object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="{WIDTH}" height="{HEIGHT}"><param name="movie" value="{URL}" /><param name="play" value="false" /><param name="loop" value="false" /><param name="quality" value="high" /><param name="allowScriptAccess" value="never" /><param name="allowNetworking" value="internal" /><embed src="{URL}" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="{WIDTH}" height="{HEIGHT}" play="false" loop="false" quality="high" allowscriptaccess="never" allownetworking="internal"></embed></object><!-- END flash -->

View File

@ -86,7 +86,7 @@
<link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
<link rel="shortcut icon" href="http://minetest.net/lib/tpl/minetest3/images/favicon.ico">
<link rel="shortcut icon" href="{T_THEME_PATH}/images/favicon.ico">
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />

BIN
theme/images/body_bg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

BIN
theme/images/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -28,7 +28,7 @@ body {
//font-family: Verdana, Helvetica, Arial, sans-serif;
color: #828282;
background-color: #FFFFFF;
background-image: url(http://minetest.net//lib/tpl/minetest3/images/body_bg.png);
background-image: url("{T_THEME_PATH}/images/body_bg.png");
/*font-size: 62.5%; This sets the default font size to be equivalent to 10px */
font-size: 75%;
margin: 0;