mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
made baritems unselectable
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
<table style="width:100%">
|
<table style="width:100%">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="icn"><a href="https://neon443.github.io/eaglercraft152"><img src="images/minecraft/1.5.png" alt=""></a></td>
|
<td class="icn"><a href="https://neon443.github.io/eaglercraft152"><img src="images/minecraft/1.5.png" alt=""></a></td>
|
||||||
<td class="icn"><a href="https://neon443.github.io/eaglercraft188"><img src="images/minecraft/1.8.png" alt=""></a></td>
|
<td class="icn"><a href="https://neon443.github.io/eaglercraftX188"><img src="images/minecraft/1.8.png" alt=""></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="label"><p>Minecraft 1.5.2</p></td>
|
<td class="label"><p>Minecraft 1.5.2</p></td>
|
||||||
|
|||||||
@@ -88,6 +88,9 @@ h3 {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #222;
|
color: #222;
|
||||||
padding: 9.2px 12px;
|
padding: 9.2px 12px;
|
||||||
|
-webkit-touch-callout: none;
|
||||||
|
-webkit-user-select: none;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
.barItem h1 {
|
.barItem h1 {
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
@@ -167,9 +170,9 @@ td img:hover {
|
|||||||
.barItem a:hover {
|
.barItem a:hover {
|
||||||
background-color: #888;
|
background-color: #888;
|
||||||
color: #222;
|
color: #222;
|
||||||
-webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
|
-webkit-box-shadow: 0px 0px 5px 5px rgba(200, 200, 200, 0.8);
|
||||||
-moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
|
-moz-box-shadow: 0px 0px 5px 5px rgba(200, 200, 200, 0.8);
|
||||||
box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25);
|
box-shadow: 0px 0px 5px 5px rgba(200, 200, 200, 0.8);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user