Aly's posts
Posted in ℝefined | profiles, graphics, layouts - full! come chat!
Posted 7 years ago
-makes herself at home-
mwhahah
mwhahah
Posted in Indenting Codes
Posted 7 years ago
Being able to indent;
Only left OR/AND
Left and Right (so it indents from both sides)
In html you can use < ul > to indent and I feel it'd be a way to make some nice forum layouts :D
It can look really nice as lists or even if there's a few paragraphs of text!
Possibly a float code that lets you put two boxes side to side?
Like float left with a 50% width etc.
That one might be asking a bit much though >U<:
Should I supply pictures? Oops!
Only left OR/AND
Left and Right (so it indents from both sides)
In html you can use < ul > to indent and I feel it'd be a way to make some nice forum layouts :D
It can look really nice as lists or even if there's a few paragraphs of text!
Possibly a float code that lets you put two boxes side to side?
Like float left with a 50% width etc.
That one might be asking a bit much though >U<:
Should I supply pictures? Oops!
Posted in Premade Profiles
Posted 7 years ago
Terms and Conditions
Any credit on the theme, is to remain as is.
The codes are not to be used as a base code unless titled as base code, basecode or similar.
Small editing and customization of the profiles, such as:
- colors, fonts, borders, box shadows, text shadows, backgrounds and text
are able to be changed, as long as the layout remains the same.
No help will be given to customize pre-made profiles or base codes.
Any credit on the theme, is to remain as is.
The codes are not to be used as a base code unless titled as base code, basecode or similar.
Small editing and customization of the profiles, such as:
- colors, fonts, borders, box shadows, text shadows, backgrounds and text
are able to be changed, as long as the layout remains the same.
No help will be given to customize pre-made profiles or base codes.
Home • Free Stuff • Community • Contest • Updates • Rules • Other
Posted in Premade Profiles
Posted 7 years ago
Update Log
Created thread
September 1st, 2017
Added Layout #01
September 4th, 2017
Added Layout #02
September 5th, 2017
Added Layout #03
September 6th, 2017
Added Layout #04
September 14th, 2017
Added Layout #05
September 30th, 2017
Added Premade Profile #01
February 9th, 2018
Created thread
September 1st, 2017
Added Layout #01
September 4th, 2017
Added Layout #02
September 5th, 2017
Added Layout #03
September 6th, 2017
Added Layout #04
September 14th, 2017
Added Layout #05
September 30th, 2017
Added Premade Profile #01
February 9th, 2018
Home • Free Stuff • Community • Contest • Updates • Rules • Other
Posted in Premade Profiles
Posted 7 years ago
Posted in Premade Profiles
Posted 7 years ago
Community
Ping List
@Elithiya: Pingpong!
@Shamrock Shamus: Pingpong!
@sunny: Pingpong!
@kenome: Pingpong!
@Zach: Pingpong!
@Thalanil: Pingpong!
@Totalanimefan: Pingpong!
@Teemo: Pingpong!
@FuuChan: Pingpong!
Why do you need a ping list?
The people on here get to be notified of upcoming features or events relating to the thread.
When I open shop or begin taking commissions, the people here will have first priority for slots, suggestions etc!
How can I be added/removed to/from this list
All you need to do is send me a message! It can be done by a mention or PM
Donators
Panda Donated:
Static Set
Frizz Set
Samurai Shock
Poop! Pants x2
Boob! or Dood! Shirt
Shamrock Shamus Donated: 3k
Totalanimefan Donated: 2k
Locals
Totalanimefan
Elithiya
Thalanil
Ping List
@Elithiya: Pingpong!
@Shamrock Shamus: Pingpong!
@sunny: Pingpong!
@kenome: Pingpong!
@Zach: Pingpong!
@Thalanil: Pingpong!
@Totalanimefan: Pingpong!
@Teemo: Pingpong!
@FuuChan: Pingpong!
Why do you need a ping list?
The people on here get to be notified of upcoming features or events relating to the thread.
When I open shop or begin taking commissions, the people here will have first priority for slots, suggestions etc!
How can I be added/removed to/from this list
All you need to do is send me a message! It can be done by a mention or PM
Donators
Panda Donated:
Static Set
Frizz Set
Samurai Shock
Poop! Pants x2
Boob! or Dood! Shirt
Shamrock Shamus Donated: 3k
Totalanimefan Donated: 2k
Locals
Totalanimefan
Elithiya
Thalanil
Home • Free Stuff • Community • Contest • Updates • Rules • Other
Posted in Premade Profiles
Posted 7 years ago
Layout #01
/* code by aly */
#voltie > div:nth-child(1),#voltie > div.col-md-6,#voltie > div:nth-child(3) {
width: 100%;
}
#voltie > div:nth-child(1),#voltie > div.col-md-6,#voltie > div:nth-child(3) {
width: 100%;
}
A small revamp of the original layout.
Layout #2
/* code by aly */
#content {
position: relative;
background-color: #fff !important;
border: 0;
border-left: 1px solid #ddd; border-right: 1px solid #ddd;
}
.voltie_info, .voltie_bio, .voltie_comments,
.voltie_likes, .voltie_hobbies, .voltie_friends {
width: 100%;
}
section.voltie_bio { padding: 25px !important; height: auto; }
#voltie section h2, #voltie section h3 {
margin: 0; padding: 0;
text-transform: uppercase;
letter-spacing: 2px;
text-align: left;
background-color: transparent;
height: 25px;
line-height: 25px;
color: #888;
margin-bottom: 25px;
}
#voltie > div.col-md-6 { width: 75%; padding-left: 0px; }
#voltie > div:nth-child(3) {
position: absolute;
left: 0;
top: 450px;
margin-top: 0;
}
@media only screen and (max-width:991px) {
#voltie > div.col-md-6 { width: 100% !important; padding-left: 15px; }
#voltie > div:nth-child(3) {
position: relative;
left: 0;
top: 0;
}
}
#content {
position: relative;
background-color: #fff !important;
border: 0;
border-left: 1px solid #ddd; border-right: 1px solid #ddd;
}
.voltie_info, .voltie_bio, .voltie_comments,
.voltie_likes, .voltie_hobbies, .voltie_friends {
width: 100%;
}
section.voltie_bio { padding: 25px !important; height: auto; }
#voltie section h2, #voltie section h3 {
margin: 0; padding: 0;
text-transform: uppercase;
letter-spacing: 2px;
text-align: left;
background-color: transparent;
height: 25px;
line-height: 25px;
color: #888;
margin-bottom: 25px;
}
#voltie > div.col-md-6 { width: 75%; padding-left: 0px; }
#voltie > div:nth-child(3) {
position: absolute;
left: 0;
top: 450px;
margin-top: 0;
}
@media only screen and (max-width:991px) {
#voltie > div.col-md-6 { width: 100% !important; padding-left: 15px; }
#voltie > div:nth-child(3) {
position: relative;
left: 0;
top: 0;
}
}
A small revamp to the original code
Does not work with video or video text
Too much information in the likes & dislikes & hobbies may stuff it up
Layout #03
/* code by aly */
/* leave this below code alone */
#header_navigation > h3 { background-color: transparent !important; }
/* leave this above code alone */
#voltie .voltie_comments ul li p:before { display: none; }
/* main background color */
#content { background-color: #46bebc; }
/* main border color */
#content, #content section, .content_header, #voltie .voltie_comments ul li p,
ul.content_navigation a {
border-color: #235251;
}
/* link color - same color as the border */
a, a.link { color: #235251; }
/* widget background colors */
ul.content_navigation a, #content section { background-color: #fff !important; }
/* heading background and text color */
h2, h3 { background-color: #235f5e !important; color: #fff !important; }
/* comment background color */
#voltie .voltie_comments ul li p { background-color: #ffee70 !important; }
/* leave this below code alone */
#header_navigation > h3 { background-color: transparent !important; }
/* leave this above code alone */
#voltie .voltie_comments ul li p:before { display: none; }
/* main background color */
#content { background-color: #46bebc; }
/* main border color */
#content, #content section, .content_header, #voltie .voltie_comments ul li p,
ul.content_navigation a {
border-color: #235251;
}
/* link color - same color as the border */
a, a.link { color: #235251; }
/* widget background colors */
ul.content_navigation a, #content section { background-color: #fff !important; }
/* heading background and text color */
h2, h3 { background-color: #235f5e !important; color: #fff !important; }
/* comment background color */
#voltie .voltie_comments ul li p { background-color: #ffee70 !important; }
Color change! I grouped some elements together so you can easily change colors
If you get stuck, message me - but first read the notes in the code!
Layout #04
IMAGE COMING SOON
#content, #content * { border: 0 !important; }
This handy little code will remove those borders from your profile!
If you want to remove borders from everything try using only * instead
Layout #05
#structure:before {
content: close-quote;
position: fixed;
right: 0;
top: 0;
height: 100%;
width: 40%;
background-image: url(http://www.thinkmakeshareblog.com/wp-content/uploads/Pressed-Flowers-Workshop-_-thinkmakeshareblog-10.jpg);
background-size: cover;
background-repeat: no-repeat;
/* remove if you want a tile pattern */
z-index: -25;
}
#structure {
left: 0;
position: absolute;
top: 40px;
width: 60%;
margin: 0;
}
#content {
width: 100% !important;
margin: 0;
}
#footer {
display: none;
}
@media only screen and (max-width:991px) {
#structure {
position: Relative;
left: 0;
top: 0;
right: 0;
margin: 0 auto;
width: 100%;
}
#structure:before {
right: -60%;
}
}
content: close-quote;
position: fixed;
right: 0;
top: 0;
height: 100%;
width: 40%;
background-image: url(http://www.thinkmakeshareblog.com/wp-content/uploads/Pressed-Flowers-Workshop-_-thinkmakeshareblog-10.jpg);
background-size: cover;
background-repeat: no-repeat;
/* remove if you want a tile pattern */
z-index: -25;
}
#structure {
left: 0;
position: absolute;
top: 40px;
width: 60%;
margin: 0;
}
#content {
width: 100% !important;
margin: 0;
}
#footer {
display: none;
}
@media only screen and (max-width:991px) {
#structure {
position: Relative;
left: 0;
top: 0;
right: 0;
margin: 0 auto;
width: 100%;
}
#structure:before {
right: -60%;
}
}
This is a split-theme for your choice of large background image!
- - - - -
Home • Free Stuff • Community • Contest • Updates • Rules • Other
Posted in Premade Profiles
Posted 7 years ago
Feel free to post or chat!!
Drop in and let me know you're using a layout or just say hi! c:
I take notes for requests to make in my spare time ~
Any credit on the theme, is to remain as is.
The codes are not to be used as a base code unless titled as base code, basecode or similar.
Small editing and customization of the profiles, such as:
- colors, fonts, borders, box shadows, text shadows, backgrounds and text
are able to be changed, as long as the layout remains the same.
No help will be given to customize pre-made profiles or base codes.
This thread was locked due to inactivity, if you wish to unlock your thread please issue a ticket. Instructions to unlock thread found here.
Drop in and let me know you're using a layout or just say hi! c:
I take notes for requests to make in my spare time ~
Any credit on the theme, is to remain as is.
The codes are not to be used as a base code unless titled as base code, basecode or similar.
Small editing and customization of the profiles, such as:
- colors, fonts, borders, box shadows, text shadows, backgrounds and text
are able to be changed, as long as the layout remains the same.
No help will be given to customize pre-made profiles or base codes.
Home • Free Stuff • Community • Contest • Updates • Rules • Other
This thread was locked due to inactivity, if you wish to unlock your thread please issue a ticket. Instructions to unlock thread found here.
Posted in Please Lock
Posted 7 years ago
I rarely get headaches, usually if I spend the entire day on the computer or don't drink enough water.
Crossing my fingers that it goes away for you >n<;;
YAY BELIEF! -hug-
Got any plans for the night besides waiting for the items? c:
Crossing my fingers that it goes away for you >n<;;
YAY BELIEF! -hug-
Got any plans for the night besides waiting for the items? c:
Posted in Please Lock
Posted 7 years ago
@dragoness129: Pretty sure the chatting will continue for everyone :D
I hope your head feels better soon! And that you will sleep well when you do c:
@Panda: Ah, then it must be nice to be home! I've applied for a few jobs this week around the major shopping center (basic retail stuff), I'm crossing my fingers that I could get an interview at least :vanora_cry:
I hope your head feels better soon! And that you will sleep well when you do c:
@Panda: Ah, then it must be nice to be home! I've applied for a few jobs this week around the major shopping center (basic retail stuff), I'm crossing my fingers that I could get an interview at least :vanora_cry:
Posted in Please Lock
Posted 7 years ago
@Panda: When I figure it out, we can sort something out <3
And whoa forgot you're in an odd timezone! It's still relatively early there for you then c:
And whoa forgot you're in an odd timezone! It's still relatively early there for you then c:
Posted in Please Lock
Posted 7 years ago
Oooh are they coming out soon? Now I'm excited!
I have been playing around with my profile (big shocker there LOL)
Knew you'd get in on things early <3
Is it almost midnight for you now or?? -forgot our timezone-
2:25pm for me :D
I have been playing around with my profile (big shocker there LOL)
Knew you'd get in on things early <3
Is it almost midnight for you now or?? -forgot our timezone-
2:25pm for me :D
Posted in The Quest of a Q̶u̶e̶e̶n̶ PrinCSS
Posted 7 years ago
Quest Log
September 1
Site Event
Alpha 10k Milestone (poop!)
September 3rd
Panda
Frizz Set
Samurai Shock Set
Static Set
Alpha 5k Milestone (boob or dood!?)
Alpha 10k Milestone (poop!)
Posted in The Quest of a Q̶u̶e̶e̶n̶ PrinCSS
Posted 7 years ago
this is a reserve!
4/5
4/5