Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
391142176b
1 changed files with 19 additions and 1 deletions
  1. 19
    1
      i1.html

+ 19
- 1
i1.html View File

@@ -84,7 +84,7 @@
84 84
 
85 85
 
86 86
 
87
-    
87
+
88 88
 <!-- 
89 89
 
90 90
     <script class="rld" src="ign/custom_resize.js?c=023"></script>
@@ -105,6 +105,24 @@
105 105
 
106 106
     <link class="rld" rel="stylesheet" href="ign/r0.css?c=023">
107 107
     <link class="rld" rel="stylesheet" href="ign/fs.css?c=023">
108
+
109
+
110
+    <style type="text/css">
111
+        #react > div {
112
+    /*background-color: #1B5668;*/
113
+        /*background-color: #1B3648;*/
114
+        /*background-color: #1B2638;*/
115
+        background-color: rgb(27, 38, 56);
116
+        background-color: rgb(71, 71, 71);
117
+        background-color: #0ff;
118
+
119
+        /*background-color: #245;*/
120
+        /*background-color: #134;*/
121
+        /*background-color: #fff;*/
122
+
123
+    /*color: red !important;*/
124
+}
125
+    </style>
108 126
     <!--#include virtual="title.html" -->
109 127
     <!--#include virtual="plugin.head.html" -->
110 128
     <!--#include virtual="static/welcomePageAdditionalContent.html" -->

Loading…
Cancel
Save