on site css
This commit is contained in:
parent
47bcf50d3d
commit
615a08d7c3
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
|
|
@ -4,7 +4,8 @@
|
|||
|
||||
<head>
|
||||
<title>Welcome</title>
|
||||
<link rel="stylesheet" href="https://web.archive.org/web/20130702194455cs_/http://roblox.com/CSS/Base/CSS/FetchCSS?path=page___70a75bfda0b97b53e5637a9e3af568ee_m.css" />
|
||||
<link rel="stylesheet"
|
||||
href="{{ asset('css/FetchCSS2.css') }}">
|
||||
<script type="text/javascript">
|
||||
function editTemplateInStudio(play_placeId) { RobloxLaunch._GoogleAnalyticsCallback = function() { var isInsideRobloxIDE = 'website'; if (Roblox && Roblox.Client && Roblox.Client.isIDE && Roblox.Client.isIDE()) { isInsideRobloxIDE = 'Studio'; };GoogleAnalyticsEvents.FireEvent(['Edit Location', 'Guest', isInsideRobloxIDE]);GoogleAnalyticsEvents.FireEvent(['Edit', 'Guest', '']); }; Roblox.Client.WaitForRoblox(function() { RobloxLaunch.StartGame('https://web.archive.org/web/20130702194455/http://www.roblox.com//Game/edit.ashx?PlaceID='+play_placeId+'&upload=', 'edit.ashx', 'https://web.archive.org/web/20130702194455/https://www.roblox.com//Login/Negotiate.ashx', 'FETCH', true); }); }
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
<div id="ErrorMessage" style="color:Red"></div>
|
||||
<div class="LoginFormFieldSet">
|
||||
<span
|
||||
style="font: normal 12px arial;color: black;position: absolute;top: 50%;margin-top: -8px;">
|
||||
style="font: normal 12px arial;color: black;position: absolute;top: 50%;margin-top: 8px;">
|
||||
Not a member?
|
||||
<a href="{{ route('register') }}" style="font: bold 12px Arial;color: #095FB5;"
|
||||
target="_top">Sign up!</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue