diff --git a/index.html b/index.html index 221cb9a..a514554 100644 --- a/index.html +++ b/index.html @@ -16,24 +16,29 @@
- Fork Me on GitHub + View on GitHub

Doom3.gpl

Doom 3 GPL source release

-
- Download this project as a .zip file - Download this project as a tar.gz file -
+
+ Download this project as a .zip file + Download this project as a tar.gz file +
-

Doom 3 GPL source release

+

+Doom 3 GPL source release

-

This is the Doom 3 GPL source code as it was released by id Software in late 2011. I prepared this source for release while I was at id, which is why this repository is present under my account. I am keeping it here as a reference due to the 400+ forks that were created out of it, but I am not doing any active development with it at this time. If you are looking for an active Doom 3 GPL source tree, have a look at @dhewg's fork https://github.com/dhewg/doom3.gpl, or at http://www.iodoom3.org/

+

This is the Doom 3 GPL source code as it was released by id Software in late 2011. I prepared this source for release while I was an id employee, which is why this repository is present under my account. I am keeping it here as a reference due to the 400+ forks that were created out of it, but I am not doing any active development with it.

+ +

If you are looking for an updated and active Doom 3 GPL source tree, have a look at https://github.com/dhewm/dhewm3

+ +

Also note that the source code for Doom3 BFG edition was also released under GPL, and is significantly different from this codebase. You can get the original source release for Doom3 BFG here: https://github.com/id-Software/DOOM-3-BFG, and an active port tree here: https://github.com/RobertBeckebans/RBDOOM-3-BFG

diff --git a/params.json b/params.json index e640774..8d98beb 100644 --- a/params.json +++ b/params.json @@ -1 +1 @@ -{"name":"Doom3.gpl","body":"### Doom 3 GPL source release\r\n\r\nThis is the Doom 3 GPL source code as it was released by id Software in late 2011. I prepared this source for release while I was at id, which is why this repository is present under my account. I am keeping it here as a reference due to the 400+ forks that were created out of it, but I am not doing any active development with it at this time. If you are looking for an active Doom 3 GPL source tree, have a look at @dhewg's fork https://github.com/dhewg/doom3.gpl, or at http://www.iodoom3.org/\r\n\r\n","tagline":"Doom 3 GPL source release","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file +{"name":"Doom3.gpl","tagline":"Doom 3 GPL source release","body":"### Doom 3 GPL source release\r\n\r\nThis is the Doom 3 GPL source code as it was released by id Software in late 2011. I prepared this source for release while I was an id employee, which is why this repository is present under my account. I am keeping it here as a reference due to the 400+ forks that were created out of it, but I am not doing any active development with it.\r\n\r\nIf you are looking for an updated and active Doom 3 GPL source tree, have a look at https://github.com/dhewm/dhewm3\r\n\r\nAlso note that the source code for Doom3 BFG edition was also released under GPL, and is significantly different from this codebase. You can get the original source release for Doom3 BFG here: https://github.com/id-Software/DOOM-3-BFG, and an active port tree here: https://github.com/RobertBeckebans/RBDOOM-3-BFG","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."} \ No newline at end of file diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 4189751..7a08b01 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -1,5 +1,5 @@ /******************************************************************************* -Slate Theme for Github Pages +Slate Theme for GitHub Pages by Jason Costello, @jsncostello *******************************************************************************/ @@ -39,18 +39,11 @@ ol, ul { list-style: none; } -blockquote, q { -} - table { border-collapse: collapse; border-spacing: 0; } -a:focus { - outline: none; -} - /******************************************************************************* Theme Styles *******************************************************************************/ @@ -125,14 +118,11 @@ a { -ms-transition: text-shadow 0.5s ease; } -#main_content a:hover { - color: #0069ba; - text-shadow: #0090ff 0px 0px 2px; -} +a:hover, a:focus {text-decoration: underline;} -footer a:hover { - color: #43adff; - text-shadow: #0090ff 0px 0px 2px; +footer a { + color: #F2F2F2; + text-decoration: underline; } em { @@ -158,6 +148,15 @@ img { -ms-box-shadow: 0 0 5px #ebebeb; } +p img { + display: inline; + margin: 0; + padding: 0; + vertical-align: middle; + text-align: center; + border: none; +} + pre, code { width: 100%; color: #222; @@ -169,9 +168,6 @@ pre, code { border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; - - - } pre { @@ -199,16 +195,17 @@ blockquote { border-left: 3px solid #bbb; } + ul, ol, dl { margin-bottom: 15px } -ul li { +ul { list-style: inside; padding-left: 20px; } -ol li { +ol { list-style: decimal inside; padding-left: 20px; } @@ -257,11 +254,6 @@ form { padding: 20px; } -img { - width: 100%; - max-width: 100%; -} - /******************************************************************************* Full-Width Styles *******************************************************************************/