Skip to content

Commit

Permalink
v3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mike1072 committed Dec 30, 2015
0 parents commit 1ad51f5
Show file tree
Hide file tree
Showing 1,253 changed files with 48,442 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Auto detect text files and perform LF normalization
* text=auto

# WeiDU/IE
*.tp2 text
*.tpa text
*.tpp text
*.tph text
*.tra text
*.2da text
*.baf text
*.d text
*.ids text
*.bam binary
*.plt binary
*.mos binary
*.vvc binary
*.itm binary
*.spl binary
*.cre binary
*.eff binary
*.pro binary
*.are binary
*.wed binary
*.wmp binary
*.sto binary
*.bcs binary
*.dlg binary

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
*.7z
*.rar
*.zip
*.tar.gz
*.debug
*.log
*.exe
!iconv.exe
!oggdec.exe
!tisunpack.exe
!TobExLoader.exe
setup-spell_rev
setup-spell_rev.command
Binary file added spell_rev/backup/g3.ico
Binary file not shown.
Binary file added spell_rev/backup/g3_sfx.ico
Binary file not shown.
131 changes: 131 additions & 0 deletions spell_rev/backup/g3readme.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,131 @@
@font-face {
font-family: "TrajanPro";
font-style: normal;
font-weight: normal;
src: url("/includes/trajanpro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/includes/trajanpro-regular-webfont.woff") format("woff"), url("/includes/trajanpro-regular-webfont.ttf") format("truetype"), url("/includes/trajanpro-regular-webfont.svg#TrajanProRegular") format("svg");
}
body {
background-color: #CCCCCC;
color: #000000;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
margin: 35px 50px;
padding: 0;
text-align: left;
}
img {
border: 0 none;
}
h1, h2, h3, h4, h5, h6 {
background-color: #FFFFFF;
border: 1px solid #000000;
color: #000099;
font-family: "TrajanPro",Times New Roman,Times,serif;
font-size: 17px;
font-weight: bold;
margin-left: 20px;
margin-right: 20px;
padding: 5px;
position: relative;
z-index: 10;
}
h2 {
font-size: 16px;
}
h3 {
font-size: 15px;
}
h4 {
font-size: 14px;
}
h5 {
font-size: 13px;
}
h6 {
font-size: 12px;
}
p, ul, table {
clear: left;
}
a, a:link, a:visited, a:hover, a:active {
border-width: 0;
color: #000099;
margin: 0;
padding: 0;
}
a:visited {
color: #0000CD;
}
table {
padding: 20px;
width: 100%;
}
td, th {
border: 1px outset #AAAAAA;
font-size: 11px;
padding: 5px;
text-align: center;
vertical-align: baseline;
}
th {
background-color: #0000CD;
color: #FFFFFF;
font-weight: bold;
}
hr {
clear: both;
display: block;
margin: 0;
visibility: hidden;
}
.leftalign, table.leftalign tr th, table.leftalign tr td {
text-align: left;
}
.section {
background-color: #FFFFFF;
border: 1px solid #000000;
margin: -30px 0 30px;
padding: 20px 20px 10px;
position: relative;
}
.kit_description {
background-color: #F0F0F0;
border-left: 4px solid #CCCCCC;
border-top: 1px dotted #CCCCCC;
display: block;
position: relative;
}
.portrait_thumb {
float: left;
height: 125px;
overflow: auto;
padding: 5px;
text-align: center;
width: 125px;
}
a.spoiler, a.spoiler:link, a.spoiler:active, a.spoiler:visited, a.spoiler:hover {
background-color: #CCCCCC;
border: 1px dotted #888888;
color: #CCCCCC;
text-decoration: none;
}
a.spoiler:hover {
border: 1px dotted #CCCCCC;
color: #000000;
}
.code {
-moz-border-bottom-colors: none;
-moz-border-image: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background-color: #EEEEEE;
border-color: #555555;
border-style: solid;
border-width: 1px 1px 1px 10px;
font-family: 'Courier New',Courier,mono;
padding: 5px;
}
.deprecated {
color: #666666;
}
3 changes: 3 additions & 0 deletions spell_rev/desktop.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[.ShellClassInfo]
IconFile=backup\g3.ico
IconIndex=0
Loading

0 comments on commit 1ad51f5

Please sign in to comment.