• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Acc Maker Own Cursor

patriciou

Member
Joined
Dec 26, 2009
Messages
180
Reaction score
6
Hello Otlanders, I Wanted to Add my Own CUrsor on my Acc Maker Webpage !

I have found The Cursor that i wanted and i Got The Code :

PHP:
body, a:hover {cursor: url(http://cur.cursors-4u.net/games/gam-3/gam246.ani), url(http://cur.cursors-4u.net/games/gam-3/gam246.png), progress !important;}

And it said to Paste it on the Bottom of My Style.css So i Did as is Shown Below :

PHP:
body, .body
{
	font-family: Calibri, Trebuchet MS, Arial, Sans-Serif;
	background-color: #FFFFFF;
	margin: 2px 0px 0px 0px;
	background: #ffffff url( 'http://cooltext.com/images/Top-Gradient.png' ) top center repeat-x;
}

a
{
	color: #1F497D;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: 0px;
}

.Borderless
{
	border: 0px;
}

form
{
	display: inline;
}

input[src]
{
	border: solid 1px #0070C0;
}

input[src]:hover
{
	border: solid 1px #000000;
}

input[type=submit]
{
	padding: 3px;
}

input[type=radio]
{
	margin-bottom: 15px;
}

td { text-align: left; } /* So IE won't inherit centering */

h1
{
	margin-top: 0px;
	text-shadow: 1px 1px 2px #999;
}

h2
{
	margin-top: 0px;
	border-bottom: 1px solid #999;
	text-shadow: 1px 1px 2px #999;
}

h3
{
	border-bottom: 1px solid #999;
	text-shadow: 1px 1px 1px #999;
}

hr
{
	background-color:#999;
	color:#999;
	height:1px;
	border:0 none;
	border: 0px;
}

#Menu
{
	background: #ffffff url(  'http://cooltext.com/images/Background-Gradient.png' ) top center repeat-x;
	font-size: 105%;
	text-align: center;
	padding-top: 8px;
	height: 30px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #333;
}

#Menu a
{
	color: #ffffff;
	padding: 7px 15px 6px 15px;
	text-decoration: none;
}

#Menu a:hover
{
	color: #000000;
	text-shadow: 1px 1px 1px #CCC;
}

#BodyArea
{
	padding-top: 10px;
	background: #ffffff url(  'http://cooltext.com/images/Background-Gradient.png' ) top center repeat-x;
	background-position: 0px -36px;
	padding-bottom: 50px;
}

#Footer
{
	background: #ffffff url(  'http://cooltext.com/images/bg.gif' ) top center repeat-x;
	font-size: 85%;
	text-align: center;
	padding-top: 10px;
	height: 26px;
	color: #ffffff;
	text-shadow: 1px 1px 1px #333;	
}

#Footer a
{
	color: #ffffff;
	margin-left: 6px;
	margin-right: 6px;
}

.Error
{
	color: #FF0000;
	font-weight: bold;
	position: static;
}

#Sponsor
{
	padding: 0px;
	border: 0px;
	margin-top: 0;
	width: 160px;
	text-align: center;
	font-weight: bold;
}

#Sponsor div
{
	font-weight: normal;
	padding: 0px;
	border: 0px;
	width: 160px;
	text-align: center;
}

#TopAdHolder
{
	height: 112px;
}

#TopAd
{
	position: absolute;
	top: 58px;
	height: 90px;
	width: 728px;
	left: 50%; /* ie6 hack */
	margin-left: -364px;
}

.Content
{
	padding-left: 25px;
	padding-right: 25px;
}

.Setting
{
	padding: 4px 0px 4px 10px;
}

.SettingRight
{
	padding: 6px 0px 6px 7px;
}

.FormGroupBox
{
	background: #FFF;
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

h2.LogoEditHeader
{	
	margin: 10px 0px 10px 0px;
}

.LogoGallery
{
	margin-top: -10px;
}

.LogoGallery td
{
	padding: 0px 15px 5px 15px;
}

.LogoGallery a img
{
	padding: 5px;
	border: solid 1px transparent;
}

.LogoGallery a:hover img
{
	border: solid 1px #0070C0;
}

.ButtonAjaxControls
{
}

.ButtonAjaxControls td
{
    vertical-align:top
}
.ButtonAjaxControls h2
{
    margin-bottom: 5px
}
.ButtonAjaxControls h4
{
    margin-bottom: 0px;
    margin-top: 5px;     
}
.ButtonAjaxControls h5
{
    margin-bottom: 0px;
    margin-top: 0px
}

body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), progress !important;}


But when i Refresh my Acc Maker then The Cursor aint THere :/ Its just Normal one :/

REP++++++++ FOR HELP :P !!
 
try this:
PHP:
body, .body
{
    font-family: Calibri, Trebuchet MS, Arial, Sans-Serif;
    background-color: #FFFFFF;
    margin: 2px 0px 0px 0px;
    background: #ffffff url( 'http://cooltext.com/images/Top-Gradient.png' ) top center repeat-x;
}

a
{
    color: #1F497D;
}

a:hover
{
    text-decoration: none;
}

a img
{
    border: 0px;
}

.Borderless
{
    border: 0px;
}

form
{
    display: inline;
}

input[src]
{
    border: solid 1px #0070C0;
}

input[src]:hover
{
    border: solid 1px #000000;
}

input[type=submit]
{
    padding: 3px;
}

input[type=radio]
{
    margin-bottom: 15px;
}

td { text-align: left; } /* So IE won't inherit centering */

h1
{
    margin-top: 0px;
    text-shadow: 1px 1px 2px #999;
}

h2
{
    margin-top: 0px;
    border-bottom: 1px solid #999;
    text-shadow: 1px 1px 2px #999;
}

h3
{
    border-bottom: 1px solid #999;
    text-shadow: 1px 1px 1px #999;
}

hr
{
    background-color:#999;
    color:#999;
    height:1px;
    border:0 none;
    border: 0px;
}

#Menu
{
    background: #ffffff url(  'http://cooltext.com/images/Background-Gradient.png' ) top center repeat-x;
    font-size: 105%;
    text-align: center;
    padding-top: 8px;
    height: 30px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #333;
}

#Menu a
{
    color: #ffffff;
    padding: 7px 15px 6px 15px;
    text-decoration: none;
}

#Menu a:hover
{
    color: #000000;
    text-shadow: 1px 1px 1px #CCC;
}

#BodyArea
{
    padding-top: 10px;
    background: #ffffff url(  'http://cooltext.com/images/Background-Gradient.png' ) top center repeat-x;
    background-position: 0px -36px;
    padding-bottom: 50px;
}

#Footer
{
    background: #ffffff url(  'http://cooltext.com/images/bg.gif' ) top center repeat-x;
    font-size: 85%;
    text-align: center;
    padding-top: 10px;
    height: 26px;
    color: #ffffff;
    text-shadow: 1px 1px 1px #333;    
}

#Footer a
{
    color: #ffffff;
    margin-left: 6px;
    margin-right: 6px;
}

.Error
{
    color: #FF0000;
    font-weight: bold;
    position: static;
}

#Sponsor
{
    padding: 0px;
    border: 0px;
    margin-top: 0;
    width: 160px;
    text-align: center;
    font-weight: bold;
}

#Sponsor div
{
    font-weight: normal;
    padding: 0px;
    border: 0px;
    width: 160px;
    text-align: center;
}

#TopAdHolder
{
    height: 112px;
}

#TopAd
{
    position: absolute;
    top: 58px;
    height: 90px;
    width: 728px;
    left: 50%; /* ie6 hack */
    margin-left: -364px;
}

.Content
{
    padding-left: 25px;
    padding-right: 25px;
}

.Setting
{
    padding: 4px 0px 4px 10px;
}

.SettingRight
{
    padding: 6px 0px 6px 7px;
}

.FormGroupBox
{
    background: #FFF;
    border: 1px solid #ccc;
    padding: 10px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

h2.LogoEditHeader
{    
    margin: 10px 0px 10px 0px;
}

.LogoGallery
{
    margin-top: -10px;
}

.LogoGallery td
{
    padding: 0px 15px 5px 15px;
}

.LogoGallery a img
{
    padding: 5px;
    border: solid 1px transparent;
}

.LogoGallery a:hover img
{
    border: solid 1px #0070C0;
}

.ButtonAjaxControls
{
}

.ButtonAjaxControls td
{
    vertical-align:top
}
.ButtonAjaxControls h2
{
    margin-bottom: 5px
}
.ButtonAjaxControls h4
{
    margin-bottom: 0px;
    margin-top: 5px;     
}
.ButtonAjaxControls h5
{
    margin-bottom: 0px;
    margin-top: 0px;     
}

body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), progress !important;}
 
Back
Top