I'm going through my advanced appearance code and I'm unsure what these codes do/control. Any help is appreciated!
First one: (it obviously puts a border around some module, but which one??)
div.xg_module {
border: 1px solid #d0d0d0;
}
Second one:
div.account #xg_head {padding:0 !important;}
Third one:
select.quickpost {display:none!important;}
Fourth one: (obviously making font somewhere BLACK, but where? )
/* Optional Font Color, Font Size, and Font Weight */color:#000000;
font-size:11px;
font-weight:bold;
}
Thanks in advance for any insight you can give me!
Tags:
Permalink Reply by George H. Compton IV on January 14, 2013 at 5:28pm First one: puts a Gray border around all your modules like your latest activity, blogs, forum and such. It will not work for all modules unless you add the word important to the end of it like this
div.xg_module {
border: 1px solid #d0d0d0!important;
}
Second one: The way it's written it does nothing
Third one: hides the quickpost button where and what that button is I don't know
Fourth one: Does nothing.. Half of the code is missing

Permalink Reply by Writer Chick {Diane} on January 14, 2013 at 5:51pm Okay, since I'm moving to DS, I won't need the First One. Check!
On the fourth one, this is the code right above it. There's nothing below it. Does it do anything now? LOL
#xg.account .xg_module_body {
background:url(http://api.ning.com/files/3Dzc1qZMiTMHZj6dSisxo87mnJ47VUaCOSEmKmUpo...*KekzjYRWGblaP9tZ28GmlvNAtCx18iN-IL1S6Z-fC0t/logon5.jpg) top center;
background-repeat:no-repeat;
/* Optional Font Color, Font Size, and Font Weight */color:#000000;
font-size:11px;
font-weight:bold;
}
Thanks so much George. Those other ones apparently aren't vital to my appearance, because I don't seem to miss them on my test network.
Permalink Reply by George H. Compton IV on January 14, 2013 at 6:19pm they don't appear to go together.
To comment on the second code Monica is semi-correct if you add a comma after div.account it will affect both The account module and the head of your network you will also need to add (px) after the zero to complete the code. but like I said the way it's written it does nothing. If you want zero padding on your head and your Sign-up & Sign in replace that code with this one
div.account, #xg_head {padding:0px !important;}
Permalink Reply by Monica Diaz on January 14, 2013 at 5:59pm Hey Dianne,
The first one, div.xg_module, applies customizations to the modules on your network. For example, the CSS string you give for this will add a 1-pixel gray border around each module on the network.
The second one, #xg_head, affects the header section of your network, where you add your network logo and header background image. The CSS string above with "padding: 0 !important" ensures that there be zero padding around your header section. The div.account part of that affects the network's sign up and sign in pages. Padding adds cushion around the content so this essentially will push stuff down a bit on the screen. There should be a comma between the two properties, otherwise it doesn't seem to do anything.
The third one, select.quickpost, affects the Latest Activity feed on your network if you're using the Classic Appearance Editor.
The fourth one doesn't have any location specified for it, so I think that is just intended to apply everywhere, but as a back-up only, in case the other specification doesn't apply. I took a peek at your network and see that you have this specified for the #xg.account .xg_module_body area of your network, in case an image added doesn't show up.
I don't see that class anywhere on the network, so it might be a defunct class. I do see, though, that the #xg_module_account.xg_module class affects the personal member account module that appears on every page of your network, which maybe is what you were going for.
Hope this helps! You might also want to see the breakdown of classes of a Ning Network at http://go.ning.com/studio/docs/overview/html_structure.html#.
-Monica

Permalink Reply by Writer Chick {Diane} on January 15, 2013 at 3:20am Thanks guys! My conclusion is that these pieces of code can be safely dumped when I make the transition to Design Studio. LOL Most don't seem to be doing anything drastically important that I will miss.
With code number one (the module border), I have that ability built into DS, so that one's definitely gone.
I appreciate the thorough explanations, though. It gave me a little more understanding, although I'm still a universe away from truly "getting" it.
:D
Cindy replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
Kos replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
Kos replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
Kos replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
Kos replied to Allison Leahy's discussion 'What is your Ning 3.0 URL?' in the group The Sandbox
Kos replied to Donna Mac's discussion '3.0 Video - can someone explain?'
Crestini Activi ! replied to Rafael's discussion 'Multiple Chat rooms for Ning 3.0'© 2013 Created by Ning.
