d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Graphic Design > ~ Gfx General Chat ~
Prev1174317441745174617472193Next
Closed New Topic New Poll
Member
Posts: 48,531
Joined: Oct 15 2007
Gold: 100.00
May 10 2010 01:11pm
Quote (Veilside @ 10 May 2010 22:10)
Tool for inspecting source code of web pages, it'll tell you what css is being applied, along with javascript I believe.


I feel like playing some Love. Should really have a chat with Eskil anyway, see how the crazy Swede is doing.


New opera have the same option
Member
Posts: 5,445
Joined: May 27 2008
Gold: 0.01
May 10 2010 01:12pm
Quote (MidnightRider @ May 10 2010 07:08pm)
Leave her.
It's for the best  ;)


Nar she has mac.
Member
Posts: 21,066
Joined: Dec 16 2005
Gold: 100.07
May 10 2010 01:12pm
Quote (LindeRKV @ May 10 2010 08:11pm)
New opera have the same option


Not for inpsecting JS it doesn't.

The CSS inspector has been a fucking saviour in building my BodyHacking site.
Member
Posts: 48,531
Joined: Oct 15 2007
Gold: 100.00
May 10 2010 01:14pm
Quote (Veilside @ 10 May 2010 22:12)
Not for inpsecting JS it doesn't.

The CSS inspector has been a fucking saviour in building my BodyHacking site.


Oh..


Opera just fell down in my eyes.. Not that i would ever use that option if it had one.
Member
Posts: 2,067
Joined: Nov 3 2009
Gold: 0.00
May 10 2010 01:16pm
Show her this goblet, you can't fail with lolcats!

http://icanhascheezburger.files.***/2009/02/funny-pictures-cat-needs-foil.jpg

http://icanhascheezburger.files.***/2010/04/funny-pictures-cat-steers-ship.jpg

http://icanhascheezburger.files.***/2010/04/funny-pictures-cat-will-go-on.jpg

The onward kitteh is probably the most awesomely inspiring lolcat I've seen to date. I wanna give it a high five and then charge head on into some sort of brutal war.

/e IMAGE PHAIL omg

the fuck is wrong with jsp? keeps adding *** where *** is supposed to be.

AHA it blocks w0rdpr3ss.com

This post was edited by emuu on May 10 2010 01:20pm
Member
Posts: 11,881
Joined: Aug 17 2007
Gold: 0.00
May 10 2010 01:16pm
Quote (Goblet @ May 10 2010 02:12pm)
Nar she has mac.


Oh that changes everything.
In that case, tell her that we must endure pain in order to enjoy the pleasure of life. We cannot have one without the other.
Just as light casts shadow, so to does the capacity for love and joy create the potential for pain.
Still, do we run from the light merely because it casts shadow? Do we turn from love simply because it opens our heart to pain?
Member
Posts: 7,815
Joined: Nov 25 2008
Gold: 1,455.00
May 10 2010 01:16pm
i got one!
here comes pro:

[QUOTEQuote (The Definition of Life)]'the condition that distinguishes organisms from inorganic objects and dead organisms, being manifested by growth through metabolism, reproduction, and the power of adaptation to environment through changes originating internally.'[/QUOTE]
Let this statement be a

[QUOTEQuote (The Definition of Pain)]'physical suffering or distress, as due to injury, illness, etc.'[/QUOTE]
And this one b

a does not equal b
therefore life does not equal pain.

now, comeback... with a damn good sandwich.

------------------

or more seriously:

amongst the definition of living is to feel strong emotions such as love, jealousy and pain.
If you were to never feel pain, therefore, you would not be living.
For your life to become nothing more than pain you must feel nothing more.
So if you feel anything for _______ [insert teh Goblet's real name] then you cannot be all-consumed with pain.
And you must live a normal life.

Now, go rag.

This post was edited by Titch on May 10 2010 01:20pm
Member
Posts: 21,066
Joined: Dec 16 2005
Gold: 100.07
May 10 2010 01:16pm
Yeah, it's helped me to get all this, otherwise I'd be fucked trying to use the stylevar system.

Code
div.guestm {
-webkit-border-radius:4px;
-moz-border-radius:4px 4px 4px 4px;
-moz-box-shadow:1px 1px 1px #666666;
background:url(images/misc/guestmbg.gif) repeat-x top;
background-color:rgba(76, 123, 169, 0.9);
border:1px solid rgba(76, 123, 169, 0.2);
color:#f9f9f9;
max-width:280px;
min-height:18px;
padding:0 5px 3px;
position:fixed;
right:36px;
top:49px;
z-index:1;
}

div.guestm img {
padding-top:2px;
margin-bottom:-4px;
}

.postbitlegacy .postdetails, .eventbit .eventdetails {
background-color: rgba(0,0,0,0.5);
}

.forumbit_nopost .forumbit_nopost .forumrow, .forumbit_post .forumrow {
background-color: rgba(0, 0, 0, 0.7);
}

.breadcrumb .navbit a:hover {
background-color: rgba(0, 0, 0, 0.4);
}

.breadcrumb .navbit > a, .breadcrumb .lastnavbit span {
background-color: transparent;
border:none;
}

.wysiwyg_block .blockrow:first-child {
background-image: none;
}

.postbit-lite {
background-color: transparent;
}

.postbit-lite .posttext {
background:rgba(0,0,0,0.7);
}

dl.tabslight dd a:hover {
background-image: none;
background-color: rgba(76, 123, 169, 0.702);
}

.textcontrols a:hover, .actionbutton_container a:hover.pagetitleinfo.textcontrol, a:hover.textcontrol {
color: #f9f9f9;
}

li.sgicon .maincol {
background-color:transparent;
}

#content .blockrow > li, #content .blockrow > ol, #content .blockrow > div {
border:1px solid rgba(0,0,0,0.2);
}

#sidebar_container > ul {
background-color: rgba(0, 0, 0, 0.6);
border:1px solid rgba(0,0,0,0.2);
}

#sidebar_container .block {
background-color: rgba(0, 0, 0, 0.2);
background-image: none;
}

#sidebar_container .blockrow {
border-top-color: rgba(0,0,0,0.2);
background: transparent;
}

#sidebar_container .blocksubhead {
color: #f9f9f9;
}

#sidebar_container .blockbody {
color: #f9f9f9;
background-color: rgba(0,0,0,0.2);
border:none;
}

#sidebar li.sgicon .maincol {
background:transparent;
}

.memberlist a.avatar {
background:transparent;
}

#pictureurls input.textbox {
background-color: #f9f9f9;
}

#groupsearch .searchbox {
color: #282828;
}

.formcontrols .section {
background:rgba(0,0,0,0.5);
}

#albumtop .picturenav li a:hover, #albumtop #picturecontrols li a:hover {
color: #282828;
}

#albumtop .picturenav li a, #albumtop #picturecontrols li a {
color: #282828;
}

#albumtop .picturenav li a.add, #albumtop #picturecontrols li a.add {
color:#f9f9f9;
}

#albumtop .picturenav li a.add:hover, #albumtop #picturecontrols li a:hover {
color: #f9f9f9;
}

#albumtop .picturenav li a.editinfo, #albumtop #picturecontrols li a.editinfo {
color:#f9f9f9;
}

#albumtop .picturenav li a.editinfo:hover, #albumtop #picturecontrols li a.editinfo:hover {
color:#f9f9f9;
}

#albumtop #picturecontrols li a.report:hover {
color:#f9f9f9;
}

#albumtop #picturecontrols li a.report {
color:#f9f9f9;
}

#latestalbumcontainer li:hover {
background:transparent;
}

#albumtop .picturenav li a.edit, #albumtop #picturecontrols li a.edit {
color:#f9f9f9;
}

#albumtop .picturenav li a.edit:hover, #albumtop #picturecontrols li a.edit:hover {
color:#f9f9f9;
}

#albumtop .picturenav li a.upload, #albumtop #picturecontrols li a.upload {
color:#f9f9f9;
}

#albumtop .picturenav li a.upload:hover, #albumtop #picturecontrols li a.upload:hover {
color:#f9f9f9;
}

ul.userlist_showavatars li {
background-color: rgba(0,0,0,0.2);
background-image: none;
border:1px solid rgba(0,0,0,0.2);
}

ul.userlist_hideavatars li {
background-color: rgba(0,0,0,0.2);
background-image: none;
border:1px solid rgba(0,0,0,0.2);
}

#grouppagetitle {
border:1px solid rgba(0,0,0,0.2);
background:rgba(76, 123, 169, 0.702);
}

#grouppagetitle h1 {
border:none;
}

#grouppagetitle h1 a {
color: #f9f9f9;
}

#thumbnails li {
background-color: rgba(0,0,0,0.2);
}

#menugroup h6 a {
color: #f9f9f9;
}

#memberlist_table td.alt2 {
background-color: rgba(0,0,0,0.4);
}

.popupgroup .popupmenu:hover a.popupctrl {
border:none;
}

#charnav {
background:rgba(76, 123, 169, 0.702);
}

#charnav dd a:hover {
background-color: transparent;
border:none;
}

#charnav dd a {
background-color: transparent;
border:none;
}

.popupbody li input.searchbox:focus {
color: #282828;
}

.groupbit:hover .blockfoot {
background-color: transparent;
}

.groupbit:hover .postcontrols a:hover {
background-color: transparent;
color:#f9f9f9;
}

.groupbit:hover .postcontrols a {
background-color: transparent;
color:#f9f9f9;
}

#forum_icon_legend h5 {
border:none;
background-color: rgba(76, 123, 169, 0.702);
}

#forum_icon_legend {
border:1px solid rgba(0,0,0,0.2);
}

#forum_icon_legend dl {
background:rgba(0,0,0,0.7);
}

.simpleday {
background:rgba(0,0,0,0.2);
}

.cms_editor_area {
background:rgba(0,0,0,0.65);
}

.blocksubhead a:hover {
color: #f9f9f9;
}

.blogcatbit .td, tr.blogcatbit td {
background:rgba(0,0,0,0.7);
}

.profile_content .bloghead .textcontrol {
color:#282828;
}

.profile_content .blogentrybit {
background:rgba(0,0,0,0.7);
}

.profile_content .friends_list li {
background:rgba(0,0,0,0.7);
}

.profile_content .friends_list li:hover {
background:rgba(0,0,0,0.7);
}

.blockfoot a.textcontrol, .blocksubfoot a.textcontrol {
color: #282828;
}

.groupcontrols .textcontrol {
color: #282828;
}

.formcontrols fieldset.blockrow legend {
color:#f9f9f9;
}

.member_summary .friends_mini .friends_list li .image_friend_link {
background-color: transparent;
border:none;
}


I've still got more to do.
Member
Posts: 11,881
Joined: Aug 17 2007
Gold: 0.00
May 10 2010 01:19pm
Quote (Titch @ May 10 2010 02:16pm)
i got one!
here comes pro:


Let this statement be a


And this one b

a does not equal b
therefore life does not equal pain.

now, comeback... with a damn good sandwich.


Your cold hard logic will have no effect on someone still using Internet Explorer.
Nice try though xD
Member
Posts: 7,815
Joined: Nov 25 2008
Gold: 1,455.00
May 10 2010 01:21pm
Quote (MidnightRider @ 10 May 2010 20:19)
Your cold hard logic will have no effect on someone still using Internet Explorer. 
Nice try though xD


god damn. to get through to a mac user on IE i need something more... more... gay?




how about:
'amongst the definition of living is to feel strong emotions such as love, jealousy and pain.
If you were to never feel pain, therefore, you would not be living.
For your life to become nothing more than pain you must feel nothing more.
So if you feel anything for _______ [insert teh Goblet's real name] then you cannot be all-consumed with pain.
And you must live a normal life.'

Now, go rag.

This post was edited by Titch on May 10 2010 01:21pm
Go Back To Graphic Design Topic List
Prev1174317441745174617472193Next
Closed New Topic New Poll